html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}

*{
    -webkit-appearance: none;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Light.eot');
    src: local('GT Eesti Pro Display Light'), local('GTEestiProDisplay-Light'),
        url('../fonts/GTEestiProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTEestiProDisplay-Light.woff2') format('woff2'),
        url('../fonts/GTEestiProDisplay-Light.woff') format('woff'),
        url('../fonts/GTEestiProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Regular.eot');
    src: local('GT Eesti Pro Display Regular'), local('GTEestiProDisplay-Regular'),
        url('../fonts/GTEestiProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTEestiProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/GTEestiProDisplay-Regular.woff') format('woff'),
        url('../fonts/GTEestiProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Bold.eot');
    src: local('GT Eesti Pro Display Bold'), local('GTEestiProDisplay-Bold'),
        url('../fonts/GTEestiProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTEestiProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/GTEestiProDisplay-Bold.woff') format('woff'),
        url('../fonts/GTEestiProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-UltraBold.eot');
    src: local('GT Eesti Pro Display UltraBold'), local('GTEestiProDisplay-UltraBold'),
        url('../fonts/GTEestiProDisplay-UltraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTEestiProDisplay-UltraBold.woff2') format('woff2'),
        url('../fonts/GTEestiProDisplay-UltraBold.woff') format('woff'),
        url('../fonts/GTEestiProDisplay-UltraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'GT Eesti Pro Display';
    color: #000211;
}

body > .page{
    overflow: hidden;
}

.noscroll {
    overflow: hidden;
}

a{
    color: blue;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p{
    margin: 0 0 16px;
}

p:last-child{
    margin-bottom: 0!important;
}

img,
iframe{
    display: block;
    max-width: 100%;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

nav,
header,
section,
footer{
    clear: both;
    display: block;
}

.container{
    position: relative;
    max-width: 1050px;
    padding: 0 10px;
    margin: 0 auto;
}

@media only screen and (max-width: 1049px){
    .container{
        max-width: 1000px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        padding: 0 15px;
    }
}

/*  row-block  */

.row-block:before,
.row-block:after{
    content:" ";
    display:table;
}

.row-block:after{
    clear:both;
}

/*  btn  */

.btn{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    font-family: 'GT Eesti Pro Display';
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn-white{
    padding: 14px 32px!important;
    font-weight: 300!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #000211!important;
    background: #fff!important;
    border: none!important;
    border-radius: 25px!important;
    box-shadow: 0px 0px 0px #FFF!important;
}

.btn-white:hover{
	box-shadow: 0px 0px 10px #FFF!important;
}

.btn-orange{
    padding: 14px 36px!important;
    font-weight: 300!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #fff!important;
    background: #FF725A!important;
    border: none!important;
    border-radius: 25px!important;
    box-shadow: 0px 0px 0px rgba(209, 107, 223, 0.51)!important;
}

.btn-orange:hover{
	box-shadow: 0px 0px 27px rgba(209, 107, 223, 0.51)!important;
}

.btn-border-orange{
    padding: 14px 34px!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #000211!important;
    background: rgba(233, 138, 153, 0)!important;
    border: 1px solid #FF725A!important;
    border-radius: 25px!important;
}

.btn-border-orange:hover{
    background: rgba(255, 114, 90, 0.2)!important;
}

.btn-arrow-right-down:after{
    position: relative;
    top: 0;
    right: 0;
    content: url(../images/arrow-right-down.svg);
    margin-left: 23px;
}

.btn-arrow-right-down-black:after{
    position: relative;
    top: 0;
    right: 0;
    content: url(../images/arrow-right-down-black.svg);
    margin-left: 23px;
}

.btn-arrow-right-up-white{
    color: #fff!important;
}

.btn-arrow-right-up-white:after{
    position: relative;
    top: 0;
    right: 0;
    content: url(../images/arrow-right-up-white.svg);
    margin-left: 27px;
}

.btn-border-white.btn-arrow:after{
    background-image: url(../images/btn-arrow-white.svg);
}

.btn-border-orange.btn-arrow:after{
    background-image: url(../images/btn-arrow-orange.svg);
}

.btn-border-white.btn-arrow:hover:after,
.btn-border-orange.btn-arrow:hover:after{
    background-position: 0 center;
}

.btn-border-white.btn-phone{
    position: relative;
    padding-left: 38px;
    padding-right: 72px;
}

.btn-border-white.btn-phone:after{
    position: absolute;
    content: '';
    top: 19px;
    right: 28px;
    width: 18px;
    height: 22px;
    display: inline-block;
    background-image: url(../images/btn-phone-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.btn-border-white.btn-phone:hover:after{
    animation: move 0.6s infinite;
}

@keyframes move {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(15deg);
    }
    
    50% {
        transform: rotate(0);
    }
    
    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0);
    }
}

.btn-border-grey.btn-more{
    padding-right: 42px;
}

.btn-border-grey.btn-more:after{
    position: absolute;
    content: '';
    top: 19px;
    right: 19px;
    width: 10px;
    height: 20px;
    background-image: url(../images/btn-arrow-more.svg);
    background-repeat: no-repeat;
    background-position: center -5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-border-grey.btn-more:hover:after{
    background-position: center 0;
}

.open .btn-border-grey.btn-more:after{
    top: auto;
    bottom: 19px;
    transform: rotate(-180deg);
}

.btn-full{
    display: block!important;
    width: 100%!important;
}

@media only screen and (max-width: 1199px){
    
}

@media only screen and (max-width: 767px){
    .btn-border-white{
        padding: 14px 34px;
        font-size: 15px;
        line-height: 20px;
    }
    
    .btn-border-white.btn-arrow:after{
        top: 13px;
    }
    
    .btn-border-white.btn-phone:after{
        top: 13px;
    }
    
    
}

@media only screen and (max-width: 767px){
    .btn-border-orange{
        padding: 10px 27px!important;
        font-size: 14px!important;
    }
    
    .btn-arrow-right-down-black:after{
        margin-left: 16px;
    }
}

/*   parts   */

.parts-divide{
    position: relative;
    clear: both;
}

.parts-divide:before,
.parts-divide:after{
    content:" ";
    display:table
}

.parts-divide:after{
    clear:both;
}

.col-item{
    float: left;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parts-2,
.parts-3,
.parts-4,
.parts-5,
.parts-6{    
    margin-left: -16px;
    margin-right: -16px;
}

.parts-2 .col-item{
    width: 50%;
}

.parts-2 .col-item:nth-child(2n+1){
    clear: both;
}

.parts-3 .col-item{
    width: 33.333333333333336%;
}

.parts-3 .col-item:nth-child(3n+1){
    clear: both;
}

.parts-4 .col-item{
    width: 25%;
}

.parts-4 .col-item:nth-child(4n+1){
    clear: both;
}

.parts-5 .col-item{
    width: 20%;
}

.parts-5 .col-item:nth-child(5n+1){
    clear: both;
}

.parts-5 .part-3{
    width: 64%;
}

.parts-5 .part-2{
    width: 36%;
}

.parts-5 .part-1{
    width: 22.2222222222%;
}

.parts-6 .col-item{
    width: 16.6666666667%;
}

.parts-6 .col-item:nth-child(6n+1){
    clear: both;
}


.parts-8 .col-item{
    width: 12.5%;
}

.parts-8 .col-item:nth-child(8n+1){
    clear: both;
}

@media only screen and (max-width: 1199px){
    
}

@media only screen and (max-width: 1023px){
    
}


/*   section   */

.section{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.section-title{
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

.section-title.large{
    text-transform: uppercase;
}

.section-title.decore-arrow-left-down:before{
    position: relative;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    content: url(../images/icon-arrow-left-down-10.svg);
    background-repeat: no-repeat;
    margin-right: 19px;
}

.section-title.decore-arrow-right-down:after{
    position: relative;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-arrow-right-down-10.svg);
    background-repeat: no-repeat;
    margin-left: 19px;
}

.section-title.decore-arrow-right-down-white:after{
    position: relative;
    content: url(../images/icon-arrow-right-down-white.svg);
    margin-left: 19px;
}



@media only screen and (max-width: 1189px){
    
}

@media only screen and (max-width: 1023px){
    .section-title{
        font-weight: 500;
    }
    
    .section-title.large{
        text-transform: none;
    }
    
    .section-title.decore-arrow-right-down:after{
        width: 12px;
        height: 12px;
        margin-left: 12px;
        background-size: 12px;
    }
}

@media only screen and (max-width: 767px){
    .section-title{
        font-size: 25px;
        line-height: 24px;
    }
    
    .section-title.decore-arrow-left-down:before{
        display: none!important;
    }
    
    .section-title.decore-arrow-left-down:after{
        position: relative;
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../images/icon-arrow-right-down-10.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        margin-left: 12px;
    }
}





/* new */

/*   section-first   */

.section-first{
    padding: 194px 0 134px;
    background-color: #00020F;
    background-image: url(../images/first-milk-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    overflow: hidden;
}

/*   section-second   */

.section-second{
    padding: 79px 0 72px;
    overflow: hidden;
}

.second-block{
    position: relative;
    min-height: 488px;
    margin-right: -20px;
    padding-left: 550px;
}

.second-block:before{
    position: absolute;
    content: '';
    top: calc(50% - 280px);
    left: -230px;
    width: 890px;
    height: 560px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/second-bg-milk-10.jpg);
    background-position: 0 0;
    border-radius: 35px;
}

.second-block_item{
    margin-bottom: 65px;
}

.second-block_item:last-child{
    margin-bottom: 0;
}

.second-block_item-text{
    margin-top: 15px;
}

@media only screen and (max-width: 1049px){
    .section-second {
        padding: 80px 0 70px;
    }
    
    .second-block{
        margin-right: 0;
        padding-left: 460px;
    }
    
    .second-block:before{
        top: calc(50% - 165px);
        left: 0;
        width: 430px;
        height: 330px;
        background-size: 430px;
    }
}

@media only screen and (max-width: 1023px){
    .section-second {
        padding-bottom: 30px;    
    }
    
    .second-block {
        min-height: auto;
        padding-left: 0;
    }
    
    .second-block:before{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-second{
        padding: 49px 0 61px;
        overflow: initial;
    }
    
    .second-block{
        margin: 0 auto;
        min-height: auto;
        padding-left: 0;
    }
    
    .second-block:before{
        display: none;
    }
    
    .second-block .section-title span{
        display: block;
    }
    
    .second-block_item {
        position: relative;
        margin-bottom: 42px;
    }
    .second-block_item:nth-child(2) {
        padding-left: 0;
    }
    
    .second-block_item-text.text-1{
        margin-top: 15px;
    }
    
    .second-block_item-text.text-2{
        margin-top: 15px;
    }
    
    .second-block_item-text br{
        display: none;
    }    
}

/*   section-important   */

.section-important{
    padding: 75px 0 86px;
    color: #fff;
    background-color: #000;
    border-radius: 35px;
    background-image: url(../images/important-bg-milk-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.section-important:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 48%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 35px;
    z-index: 1;
}

.section-important .container{
    z-index: 2;
}

.important-container {
    padding-right: 43%;
}

.important-block{
    position: relative;
    max-width: 520px;
    margin-top: 80px;
    padding-left: 100px;
}

.important-block_image{
    position: absolute;
    content: '';
    left: -400px;
    top: -60px;
    width: 811px;
    height: 427px;
    background-image: url(../images/important-image-new.png);
    background-position: -5px 0;
    background-repeat: no-repeat;
    background-size: 821px;
}

.important-block_item{
    position: relative;
    margin-bottom: 83px;
}

.important-block_item:last-child{
    margin-bottom: 0;
}

.important-block_item-icon{
    position: absolute;
    top: -9px;
    left: -105px;
    width: 71px;
    height: 71px;
}

.important-block_item-icon:before{
    position: absolute;
    content: '';
    top: 4px;
    right: 0;
    width: 5px;
    height: 5px;
    background: #FF725A;
    border-radius: 5px;
    z-index: 1;
}

.important-block_item-icon:after{
    position: absolute;
    content: '';
    bottom: -3px;
    right: 0;
    width: 27px;
    height: 27px;
    background: #FF725A;
    border-radius: 15px;
    z-index: 1;
}

.important-block_item-icon span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.important-block_item-icon span:before{
    position: absolute;
    content: '';
    width: 71px;
    height: 71px;
    background: linear-gradient(168.55deg, rgba(10, 17, 33, 0.06) -4.52%, rgba(22, 29, 50, 0) 112.85%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 35px;
    z-index: 1;
}

.important-block_item-icon span:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 24px;
    height: 18px;
    background-image: url(../images/icon-visitors-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.important-block_item-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}

.important-block_item-text{
    display: none;
    font-weight: 400;
}

.important-block_item-more{
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 4px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #797982;
}

.important-block_item-more:before{
    position: absolute;
    top: 3px;
    right: -27px;
    content: url(../images/icon-more-red-right-new.svg);
}

.important-block_item-text{
    display: block;
    max-height: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}

.important-block_item.active .important-block_item-text{
    max-height: 350px;
    margin-top: 20px;
}

.important-block_item.active .important-block_item-text{
    display: block;
}

@media only screen and (max-width: 1049px){    
    .section-important:before {
        right: 36%;
    }
    
    .important-container {
        padding-right: 40%;
    }
    
    .important-block{
        max-width: 480px;   
    }
    
    .important-block_image{
        left: 0px;
        width: 500px;
        background-size: 500px;
    }
}

@media only screen and (max-width: 1023px){
    .section-important:before {
        right: 0;
    }
    
    .important-container {
        padding-right: 32%;
    }
    
    .important-block{
        margin-top: 60px;
    }
    
    .important-block_image{
        top: -25px;
        left: -80px;
        width: 420px;
        background-size: 420px;
    }
}

@media only screen and (max-width: 767px){
    .section-important{
        padding: 38px 0 58px;
        background-position: center;
    }
    
    .important-container,
    .important-block{
        padding-left: 0;
        padding-right: 0;
    }
     
    
    .important-block_image{
        display: none;
    }
    
    
    .section-important .section-title {
        text-align: center;
        color: #fff;
    }
    
    .important-block_item{
        margin-bottom: 60px;
        padding-left: 85px;
    }
    
    .important-block_item-icon{
        left: 0;
        width: 55px;
        height: 55px;
    }
    
    .important-block_item-icon span:after{
        background-image: url(../images/icon-visitors-white.svg);
    }
    
    .important-block_item-icon:before{
        width: 4px;
        height: 4px;
    }
    
    .important-block_item-icon:after {
        width: 21px;
        height: 21px;
    }
    
    .important-block_item-icon span:before{
        width: 55px;
        height: 55px;
    }
    
    .important-block_item-text {
        color: #fff;
        opacity: 0.9;
    }
    
    .important-block_item-text br{
        display: none;
    }
    
    .important-block_item-title {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
    }
    /*
    .important-block_item-more{
        font-size: 14px;
        line-height: 19px;
    }
    */
    .important-block_item-more:before{
        top: -1px;
        right: -17px;
        content: url(../images/icon-more-red-right-milk.svg);
    }
    
    .important-block_item.active .important-block_item-more{
        color: #fff;
    }
    
    .important-block_item.active .important-block_item-more:before{
        top: -1px;
        right: -17px;
        content: url(../images/icon-more-up-white-right-mobile.svg);
    }
    
    .important-block_item-text{
        margin-left: -85px;
    }
}

/*   section-speakers   */


.section-speakers{
    padding: 75px 0;
}

.speakers-block{
    max-width: 715px;
    margin: 110px auto 0;
}

.speakers-block_item{
    position: relative;
    min-height: 312px;
    margin-bottom: 50px;
    padding-left: 371px;
}

.speakers-block_item.hide{
    display: none;
}

.speakers-block_item:last-child{
    margin-bottom: 0;
}

.speakers-block_item:nth-child(even){
    text-align: right;
    padding-left: 0;
    padding-right: 378px;
}

.speakers-block_item-image{
    position: absolute;
    top: -24px;
    left: 0;
    width: 312px;
    height: 312px;
    border-radius: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.speakers-block_item-image span{
    position: absolute;
    top: -12px;
    right: 42px;
    display: block;
    padding: 2px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #E98A99;
    border-radius: 15px;
}

.speakers-block_item:nth-child(even) .speakers-block_item-image{
    left: auto;
    right: 0;
}

.speakers-block_item-main{
    position: relative;
}

.speakers-block_item-name{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FF725A;
}

.speakers-block_item-work{
    margin-top: 7px;
    line-height: 19px;
}

.speakers-block_item-text{
    margin-top: 48px;
    line-height: 19px;
}

.speakers-block_item-text p{
    margin-bottom: 20px;
}

.speakers-block_item-text p:last-child{
    margin-bottom: 0;
}

.speakers-block_item-logo{
    margin-top: 32px;
}

.speakers-block_item-logo img{
    max-height: 30px;
    width: auto;
    float: left;
}

.speakers-block_item:nth-child(even) .speakers-block_item-logo img{
    float: right;
}

.speakers-block ~ .btn-container{
    text-align: center;
}


@media only screen and (max-width: 1049px){
    .section-speakers{
        padding: 70px 0;
    }
    
    .speakers-block{
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .section-speakers{
        padding-bottom: 50px;
    }
    
    .speakers-block{
        margin-top: 40px;
    }
    
    .speakers-block:before{
        display: none;
    }
    
    .speakers-block_item{
        min-height: auto;
        padding: 0!important;
        text-align: left!important;
    }
    
    .speakers-block_item-image {
        position: relative;
        top: 0;
        float: left;
        width: 150px;
        height: 150px;
    }
    
    
    .speakers-block_item-main{
        position: relative;
        float: right;
        width: calc(100% - 170px);
        height: 150px;
    }
    
    .speakers-block_item-name{
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 18px;
        color: #000211;
    }
    
    .speakers-block_item-work{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #868AAE;
    }
    
    .speakers-block_item-work br{
        display: none;
    }
    
    .speakers-block_item-text{
        clear: both;
        margin: 0;
        padding-top: 15px;
        line-height: 24px;
    }
    
    .speakers-block_item-text br{
        display: none;
    }
    
    .speakers-block_item-logo {
        margin-top: 20px;
        overflow: hidden;
    }
}



/*   section-program   */


.section-program{
    padding: 21px 0 75px;
}

.program-block{
    margin-top: 93px;
}

.program-block ~ .btn-container{
    display: none;
}

.program-block_day-head{
    float: left;
    width: 263px;
    min-height: 10px;
    padding-right: 60px;
    text-align: center;
}

.program-block_day-head-date {
    margin-bottom: 11px;
    text-align: center;
}

.program-block_day-head-date svg {
    margin-right: 7px;
}

.program-block_day-head-date span {
    display: inline-block;
    padding: 4px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #FF725A;
    border-radius: 45px;
}

.program-block_day-head-number{
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
}

.program-block_day-head-time{
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.program-block_day-head-time-2{
    margin: 21px 0 14px;
}

.program-block_day-head-time-2 span {
    padding-left: 22px;
    font-size: 16px;
    line-height: 19px;
    background-image: url(../images/icon-time-event.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.program-block_day-head-time-2 div{
    margin-top: 7px;
}

.program-block_day-main{
    float: left;
    width: calc(100% - 263px);
    padding-left: 68px;
    border-left: 2px solid #E5E9F4;
}

.program-block_day{
    margin-bottom: 75px;
}

.program-block_day:last-child{
    margin-bottom: 0;
}

.program-block_day-main-block{
    margin-bottom: 47px;
}

.program-block_day-main-block:last-child{
    margin-bottom: 0;
}

.program-block_day-main-title{
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.program-block_day-main-title span{
    display: block;
    float: left;
    margin-right: 12px;
    padding: 5px 11px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
    background: #FF725A;
    border-radius: 15px;
}

.program-block_day-main-title strong{
    font-weight: 700;
}

.program-block_day-main-time{
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    font-size: 16px;
    line-height: 19px;
}

.program-block_day-main-time:last-child{
    margin-bottom: 20;
}

.program-block_day-main-time span{
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 700;
}

.program-block_day-main-time.line span{
    top: 0;
}

.program-block_day-main-time.red{
    color: #FF725A;
    font-weight: 700;
}

.program-block_day-main-time-title{
    font-size: 16px;
    line-height: 19px;
}

.program-block_day-main-time-speaker{
    margin-top: 11px;
    font-size: 16px;
    line-height: 19px;
    color: #ACAECA;
}

@media only screen and (max-width: 1049px){
    .program-block{
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1023px){
    .program-block{
        margin-top: 50px;
    }
    
    .program-block_day{
        margin-bottom: 35px;
    }
    
    .program-block_day.hide,
    .program-block_day-main-block.hide{
        display: none;
    }
    
    .program-block_day-head{
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 28px;
        padding: 20px;
        text-align: left;
        color: #fff;
        background: #FF725A;
        border-radius: 9px;
    }
    
    .program-block_day-head > div{
        position: relative!important;
        top: 0!important;
        width: auto!important;
    }
    
    .program-block_day-head-date {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .program-block_day-head-date span {
        padding: 0;
    }
    
    .program-block_day-head-number{
        text-align: left;
        text-transform: none;
    }
    
    .program-block_day-head-time {
        margin-top: 24px;
        padding: 0;
    }
    
    .program-block_day-head-time-2{
        position: absolute;
        top: 25px;
        right: 0;
        margin: 0;
        padding-right: 0;
        background-color: inherit;
    }
    
    .program-block_day-head-time-2 span{
        background-image: url(../images/icon-time-event-white.svg);
        background-position: left top 3px;
    }

    .program-block_day-head-time div {
        margin-top: 0;
        display: inline;
        margin-left: 10px;
    }
    
    .program-block_day-main{
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    
    .program-block ~ .btn-container{
        display: block;
        margin-top: -45px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px){
    .section-program{
        padding-bottom: 52px;
    }
    
    .program-block{
        margin-top: 40px;
    }
    
    .program-block_day-head{
        float: none;
        width: 100%;
        padding: 14px 14px;
        
    }
    
    .program-block_day-head-number{
        font-size: 20px;
        line-height: 23px;
    }
    
    .program-block_day-head-time-2 div{
        display: block;
        margin: 0;
    }
    
    .program-block_day-head-time-2 span,
    .program-block_day-head-time-2 div{
        font-size: 14px;
        line-height: 17px;
    }
    
    .program-block_day-head-time{
        top: 17px;
        right: 14px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        margin: 0;
        background-position: 14px 4px;
    }
    
    .program-block_day-main{
        float: none;
        width: 100%;
        padding: 0;
        border: none!important;
    }
    
    .program-block_day-main-title{
        text-transform: none;
    }
    
    .program-block_day-main-title span{
        margin-bottom: 11px;
        padding: 5px 12px;
        font-size: 13px;
        line-height: 14px;
    }
    
    .program-block_day-main-title strong{
        clear: both;
        display: inline-block;
        font-size: 20px;
        line-height: 23px;
        font-weight: 500;
    }
    
    .program-block_day-main-time{
        margin-bottom: 14px;
        padding: 0;
    }
    
    .program-block_day-main-time span {
        position: relative;
        top: 0;
        display: block;
        margin-bottom: 7px;
    }
    
    .program-block_day-main-title{
        margin-bottom: 29px;
    }
    
    .program-block_day-main-time-title {
        
    }
    
    .program-block_day-main-time-speaker {
        margin-top: 7px;
        
    }
}



/*   section-registration   */


.section-registration{
    padding: 64px 0 89px;
    color: #fff;
    background-color: #000213;
    background-image: url(../images/registration-bg-milk-10.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1440px;
    border-radius: 35px;
    z-index: 2;
}

.section-registration:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 20%;
    bottom: 0;
    content: '';
    background: linear-gradient(269.84deg, #000213 0.15%, rgba(0, 1, 10, 0.87) 17.09%, rgba(0, 0, 1, 0.42) 40.3%, rgba(0, 0, 0, 0.0139106) 78.61%, rgba(0, 0, 0, 0) 98.76%);
    z-index: 1;
}
.registration-block{
    position: relative;
    padding-left: 598px;
    z-index: 2;
}

.registration-block .form-block{
    max-width: 390px;
    margin-top: 63px;
}

@media only screen and (max-width: 1459px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1049px){
    .section-registration {
        padding: 65px 0 70px;
    }
    
    .registration-block{
        padding-left: 565px;
    }
}

@media only screen and (max-width: 1023px){
    .section-registration{
        padding: 309px 0 40px;
        background-position: top -65px left 0px;
        background-size: 1200px;
    }
    
    .section-registration:before {
        right: 0;
        bottom: 270px;
        background: linear-gradient(0deg, #000213 10%, rgba(0, 0, 0, 0) 50%);
    }
    
    .registration-block{
        padding: 0;
    }
    
    .registration-block .section-title{
        text-align: center;
    }
    
    .registration-block .form-block{
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 767px){
    .section-registration{
        padding-top: 250px;
        background-position: top -5px left;
        background-size: 700px;
    }
    
    .section-registration:before {
        bottom: 350px;
    }
    
    .registration-block {
        padding-left: 0;
    }
}



/*   section-be-partner   */

.section-be-partner{
    padding: 58px 0 45px;
}

.program-be-partner_form{
    position: relative;
    margin: 0 -30px;
    padding: 34px 38px 38px 38px;
    color: #fff;
    background: #FF725A;
    border-radius: 35px;
    z-index: 2;
}

.be-partner-block .form-block {
    margin-top: 25px;
}

@media only screen and (max-width: 1119px){
    .program-be-partner_form{
        margin: 0;
    }
}

@media only screen and (max-width: 1049px){
    .section-be-partner{
        padding-bottom: 20px;
    }    
}

@media only screen and (max-width: 1023px){
    .be-partner-block .section-title{
        text-align: center;
    }
    
    .be-partner-block .form-block {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px){
    .section-be-partner{
        padding-top: 42px;
    }
    
    .be-partner-block .form-block {
        margin-top: 32px;
    }
    
    .program-be-partner_form{
        margin: 0 -15px;
        padding: 34px 18px 20px;
    }
}

/*   section-organizator   */

.section-organizator{
    padding: 60px 0 50px;
}

.organizator-block{
    position: relative;
    padding-left: 509px;
}

.organizator-block_image{
    position: absolute;
    top: 50%;
    left: -135px;
    width: 560px;
    transform: translate(0, -50%);
    z-index: 1;
}

.organizator-block_text{
    position: relative;
    margin-top: 36px;
    z-index: 2;
}

.organizator-block_text.hide p{
    display: none;
}

.organizator-block_text.hide p:first-child{
    display: block;
}

.organizator-block_more{
    margin-top: -6px;
}

.organizator-block_more span{
    cursor: pointer;
    color: #DBDDED;
    text-decoration-line: underline;
}

.organizator-block_info{
    margin-top: 42px;
    line-height: 21px;
}

.organizator-block_info-item{
    float: left;
}

.organizator-block_info-item:nth-child(1){
    width: 54%;
}

.organizator-block_info-item:nth-child(2){
    width: 46%;
}

.organizator-block_info-item strong{
    display: block;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 35px;
    line-height: 24px;
}

.organizator-block_info-item strong span{
    color: #FF725A;
}

@media only screen and (max-width: 1049px){
    .organizator-block{
        padding-left: 450px;
    }
    
    .organizator-block_image {
        top: 140px;
        left: 0;
        width: 400px;
        transform: none;
    }
}

@media only screen and (max-width: 1023px){
    .organizator-block{
        padding-left: 0;
    }
    
    .organizator-block_image{
        position: relative;
        margin: 0 auto;
        top: 0;
        left: 0;
    }
    
    .organizator-block_text br{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-organizator{
        padding: 42px 0 30px;
    }
    
    .organizator-block{
        padding-left: 0;
    }
    
    .organizator-block_image {
        max-width: 340px;
        margin: 20px auto 0;
    }
    
    .organizator-block_text{
        margin-top: 40px;
    }
    
    .organizator-block_info-item{
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    
    .organizator-block_info-item br{
        display: none;
    }
    
    .organizator-block_info-item strong{
        margin-bottom: 5px;
        display: block;
        font-weight: 700;
        font-size: 14px;
    }
    
    .organizator-block_info-item strong span{
        font-weight: 500;
        font-size: 25px;
        line-height: 24px;
    }
    
    .organizator-block_info {
        margin-top: 35px;
    }
    
    .organizator-block_info-item:nth-child(2){
        width: 42%;
        float: right;
    }
    
}

/*   section-partners   */

.section-partners{
    padding: 60px 0 37px;
}

.partners-block{
    position: relative;
    margin-top: 58px;
}

.partners-block_item{
    display: block;
    height: 150px;
}

.partners-block_item-title{
    text-align: center;
    margin-bottom: -15px;
}

.partners-block_item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    max-height: 80px;
}

.partners-block .parts-4 .col-item:first-child {
    width: 100%!important;
}

.partners-block .parts-4 .col-item:first-child .partners-block_item img{
    max-width: 250px;
}

.partners-block .parts-4 .col-item:nth-child(4n+1) {
    clear: none;
}

.partners-block .parts-4 .col-item:nth-child(2),
.partners-block .parts-4 .col-item:nth-child(6),
.partners-block .parts-4 .col-item:nth-child(10),
.partners-block .parts-4 .col-item:nth-child(14){
    clear: both;
}

@media only screen and (max-width: 1023px){
    
    .partners-block .parts-4 .col-item {
        width: 33.333%;
    }
    
    .partners-block .parts-4 .col-item:nth-child(2),
    .partners-block .parts-4 .col-item:nth-child(6),
    .partners-block .parts-4 .col-item:nth-child(10),
    .partners-block .parts-4 .col-item:nth-child(14){
        clear: none;
    }
    
    .partners-block .parts-4 .col-item:nth-child(2),
    .partners-block .parts-4 .col-item:nth-child(5),
    .partners-block .parts-4 .col-item:nth-child(8),
    .partners-block .parts-4 .col-item:nth-child(11),
    .partners-block .parts-4 .col-item:nth-child(14){
        clear: both!important;
    }
}

@media only screen and (max-width: 767px){
    .section-partners{
        padding: 40px 0 37px;
    }
    
    .partners-block{
        margin-top: 25px;
    }
    
    .partners-block .parts-4 .col-item {
        width: 50%;
    }
    
    .partners-block .parts-4 .col-item:nth-child(2),
    .partners-block .parts-4 .col-item:nth-child(5),
    .partners-block .parts-4 .col-item:nth-child(8),
    .partners-block .parts-4 .col-item:nth-child(11),
    .partners-block .parts-4 .col-item:nth-child(14){
        clear: none!important;
    }
    
    .partners-block .parts-4 .col-item:nth-child(even){
        clear: both!important;
    }
    
    .partners-block_item{
        height: 100px;
    }
    
    .partners-block_item img{
        max-width: 90%;
    }
    
    .partners-block_item-title {
        margin-bottom: -5px;
    }
    
    .partners-block .parts-4 .col-item:first-child .partners-block_item img {
        max-width: 200px;
    }
}

/*   section-faq   */

.section-faq{
    padding: 47px 0 97px;
}

.faq-block{
    margin-top: 55px;
        margin-left: -10px;
    margin-right: -20px;
}

.faq-block_item{
    position: relative;
    margin-bottom: 21px;
    padding: 20px 0 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 34px rgba(141, 170, 174, 0.1);
    border-radius: 15px;
}

.faq-block_item:last-child{
    margin-bottom: 0;
}

.faq-block_item-question{
    position: relative;
    cursor: pointer;
    padding: 0 102px;
    font-size: 21px;
    line-height: 29px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq-block_item-question:before {
    position: absolute;
    content: '';
    top: 0;
    left: 37px;
}

.faq-block_item-question:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 33px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-arrow-right-down-10.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.faq-block_item.active .faq-block_item-question:after{
    top: 8px;
    background-image: url(../images/icon-close-10.svg);
    background-position: center;
}

.faq-block_item-answer{
    max-height: 0px;
    padding: 0 102px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 0px solid #F9FCFF;
    overflow: hidden;
}

.faq-block_item.active .faq-block_item-answer{
    max-height: 500px;
    margin-top: 16px;
    padding-top: 20px;
    padding-top: 27px;
    border-top: 1px solid #F9FCFF;
}

.faq-block_item-answer a {
    color: #E98A99;
}

.faq-block_item-answer ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.faq-block_item-answer ul:last-child{
    margin-bottom: 0;
}

.faq-block_item-answer ul li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.faq-block_item-answer ul li:last-child{
    margin-bottom: 0;
}

.faq-block_item-answer ul li:before{
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background: #f0b90b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


@media only screen and (max-width: 1049px){
    .section-faq{
        padding-bottom: 70px;
    }
    
    .faq-block{
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .section-faq{
        padding: 24px 0 38px;
    }
    
    .faq-block {
        margin-top: 36px;
    }
    
    .faq-block_item{
        padding: 11px 0 11px;
    }

    .faq-block_item-question{
        padding: 0 55px;
    }
    
    .faq-block_item-question:before{
        top: -7px;
        left: 15px;
        transform: scale(0.64);
    }
    
    .faq-block_item-question:after{
        top: 0;
        transform: scale(0.64);
    }
    
    .faq-block_item-question:after{
        right: 20px;
    }
    
    .faq-block_item.active .faq-block_item-question:after{
        top: 0;
    }
    
    .faq-block_item-question,
    .faq-block_item-answer{
        font-size: 14px;
        line-height: 18px;
    }
    
    .faq-block_item-answer{
        padding: 0 55px 0 20px;
    }
    
    .faq-block_item-answer br{
        display: none;
    }
    
    .faq-block_item.active .faq-block_item-answer{
        margin-top: 9px;
        padding-top: 10px!important;
        padding-bottom: 7px!important;
    }
    
}





/* old */

.first-block{
    color: #fff;
}

.first-block_info{
    
}

.first-block_info > div{
    position: relative;
    float: left;
    padding: 6px 18px 6px 15px;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    white-space: nowrap;
}

.first-block_info > div:before{
    position: absolute;
    content: '';
    top: -1px;
    left: -2px;
    width: 18px;
    height: 18px;
    background: #FF725A;
    border-radius: 50%;
    z-index: 1;
}

.first-block_info > div:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 40px;
    z-index: 2;
}

.first-block_info div div{
    position: relative;
    z-index: 3;
}

.first-block_info div span{
    display: inline-block;
    min-width: 41px;
    font-weight: bold;
    font-size: 23px;
}

.first-block_info-visitors div,
.first-block_info-date div{
    padding-left: 30px;
    background-repeat: no-repeat;
}

.first-block_info-visitors{
    margin-right: 43px;
}

.first-block_info-visitors div{
    background-image: url(../images/icon-visitors-white.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.first-block_info-date div{
    background-image: url(../images/icon-date.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.first-block_title{
    margin: 71px 0 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.first-block_description{
    margin: 20px 0 0;
    font-weight: 900;
    font-size: 68px;
    line-height: 79px;
    text-transform: uppercase;
}

.first-block_description span{
    display: block;
}

.first-block .btn-container{
    margin-top: 100px;
}

@media only screen and (max-width: 1049px){
    .section-first {
        padding: 154px 0 114px;
    }
    
    .first-block .btn-container {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1023px){
    .section-first{
        padding: 95px 0;
    }
    
    .first-block_title{
        margin-top: 60px;
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
    }
    
    .first-block_description{
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px){
    .section-first{
        padding: 123px 0 60px;
        background-position: left -680px center;
    }
    
    .section-first .container{
        z-index: 2;    
    }
    
    .section-first:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }
    
    .first-block_info{
        display: flex;
        justify-content: center;
    }
    
    .first-block_info > div{
        padding: 6px 18px 6px 7px;
        font-size: 13px;
        line-height: 20px;
    }
    
    .first-block_info > div:before{
        width: 14px;
        height: 14px;
    }
    
    .first-block_info div span{
        min-width: 31px;
        font-size: 17px;
    }
    
    .first-block_info-visitors{
        margin-right: 8px;
    }
    
    .first-block_info-visitors div{
        background-size: 11px;
        background-position: 13px 6px;
    }
    
    .first-block_info-date div{
        background-size: 8px;
        background-position: 10px 5px;
    }
    
    .first-block_title{
        margin-top: 44px;
        margin-left: 0;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
    }
    
    .first-block_title span{
        display: block;
    }
    
    .first-block_description {
        margin: 12px -20px 0;
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }
    
    .first-block .btn-container{
        margin-top: 225px;
        text-align: center;
    }
}


/*   form   */

.form-block{
    
}

.form-block_line .special-input{
    position: fixed;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-block.vertical .form-block_line{
    margin-bottom: 16px;
}

.form-block.vertical .form-block_line:last-child{
    margin-top: 40px!important;
    margin-bottom: 0!important;
}

.form-block.vertical .form-block_line.btn-arrow-white{
    position: relative;
}

.form-block.vertical .form-block_line.btn-arrow-white:before{
    position: absolute;
    top: 13px;
    left: 149px;
    content: url(../images/arrow-right-down.svg);
    pointer-events: none;
}

.form-block.black input::-webkit-input-placeholder {color: #393842;}
.form-block.black input::-moz-placeholder {color: #393842;}
.form-block.black input:-ms-input-placeholder {color: #393842;}
.form-block.black input:-moz-placeholder {color: #393842;}

.form-block.orange input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.form-block.orange input::-moz-placeholder {color: rgba(255, 255, 255, 0.5);}
.form-block.orange input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.form-block.orange input:-moz-placeholder {color: rgba(255, 255, 255, 0.5);}


.wpcf7-response-output,
.wpcf7-spinner{
    display: none!important;
}

.wpcf7-not-valid-tip{
    padding-top: 5px!important;
    font-size: 12px!important;
}

.wpcf7 form .wpcf7-response-output{
    margin: 10px 0!important;
    padding: 10px 15px!important;
    font-size: 14px!important;
    line-height: 18px!important;
    border-radius: 5px!important;
}

.form-block input{
    display: block;
    width: 100%;
    padding: 12px 10px 12px 60px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: none;
    color: #fff;
    background: none;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.form-block input.input-name{
    background-image: url(../images/icon-name.svg);
    background-position: 20px center;
}

.form-block input.input-phone{
    background-image: url(../images/icon-phone.svg);
    background-position: 20px center;
}

.form-block input.input-email{
    background-image: url(../images/icon-email.svg);
    background-position: 20px center;
}


.form-block.black input{
    border: 1px solid rgba(255, 255, 255, 0.33);
}

.form-block.orange input{
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.form-block.orange input:focus{
    border: 1px solid #ffffff;
}

.form-block.orange .form-block_line{
    float: left;
}

.form-block.orange .form-block_line:nth-child(1){
    width: 28.6%;
    margin-right: 1.2%;
}

.form-block.orange .form-block_line:nth-child(2){
    width: 24.5%;
    margin-right: 1.2%;
}

.form-block.orange .form-block_line:nth-child(3){
    width: 24.5%;
    margin-right: 2.6%;
}

.form-block.orange .form-block_line:nth-child(4){
    width: 17.4%;
}

.form-block.black .form-block_line:last-child input{
    width: auto;
    padding-right: 74px!important;
    /*
    background-image: url(../images/arrow-right-down.svg)!important;
    background-position: right 36px center!important;
    background-repeat: no-repeat!important;*/
}

.form-block.orange .form-block_line:last-child input{
    width: auto;
    padding-right: 58px!important;
    background-image: url(../images/arrow-right-down-white.svg)!important;
    background-position: right 30px center!important;
    background-repeat: no-repeat!important;
}


@media only screen and (max-width: 1049px){
    .form-block.orange .form-block_line:nth-child(1){
        width: 25.6%;
    }
    
    .form-block.orange .form-block_line:nth-child(4){
        width: 20.4%;
    }
}

@media only screen and (max-width: 1023px){
    .form-block.black .form-block_line:last-child input{
        width: 195px!important;
        margin: 0 auto!important;
    }
    
    .form-block.orange .form-block_line:nth-child(1),
    .form-block.orange .form-block_line:nth-child(2),
    .form-block.orange .form-block_line:nth-child(3){
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .form-block.orange .form-block_line:nth-child(4){
        width: 100%;
    }
    
    .form-block.orange .form-block_line:last-child input{
        width: 180px!important;
        margin: 0 auto!important;
    }
    
    .form-block.vertical .form-block_line{
        margin-bottom: 20px;
    }
    
    .form-block.vertical .form-block_line:last-child{
        margin-top: 20px!important;
    }
    
    .form-block.vertical .form-block_line.btn-arrow-white:before{
        left: calc(50% + 50px);
    }
}

@media only screen and (max-width: 767px){
    
    .form-block.orange .form-block_line:nth-child(1),
    .form-block.orange .form-block_line:nth-child(2),
    .form-block.orange .form-block_line:nth-child(3){
        width: 100%!important;
        margin: 0 0 20px!important;
    }
    
    .form-block.orange .form-block_line:nth-child(4){
        width: 100%!important;
        margin: 0!important;
    }
    
    
}





/*   nav   */

.nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    background-color: rgba(0, 3, 26, 0);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.active-scroll .nav{
    background-color: rgba(0, 3, 26, 1);
}

.nav-block{
    position: relative;
    padding: 24px 0;
}

.nav-block_logo{
    display: block;
    float: left;
    width: 181px;
    height: 38px;
}

.nav-block_logo img{
    max-width: 100%;
    max-height: 100%;
}

.nav-block_phone{
    display: inline-block;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-backdrop-filter: blur(31.4833px);
    backdrop-filter: blur(31.4833px);
    border-radius: 35px;
}

.nav-block_phone a{
    padding-left: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    background-image: url(../images/icon-phone-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    
}

.nav-block_burger{
    float: right;
    width: 38px;
    height: 22px;
    margin-top: 10px;
    cursor: pointer;
    background-image: url(../images/icon-burger.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1049px){
    .nav{
        border-radius: 0!important;
    }
}

@media only screen and (max-width: 1023px){
    .nav-block{
        padding: 21px 0;
    }
    
    .nav-block_logo{
        width: 91px;
        height: 24px;
    }
    
    .nav-block_phone {
        padding: 5px 15px;    
    }
    
    .nav-block_phone a{
        line-height: 24px;
    }
    
    .nav-block_burger{
        width: 32px;
        height: 18px;
        margin-top: 3px;
        background-size: 32px;
    }
}

@media only screen and (max-width: 767px){
    .nav-block_phone {
        margin-top: -3px;
    }
    
    .nav-block_phone a{
        font-size: 15px;
        font-weight: 300;
    }
}

/*   footer   */

.footer{
    padding-top: 40px;
    color: #fff;
    background-color: #000211;
}

.footer-block{
    position: relative;
}

.footer-block .parts-4 .col-item:nth-child(1){
    width: 34%;
}

.footer-block .parts-4 .col-item:nth-child(2){
    width: 22%;
}

.footer-block .parts-4 .col-item:nth-child(3){
    width: 26%;
}

.footer-block .parts-4 .col-item:nth-child(4){
    width: 18%;
}


.footer-block_logo{
    
}

.footer-block_logo img{
    max-width: 142px;
}

.footer-block_contact{
    margin-top: 48px;
}

.footer-block_contact a{
    color: #fff;
}

.footer-block_contact div{
    margin-bottom: 10px;
}

.footer-block_contact div:last-child{
    margin-bottom: 0;
}

.footer-block_contact .icon-phone{
    padding-left: 26px;
    background-image: url(../images/icon-phone-white.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.footer-block_contact .icon-email{
    padding-left: 26px;
    background-image: url(../images/icon-email-white.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.footer-block_contact .icon-address{
    padding-left: 26px;
    background-image: url(../images/icon-address-white.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.footer-block_title{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.footer-block_text{
    line-height: 20px;
    color: #9197A8;
}

.footer-block_text p{
    margin-bottom: 15px;
}

.footer-block_text p{
    margin-bottom: 15px;
}

.footer-block_text p a{
    color: #9197A8;
}

.footer-block_ask{
    display: inline-block;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FF725A;
}

.footer-block_copyright{
    margin-top: 30px;
    padding: 8px 0 10px;
    font-size: 11px;
    color: #9197A8;
    border-top: 1px solid #2A2D40;
}


@media only screen and (max-width: 1049px){
    .footer-block .parts-4 .col-item:nth-child(1){
        width: 32%;
    }
    
    .footer-block .parts-4 .col-item:nth-child(2){
        width: 20%;
    }
    
    .footer-block .parts-4 .col-item:nth-child(3){
        width: 27%;
    }
    
    .footer-block .parts-4 .col-item:nth-child(4) .btn{
        width: 152px;
    }
}

@media only screen and (max-width: 1023px){
    .footer-block .parts-4{
        display: flex;
        flex-flow: wrap;
    }
    
    .footer-block .parts-4 .col-item{
        width: 100%!important;
    }
    
    .footer-block .parts-4 .col-item:nth-child(1){
        order: 1;
        margin-bottom: 40px;
    }
    
    .footer-block .parts-4 .col-item:nth-child(2){
        order: 3;
    }
    
    .footer-block .parts-4 .col-item:nth-child(3){
        order: 2;
        margin-bottom: 40px;
    }
    
    .footer-block .parts-4 .col-item:nth-child(4){
        position: absolute;
        top: 0;
        right: 0;
        width: auto!important;
        order: 4;
    }
}

@media only screen and (max-width: 767px){
    .footer{
        padding-top: 24px;
    }
    
    .footer-block_logo img{
        max-width: 91px;
    }
    
    .footer-block_contact {
        margin-top: 48px;
        font-size: 14px;
        line-height: 14px;
    }
    
    .footer-block_title {
        font-size: 16px;
    }
    
    .footer-block_text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .footer-block_contact{
        margin-top: 34px;
    }
    
    .footer-block_contact div {
        margin-bottom: 12px;
    }
    
    .footer-block_contact .icon-phone,
    .footer-block_contact .icon-email{
        padding-left: 18px;
        background-position: 0 1px;
    }
    
    .footer-block_contact .icon-address{
        padding-left: 18px;
        background-position: 0 0px;
        background-size: 11px;
    }
    
    .footer-block .parts-4 .col-item:nth-child(1) {
        margin-bottom: 25px;
    }
    
    .footer-block .parts-4 .col-item:nth-child(3) {
        margin-bottom: 18px;
    }
    
    .footer-block .parts-4 .col-item:nth-child(4) .btn {
        width: auto!important;
    }
    
    .footer-block_title {
        margin-bottom: 0;
    }
    
    .footer-block_text p {
        margin-bottom: 6px;
    }
    
    .footer-block_ask{
        font-size: 14px;
    }
    
    .footer-block_copyright {
        margin-top: 0;
        padding: 8px 0 6px;
        font-size: 12px;
        border-top: none;
    }
    
}


/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background-color: rgba(0, 3, 24, 0.8);
    overflow-y: scroll;
    z-index: 100;
}

.popup .block {
    background-color: #fff;
}

.popup .block{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1258px;
    padding: 185px 45px;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    overflow: hidden;
}

.popup-close{
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-close-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.popup-close:hover{
    opacity: 0.85;
}

.success-popup-text{
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}

@media only screen and (max-width: 1460px){
    .popup .block{
        max-width: 720px;
        padding: 85px 45px;
    }
    
    .success-popup-text{
        font-size: 34px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .popup .block{
        max-width: 480px;
        padding: 65px 20px;
    }
    
    .success-popup-text {
        font-size: 16px;
        line-height: 30px;
    }
}


.section-thanks{
    padding: 200px 0 400px;
}

.thanks-block{
    
}

.thanks-block_title{
    margin: 0;
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}


@media only screen and (max-width: 1460px){
    .thanks-block_title{
        font-size: 34px;
        line-height: 40px;
    }
    
}

@media only screen and (max-width: 767px){
    .thanks-block_title {
        font-size: 18px;
        line-height: 30px;
    }
}