body {
    font-family: circe;
    background-color: #f5f5f5;
    overflow-x: hidden;
    /* padding-top: 80px; */
}
label {
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* 2 колонки на sm */
@media (min-width: 576px) {
    .card-columns-gal {
        -webkit-column-count: 2;
        column-count: 2
    }
}
/* 3 колонки на md */
@media (min-width: 768px) {
    .card-columns-gal {
        -webkit-column-count: 3;
        column-count: 3;
    }
}
/* 4 колонки на lg и xl */
@media (min-width: 960px) {
    .card-columns-gal {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.menu {
    padding-right: 0;

}
.menu .point {
    border-left:1px solid transparent;
    padding: 29px 26px 20px;
    cursor: pointer;
    transition: all ease-out .3s;
    border-bottom: 1px solid #dedede;
}
.menu .point.active,.menu .point.active:hover {
    background-color: #fff;
    border-left: 1px solid #00b3e8;
    border-bottom: 1px solid transparent;
}
.menu .point .name {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    margin-top: 10px;
    letter-spacing: normal;
    color: #c9c9c9;
    transition: all ease-out .3s;
}
.menu .point svg path {
    fill: #c9c9c9;
    transition: all ease-out .3s;
}
.menu .point.active svg path {
    fill: #00b3e8;
}
.menu .point.active .name,.menu .point.active:hover .name {
    color: #00b3e8;
}
.menu .point:hover .name {
    color: #ee0058;
}
.menu .point:hover {
    background-color: #f0f0f0;
}
.menu .point.active {
    cursor: auto;
}
.menu .point.disabled {
    cursor: auto;
}
.menu .point.disabled:hover .name {
    color: #c9c9c9;
}
.menu .point.disabled:hover {
    background-color: transparent;
}
.forms {
    padding-left: 0;
}
.forms .point {
    background-color: #fff;
    display: none;
    position: relative;

}
.forms .point .backPoint{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
.forms .point .wspace {
	min-height:800px;
    margin-left: 70px;
    padding: 31px 0px 30px;
}
.forms .point .wspace .space {
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0 0px 30px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}
.forms .point .wspace .space.last {
    border-bottom: 1px solid transparent;
}
.forms .point .wspace .space .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
h2 {
    font-size: 56px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.86;
    letter-spacing: normal;
    color: #00b3e8;
}
h3 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
h3.accrd {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    cursor: pointer;
}
h3.accrd:before {
    content: "";
    border-top: solid 2px #979797;
    border-right: solid 2px #979797;
    position: absolute;
    left: -25px;
    width: 11px;
    top: 19px;
    height: 11px;
    transform: rotate(135deg);
    transition: all ease-out .3s;
}
.plan {
    display: block;
    padding: 30px 20px 90px;
    border-radius: 9px;
    border: solid 1px transparent;
    background-color: #f8f8f8;
    transition: all ease-out .3s;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.childrenage .plan {
    padding: 20px 20px 10px;
}
.childrenage .plan .name {
    margin-top: 0;
}
.plan svg path {
    fill: #DCDCDC;
    transition: all ease-out .3s;
}
.plan:hover {
    border: solid 1px #27b0e3;
}
.plan .name {
    padding-left:19px ;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    margin-top: 20px;
    transition: all ease-out .3s;
}
.plan.big {
    padding: 30px 20px 10px;

}
.plan.big svg {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.plan.big .name {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
}
.plan .name:before {
    content: "";
    background: url("../images/uncheck.svg") 0 100% no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}
.plan.big .name:before {
    top: 13px;
}
.chplan {
    display: none;
}
.chplan:checked + label.plan {
    background-color: #27b0e3;
    border: solid 1px #fff;
}
.chplan:checked + .plan svg path {
    fill: #fff;
}
.chplan:checked + label.plan .name {
    color: #fff;
}
.chplan:checked + label.plan .name:before {
    background: url("../images/check.svg") 0 100% no-repeat;
    width: 15px;
    height: 14px;
}
.plan:hover .name{
    color: #ee0058;
}
.plan:hover svg path {
    fill: #27b0e3;
}
.plan:hover .name:before {
    background: url("../images/uncheckblue.svg") 0 0 no-repeat;
}
.margin30 {
    margin-top: 30px;
}
.chplan:disabled + .plan {
    background-color: #f8f8f8!important;
    padding-top: 0px;
    padding-bottom: 15px;
    border: solid 1px #b6b6b6!important;
    cursor: not-allowed;
}
.chplan:disabled + .plan .name {
    color: #b6b6b6!important;
}
.chplan:disabled + .plan .name:before {
    background: url("../images/checkgray.svg") 0 0 no-repeat!important;
    width: 15px;
    height: 14px;
}
.nextbutton {
    padding: 18px 20px 15px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b6b6b6;
    background-color: #f8f8f8;
    position: relative;
    cursor: not-allowed;
    border-radius: 9px;
    transition: all ease-out .3s;
}
.nextbutton.active:hover {
    background-color: #009ac7;
    color: #99d1e2;
}
.nextbutton:after {
    content: "→";
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #b6b6b6;
    right: 20px;
    top: 18px;
    transition: all ease-out .3s;
}
.nextbutton span {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #dcdcdc;
    display: block;
    transition: all ease-out .3s;
}
.nextbutton.active:hover span,.nextbutton.active:hover:after {
    color: #7abacc;
}
.nextbutton.active {
    background-color: #00b3e8;
    color: #fff;
    cursor: pointer;
}
.nextbutton.active:after {
    color: #fff;
}
.nextbutton.active span {
    color: rgba(255,255,255,.6);
}
.downbutton {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    background-color: #f8f8f8;
    padding: 25px 50px 20px;
    margin-bottom: 20px;
    border-radius: 9px;
    cursor: pointer;
    transition: all ease-out .3s;
}
.downbutton:hover, .downbutton:focus {
    background-color: #00b3e8;
    color: #fff;
}
.radioaccord + label .accord {
    display: none;
}
.radioaccord:checked + label .accord {
    display: block;
}
.radioaccord:checked +label h3.accrd:before {
    transform: rotate(-45deg);
}
.radioaccord {
    display: none;
}
.plan.big.toborder {
    padding-bottom: 0;
    overflow: hidden;
}
.plan.big.toborder svg{
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: -6px;
}
.multiselect {
    background-color: #f8f8f8;
    padding:26px 20px 30px;
    border-radius: 9px;
    height: 100%;
    transition: all ease-out .3s;
    position: relative;
    border: 1px solid transparent;
}
.multiselect svg {
    transition: all ease-out .3s;
}
.multiselect:hover {
    border: 1px solid #00b3e8;
}
.multiselect:hover svg {
    fill: #00b3e8;
}
.multiselect .name {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #000000;
    transition: all ease-out .3s;
}
.multiselect .msel {
    display: none;
}
.multiselect label {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0,0,0,.6);
    padding: 5px 0 0 21px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all ease-out .3s;
    cursor: pointer;
}
.multiselect label:hover {
    color: #ee0058;
}
.multiselect label:before {
    content: "";
    background: url("../images/uncheck.svg") 0 0 no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all ease-out .3s;
}
.multiselect label:hover:before {
    content: "";
    background: url("../images/uncheckpink.svg") 0 0 no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 10px;
}
.multiselect .msel:checked + label:before{
    background: url("../images/check.svg") 0 0 no-repeat;
    width: 15px;
    height: 14px;
}
.multiselect.active label:hover {
    color: #ee0058;
}
.multiselect.active {
    background-color: #0ab9e7;
}
.multiselect.active .name {
    color: #fff;
}
.multiselect.active label {
    color: rgba(255,255,255,.6);
}
.multiselect.active .msel:checked + label{
    color: #fff;
}
.multiselect.active .msel + label:before{
    background: url("../images/uncheckwhite.svg") 0 0 no-repeat;
    opacity: .6;
}
.multiselect.active .msel:checked + label:before{
    background: url("../images/check.svg") 0 0 no-repeat;
    width: 15px;
    height: 14px;
    opacity: 1;
}
.multiselect svg {
    fill: #DCDCDC;
}
.multiselect.active svg {
    fill: #fff;
}
.svgtable {
    position: absolute;
    top: calc(50% - 66px);
    left: 50%;
}
.svgsofa,.svgbed {
    position: absolute;
    right: 0;
}
.svgsofa {
    top: calc(50% - 89px);
}
.svgbed {
    top: calc(50% - 83px);
}
.plan.big.toborderwide {
    padding-top: 10px;
    position: relative;
    padding-bottom: 40px;
}
.plan.big.toborderwide .name{
    min-height: 200px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.plan.big.toborderwide svg {
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
}
#t3 h3 {
    margin-top: 0;
}
.intrr {
    display: none;
}
.intrr + label {
    background-color: #f8f8f8;
    border-radius: 9px;
    position: relative;
    display: block;
    padding: 20px 20px 50px;
    border: solid 1px transparent;
    transition: all ease-out .3s;
    cursor: pointer;
}
.intrr + label:hover {
    border: solid 1px #00b3e8;
}

.intrr + label .title {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    padding-left: 22px;
    transition: all ease-out .3s;
}
.intrr + label:hover .title {
    color: #ee0058;
}
.intrr +label:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 2px #c4c4c4;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 25px;
    transition: all ease-out .3s;
}
.intrr + label .inimg {
    width: 100%;
    height: auto;
}
.intrr:checked + label {
    background-color: #27b0e3;
    border: solid 1px #27b0e3;
}
.intrr:checked + label .title {
    color: #fff;
}
.intrr:checked +label:before {

    border: solid 3px #fff;

}
.colorpick .block {
    width: 28px;
    height: 22px;
    border-radius: 3px;
    margin-right: 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.colorpick .block.active:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}
.mycolorblock {
    display: inline-block;
    margin-right: 30px;
}
.mycolorblock .item {
    width: 75px;
    height: 75px;
    border-radius: 9px;
    border: solid 1px #979797;
    transition: all ease-out .3s;
}
.mycolorblock .name {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    min-height: 25px;
    margin-top: 7px;
}
.colortext {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}
.plan.images {
    padding: 10px 10px 20px;
    height: 100%;
}
.plan.images img {
    width: 100%;
    height: auto;
}
.skinput {
    position: relative;
}
.skinput input{
    padding: 25px 50px 10px 18px;
    background-color: #f8f8f8;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
    width: 100%;
}
.skinput label {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 14px;
    color: #bebebe;
    opacity: 1;
    transform: translateY(-5px);
    transition: all 0.2s ease-out;
}
.skinput input.done {
    border: 1px solid #00b3e8;
    color: #00b3e8;
}
.skinput input.fail {
    border: 1px solid #d0021b;
    color: #d0021b;
}
.skinput input:placeholder-shown + label {
    opacity: 0;
    font-size: 24px;
    transform: translateY(0);
}
.skinput input::-webkit-input-placeholder { color: #bebebe;}
.skinput input:-ms-input-placeholder { color: #bebebe; }
.skinput input::-ms-input-placeholder {     color: #bebebe; }
.skinput input::placeholder {   color: #bebebe; }
.skinput .result {

}
.skinput .result:before {
    content: "";
    background: url("/images/done.svg") 0 0 no-repeat;
    width: 29px;
    height: 23px;
    position: absolute;
    right: 0;
    right: 13px;
    top: 25px;
    opacity: 0;
    transition: all ease-out .3s;
}
.skinput .result:after {
    content: "";
    background: url("/images/failed.svg") 0 0 no-repeat;
    width: 22px;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 28px;
    opacity: 0;
    transition: all ease-out .3s;
}
.skinput .result.done:before,.skinput .result.fail:after{
    opacity: 1;
}
.tplan + label {
    height: 100%;
    background-color: #f8f8f8;
    padding: 20px 20px 20px 42px;
    position: relative;
    display: block;
    border: solid 1px transparent;
    border-radius: 9px;
    transition: all ease-out .3s;
    cursor: pointer;
}
.tplan +label:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 3px #c4c4c4;
    position: absolute;
    top: 24px;
    left: 20px;
    border-radius: 50%;
    transition: all ease-out .3s;
}
.tplan + label .name {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    transition: all ease-out .3s;

}
.tplan + label .time {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    transition: all ease-out .3s;
}
.tplan + label .price {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00b3e8;
    margin-top: 15px;
}
.tplan + label:hover {
     border: solid 1px #00b3e8;
 }
.tplan + label:hover:before {
    border: solid 3px #00b3e8;

}
.tplan + label:hover .name,.tplan + label:hover .time {
    color: #00b3e8;
}
.tplan:checked + label {
    border: solid 1px #00b3e8;
    background-color: #00b3e8;
}
.tplan:checked +label:before {
    border: solid 3px #fff;

}
.tplan:checked + label .name,.tplan:checked + label .time,.tplan:checked + label .price {
    color: #fff;
}
.tplan {
    display: none;
}
ol.attach {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
}
.howo,.obrr {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #00b3e8;
    border-bottom: 1px solid rgba(0, 179, 232, 0.2);
    text-decoration: none;
    transition: all ease-out .3s;
}
.howo:hover, .howo:focus,.obrr:hover, .obrr:focus {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.howo.delete,.obrr.delete {
    font-size: 18px;
    cursor: pointer;
    padding-top: 15px;
}
.plssubmit {
    border-radius: 9px;
    background-color: #00b3e8;
    padding: 20px 0 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
}
.plssubmit.progress1 {
    color: #b6b6b6;
    background-color: #f8f8f8;
    cursor: progress;
}
.plssubmit:hover {
    background-color: #009ac7;
    color: #99d1e2;
}
.plssubmit.progress1:hover {
    color: #b6b6b6;
    background-color: #f8f8f8;
}
.textpers {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}
.create {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}
.create a {
    text-decoration: none;
    color: #00b3e8;
}
.maylinks {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    margin-top: 40px;
    padding-bottom: 30px;
}
.maylinks a, .agreelink {
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 52, 135, 0.3);
    color: #0b3487;
    transition: all ease-out .3s;
}
.maylinks a:hover, .agreelink:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;

}
.skselect .btn-group {
    display: block;
}

.skselect .multiselect {
    display: block;
    width: 100%;
    padding: 25px 22px 10px 18px;
    background-color: #f5f5f5;
}
.skselect .skselected {
    border: solid 1px #27b0e3;
}
.skselect .multiselect:focus,.skselect .multiselect:active {
    outline: 0;
}
.skselect .multiselect[aria-expanded="true"] {
    background-color: #eef4f6;
}
.skselect.old .multiselect:before {
    content: "взрослых";
    position: absolute;
    top: 7px;
    left: 13px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #bebebe;

}
.skselect.young .multiselect:before {
    content: "детей";
    position: absolute;
    top: 7px;
    left: 13px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #bebebe;

}
.skselect .multiselect-selected-text {
    float: left;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
}
.skselect .skselected .multiselect-selected-text {
    color: #27b0e3;
}
.skselect .dropdown-toggle::after {
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #b6b6b6;
    border-right: solid 2px #b6b6b6;
    transform: rotate(135deg);
    float: right;
    margin-top: 7px;
    transition: all ease-out .3s;
}
.skselect .skselected.dropdown-toggle::after {
    border-color: #27b0e3;

}
.skselect .btn-group.show .dropdown-toggle::after {
    transform: rotate(-45deg);
}
.skselect .multiselect-container.dropdown-menu {
    border: 0;
    background-color: #f8f8f8;
    border-radius: 6px;
    width: 100%;
}
.skselect .multiselect-container.dropdown-menu li {

}
.skselect .multiselect-container.dropdown-menu li:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.skselect .multiselect-container.dropdown-menu li:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.skselect .multiselect-container.dropdown-menu li a{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
}
.skselect .multiselect-container.dropdown-menu li:hover {
    background-color: #eef4f6;
}
.skselect .multiselect-container.dropdown-menu li:hover a{
    text-decoration: none;
    color: #ee0058;
}
.skselect .multiselect-container.dropdown-menu li input{
    display: none;
}
.skselect .multiselect-container>li>a>label {
    padding: 8px 18px;
}
.varpanel {
     position: absolute;
     right: 0;
     top: calc(50% - 68px);
 }
.divand {
    overflow: hidden;
}
.divancab {
    position: absolute;
    right: -80px;
    top: calc(50% - 89px);
}
.svghol {
    position: absolute;
    bottom: 0;
    right: 26px;
}
.svgtumb {
    position: absolute;
    right: 20px;
    top: calc(50% - 75px);
}
.svgtumb2{
     position: absolute;
     right: 0px;
     top: calc(50% - 69px);
 }
.svgtumb3{
    position: absolute;
    right: 0px;
    top: calc(50% - 81px);
}
.svgtumb4{
    position: absolute;
    right: 20px;
    top: calc(50% - 69px);
}
.svgcomod {
    position: absolute;
    right: 0;
    top: calc(50% - 82px);
}
.sosd {
    display: inline-block;
    margin-right: 30px;
}
.sex {
    margin-top: 15px;
}
.sex span {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
    display: block;
    margin-bottom: 6px;
}
.sex input {
    display: none;
}
.sex.old .male label,.sex.young .male label {
    width: 14px;
    height: 29px;
    background: url("/images/maleu.svg") 0 0 no-repeat;
    transition: all ease-out .3s;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}
.sex.old .male input:checked + label,.sex.young .male input:checked + label {
    width: 14px;
    height: 29px;
    background: url("/images/malec.svg") 0 0 no-repeat;

}
.sex.old .female input:disabled + label,.sex.young .female input:disabled + label,.sex.old .male input:disabled + label,.sex.young .male input:disabled + label {
    opacity: .5;
    cursor: auto;
}
.sex.old .female label,.sex.young .female label {
    width: 15px;
    height: 28px;
    background: url("/images/femaleu.svg") 0 0 no-repeat;
    transition: all ease-out .3s;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}
.sex.old .female input:checked + label,.sex.young .female input:checked + label {
    width: 15px;
    height: 28px;
    background: url("/images/femalec.svg") 0 0 no-repeat;
}
.sex.young,.sex.old {
    display: none;
}
.it1 {
    position: absolute;top: 37px;left: -5px;
}
.it2 {
    position: absolute;top: 43px;left: -32px;
}
.it3 {
    position: absolute;top: 23px;left: -25px;
}
.it4 {
    position: absolute;top: 33px;left: -18px;
}
.it5 {
    position: absolute;top: 33px;left: -32px;
}
.docs .label,.audio .label,.exam .label {
    display: block;
    border-radius: 9px;
    border: dashed 1px #979797;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    padding: 20px 10px 18px 51px;
    position: relative;
    transition: all ease-out .3s;
}
.docs .label:hover,.audio .label:hover,.exam .label:hover {
    border-color: #00b3e8;
    color: #ee0058;
    cursor: pointer;
}
.docs .label input,.audio .label input,.exam .label input{
    display: none;
}
.docs .filenum, .audio .filenum, .exam .filenum {
    display: none;
}
.audio .label:before {
    content: "";
    background: url("/images/play.svg") 0 0 no-repeat;
    width: 35px;
    height: 38px;
    position: absolute;
    top: -9px;
    left: 20px;
}
.docs .label:before,.exam .label:before {
    content: "";
    background: url("/images/doc.svg") 0 0 no-repeat;
    width: 36px;
    height: 44px;
    position: absolute;
    top: -16px;
    left: 10px;
}
.dops {
    border: 0;
    --splashInputBg: linear-gradient(rgba(0,0,0,.06) 1px,transparent 0);
    --splashInputBgFocused: linear-gradient(rgba(0,0,0,.2) 1px,transparent 0);
    display: block;
    width: 100%;
    margin: 0;
    min-height: 127px!important;
    padding: 0;
    font-size: 18px;
    border-radius: 6px;
    background-color: transparent;
    background-attachment: local;
    background-position: 0 20px;
    background-size: 100% 21px;
    background-image: var(--splashInputBg);
    background-repeat: repeat-y;
    background-clip: content-box;
    background-color: #f8f8f8;
    overflow: hidden;
    resize: none;
    outline: none;
}
.dopsplace {
    background-color: #f8f8f8;
    padding: 27px 20px 0;
    position: relative;
    border-radius: 6px;
}
.dopsplace:before {
    content: "дополнительно:";
    position: absolute;
    left: 18px;
    top: 7px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #bebebe;
}
.dopsplace.otobed:before {
    content: "другое объединение";
}
.errormessage {
    display: none;
    color: #ff0000;
}

.worktime {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
}
.hellodesc {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 30px;
}
.bonus {
    max-width: 100%;
    min-width: 80%;
    height: auto;
}
.blink {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #0b3487;
    text-decoration: none;
    transition: all ease-out .3s;
    border-bottom: 1px solid transparent;
}
.blink:hover, .blink:focus {
    text-decoration: none;
    border-bottom: 1px solid #0b3487;
}
.obmdesc {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
}
.obmimage {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}
.backpls,.backplss {
    display: inline-block;
    opacity: 0.6;
    font-family: Circe;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    cursor: pointer;
    transition: all ease-out .3s;
}
.backpls:hover,.backplss:hover {
    opacity: 1;
}
.closepls {
    display: inline-block;
    cursor: pointer;
    transition: all ease-out .3s;
}
.closepls:hover {
    transform: rotate(-90deg);
}
#t5 .space:last-of-type {
    border-bottom: 0px;
}
.activeAnyway {
    cursor: pointer!important;
}
.maintitle {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    margin-left: -10px;
}
.maillink {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.98;
    letter-spacing: normal;
    color: #0b3487;
    transition: all ease-out .3s;
    border-bottom: 1px solid rgba(11, 52, 135, 0.3);
}
.maillink:hover, .maillink:focus {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.myplanlogo {
    margin-top: -20px;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}
.successformsend h3 {
    line-height: 1.11;
}
.childrenage {
    display: none;
}
a[data-fancybox] {
    position: relative;
    display: block;
}
a[data-fancybox]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: all ease-out .3s;
}
a[data-fancybox]:hover:before {
    opacity: .3;
}





.top-menu{
	margin-top:10px;
}

.top-menu a{
	color:#00b3e8;
}
	




/* ------------------------------------ Тарифы */



/*
// #Pricing Tables
// --------------------------------------------------
*/
/* Default */
.tariff-table {
  padding: 0 15px;
}

.tariff-table footer{
	display:none;
}

@media (min-width: 992px) {
  .tariff-table {
    padding: 20px 15px 20px 15px;
  }
}
.tariff-table .plan {
  border: 1px solid #dcdcdc;
  margin: 0 -16px 0 -15px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding:0px;
}
@media (min-width: 992px) {
  .tariff-table .plan {
    margin-bottom: 0;
  }
}
.tariff-table .plan .pricing-head {
  padding: 0 0 24px 0;
}
.tariff-table .plan .pricing-head h3 {
  font-size:24px;
  background: #00b3e8;
  line-height: 64px;
  margin: 0;
  color: #fff;
  position: relative;
  margin: -1px -1px 24px -1px;
  border: 1px solid #fff;
}
.tariff-table .plan .pricing-head .price {
  font-size: 60px;
  display: block;
  line-height: 1em;
  color: #00b3e8;
  font-family: 'Impact', sans-serif;
  position: relative;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
.tariff-table .plan .pricing-head .price sup {
  font-size: 18px;
  vertical-align: top;
  position: absolute;
  top: 0;
  margin: 14px 0 0 0;
}
.tariff-table .plan .pricing-head small {
  font-size: 14px;
  color: #dcdcdc;
}
.tariff-table .plan .pricing-body ul {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
.tariff-table .plan .pricing-body ul > li {
  border-top: 1px solid #dcdcdc;
  padding: 10px;
}
.tariff-table .plan .pricing-body ul > li:nth-child(odd) {
  background: #f7f7f7;
}
.tariff-table .plan .pricing-footer {
  padding: 30px 10px;
}
.tariff-table .plan.popular {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.tariff-table .plan.popular .pricing-head h3 {
  background: #00b3e8;
  font-size: 24px;
  line-height: 90px;
  border-color: #00b3e8;
}
@media (min-width: 992px) {
  .tariff-table .plan.popular .pricing-head h3 {
    margin: -27px 0 24px 0;
  }
}
@media (min-width: 992px) {
  .tariff-table .plan.popular .pricing-footer {
    padding: 40px 10px;
  }
}
/* Style 2 */
@media (min-width: 992px) {
  .tariff-table__style2 {
    padding: 20px 0;
  }
}
.tariff-table__style2 .plan {
  border-radius: 6px;
  margin: 0;
}
.tariff-table__style2 .plan .pricing-head .circled {
  position: relative;
  margin: 30px auto 40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  display: table;
}
.tariff-table__style2 .plan .pricing-head .circled:after {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  border-radius: 50%;
  background: #2f2f2f;
  content: "";
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 1;
}
.tariff-table__style2 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.tariff-table__style2 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.tariff-table__style2 .plan .pricing-head .circled small {
  color: #fff;
}
.tariff-table__style2 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.tariff-table__style2 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tariff-table__style2 .plan.popular .pricing-head .circled {
  background: #00b3e8;
}
.tariff-table__style2 .plan.popular .pricing-head .circled:after {
  background: #00b3e8;
}
.tariff-table__style2 .plan.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  font-size: 18px;
  border: none;
  color: #00b3e8;
}
@media (min-width: 992px) {
  .tariff-table__style2 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .tariff-table__style2 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 3 */
@media (min-width: 992px) {
  .tariff-table__style3 {
    padding: 80px 0 20px 0;
  }
}
.tariff-table__style3 .plan {
  border-radius: 6px;
  margin: 0;
}
.tariff-table__style3 .plan .pricing-head .circled {
  position: relative;
  margin: -70px auto 40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #00b3e8;
  color: #fff;
  text-align: center;
  display: table;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.tariff-table__style3 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.tariff-table__style3 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.tariff-table__style3 .plan .pricing-head .circled small {
  color: #fff;
}
.tariff-table__style3 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.tariff-table__style3 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #00b3e8;
}
.tariff-table__style3 .plan.popular .pricing-head .circled {
  background: #2f2f2f;
}
.tariff-table__style3 .plan.popular .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  font-size: 18px;
  border: none;
  color: #fff;
}
@media (min-width: 992px) {
  .tariff-table__style3 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
.tariff-table__style3 .plan.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tariff-table__style3 .plan.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.tariff-table__style3 .plan.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .tariff-table__style3 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 4 */
@media (min-width: 992px) {
  .tariff-table__style4 {
    padding: 20px 0;
  }
}
.tariff-table__style4 .plan {
  border-radius: 6px;
  margin: 0;
}
.tariff-table__style4 .plan .pricing-head {
  padding-bottom: 0;
}
.tariff-table__style4 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  border: none;
  margin: 0;
}
.tariff-table__style4 .plan .pricing-head .pricing-head-inner {
  background: #00b3e8;
  padding: 15px 10px;
}
.tariff-table__style4 .plan .pricing-head .price {
  color: #fff;
  font-size: 32px;
  display: inline-block;
}
.tariff-table__style4 .plan .pricing-head small {
  display: inline-block;
  color: #fff;
  margin-left: -8px;
}
.tariff-table__style4 .plan .pricing-head small:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.tariff-table__style4 .plan.popular {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #00b3e8;
}
.tariff-table__style4 .plan.popular .pricing-head h3 {
  background: #00b3e8;
  font-size: 18px;
  line-height: 64px;
  border: none;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
  .tariff-table__style4 .plan.popular .pricing-head h3 {
    margin: 0;
  }
}
.tariff-table__style4 .plan.popular .pricing-head .pricing-head-inner {
  background: #fff;
}
.tariff-table__style4 .plan.popular .pricing-head .price {
  color: #2f2f2f;
}
.tariff-table__style4 .plan.popular .pricing-head small {
  color: #2f2f2f;
}
.tariff-table__style4 .plan.popular .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tariff-table__style4 .plan.popular .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.tariff-table__style4 .plan.popular .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .tariff-table__style4 .plan.popular .pricing-footer {
    padding: 30px 10px;
  }
}



/* GALERY */
.galery{
	display:none;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}
.portfolioFilter img {
  margin: 5px;
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
 

#myRadioGroup input{
	display:none;
}

#myRadioGroup .btn{
	cursor:pointer;
	margin:0;
}


.flat-select{
	position:relative;
	display:block;
	padding-top:40px;
}

.flat-select .clearfix {
	padding-bottom:40px;
}

.flat-select .objects a{
	width:33%;
	padding:10px;
	float:left;
	
}

.flat-select .objects a img{
	width:100%;
}

.field1 {
    margin: -70px 0 0 21px;
    padding: 12px 0 0;
    box-sizing: border-box;
    z-index: 9999;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.field1 button {
    background: #DCDCDC;
    text-align: center !important;
    color: #fff;
    border-radius: 4px;
    border: none !important;
    outline: none;
    vertical-align: middle !important;
    box-sizing: border-box;
    padding: 8px !important;
    transition: all ease-out .3s;
}

.whitefield button {
    background: #fff !important;
} 

.whitefield input {
    color: #fff !important;
} 



.whitefield .plusbut {
    background: url(/images/plusb.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 8px; height: 8px;
}

.whitefield .minbut {
    background: url(/images/minusb.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 8px; height: 8px;
}

.plan:hover .field1 input {
    color: #0fbcf9;
    transition: all ease-out .3s;
}

.plan:hover .field1 button {
    background: #0fbcf9;
    transition: all ease-out .3s;
}

.field1 input {
    text-align: center;
    color: #999;
    background: none;
    position: relative;
    top: 1px;
    border: none;
    transition: all ease-out .3s;
}

.field1 button.add {
    position: relative;
}

.field1 .minbut {

}

.field1 .plusbut {
    background: url(/images/plus.svg);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 8px; height: 8px;
}

.field1 .minbut {
    background: url(/images/minus.svg);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 8px; height: 8px;
}


@media only screen and (max-width: 575px) {
#pricing {
    padding: 0 0 18px !important;
}
#pricing-bg {
    height: 100% !important;
}
#pricing .card {
    margin: 48px 0 0;
}
}


#pricing {
    position: relative;
    padding: 81px 0;
    height: auto;
    box-sizing: border-box;
}

#pricing ul {
list-style-image: url('/images/tick.svg') !important;
}

#pricing-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    /*background: #485460;*/
    width: 100%; height: 480px;
}

#pricing .card {
    border: 2px solid #D2DAE2;
    border-radius: 1.15rem;
    z-index: 9998;
}


.card #create-button-reverse {
    margin: 0 auto;
}

.centercard {
    width: 125%;
    margin-top: -10%;
    margin-left: -12.5%;
    z-index: 9999 !important;
    box-shadow: 0px 4px 72px rgba(72, 84, 96, 0.3);
}

.centercard .card-body {
    padding: 3.5rem 2.5rem !important;
}

.price-title {
    padding: 32px 48px;
    box-sizing: border-box;
    border-radius: 6rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: -30px auto 0;
    position: relative;
}

.price-title:hover:after {
    bottom: -5px;
    transition: all 0.5s ease-out;
}
.price-title:after {
    margin: auto;
    width: 75%; height: 50%;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0; right: 0; 
    z-index: -1;
    filter: blur(16px);
    opacity: 0.6;
    transition: all 0.5s ease-out;
}
.blue { background: #0FBCF9; }
.blue:after { background: #0FBCF9; }
.red { background: #F53B57; }
.red:after { background: #F53B57; }
.yellow { background: #FFA801; }
.yellow:after { background: #FFA801; }

#pricing .card-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #485460;
    margin: 0 0 1rem 2.5rem;
}
#pricing .crossed {
    color: #808E9B;
    margin: 0 0 0rem 2.5rem;
    text-decoration: line-through;
}

#pricing .card-body {
    padding: 2.5rem 2rem 2rem;
}

#pricing #create-button-reverse {
    margin: 1rem 0 0;
    font-size: 0.85rem;
    vertical-align:bottom; /* вот она */
    display:inline-block;
    bottom: 0;
    position: relative;
}

#create-button-reverse {
    color: #fff !important;
    background: #0FBCF9 !important;
    font-size: 1rem;
    border-radius: 64px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 32px;
    box-sizing: border-box;
    display: inline-block;
    margin: 50px 0 0;
}

#pricing .centercard #create-button-reverse {
    margin: 3rem 0 0;
    font-size: 1rem !important;
}

.card ul {
    line-height: 2;
    font-size: 0.95em;
}

#pricing .centercard .card-title {
    font-size: 3.5rem;
}
.centercard ul {
    margin: 3.5rem 0 0;
    line-height: 1.5;
    font-size: 1.25em;
}

.head-my a {
    color: #0BA4DA !important;
}


.gal-col ul {
    list-style: none;
    padding: 0 !important;
}

.gal-col ul li {
    margin: 0 0 0.5rem;
    cursor: pointer !important;
}

.gal-col ul li.title {
    font-size: 1.25em;
    font-weight: 600;
    cursor: default !important;
}


#gallery .card {
    border: none !important;
    cursor: pointer;
    background: none !important;
}

#gallery h2 {
    padding-left: 0 !important;
}

#gallery .card-img-top {
    width: 100%;
    height: 12.5rem;
    border-radius: 0.25rem !important;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#gallery .card-img-top img {
    width: 100%;
}


#gallery .card-body {
    padding: 1.5rem 0.75rem 1.25rem;
}

.gal-title {
    font-weight: 700;

}

.gal-text {
    margin: -1rem 0 1.25rem; 
}

footer {
    padding: 0px 0 50px;
    font-size: 0.75em;
}

#logo-bw {
    background-image: url(/images/logo-bw.svg);
    width: 79px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

footer ul {
    list-style: none;
}

footer big {
    font-size: 1.25em;
    font-weight: 600;
}

footer ul li {
    margin-bottom: 20px;
}


#carousel-container {
    
    
    width: 100%;
}

#carouselExampleControls {
    
    z-index: 0;
}

.carousel-item img {
    
    min-height: 100% !important;
    width: 100% !important;
}
.carousel-inner {
/*height: 700px !important;*/
}

.carousel-item {
    background-color: #fff !important;
    height: 700px !important;
}

@media only screen and (max-width: 992px) {
    .carousel-item {
        height: 300px !important;
    }
}



.carousel-control-prev, .carousel-control-next {

}

.prevcon {
    background-image: url(/images/back.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.forcon {
    background-image: url(/images/forward.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.prevcon:hover, .forcon:hover {
    opacity: 0.85;
    cursor: pointer;
}





.video-box {
    width: 100%; height: 100%;
    position: relative;

}

.video-box img {
    width: 100%; min-height: 100%;
    object-fit: scale-down;
}

.video-box img {
    position: absolute;
    z-index: 0;
}

.video-box h2 {
    margin-top: -1rem;
    font-size: 3rem;
}

@media only screen and (min-width: 992px) {
    .video-box .text-block {
        bottom: 100px !important;
    }
}

#capsule {
    margin: 2rem 0 0;
    position: relative;
}
#capsule .preloader {
            position: fixed; overflow: hidden;
            left: 0; top: 0; right: 0; bottom: 0;
            background: #fff;
            z-index: 9999 !important;
        }
        #capsule .preloader__image {
            position: absolute; margin: auto;
            top: 0; left: 0; bottom: 0; right: 0;
            width: 100px; height: 100px;
        }
        #capsule .loaded_hiding .preloader {
            transition: 0.3s opacity;
            opacity: 0;
        }
        #capsule .loaded .preloader {
            display: none;
        }
        #capsule #gen {
            padding: 1rem 2rem;
            background: #00b3e8;
            color: #fff;
            font-weight: 600;
            display: inline-block;
            border-radius: .5rem;
            z-index: 100;
            position: absolute;
            left: 1rem; bottom: 1rem;
            cursor: pointer;
            transition: 0.15s ease-out all;
        }
        #capsule #gen:hover {
            color: rgba(255,255,255,.8);
            transition: 0.15s ease-out all;
        }
        #capsule #fs {
            background: #fff;
            border-radius: 5rem;
            width: 3rem; height: 3rem;
            text-align: center;
            position: absolute;
            z-index: 100;
            cursor: pointer;
            transition: 0.15s ease-out all;
            left: 1rem; top: 1rem;
        }
        #capsule #fs:hover {
            width: 3.5rem; height: 3.5rem;
            margin: -.25rem 0 0 -.25rem;
            transition: 0.15s ease-out all;
        }
        #capsule #fs img {
            margin: 25% 0 0;
            width: 50%; height: 50%;
        }
        #capsule #global {
            display: inline-block;
            position: relative;
            width: 100%; height: 0;
            margin: 0; padding: 0;
            top: 0; left: 0; bottom: 0; right: 0;
        }
        #capsule .layer {
            position: absolute;
            margin: 0; padding: 0;
            width: 100%;
            height: auto;
        }
        #capsule #bg { z-index: 0; }
        #capsule #base { z-index: 1; }
        #capsule #di { z-index: 2; }
        #capsule #shtor { z-index: 3; }
        #capsule #fl { z-index: 4; }
        #capsule #wall { z-index: 5; }
        #capsule #post { z-index: 6; }
        #capsule .change {
            color: #fff;
            background-color: rgba(0,0,0,.3);
            border-radius: 5rem;
            width: 3rem; height: 3rem;
            text-align: center;
            position: absolute;
            z-index: 100;
            cursor: pointer;
            transition: 0.15s ease-out all;
            background-image: url('/in/img/reload.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 50%;
        }
        #capsule .change:hover {
            background-color: rgba(0,0,0,.3);
            width: 3.5rem; height: 3.5rem;
            margin: -.25rem;
            transition: 0.15s ease-out all;
        }
        #capsule .change[data-change="post"] { left: 34%; top: 13%; }
        #capsule .change[data-change="wall"] { left: 26%; top: 20%; }
        #capsule .change[data-change="di"] { left: 30%; bottom: 26%; }
        #capsule .change[data-change="shtor"] { right: 30%; top: 25%; }
        #capsule .change[data-change="fl"] { right: 15%; bottom: 2%; }



.smetaContent .describ {
    color: rgba(0,0,0,.4);
    font-size: 0.75em;
    margin: 0;
}

.smetaContent .offer {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 1.5rem 0 1.7rem;
}

.smetaContent .offer:last-child {
    border-bottom: 0px solid rgba(0,0,0,.15);
}

.smetaContent .offer .col-sm-2, .smetaContent .offer .col-sm {
    align-items: center;
    display: flex;
}

.smetaContent .pic {
    width: 4rem; height: 4rem;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}

.smetaContent .info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1rem;
}

.smetaContent .info .itemcode {
    font-size: 0.75em;
    color: rgba(0,0,0,.4);
    display: block;
}

.smetaContent .offers {
    margin: .75rem 0 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    background: #fff;
}

.margin-r {
    margin-right: 30px;
}

#buybutton {
    background: rgba(0,0,0,.1);
    padding: .5rem 1rem;
    font-size: 0.75em;
    color: rgba(0,0,0,.5);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

#buybutton #backcolor {
    background: #0BA4DA;
    color: #fff;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0; right: 0; bottom: 0; 
    z-index: 0;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s all ease-out;
}

#buybutton #txt {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0; right: 0; text-align: center;
    display: inline-block;
}

#buybutton:hover #backcolor {
    height: 100%;
    left: 0; right: 0; bottom: 0; top: 0;
    padding: .5rem 1rem;
    transition: 0.3s all ease-out;
}

#buybutton:hover #txt {
    color: #fff;
}

.monoselect {
    background-color: #f8f8f8;
    padding:26px 20px 30px;
    border-radius: 9px;
    height: 100%;
    transition: all ease-out .3s;
    position: relative;
    border: 1px solid transparent;
}

.monoselect .name {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}

.monoplan {
    display: none;
}

.monoselect label {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0,0,0,.6);
    padding: 5px 0 0 21px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all ease-out .3s;
    cursor: pointer;
}

.monoselect.active {
    background-color: #0ab9e7;
}

.monoselect.active .name {
    color: #fff;
}

.monoselect.active label {
    color: rgba(255,255,255,.6);
}

.monoselect svg {
    fill: #DCDCDC;
}
.monoselect.active svg {
    fill: #fff;
}

.monoplan +label:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 3px #c4c4c4;
    border-radius: 50%;
    transition: all ease-out .3s;
    position: absolute;
    left: 0;
    top: 10px;
}

.monoplan  + label .name {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    transition: all ease-out .3s;

}

.monoplan + label:hover {
     color: #ee0058;
 }

.monoplan + label:hover:before {
    border: solid 3px #00b3e8;

}
.monoplan + label:hover .name,.monoplan + label:hover .time {
    color: #00b3e8;
}
.monoplan:checked + label {
    color: #fff;
}
.monoplan:checked +label:before {
    border: solid 3px #fff;

}
.monoplan:checked + label .name,.monoplan:checked + label .time,.monoplan:checked + label .price {
    color: #fff;
}

.subpunkt-mix {
    background-color: #0ab9e7;
    border-radius: 9px;
    max-height: 70px;
    max-width: 200px;
    margin-left: 10px;
    transition: all ease-out .3s;
    position: relative;
    border: 1px solid transparent;
    display: none;
}

.subpunkt-mix .name {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #000000;
    transition: all ease-out .3s;
}
.subpunkt-mix .sbpnkt-mx {
    display: none;
}
.subpunkt-mix label {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0,0,0,.6);
    padding: 5px 0 0 21px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all ease-out .3s;
    cursor: pointer;
}
.subpunkt-mix label:hover {
    color: #ee0058;
}
.subpunkt-mix label:before {
    content: "";
    background: url("../images/uncheck.svg") 0 0 no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all ease-out .3s;
}
.subpunkt-mix label:hover:before {
    content: "";
    background: url("../images/uncheckpink.svg") 0 0 no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 10px;
}
.subpunkt-mix .sbpnkt-mx:checked + label:before{
    background: url("../images/check.svg") 0 0 no-repeat;
    width: 15px;
    height: 14px;
}
.subpunkt-mix.active label:hover {
    color: #ee0058;
}
.subpunkt-mix.active {
    background-color: #0ab9e7;
}
.subpunkt-mix.active .name {
    color: #fff;
}
.subpunkt-mix.active label {
    color: rgba(255,255,255,.6);
}
.subpunkt-mix.active .sbpnkt-mx:checked + label{
    color: #fff;
}
.subpunkt-mix.active .sbpnkt-mx + label:before{
    background: url("../images/uncheckwhite.svg") 0 0 no-repeat;
    opacity: .6;
}
.subpunkt-mix.active .sbpnkt-mx:checked + label:before{
    background: url("../images/check.svg") 0 0 no-repeat;
    width: 15px;
    height: 14px;
    opacity: 1;
}







