/* Your custom css code goes here */

.probootstrap-main-nav>li {
    position: relative;
}

.probootstrap-main-nav li.parent ul {
    position: absolute;
    left: 0;
    top: 25px;
    padding: 10px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 25px;
}

.probootstrap-main-nav li.parent:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.probootstrap-main-nav ul li {
    white-space: nowrap;
    display: block;
}

.slides-text {
    padding-top: 250px;
    max-width: none
}

.probootstrap-logo {
    line-height: 1;
    background: url(../img/logo.png) no-repeat;
    background-size: 42px 42px;
    padding-left: 55px;
    font-size: 28px
}

.probootstrap-header {
    padding-top: 20px;
}

.probootstrap-nav {
    width: calc(100% - 260px);
}

.probootstrap-logo span {
    font-size: 14px;
    display: block;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text {
    font-size: 12px
}

.border01 {
    border: double 3px #f6c218;
    padding: 15px;
    text-align: center;
    background-color: #222;
}

.border02 {
    border-left: double 3px #f6c218;
    padding: 15px;
    text-align: center;
    background-color: #222;
    border-right: double 3px #f6c218;
}

.advantages-wrapper {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 25px;
}

.advantages-wrapper .title-advantages {
    color: #555;
    font: 38px "RobotoMedium", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
}

.advantages-wrapper .advantages-blocks {
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-wrapper .advantages-blocks .advantage {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    width: 33.333%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -moz-box-shadow: none;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    text-align: center
}

.advantages-wrapper .advantages-blocks .advantage:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: -1;
    /* border-left: 2px solid #efefef;
      border-top: 2px solid #efefef;*/
}

.advantages-wrapper .advantages-blocks .advantage .icon-block {
    position: relative;
    width: 89px;
    height: 89px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 89px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 89px;
    -ms-flex: 0 0 89px;
    flex: 0 0 89px;
    border: 4px solid rgba(253, 134, 28, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    -moz-box-shadow: 0 6px 14.1px 1.9px rgba(253, 134, 28, 0.2);
    -webkit-box-shadow: 0 6px 14.1px 1.9px rgba(253, 134, 28, 0.2);
    box-shadow: 0 6px 14.1px 1.9px rgba(253, 134, 28, 0.2);
}

.advantages-wrapper .advantages-blocks .advantage .icon-block:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -1px;
}

.advantages-wrapper .advantages-blocks .advantage .icon-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #fd861c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background: #fff;
}

.advantages-wrapper .advantages-blocks .advantage .icon-block .icon-in {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.advantages-wrapper .advantages-blocks .advantage .icon-block .icon-in svg {
    fill: #253444;
    vertical-align: middle;
}

.advantages-wrapper .advantages-blocks .advantage .icon-block .icon-in img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.advantages-wrapper .advantages-blocks .advantage .icon-block .icon-in:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -1px;
}

.advantages-wrapper .advantages-blocks .advantage .title-advantage {
    color: #555;
    font: 16px "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    padding: 20px 0 0 0px;
}

html .advantages-wrapper .title-advantages {
    color: rgb(255, 255, 255);
}

html .advantages-wrapper .advantages-blocks .advantage {
    /*box-shadow: rgb(166, 126, 203) 1px 1px 0px 1px;*/
    /*  background-color: #e3b318;*/
}

html .advantages-wrapper .advantages-blocks .advantage::before {
    border-left-color: #e3b318;
    border-top-color: #e3b318;
}

html .advantages-wrapper .advantages-blocks .advantage .icon-block {
    border-color: #e3b318;
    box-shadow: rgba(153, 116, 186, 0.180392) 0px 6px 14.1px 1.9px;
}

html .advantages-wrapper .advantages-blocks .advantage .icon-block::before {
    border-top-color: rgb(17, 17, 17);
    border-right-color: rgb(17, 17, 17);
    border-bottom-color: rgb(17, 17, 17);
    border-left-color: rgb(17, 17, 17);
    background-color: rgb(34, 34, 34);
}

html .advantages-wrapper .advantages-blocks .advantage .icon-block .icon-in svg {
    fill: rgb(246, 194, 24);
}

html .advantages-wrapper .advantages-blocks .advantage .title-advantage {
    color: rgb(255, 255, 255);
}

.probootstrap-content {
    color: #fff;
}

.list-tick {
    list-style: none;
    text-align: left;
}

.list-tick li {
    background: url(/d/1594951/d/interface.png) 0px 10px no-repeat;
    padding: 5px 11px 5px 40px;
    background-size: 25px;
    margin: 0px -21px;
    line-height: 25px;
}

.list-num {
    list-style-type: none;
    list-style: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.list-num li::before {
    content: counter(num) '. ';
    /* Выводим число */
    counter-increment: num;
    /* Увеличиваем значение счётчика */
    color: #000;
    border: 2px solid #e3b318;
    background: #e3b318;
    padding: 5px 5px 5px 7px;
    margin: 0px 21px 0 0;
    line-height: 45px;
    border-radius: 3px;
    font-style: italic;
    font-size: 17px;
    font-weight: 700
}

.list-num li {
    line-height: 1.25;
}

.cena {
    margin-bottom: 25px !important;
}

.cena tr td:nth-child(1),
.cena tr td:nth-child(3),
.cena tr th:nth-child(1),
.cena tr th:nth-child(3) {
    text-align: center;
}

.cena th {
    padding: 10px 20px;
    border: 1px solid #e3b318;
    background: #e3b318;
    color: #191201;
}

.cena tr:hover {
    background: #191201;
}

.cena td {
    font-size: 18px;
    border: 1px solid #e3b318;
    padding: 10px 20px;
}

.probootstrap-cta {
    border-top: none;
    color: #fff;
}

.probootstrap-cta h2 {
    text-align: center;
    margin-bottom: 20px;
}

/*ORDER*/
.order {
    background: url(../img/order.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.order p {
    color: #fff;
    font-size: 36px;
    font-family: 'Open Sans';
    line-height: 1
}

.order p span {
    font-size: 48px;
    font-family: 'Open Sans';
    display: block;
}

.order form {
    background: rgba(0, 0, 0, .3);
    padding: 30px 55px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}

.order form>div {
    margin-right: 205px;
    margin-left: -5px;

}

.order form>div label {
    display: block;
    width: 50%;
    float: left;
    padding: 0 5px;
}

.order form input[type=text] {
    display: block;
    width: 100%;
    border: 1px solid #bcc7c7;
    padding: 11px 10px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #000000;
    font-style: italic;
    border-radius: 0
}

.order form .invalid>input[type=text] {
    border-color: #ff0000;
}

.order form a.button-1 {
    width: 200px;
    float: right;
    height: 49px;
    line-height: 49px;
    background: #f6c218;
    text-align: center;
    font-size: 22px;
    color: #562a07;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.order form a.button-1:hover {
    background: #fff;
}

.order form .success {
    display: block;
    position: absolute;
    background: green;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.hour1 {
    background: url(../img/1h.jpg) no-repeat 50% 50% fixed;
    background-size: cover
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li a {
    margin-bottom: 0;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.parent ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    margin-top: 0;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.parent ul li {
    white-space: normal;
    margin-bottom: 0;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.parent ul li a {
    text-transform: none;
    margin-bottom: 0;
}

.probootstrap-footer.probootstrap-bg {
    padding: 25px 0
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
}

.page-vidy {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-vidy p.price {
    background: #f6c218;
    color: #000;
    font-weight: 900;
    padding: 2px 15px;
    display: inline-block;
    margin: 7px 0 5px;
}

.page-vidy .probootstrap-card-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.city-select {
    position: absolute;
    top: -17px;
    right: -5px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    align-items: flex-end;
    transition-duration: 0.25s;
    padding: 0 5px;
    margin: 0;
}

.city-select.open {
    height: auto;
    background: #000;
    z-index: 2;
}

.city-select li {}

.city-select li a {
    padding: 0;
    margin: 0;
}

.city-select li.active {
    display: inline-block;
    order: -1;
}

.city-select li.active a {
    border-bottom: 1px dotted #f6c218;
    display: inline-block;
    height: 18px;

}

.phone-whats {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.phone-whats__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/whats.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}
.loading .lds-ellipsis{
    opacity: 1;
    pointer-events: auto;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #119baf;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
form{
    position: relative;
}
form:before{
    content: '';
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}
form.loading:before{
    opacity: 0.8;
    pointer-events: auto;
}
.popup form .success,
form .success{
    position: relative;
    bottom: 0;
}
.order form:before{
    background: #3c6772;
}
.order form .lds-ellipsis div{
    background: white;
}
input[name=surname],
input[name=mozpk]{
    display: none!important;
}

@media screen and (max-width: 992px) {
    .phone-whats {
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .order form>div {
        width: 100%;
        margin: 0;
    }

    .order form a.button-1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
        clear: both
    }

    .probootstrap-right-nav {
        max-width: 300px;
        width: 100%;
        margin: 15px 0 0;
    }

    .phone-whats__icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 478px) {
    .order form>div label {
        float: none;
        padding: 0;
        width: 100%;
    }

    .order form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slides-text {
        padding-top: 190px;

    }