/***************************
Add your custom styles below
****************************/
.action {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    padding: 20px;
    border: 3px solid #425cbb;
    z-index: 10;
   display: none;
}
.rel-mod .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.3;
}
.rel-mod .close:hover{
    opacity: 1;
}
.rel-mod .close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.rel-mod .close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.action-label {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.rel-mod .input-with-icon input{
   border: 2px solid #d8d8d8; 
   margin-bottom: 15px;
}
.rel-mod button{
    font-size: 16px!important;
}
.action .yellow {
    color: #425cbb;
}
.action-small {
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}


.exitblockHidd{
  overflow: hidden;
}
.exitblock {    
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #000;
    opacity:.7;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding:40px 40px;
    max-width: 400px;
    width: 100%;
    background: #000 url(../img/bg-inst.jpg) no-repeat center;
    border: 2px solid #fff;
    position:relative;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 auto;
    clear: both;
    display: table;
}
.exitblock h3{
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}
.exitblock ul{
    color: #fff;
    padding-left: 17px;
}
.exitblock ul li{
    list-style: disc;
    line-height: 32px;
}
.exitblock.rel-mod .close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.exitblock.rel-mod .close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}





.btn {
    padding-right: 10px;
    padding-left: 10px;
}

.btn {
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } }


body.theme--boxed {
    padding: 0;
}

.height-70 {
 padding-top: 110px !important;
}

.nav-module:last-of-type {
    padding-right: 1em;
}

[data-overlay="2"]:before {
    opacity: 0.5;
}

.menu.phone > li {
    font-size: 20px;
}

.menu.phone > li.call-item a {
    text-transform: none;
}

.menu > li {
    font-size: 16px;
}

.call-whatsapp.desctop {
    height: 65px;
    margin-bottom: 1.625em;
    margin-left: 20px;
}

.call-whatsapp.mobile {
    display: none;
}

.call-whatsapp.mobile a {
    color: #000;
}

.call-whatsapp a {
    font-size: 22px;
    color: #232323;;
    text-decoration: none;
}

.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .menu > li > a {
    color: #000;
}

.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .call-whatsapp a {
    color: #000;
}

.tel-box {
    display: flex;
    align-items: center;
}


h3 {
    margin-bottom: 50px;
}

.fa--lg {
    font-size: 4em;
}

.fa--md {
    line-height: 1em;
    font-size: 2.8125em;
}

span.bold {
    font-weight: 600;
    color: #343434;
}

.feature__right p {
    font-size: 22px;
}

.i-img {
    display: inline-block;
    width: 45px;
}

.i-img img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

section {
    padding: 5rem 0;
}

.section--overlap {
    padding: 2.5rem 0;
}


.tab__title i {
    margin-right: 10px;
    font-size: 20px;
}

.tabs-container .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabs-container .tabs li {
    width: 27%;
}

.feature-1 {
    margin-bottom: 20px;
}

.feature-1 p {
    margin-bottom: 0;
}

.advantages .feature-1 em {
    font-size: 2em;
    color: #000;
}

.advantages .feature-1 span {
    display: block;
    min-height: 70px;
}

.advantages .feature-1 em.none {
    font-size: 1.2em;
}

.advantages  .row {
    display: flex;
    flex-wrap: wrap;
}

.advantages  .row:before, .advantages  .row:after {
    display: none;
}

.feature-3 p {
    margin-bottom: 0;
}

.features-1 hr {
    margin: 2em 0 2em 0;
}

.stages .feature-1 {
    text-align: center;
}

.stages .feature-1 h5 {
    font-size: 2em;
    line-height: 1;

    margin: 30px 0 20px 0;
}

.imageblock > .container, .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 3em;
    padding-bottom: 3em;
    float: none;
    overflow: hidden;
}

.card-7 .card__body .card__price {
    position: static;
}

.slider[data-items] .card {
    margin: 0 30px;
    margin-bottom: 0;
}

.example-advice .slider-advice .owl-carousel .owl-nav {
    width: 100%;
    height: 0;
    background-color: red
}

.example-advice .slider-advice .owl-carousel .owl-nav > div {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    transform-origin: center center;
    transition: .3s
}

.example-advice .slider-advice .owl-carousel .owl-nav > div:active:before, .example-advice .slider-advice .owl-carousel .owl-nav > div:focus:before, .example-advice .slider-advice .owl-carousel .owl-nav > div:hover:before {
    border-color: #000;
    border-top-color: transparent;
    border-right-color: transparent
}

.example-advice .slider-advice .owl-carousel .owl-nav > div:before {
    content: "";
    position: absolute;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: #fff;
    border: 3px solid #767676;
    border-top-color: transparent;
    border-right-color: transparent;
    transition: .3s
}

.example-advice .slider-advice .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.example-advice .slider-advice .owl-carousel .owl-nav .owl-prev:before {
    transform: rotate(45deg);
    left: 4px
}

.example-advice .slider-advice .owl-carousel .owl-nav .owl-next {
    right: 0
}

.example-advice .slider-advice .owl-carousel .owl-nav .owl-next:before {
    transform: rotate(225deg);
    right: 4px
}

.example-advice .slider-advice .owl-carousel .owl-dots {
    position: absolute
}

.card__image {
    display: block
}

.card__image img {
    display: block;
    margin: 0 auto !important;
}

.our-certificate .boxed {
    padding: 15px;
    min-height: 108px;

    border-top: 1px solid #ccc;
}

.our-certificate .boxed span {
    display: block;
    color: #343434;
    text-align: center;

    min-height: 52px;
}

.guarantee {
    padding: 50px 0;
}

blockquote {
    padding: 0 20px;
    font-size: 18px;
}

.our-qoute__item {
    position: relative;
    z-index: 5;
}

.our-qoute__item h3 {
    padding: 0 15px;
}

.our-price .card-8 .card__price {
    position: static;

}

.our-price .card-8 .boxed {
    padding: 2em;
}

.our-price .card-8 .card__price i {
    color: #767676;
    font-size: 18px;
}

.our-price .card-8 hr {
    margin-bottom: 2em;
}

.our-price .card-8 .card__title {
    margin: 0 0 20px 0;
}

.our-price .card-8 p {
    margin-bottom: 2em;
    margin-right: 0;
}

.our-price .btn {
    background: #425cbb;
    border-color: #425cbb;

    width: 200px;
}

.our-price .btn span {
    color: #fff;
    font-size: 16px;
}

.subscribe button {
    font-size: 1.3em !important;
    line-height: 1;
    padding-top: 0.64166667em;
    padding-bottom: 0.55em;
}

.callback-from span {
    display: block;
    margin-bottom: 15px;

    color: #425cbb;
    font-weight: 500;
}

.callback-from button {
    font-size: 16px !important;
    line-height: 1;
    padding-top: 0.64166667em;
    padding-bottom: 0.55em;

    margin-top: 10px !important;
}

.callback-from input {
    background-color: #fff !important;
    border: 2px solid #d8d8d8;
}

.slider-advice .boxed {
    padding: 20px;
    min-height: 115px;
}

footer {
    padding: 3rem 0;
}

.footer__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-price .card-8 .card__body {
    position: static;
}

.our-price .card-8 {
    display: flex;
    flex-wrap: wrap;
}
.section--overlap video {
    background-color: #000;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 40px;
  border: 10px solid #fff;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  border: 10px solid #fff;
  margin-bottom: 40px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  min-height:100%;
}
.section--overlap {
    padding-top: 0;
    position: relative;
    z-index: 2;
    margin-top: -6.5em;
}

.cta-8.section--overlap [class*='col-']:last-child {
    margin-top: 11em;
}

.features__text ul {
    list-style: disc;
    padding-left: 30px;
    color: #425cbb;

    font-weight: 600;
}

body.theme--boxed nav {
    position: absolute !important;
    width: 100%;
    max-width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
}

.nav-bar {
    will-change: scroll-position, transform;
    height: 100px;
    max-height: 100px;
    line-height: 100px;

    box-shadow: none;
}

.nav-bar .logo {
    max-height: 80%;
    margin: 0;
}

.nav-bar .nav-module {
    height: 100px;
}

body.theme--boxed nav .nav--absolute, body.theme--boxed .nav-bar.nav--fixed {
    width: 1400px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: none;
}

body.theme--boxed .nav-bar.nav--fixed {
    left: 0;
}

.stages .background-image-holder {
    background-position: center top !important;
    background-size: contain !important;
}

.btn {
    border-bottom-color: #33478E !important;
    border-bottom-width: 5px;

    transition: 0.3s;
}

.btn:hover {
    background-color: #33478E;
}

.contacts {
    padding: 0;
}

.map {
    width: 100%;
    height: 500px;
}

.contacts__item {
    padding: 50px 0;
    background: #fff;
    color: black;
}

.contacts__inner svg {
    width: 18px;
    height: auto;
}
.contacts__inner a {
    text-decoration: underline;
}
.contacts__inner {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.contacts__inner i {
    margin-right: 10px;
    line-height: 1;

    color: #425cbb;
}

.contacts__inner span {
    line-height: 1;
}

.contacts__inner:not(:last-child) {
    margin-bottom: 15px;
}

.transition--fade.transition--active {
    background-color: #fff;
}

.photo__item {
    padding: 0 20px;
}

.photo__inner {
    width: 400px;
    max-width: 100%;
    height: 400px;

    margin: 0 auto 30px auto;

    border-radius: 50%;

    background-image: url("../img/new-hero8-1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo__text {
    font-style: italic;
    font-size: 20px;

    padding: 0 20px;

    text-align: center;
}

.photo__text span {
    display: block;
    font-size: 18px;

    color: #425cbb;

    margin-top: 10px;
}

.stages .imageblock__content {
    padding: 50px 0;
}

.stages h3 {
    text-align: center;
}

.stages .feature.feature-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stages .row {
    display: flex;
    flex-wrap: wrap;
}

.stages .row:before, .stages .row:after {
    display: none;
}

.stages .feature__left {
    margin-bottom: 15px;
    margin-right: 0;
}

.stages .feature__right p {
    font-size: 18px;
    text-align: center;
}

.guarantee {
    position: relative;

    background-color: #f8f8f8 !important;
    background-image: url("../img/small11.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.guarantee > .container {
    position: relative;
    z-index: 1;
}

.guarantee::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #f8f8f8;
    opacity: 0.95;

    z-index: 0;
}

.guarantee .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.guarantee .row > div {
    margin-bottom: 30px;
}

.guarantee .row > div:last-child {
    margin-bottom: 0;
}


.guarantee .feature.feature-1 {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 0;
}


.guarantee .feature-1 i {
    margin: 0 0 20px 0;
}

.guarantee .feature-1 i + h5 {
    margin: 0 0 20px 0;
    color: #425cbb;
    font-size: 20px;
}

.guarantee .feature-1 p {
    min-height: auto;
    font-size: 18px;
    color: #000;
    width: 70%;

    text-align: center;
}

.example-advice h5 a {
    color: #425cbb !important;
    text-decoration: underline;
}

.our-price .card__title h3 {
    max-width: 100%;
}

.our-price .card__title {
    font-style: italic;
}

.our-price .card__price span {
    font-weight: bold;
    color: #425cbb !important;

}

.our-price .card__image img {

    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.our-price ul {
    line-height: 1.3;
    font-weight: 600;
    color: #425cbb;
    padding-left: 20px;

    list-style: disc;
}

.order-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;

    margin: 0 auto;
}

.order-modal .modal-dialog form .col-sm-12 {
    margin-top: 30px;
}

.order-modal .modal-dialog form .col-sm-12 button {
    font-size: 18px !important;
}

.order-modal .modal-dialog form input {
    border: 1px solid #ccc;
}

.order-modal .modal-dialog .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 30px 20px;
}

.order-modal .modal-dialog .modal-header .modal-title {
    margin-right: 15px;
}

.order-modal .modal-dialog .modal-body {
    padding: 30px 15px;
}

.order-modal .modal-dialog .close {
    font-size: 20px !important;
    height: auto !important;
    float: none !important;
}

.order-modal .modal-dialog .close:hover {
    color: #000 !important;
}


@media (max-width: 1200px) {
    .nav-bar .logo {
        max-height: 40%;
    }

    .nav-bar {
        height: 60px;
    }

    body.theme--boxed nav {
        height: 60px;
    }

    .nav-bar .nav-module {
        height: 60px;
    }

    .nav-bar {
        line-height: 60px;
        height: 60px;
        max-height: 60px;
    }

    .menu {
        height: 60px;
    }

    .menu.phone > li {
        font-size: 16px;
    }

    .menu > li {
        font-size: 16px;
    }

    .call-whatsapp a {
        font-size: 16px;
    }
}


@media (max-width: 992px) {

    .nav-bar {
        height: auto;
    }

    .menu {
        height: auto;
    }

    .tabs-container .tabs {
        justify-content: center;
    }

    .tabs-container .tabs li {
        width: 100%;
    }

    .stages.imageblock .imageblock__content {
        position: relative;
        min-height: 16.25em;
        background: white;
    }

    .call-whatsapp.desctop {
        display: none;
    }

    .call-whatsapp.mobile {
        display: block;

        margin-left: 30px;
    }

    .nav-bar .logo-module.left {
        display: flex;
    }

    .menu {
        text-align: center;
    }

    .menu > li > a {
        text-decoration: underline;

        padding: 10px 0;
    }

    .variants .tabs-container .tabs li:not(:last-child) {
        margin-right: 0;
    }

    .variants .tabs-container .tabs h5 {
        padding: 10px 0;

        border-bottom: 1px solid #000;
    }

    .nav-bar.nav--absolute, .nav-bar.nav--fixed {
        background: #fff !important;
    }

    .call-whatsapp.mobile a {
        color: #000 !important;
    }

    .advantages  .row > div {
        width: 100%;
    }

    .our-certificate .card__image img {
        height: 300px;
        width: auto;
    }

    .contacts__item .col-md-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    section {
        padding: 3rem 0;
    }

    h3 {
        margin-bottom: 30px;
    }

    .section--overlap {
        margin-top: 0 !important;
    }

    .cta-8.section--overlap:not(:first-child) [class*='col-']:last-child {
        margin-top: 3rem;
    }

    .feature__right p {
        font-size: 18px;
    }

    .i-img {
        width: 40px;
    }

    .fa--md {
        font-size: 2em;
    }

    .card__image img {
        display: block;
        margin: 0 auto !important;
    }

    .stages h3 {
        text-align: center;
    }

    .whatsapp-name {
        display: none;
    }

    .variants .tabs-container .tabs li {
        margin: 0;
    }

    .example-advice .owl-prev, .owl-next {
        display: block !important;
    }

    .our-qoute__item blockquote {
        font-size: 14px;
        line-height: 1.2;
        padding: 0 15px;
    }

    .cta-8.section--overlap [class*='col-']:last-child {
        margin-top: 1.625em;
    }

    .height-70 {
        padding: 75px 0 4rem 0;
    }

    .map {
        height: 300px;
    }

    .callback-from button {
        font-size: 14px !important;
    }

    .photo__inner {
        width: 300px;
        height: 300px;
    }

    .order-modal .modal-dialog .modal-header .modal-title {
        text-align: center;
    }

}

@media (max-width: 400px) {
    .card__image img {
        width: 100%;
        height: auto;
    }
    .action{
        bottom: 0;
        left: 0;
    }
}
