html {
	
}
body { 
	margin: 0;  
	font-family: 'ProximaNova', helvetica;    
}
.padding-0 {
    padding: 0;
} 
 
 .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 21px rgba(157,163,183,0.75);
 }

nav {
    background: #eceff7;
    min-height: 114px;
}
.logotype {
    text-align: left;
    padding-top: 40px;
}
.phone {
    text-align: right;
    padding-top: 50px;
    font-size: 20px;
    font-weight: 700;
}
.phone a{
	color: #000000;
	text-decoration: none;
}
.top-main {
    background: url(../img/backgrounds/bg_top.jpg) no-repeat 50% 0 / cover;
    padding-top: 45px;
    padding-bottom: 174px;
    color: #fff;
    position: relative;
}
.top-question {
    font-weight: 700;
    font-size: 40px;
}
.top-main h1 {
    font-size: 80px;
    font-weight: 900;
    margin: 0;
    line-height: 67px;
    margin-bottom: 120px;
}
.blue-border {
    border:2px solid #4865fb;
    border-radius: 7px;
    padding: 25px 27px;
}
.blue-border-cell {
    position: relative;
    padding: 0px 12px 0px 50px;
    border-radius: 12px;
    min-width: 150px;
    display: block;
    color: #000;
    background: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    min-height: 40px;
    overflow: hidden;
}
.blue-border-cell__sign {
    position: absolute;
    left:  -2px;
    top: 0px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 40px;
    min-width: 40px;
    text-align: center;
}
.bg-red {
    background: #ce1717;
}
.bg-green {
    background: #62c969;
}
.top-exit {
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
}
.top-txt {
    font-size: 28px;
    line-height: 35px;
    padding-top: 10px;
}


.exemption {
    padding: 100px 0 65px 0;
    background: #e1edfe;

}
.exemption-formbox {
    background: #f1f3f8;
    border:3px solid #4865fb;
    padding: 26px 0px;
    position: relative;
    margin-top: -230px;    
    width: 100%;
    max-width: 1140px;
    min-height: 180px;
}
.exemption-formbox-cell { 
}

.exemption-header {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.e-f-left {
    width: 100%;
    max-width: 360px;
    font-size: 24px; 
    font-weight: 700;
    padding-left: 15px;
}

.form__item {
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    width: 100%;
    margin-left: 15px;
    min-height: 70px;
}
.form__input {
    border: 1px solid #e2e2e2;
    width: 100%;
    min-height: 52px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 3px;
}
.form__button {
    background: #4865fb;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    width: 100%;
    min-height: 50px;
    border-radius: 4px;
    border-radius: 3px;
}

.widget-form-privacy__content {
    display:none;
}
.error {
    color: #ce1717;
    font-size: 12px;
}
.e-f-checkbox {
    position: relative;
}

.e-f-txt, .e-f-social {
    display: inline-block;
    vertical-align: top;
}
.e-f-txt {
    position: relative;
    max-width: 360px;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    padding-left: 25px;
}
.e-f-txt .fancybox-privacy-link {
    color: #999999;
    text-decoration: underline;
}

.check-box {
    position: absolute;
    top: 0;
    left: 0;
}

 
.chekbox-1 {   
    opacity: 0;
    filter: alpha(Opacity=0);
}

.e-f-checkbox input[type="checkbox"] + span {
 position: absolute; /* Абсолютное позиционирование */
 left: 15px; top: -5px;
 width: 16px; height: 20px;
 background: url(../img/bg_check.png) no-repeat; /* Фоновый рисунок */
 cursor: pointer; /* Курсор в виде руки */
 outline:none; 
}
.e-f-checkbox input[type="checkbox"]:checked + span      {
 background-position: 0px 0;
}
.e-f-social__txt, .e-f-social__link {
    display: inline-block;
    vertical-align: top;
}
.e-f-social {
    text-align: right;
}
.e-f-social__txt {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 160px;
    max-width: 160px;
    margin-right: 30px;
    margin-left: 0;
}
.e-f-social__link {
    width: 130px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    color: forestgreen;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}
.e-f-social__link:hover, .e-f-social__link:active {
    color: forestgreen;
    text-decoration: none;
    opacity: 0.9;
}
.e-f-social__link span {
    margin-right: 5px;
}

 


.button {
    color: #232238;
    line-height: 1.25;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: auto;
    min-width: 140px;
    max-width: 100%;
    margin-top: 6px;
    padding: 1.25rem 2.5rem;
    background-color: #eceff7;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    border: none;
    outline: none;
    box-shadow: 2px 2px 4px rgba(148, 150, 176, 0.46);
    transition: all 0.15s ease;
}
.more-min {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    position: absolute;
    right: -0.35em;
    top: 15px;
    height: 1em;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    max-width: 250px;
    text-align: right;
    text-decoration: none;
    border-bottom: 1px solid #8d90a3;
    transition: all 0.25s ease;
    padding-bottom: 3px;
}
.more-min:hover {
    border-bottom: 1px solid #337ab7;
}
.link {
    transition: all 0.25s ease;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.link:hover, .link:focus {
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
}

.button_bg-red {
    color: #fff;
    background-color: #f44357;
    box-shadow: 2px 2px 4px rgba(164, 26, 1, 0.46);
}


.univers-block {
    background: url(../img/backgrounds/bg_univers.jpg) no-repeat 50% 0 / cover;
    padding: 50px 0 0 0;
}
.univer-header {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}
.univer-more {
    padding-top: 10px;

}
.univer-more__link {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    letter-spacing: 4px;
}
.univer-more__link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}
.button-video {
    text-align: center;
    margin: 0 auto 160px auto; 
}
.button-video__link {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.4em;
}
.button-video__link:hover, .button-video__link:hover:focus, .button-video__link-txt:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}
.block-univer__trigger-num_symbol:before {
    position: absolute;
    content: '\003E';
    display: block;
    left: -20px;
    font-size: 30px;
    top: 14px;
}

.univers-block-bottom {
    color: #fff;
    background-color: rgba(25,30,86,0.7);
    padding: 25px 0 20px 0;

}
.block-univer__trigger-num {
    font-size: 52px;
    letter-spacing: -0.025em;
    margin-top: 8px;
    position: relative;
    font-weight: 300;
    display: block;
    line-height: 1;
}
.block-univer__trigger-info {
    font-size: 22px;
    font-weight: 300;
}

.block-univer__trigger-img-year {
    position: absolute;
    bottom: 10px;
    left:  110px;
}
.block-univer__trigger_sm-padding-top{
        padding-top: 40px;
    }

.universals-link {
    position: relative;
    margin-top: -120px;
}

.border-right-1px {
    border-right: 1px solid #bfc1ce;
}
.universals-link__href {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.universals-link__href:hover {
    color: #fff;
    text-decoration: none;
}
.universals-link__href-txt:hover {
     
}

.praktic-orientation {
    padding: 60px 0 105px 0;
    text-align: center;
}
.praktic-orientation-header {
    font-weight: 700;
    font-size: 36px;
    color: #000;    
    padding-bottom: 40px;
}
.praktic-orientation-cell {
    font-size: 18px;
}
.praktic-orientation-cell__img {
    min-height: 200px;
}
.padding-top-25 {
    padding-top: 25px;
}


.have-a-question {
    background: url(../img/backgrounds/bg_qa.jpg) no-repeat 50% 0 / cover;
    padding: 85px 0;

}

.haq-checkbox {
    position: relative;
}
.haq-txt {     
    font-size: 14px;
    line-height: 16px;
    color: #a9b4ec;
    padding-left: 40px;
    max-width: 520px;
    margin-bottom: 35px;
}

.inline-haq {
    display: inline-block;
    vertical-align: top;
}
.haq-txt, .haq-social {
    display: inline-block;
    vertical-align: top;
}

.haq-checkbox input[type="checkbox"] + span {
 position: absolute; /* Абсолютное позиционирование */
 left:  15px; top:  -3px;
 width: 16px; height: 20px;
 background: url(../img/bg_check.png) no-repeat; /* Фоновый рисунок */
 cursor: pointer; /* Курсор в виде руки */
 outline:none; 
}
.haq-checkbox input[type="checkbox"]:checked + span      {
 background-position: 0px 0;
}
 
.haq-chekbox label {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
}

.haq-social {
    display: inline-block;
    vertical-align: top;
}
.haq-social__txt, .haq-social__link {
    display: inline-block;
    vertical-align: top;
}

.haq-social__txt {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 40px;
    padding-top: 5px;
}
.haq-social__link {
    margin-left: 13px;
}
.form__button-haq {
    border-radius: 4px;
}

.haq-form-box__inner .form__item{
    max-width: 205px;
}

.haq-txt .fancybox-privacy-link {
    color: #a9b4ec;
    text-decoration: underline;
}


.haq-header {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.haq-subcaption {
    font-size: 21px;
    color: #fff;
    padding-bottom: 20px;
}

footer {
    background: #eceff7;
    min-height: 145px;
    padding-top: 54px;
}

footer .logotype, footer .phone {
    padding-top: 0;
}

footer .fancybox-privacy-link {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}
footer .copy-r {
    font-size: 14px;
    color: #000;
}

iframe {
    max-width: 100%;
}


/* popup */


.universal-popup{
    max-width: 900px;
}
.universal-popup__header{
    min-height: 240px;
    padding: 60px 60px 40px;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 4px 15px rgba(62,62,76,0.38);
}
.universal-popup__mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(24,25,64,1) 50%,rgba(24,25,64,0) 100%);
}
.universal-popup__title{
    font-weight: 800;
    font-size: 46px;
    line-height: 42px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
}
.universal-popup__icon-container{
    width: 65px;
    height: 50px;
    position: relative;
}
.universal-popup__icon{
    max-width: 100%;
    height: 100%;
}
.universal-popup__inner{
    padding: 50px 60px 40px;
    background-color: #eceff7;
}
.universal-popup__content{
    font-size: 18px;
}
.universal-popup__level select, .universal-popup__level option {
    background: #fff;
    padding-right: 20px;
    max-width: 100%;
}
.universal-popup__level:after {
    right: 25px;
}
 
.universal-popup__content ul,
.universal-popup__content p,
.universal-popup__content b {
    margin-top: 10px;
    display: block;
}
.universal-popup__content ul{
    margin-left: 32px;
}
.universal-popup__level {
    position: relative;
}
 
.universal-popup__form{
    margin:0px -8px 0;  
}
.universal-popup__form-title {
    font-size: 20px;
    border:0;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.universal-popup__form_nocontent{
    margin-top: -15px;
    border-top: none;
    padding-top: 0;
}
.universal-popup__phones{
    font-size: 14px;
    text-transform: uppercase;
    color: #606060;
    padding-top: 12px;
}
.universal-popup__phones a b {
    font-size: inherit;
    font-weight: normal;
}
.universal-popup__phones a:before {
    content: ', ';
}
.universal-popup__phones a:first-of-type:before {
    content: none;
}
.universal-popup__textarea{
    padding: 15px 9px;
    text-transform: none;
}
.universal-popup__close{
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(/assets/template/v4/img/icons/close_popup.svg);
    top: 20px;
    right: 20px;
}

.capture-form__input {
  text-transform: uppercase;
  padding: 14px 9px;
  border: 1px solid rgba(175,177,189,0.55);
  outline: none;
  width: 100%;
  min-height: 53px;
  box-shadow: 0 0 3px rgba(38,33,67,0.14) inset;
  margin-bottom: 15px;
  transition: .25s ease;
}
.capture-form__button {
  line-height: 1em;
  background-color: #498aed;
  height: 53px;
  width: 100%;
  max-width: 280px;
  margin: 0 8px 0 0;
  color: #fff;
}
.block-universal-popup__phone {
    color: #606060;
}
.fancybox-privacy-link {
    color: #606060;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
}
.fancybox-privacy-link:hover {
    color: #000;

}
.capture-form__input:focus {
    border: 1px solid rgba(96,100,128,0.55);
}
.capture-form__input_select {
    font-size: .9em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 1199px){ 
    .button-video {
        margin-bottom: 40px;
    }
    .button-video__link img {
        margin-bottom: 20px;
    }
    .univer-header, .univer-more {
        text-align: center;
    }
    .button-video {
        margin-top: 50px;
    }
    .block-univer__trigger-num_symbol:before {
    position: absolute;
    content: '\003E';
    display: block;
    left: 50%;
    margin-left: -60px;
    font-size: 30px;
    top: 14px;
}
    .block-univer__trigger, .universals-link {
        text-align: center;
        margin-top: 70px;
    }
    .border-right-1px {
        border-right:0;
    }
    .block-univer__catalog-button {
        margin: 20px auto;
    }

    .block-univer__trigger-img-year {
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -25px;
    }
 }


@media (max-width: 991px){

    .universal-popup__header{
        padding: 40px;
    }
    .universal-popup__inner{
        padding: 40px;
    }
    
}
@media (max-width: 767px){

    .universal-popup__header{
        padding: 40px;
        min-height: auto;
    }
    .universal-popup__inner{
        padding: 40px;
    }
    .universal-popup__title{
        font-size: 8vmin;
        line-height: 1.1em;
    }
    .universal-popup__form{
        margin-top: 16px;
        padding-top: 10px;
    }
    .universal-popup__form-title{
        font-size: 5vmin;
    }
    .universal-popup__form_nocontent{
        margin-top: 0;
    }
    .universal-popup__header{
        background-size: cover;
    }

}
@media (max-width: 640px){

    .universal-popup__header{
        padding: 20px;
    }
    .universal-popup__inner{
        padding: 20px;
    }
    .universal-popup__title{
        font-size: 7vmin;
        line-height: 1.1em;
    }

} 

#call-button {
    display: none !important;
}


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1199px) {
        .exemption-formbox {
            min-height: 270px;
        }
        .e-f-left {
            margin-bottom: 20px;
        }

        .blue-border-cell {
            line-height: 18px;
            font-size: 18px;
        }
        .blue-border-cell__sign {
            padding-top: 9px;
        }
        .top-question {
            line-height: 44px;
            padding-bottom: 20px;
        }
        .blue-border {
            margin-bottom: 20px;
        }
        .exemption-header {
            margin-top: 20px;
        }
        .logotype, .phone, .privacy, .copy-r {
            text-align: center;
        } 
        .phone {
            font-size: 16px;
        }
        .exemption-formbox { 

        }
         
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 991px) {

        .blue-border-cell {
            line-height: 40px;
            font-size: 20px;
        }
        .blue-border-cell__sign {
            padding-top: 0px;
        }


        .phone {
            padding:20px 0;
            font-size: 20px;
        }
        .privacy {
            padding: 20px 0 0 0;
        }
        .copy-r {
            padding: 10px 0 20px 0;
        }
        .e-f-social {
            margin-top:20px;
        }
         
        .praktic-orientation-cell {
            padding-bottom: 30px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
         
        .top-question {
            font-size: 30px;
            line-height: 36px;
            padding-left: 15px;
        }   
        .top-main h1 {
            font-size: 50px;
            line-height: 60px;
            padding-left: 15px;
            margin-bottom: 30px;
        }	 
        .top-exit {
            font-size: 50px;
        }
        .haq-form-box__inner .form__item {
            margin-left: 0;
            max-width: 100%;
        }
        .form__item {
            margin-left: 0;
            max-width: 100%;
        }
        .e-f-social {
            margin-top: 20px;
        }
        .e-f-left {
            margin-bottom: 20px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    	 .e-f-social {            
            width: 100%;
            text-align: center;
         }
         .e-f-social__txt {
            display: block;
            text-align: center;
            margin: 20px auto;
         }
         .haq-social {
            width: 100%;
            text-align: center;
         }
         .haq-social__txt {
            display: block;
            text-align: center;
            margin: 20px auto;
         }
         .haq-header {
            line-height: 36px;
            margin-bottom: 20px;
         }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

        .top-main h1 {
            font-size: 40px;
            line-height: 50px;
            padding-left: 15px;
            margin-bottom: 30px;
        }
        .praktic-orientation-header {
            font-size: 30px;
        }
        .haq-social__txt {
            display: block;
            margin-bottom: 20px;
            padding-left: 15px;
        }
        .logotype img {
            max-width: 100%;
        }
        .form__input {
            width: 100%;
        }
        .form__item {
            margin-left: 0;
            max-width: 100%;
        }

    }
