.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
/* did load anyway and would shift the layout */
/*@font-face{
    font-family:Montserrat;
    src:url(/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:Montserrat;
    src:url(/fonts/Montserrat-RegularItalic.ttf) format("truetype");
    font-weight:400;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:Montserrat;
    src:url(/fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:Montserrat;
    src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight:600;
    font-style:normal;
    font-display:swap
}*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    vertical-align:baseline;
    outline:0;
    font-family:Montserrat,sans-serif,Tahoma,Arial
}
html{
    height:101%
}
body{
    line-height:1;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
    content:'';
    content:none
}
strong{
    font-weight:700
}
input{
    outline:0
}
table{
    border-collapse:collapse;
    border-spacing:0
}
img{
    border:0;
    max-width:100%
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
*,:after,:before{
    box-sizing:border-box
}
body,html{
	width:100%;
    /*width:100vw*/
}
.modal__opened{
    position:fixed;
    overflow:hidden
}
.wrapper{
    margin-top:60px
}
.container{
    max-width:1140px;
    width:100%;
    margin:0 auto;
    padding:0 15px
}
.title{
    font-family:Montserrat;
    font-size:30px;
    color:#333;
    font-weight:600;
    line-height:1.2;
    text-align:center
}
@media (max-width:1139px){
    .title{
        font-size:25px
    }
}
@media (max-width:539px){
    .title{
        font-size:18px
    }
}
.subtitle{
    font-size:18px;
    font-family:Montserrat;
    color:#333;
    font-weight:600;
    line-height:1.3
}
@media (max-width:1139px){
    .subtitle{
        font-size:16px
    }
}
@media (max-width:539px){
    .subtitle{
        font-size:14px
    }
}
.text{
    font-size:14px;
    font-family:Montserrat;
    color:#666;
    font-weight:400;
    line-height:1.3
}
@media (max-width:539px){
    .text{
        font-size:12px
    }
}
.intro__title{
    font-size:49px;
    font-family:Montserrat;
    color:#333;
    font-weight:600;
    line-height:1.2;
    text-align:center
}
@media (max-width:1139px){
    .intro__title{
        font-size:36px
    }
}
@media (max-width:539px){
    .intro__title{
        font-size:25px
    }
}
.intro__text{
    max-width:790px;
    margin:12px auto 27px;
    font-size:25px;
    font-family:Montserrat;
    color:#666;
    font-weight:500;
    line-height:1.8;
    text-align:center
}
.intro__text span{
    color:#333;
    font-weight:600;
    font-size:28px
}
.intro__text super{
    color:#ffdd2d;
    font-size:20px
}
@media (max-width:1139px){
    .intro__text{
        font-size:20px
    }
    .intro__text span{
        font-size:23px;
        white-space:nowrap
    }
    .intro__text super{
        font-size:18px
    }
}
@media (max-width:539px){
    .intro__text{
        font-size:16px
    }
    .intro__text span{
        font-size:18px;
        white-space:nowrap
    }
    .intro__text super{
        font-size:14px
    }
}
.intro .button{
    width:308px;
    height:66px;
    font-size:21px;
    margin:0 auto
}
@media (max-width:1139px){
    .intro .button{
        width:250px;
        height:50px;
        font-size:18px
    }
}
.advantages{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
/*    align-items:flex-start;*/
    margin:50px 0 25px
}
@media (max-width:900px){
    .advantages{
        flex-wrap:wrap
    }
}
.advantages .advantage{
    flex:0 0 calc((100% - 90px)/ 4);
    width:calc((100% - 90px)/ 4);
    max-width:calc((100% - 90px)/ 4)
}
@media (max-width:1139px){
    .advantages .advantage{
        flex:0 0 calc((100% - 45px)/ 4);
        width:calc((100% - 45px)/ 4);
        max-width:calc((100% - 45px)/ 4)
    }
}
@media (max-width:900px){
    .advantages .advantage{
        flex:0 0 calc((100% - 50px)/ 2);
        width:calc((100% - 50px)/ 2);
        max-width:calc((100% - 50px)/ 2);
        margin-bottom:25px;
        /*height:230px*/
    }
}
@media (max-width:767px){
    .advantages .advantage{
        /*height:250px*/
    }
}
@media (max-width:539px){
    .advantages .advantage{
        flex:0 0 100%;
        width:100%;
        max-width:100%;
        height:auto;
        margin-bottom:15px
    }
}
.advantages__conditions{
    width:100%;
    text-align:center;
    margin-bottom:15px
}
.chart{
    margin-bottom:88px
}
@media (max-width:539px){
    .chart{
        margin-bottom:40px
    }
}
.chart .subtitle{
    text-align:center;
    margin-top:10px;
    margin-bottom:40px
}
.chart .text{
    text-align:center;
    margin-top:25px
}
.chart__inner{
    height:auto;
    display:flex;
    flex-direction:column
}
.chart__header{
    background-color:#3e4757;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 40px;
    border-top-right-radius:6px;
    border-top-left-radius:6px;
    width:100%;
    flex:0 0 70px
}
@media (max-width:539px){
    .chart__header{
        flex:0 0 45px;
        height:45px;
        padding:0 10px
    }
}
.chart__panel--item{
    margin:0 40px;
    font-weight:500;
    font-size:20px;
    font-family:Montserrat;
    color:#fff;
    text-transform:uppercase
}
@media (max-width:767px){
    .chart__panel--item{
        margin:0 15px;
        font-size:14px
    }
}
@media (max-width:539px){
    .chart__panel--item{
        margin:0 7px;
        font-size:10px
    }
}
.screenshot{
    flex:1 1 auto;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    border:1px solid #e6e6e6;
    padding:50px 0
}
.screenshot-ru{
	background-image:url(/images/content/screenshot-prcy.png);
	padding: 225px 0!important;
	border:0px!important;
}
.screenshot .button{
    width: 308px;
    height: 66px;
    font-size: 21px;
    margin: 0 auto;
}
@media (max-width:1139px){
    .screenshot{
        padding:25px 0;
    }
    .screenshot-ru{
		padding: 190px 0!important;
    }
}
@media (max-width:767px){
    .screenshot{
        padding:10px;
    }
    .screenshot-ru{
		padding: 125px 0!important;
    }
}

.contacts__info .title{
    text-align:left;
    margin-bottom:30px
}
.contacts__list{
    margin-bottom:30px
}
@media (max-width:767px){
    .contacts__list{
        margin-bottom:20px
    }
}
.contacts__item:not(:last-child){
    margin-bottom:20px
}
.contacts__item:first-child .contacts__link img{
    top:0;
    left:2px
}
.contacts__item:last-child .contacts__link img{
    top:3px
}
.contacts__link{
    padding-left:40px;
    position:relative;
    font-size:18px;
    font-family:Montserrat;
    color:#333;
    font-weight:500;
    line-height:1.3
}
.contacts__link img{
    position:absolute;
    top:0;
    left:0
}
.contacts__socials{
    padding-left:0px;
    display:flex;
    flex-direction:row;
    align-items:center;
    font-size:18px;
    font-family:Montserrat;
    color:#333;
    font-weight:500;
    line-height:1.3
}
@media (max-width:767px){
    .contacts__socials{
        padding-left:0;
        margin-bottom:20px
    }
}
.contacts__socials--link{
    display:block;
    margin-left:15px
}

.header{
    background:#f5f5f6;
    height:60px;
    max-height:60px;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    box-shadow:0 1px 10px 0 rgba(207,207,207,.85)
}
.header .container{
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center
}
@media (max-width:767px){
    .header .container{
        justify-content:space-between
    }
}
.header__menu--wrapper{
    flex:1 1 calc(100% - 132px);
    width:calc(100% - 132px);
    max-width:calc(100% - 132px);
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center
}
@media (max-width:767px){
    .header__menu--wrapper{
        width:100vw;
        max-width:100vw;
        height:auto;
        position:absolute;
        box-shadow:0 14px 10px -5px rgba(207,207,207,.85);
        top:100%;
        z-index:-1;
        left:0;
        background:#f5f5f6;
        border-top:1px solid #e6e6e6;
        transition:opacity .3s linear,visibility 0s linear .3s;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        padding:20px 10px;
        flex-direction:column;
        justify-content:flex-start;
        align-items:center
    }
    .header__menu--wrapper_opened{
        transition:opacity .3s linear,visibility 0s linear;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        -webkit-user-select:auto;
        -moz-user-select:auto;
        -ms-user-select:auto;
        user-select:auto
    }
}
.header__hamburger{
    display:none
}
@media (max-width:767px){
    .header__hamburger{
        display:block;
        width:40px;
        height:40px;
        color:#333;
        cursor:pointer
    }
}
.header__logo{
    width:105px;
    height:auto;
    flex:0 0 105px;
    max-width:105px;
    display:block
}
.header__logo img{
    width:100%;
    max-width:100%;
    height:auto
}
.header .button{
    flex:0 0 190px;
    width:190px;
    max-width:190px;
    height:38px
}
@media (max-width:900px){
    .header .button{
        flex:0 0 150px;
        width:150px;
        max-width:150px
    }
}
@media (max-width:767px){
    .header .button{
        flex:0 0 38px;
        margin-top:15px
    }
}
.header .nav{
    flex:1 1 calc(100% - 190px);
    width:calc(100% - 190px);
    max-width:calc(100% - 190px)
}
@media (max-width:900px){
    .header .nav{
        flex:1 1 calc(100% - 150px);
        width:calc(100% - 150px);
        max-width:calc(100% - 150px)
    }
}
@media (max-width:767px){
    .header .nav{
        width:100%;
        height:auto;
        flex:0 0 auto;
        max-width:100%
    }
}
.button{
    background:#ffdd2d;
    border-radius:6px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    font-size:10px;
    font-family:Montserrat;
    color:#333;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    -webkit-appearance:none;
    border:none;
    box-shadow:none;
    outline:0;
    cursor:pointer
}
@media (hover),(min-width:0\0),(min--moz-device-pixel-ratio:0){
    .button{
        transition:background .3s linear,box-shadow .3s linear
    }
    .button:hover{
        background-color:#ffd709;
        box-shadow:1px 1px 7px -2px #666
    }
    .button:active{
        background-color:#ffd709;
        box-shadow:none
    }
}
.button_green{
    background:#28a745!important;
    color:#fff!important;
}
@media (hover),(min-width:0\0),(min--moz-device-pixel-ratio:0){
    .button_green{
        transition:background .3s linear,box-shadow .3s linear
    }
    .button_green:hover{
        background-color:#218a39;
        box-shadow:1px 1px 7px -2px #666
    }
    .button_green:active{
        background-color:#218a39;
        box-shadow:none
    }
}
.nav{
    height:100%
}
.nav__list{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center
}
@media (max-width:767px){
    .nav__list{
        flex-direction:column;
        justify-content:flex-start;
        align-items:center
    }
}
.nav__item{
    margin:0 12px
}
@media (max-width:900px){
    .nav__item{
        margin:0 6px
    }
}
@media (max-width:767px){
    .nav__item{
        margin:0 0 15px 0
    }
    .nav__item:last-child{
        margin-bottom:0
    }
}
.nav__item_active .nav__link{
    color:#333
}
.nav__link{
    font-size:13px;
    font-family:Montserrat;
    color:#959ba4;
    text-transform:uppercase;
    font-weight:500
}
@media (hover),(min-width:0\0),(min--moz-device-pixel-ratio:0){
    .nav__link{
        transition:color .3s linear
    }
    .nav__link:hover{
        color:#333
    }
}
.advantage{
/*    height:290px;*/
    padding:40px 15px;
    display:flex;
    flex-direction:column;
    align-items:center;
    background:#fff;
    border-radius:7px;
    border:1px solid #e6e6e6;
    overflow:hidden
}
@media (max-width:1139px){
    .advantage{
        padding:20px
    }
}
@media (max-width:900px){
    .advantage{
        padding:20px
    }
}
.advantage__icon{
    border-radius:7px;
    background-color:#3e4757;
    width:75px;
    height:75px;
    margin-bottom:25px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:12px
}
.advantage__icon img{
    width:100%;
    max-width:100%
}
.advantage__name{
    margin-bottom:10px;
    text-align:center
}
.advantage__text{
    text-align:center
}
.table{
    width:100%;
    height:auto;
    margin-top:43px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-end;
    border:1px solid #e6e6e6;
    border-radius:6px
}
.table__column{
    height:auto;
    flex:1 1 auto;
    width:auto;
    padding-bottom:8px
}
@media (max-width:767px){
    .table__column{
        padding-bottom:4px;
        width:calc(50% - 4px);
        max-width:calc(50% - 4px);
        flex-basis:calc(50% - 4px)
    }
}
.table__column_active{
    padding-bottom:0;
    margin-top:-28px;
    padding-top:12px;
    border:8px solid #ffdd2d;
    background:#fff;
    border-top-right-radius:7px;
    border-top-left-radius:7px;
    flex:0 0 350px;
    width:350px;
    max-width:350px
}
@media (max-width:1139px){
    .table__column_active{
        width:300px;
        max-width:300px;
        flex-basis:300px
    }
}
@media (max-width:767px){
    .table__column_active{
        width:calc(50% + 4px);
        max-width:calc(50% + 4px);
        flex-basis:calc(50% + 4px);
        border-width:4px
    }
}
.table__column_active .table__title{
    background:#fff;
    border-top-right-radius:0;
    font-size:30px;
    font-family:Montserrat;
    color:#333;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.2;
    text-align:center;
    padding-bottom:10px;
    padding-right:25px
}
@media (max-width:1139px){
    .table__column_active .table__title{
        font-size:22px
    }
}
@media (max-width:539px){
    .table__column_active .table__title{
        font-size:14px;
        padding-right:0
    }
}
.table__column_active .table__title img{
    margin-right:7px
}
.table__column_active .table__text{
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    font-weight:500;
    line-height:1.6
}
@media (max-width:539px){
    .table__column_active .table__text{
        font-size:10px
    }
}
.table__column_active .table__row{
    margin:0 15px 0 18px;
    width:calc(100% - 33px);
    max-width:calc(100% - 33px)
}
@media (max-width:1139px){
    .table__column_active .table__row{
        margin:0 10px 0 20px;
        width:calc(100% - 30px);
        max-width:calc(100% - 30px)
    }
}
@media (max-width:767px){
    .table__column_active .table__row{
        margin:0 15px 0 15px
    }
}
.table__column_active .table__row:last-child{
    padding:45px 0 55px
}
.table__column_active .table__row:last-child .table__text{
    text-align:center;
    margin-bottom:25px
}

.table-price{
	margin: 0 auto;
}
.table-price tbody tr:first-child td {
    padding-top: 0px;
}
.table-price td:last-child{
    padding-right: 0px;
}
.table-price td:first-child {
    padding-left:0;
}
.table-price tbody td {
    padding: 0;
    vertical-align: middle;
    border-top: 0px;
}
.table-price-inactive td{
	color: #666;
	font-weight: 200!important;
}
.table-price .primary{
    font-weight:600;
    font-size:23px;
    line-height: 23px;
}
.table-price-active .middle{
	padding:0 5px;
}
.table-price-inactive .middle{
	padding:0 3px;
}
.table-price .secondary{
    font-weight:600;
    font-size: 14px;
    color: #666;
}
@media (max-width:539px){
    .table-price .primary{
        font-size:16px
    }
    .table-price .secondary{
        font-size:10px
    }
}
@media (max-width:1139px){
    .table__column_active .table__row:last-child{
        padding:25px 0 30px
    }
    .table__column_active .table__row:last-child .table__text{
        margin-bottom:20px
    }
}
@media (max-width:539px){
    .table__column_active .table__row:last-child{
        margin-bottom:0
    }
}
.table__column_first{
    background:#f5f5f6;
    flex:0 0 380px;
    width:380px;
    max-width:380px
}
@media (max-width:1139px){
    .table__column_first{
        flex:0 0 230px;
        width:230px;
        max-width:230px
    }
}
@media (max-width:767px){
    .table__column_first{
        display:none
    }
}
.table__column_first .table__title{
    background:#3e4757;
    border-top-left-radius:6px;
    border-top-right-radius:0
}
.table__column_first .table__text{
    font-family:Montserrat;
    font-weight:600;
    font-size:14px;
    color:#333;
    line-height:1.6
}
.table__column_first .table__row{
    margin:0 30px 0 20px;
    width:calc(100% - 50px);
    max-width:calc(100% - 50px)
}
@media (max-width:1139px){
    .table__column_first .table__row{
        margin:0 10px 0 20px;
        width:calc(100% - 30px);
        max-width:calc(100% - 30px)
    }
}
.table__column_first .table__row:last-child{
    text-align:left
}
.table__text{
    font-family:Montserrat;
    font-weight:400;
    font-size:14px;
    color:#666;
    line-height:1.6
}
@media (max-width:539px){
    .table__text{
        font-size:10px
    }
}
.table__subtext{
    font-family:Montserrat;
    font-weight:400;
    font-size:12px;
    color:#666;
    line-height:1.6;
    margin-top:25px
}
@media (max-width:539px){
    .table__subtext{
        margin-top:15px;
        font-size:10px
    }
}
.table__button{
    font-weight:600;
    font-size:18px;
    width:268px;
    max-width:100%;
    height:60px;
    margin:0 auto
}
@media (max-width:539px){
    .table__button{
        font-size:10px;
        height:40px
    }
}
.table__title{
    height:75px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#cacaca;
    width:100%;
    border-top-right-radius:6px;
    font-size:20px;
    font-family:Montserrat;
    color:#fff;
    text-transform:uppercase;
    line-height:1.2;
    text-align:center;
    margin-bottom:18px
}
@media (max-width:1139px){
    .table__title{
        margin-bottom:10px;
        height:55px;
        font-size:14px
    }
}
@media (max-width:539px){
    .table__title{
        font-size:10px;
        height:40px
    }
}
.table__row{
    padding:26px 0;
    margin:0 14px 0 36px;
    width:calc(100% - 50px);
    max-width:calc(100% - 50px)
}
.table__row:not(:last-child){
    border-bottom:1px solid #e6e6e6
}
.table__row:last-child{
    padding:48px 0 55px;
    text-align:center
}
@media (max-width:1139px){
    .table__row{
        padding:15px 0;
        margin:0 10px 0 20px;
        width:calc(100% - 30px);
        max-width:calc(100% - 30px)
    }
    .table__row:last-child{
        padding:30px 0 25px
    }
}
@media (max-width:767px){
    .table__row{
        padding-top:15px;
        position:relative;
        margin:0 15px
    }
    .table__row:last-child{
        padding-top:25px
    }
}
.table__row_has-image{
    display:flex;
    justify-content:center;
    align-items:center
}
@media (max-width:767px){
    .table__row_has-image{
        flex-direction:column;
        justify-content:flex-start
    }
    .table__row_has-image .table__placeholder{
        align-self:flex-start;
        width:100%;
        text-align:left
    }
}
.table__item{
    font-family:Montserrat;
    font-weight:600;
    font-size:14px;
    color:#333;
    line-height:1.6
}
.table__item img{
    margin-left:-2px;
    margin-right:13px;
    position:relative;
    top:4px
}
@media (max-width:539px){
    .table__item img{
        width:12px;
        height:12px;
        margin-right:7px;
        top:2px
    }
}
.table__item:not(:last-child){
    margin-bottom:9px
}
@media (max-width:539px){
    .table__item{
        font-size:10px
    }
}
.table__image{
    width:160px;
    height:160px;
    flex:0 0 160px;
    border-width:6px;
    border-color:#f5f5f6;
    border-style:solid;
    background:#fff;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center
}
@media (max-width:539px){
    .table__image{
        border-width:3px;
        width:110px;
        height:110px;
        flex:0 0 110px
    }
}
.table__image img{
    width:130px;
    height:130px;
    max-width:130px;
    flex:0 0 130px
}
@media (max-width:539px){
    .table__image img{
        width:90px;
        max-width:90px;
        height:90px;
        flex:0 0 90px
    }
}
.table__placeholder{
    display:none;
    font-family:Montserrat;
    font-weight:600;
    font-size:12px;
    color:#666;
    margin-bottom:25px;
    line-height:1.4
}
@media (max-width:767px){
    .table__placeholder{
        display:block
    }
}
@media (max-width:539px){
    .table__placeholder{
        font-size:10px;
        margin-bottom:15px
    }
}
.slider{
    margin-top:35px;
    width:100%;
    padding:0 95px
}
@media (max-width:1139px){
    .slider{
        padding:0
    }
}
.slick-dots{
    margin-top:40px;
    display:flex;
    flex-direction:row;
    justify-content:center
}
.slick-dots li{
    width:16px;
    height:8px;
    padding:0 4px;
    cursor:pointer
}
.slick-dots li button{
    -webkit-appearence:none;
    border:none;
    cursor:pointer;
    outline:0;
    font-size:0;
    width:100%;
    height:100%;
    border-radius:50%;
    background-color:#dddfe0;
    padding:0;
    box-shadow:none
}
@media (hover),(min-width:0\0),(min--moz-device-pixel-ratio:0){
    .slick-dots li button{
        transition:background-color .3s linear,box-shadow .3s linear
    }
    .slick-dots li button:hover{
        background-color:#ffdd2d;
        box-shadow:0 0 1px -4px #333
    }
}
.slick-dots li.slick-active button{
    background:#ffdd2d
}
.faq{
    max-width:940px;
    width:100%;
    margin:0 auto;
    border-radius:6px;
    overflow:hidden
}
.faq__title{
    width:100%;
    background-color:#3e4757;
    height:76px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    font-size:20px;
    font-family:Montserrat;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    padding-left:20px
}
@media (max-width:539px){
    .faq__title{
        padding-left:15px;
        font-size:14px;
        height:54px
    }
}
.faq__row{
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6
}
.faq__row--name{
    padding: 20px 0 20px 40px;
    min-height:70px;
	line-height:28px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    color:#7b838e;
    cursor:pointer;
    font-family:Montserrat;
    font-weight:500;
    font-size:18px;
    text-transform:uppercase;
    background:#f5f5f6;
    transition:color .3s linear
}
@media (hover),(min-width:0\0),(min--moz-device-pixel-ratio:0){
    .faq__row--name:hover{
        color:#333
    }
}
@media (max-width:767px){
    .faq__row--name{
        padding-left:20px;
        font-size:14px;
        height:50px
    }
}
@media (max-width:539px){
    .faq__row--name{
        padding-left:15px;
        padding-right:15px;
        font-size:12px;
        line-height:1.6;
        height:70px
    }
}
.faq__row--text{
    border-top:1px solid #e6e6e6;
    padding:25px 60px 35px 40px;
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    line-height:1.857;
    text-align:left;
    display:none
}
@media (max-width:767px){
    .faq__row--text{
        padding:15px 20px
    }
}
.faq__row:last-child{
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px
}
.faq__row_opened .faq__row--name{
    color:#333
}
.faq__row_opened .faq__row--text{
    display:block
}
.input{
    overflow:hidden;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-width:1px;
    border-color:#e6e6e6;
    border-style:solid;
    border-radius:6px;
    background-color:#fff;
    height:70px;
    padding-left:30px;
    font-weight:500;
    font-size:18px;
    font-family:Montserrat;
    color:#333;
    line-height:1.2;
    outline:0;
    box-shadow:none
}
@media (max-width:539px){
    .input{
        height:54px;
        padding-left:15px;
        font-size:14px
    }
}
.input:-ms-input-placeholder{
    font-weight:500;
    font-size:18px;
    font-family:Montserrat;
    color:#9299a2
}
.input::-ms-input-placeholder{
    font-weight:500;
    font-size:18px;
    font-family:Montserrat;
    color:#9299a2
}
.input::placeholder{
    font-weight:500;
    font-size:18px;
    font-family:Montserrat;
    color:#9299a2
}
@media (max-width:539px){
    .input:-ms-input-placeholder{
        font-size:14px
    }
    .input::-ms-input-placeholder{
        font-size:14px
    }
    .input::placeholder{
        font-size:14px
    }
}
textarea.input{
    padding-top:25px;
    height:140px;
    resize:none
}
.section{
    background:#fff;
    padding:100px 0;
    z-index:0
}
.section#graph{
	padding-bottom:0px!important;
	margin-bottom: -100px!important;
}
@media (max-width:1139px){
    .section{
        padding:75px 0
    }
}
@media (max-width:767px){
    .section{
        padding:60px 0
    }
}
@media (max-width:539px){
    .section{
        padding:40px 0
    }
}
.section.patterned{
    background-color:#fff;
    background-image:url(/images/template/pattern_lt.png),url(/images/template/pattern_rb.png);
    background-position:left 0 top -59px,right bottom -208px;
    background-size:auto auto,auto auto;
    background-repeat:no-repeat;
    padding:110px 0;
    box-shadow:0 1px 33px 0 rgba(207,207,207,.85);
    position:relative;
    z-index:1
}
@media (max-width:1139px){
    .section.patterned{
        padding:85px 0;
        background-size:268px 439px,236px 489px
    }
}
@media (max-width:767px){
    .section.patterned{
        padding:70px 0
    }
}
@media (max-width:539px){
    .section.patterned{
        padding:50px 0;
        background-size:179px 293px,157px 326px
    }
}
.section_gray{
    background-color:#f5f5f6
}
#contactform-message{
	height:175px;
}
.ahctpac .form-control{
	padding: 5px 0 0 15% ;
}
.section_contacts{
    padding-bottom:45px
}
.section_contacts .container{
    display:flex
}
@media (max-width:767px){
    .section_contacts .container{
        flex-direction:column-reverse;
        justify-content:flex-start;
        align-items:flex-start
    }
}
.section_contacts .container .contacts__form{
    width:730px;
    max-width:730px;
    flex:0 0 730px;
    margin-right:30px
}
@media (max-width:1139px){
    .section_contacts .container .contacts__form{
        width:calc(100% - 380px);
        max-width:calc(100% - 380px);
        flex:0 0 calc(100% - 380px)
    }
}
@media (max-width:767px){
    .section_contacts .container .contacts__form{
        width:100%;
        max-width:100%;
        flex:0 0 auto
    }
}
.section_contacts .container .contacts__info{
    width:calc(100% - 760px);
    max-width:calc(100% - 760px);
    flex:0 0 calc(100% - 760px)
}
@media (max-width:1139px){
    .section_contacts .container .contacts__info{
        width:350px;
        max-width:350px;
        flex:0 0 350px
    }
}
@media (max-width:767px){
    .section_contacts .container .contacts__info{
        width:100%;
        max-width:100%;
        flex:0 0 auto;
        margin-bottom:20px
    }
}
.section_reviews{
    background-image:url(/images/template/pattern3@2.png);
    background-position:left 0 top -214px;
    background-repeat:no-repeat;
    background-size:381px 653px
}
.review{
    display:flex!important;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start
}
@media (max-width:767px){
    .review{
        flex-direction:column
    }
}
.review__content{
    flex:0 0 calc(100% - 190px);
    width:calc(100% - 190px);
    max-width:calc(100% - 190px);
    margin-left:30px;
    padding:40px 30px 30px 50px;
/*    min-height:210px;*/
    background:url(/images/template/cloud.png) center center no-repeat;
    background-size:100% 100%
}
@media (max-width:767px){
    .review__content{
        width:100%;
        height:auto;
        flex:0 0 auto;
        min-height:none;
        padding:20px 30px;
        background:#fff;
        border-radius:6px;
        border:1px solid #e6e6e6;
        overflow:hidden;
        margin-left:0;
        margin-top:20px;
        max-width:100%
    }
}
.review__text p{
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    font-style:italic;
    text-align:justify;
    line-height:1.857
}
.review__text p+p{
    margin-top:20px
}
.review__info{
    width:160px;
    max-width:160px;
    flex:0 0 160px
}
@media (max-width:767px){
    .review__info{
        display:flex;
        flex-direction:column;
        width:auto;
        max-width:none;
        flex:0 0 128px;
        height:128px;
        flex-wrap:wrap;
        justify-content:center;
        align-items:flex-start
    }
}
.review__image{
    border-radius:50%;
    overflow:hidden;
    width:128px;
    height:128px;
    margin:0 auto 15px
}
@media (max-width:767px){
    .review__image{
        flex:0 0 128px;
        margin:0 20px 0 0
    }
}
.review__image img{
    width:100%;
    height:100%
}
.review__name{
    text-align:center;
    line-height:1.429;
    font-weight:600;
    font-size:14px;
    color:#333
}
.review__rang{
    text-align:center;
    line-height:1.429;
    color:#666;
    font-size:12px;
    font-weight:400
}
@media (max-width:767px){
    .review__rang{
        width:calc(100% - 148px)
    }
}
.popup{
    height:680px;
    width:540px;
    background:#fff;
    z-index:2;
    border-radius:6px;
    box-shadow:0 0 32px 0 rgba(24,24,26,.15);
    overflow:hidden
}
.popup__overlay{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    cursor:default
}
.popup__wrapper{
    width:100vw;
    height:100vh;
    height:calc(var(--vh,1vh) * 100);
    background:rgba(0,0,0,.5);
    position:fixed;
    top:0;
    left:0;
    z-index:100;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:100px 0;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear .3s,opacity .3s linear
}
@media (max-width:1139px){
    .popup__wrapper{
        padding:50px 0
    }
}
@media (max-width:539px){
    .popup__wrapper{
        padding:0;
        overflow:hidden
    }
}
.popup__wrapper_opened{
    visibility:visible;
    opacity:1;
    transition:visibility 0s linear,opacity .3s linear
}
@media (max-width:539px){
    .popup{
        width:100%;
        height:100%;
        border-radius:0
    }
}
.popup__header{
    background-color:#3e4757;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 40px
}
@media (max-width:539px){
    .popup__header{
        padding:0 15px
    }
}
.popup__title{
    font-size:20px;
    font-family:Montserrat;
    color:#fff;
    text-transform:uppercase;
    font-weight:500
}
.popup__body{
    padding:40px
}
@media (max-width:539px){
    .popup__body{
        padding:20px 15px;
        overflow-y:scroll;
        -webkit-overflow-scrolling:touch
    }
}
.popup__form{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:25px
}
.popup__form .input{
    width:100%;
    height:70px;
    flex:0 0 70px;
    margin-bottom:20px
}
@media (max-width:539px){
    .popup__form .input{
        flex:0 0 54px;
        height:54px;
        margin-bottom:15px
    }
}
.popup__form--panel{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-bottom:44px
}
@media (max-width:539px){
    .popup__form--panel{
        margin-bottom:30px
    }
}
.popup__form .button{
    width:295px;
    height:70px;
    flex:0 0 70px;
    font-size:16px;
    font-weight:500
}
@media (max-width:539px){
    .popup__form .button{
        flex:0 0 54px;
        height:54px;
        font-size:14px;
        max-width:100%
    }
}

#modal-auth p,
#modal-auth a{
	font-weight: 500;
	font-size: 14px;
	font-family: Montserrat;
}
#modal-auth a{
    color:#3d7ab6;
}
#modal-auth .modal-header img{
	padding-top: 3px;
}


.popup__block{
    display:flex;
    align-items:center;
    flex-direction:column
}
.popup__text{
    font-weight:500;
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    margin-bottom:15px
}
.popup__subtitle{
    font-weight:500;
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    margin-top:20px;
    width:100%;
    text-align:center;
    overflow:hidden
}
.popup__subtitle:after,.popup__subtitle:before{
    content:"";
    width:100%;
    display:inline-block;
    vertical-align:middle;
    background:#e6e6e6;
    height:1px
}
.popup__subtitle:after{
    margin-right:-100%;
    border-left:30px solid #fff
}
.popup__subtitle:before{
    margin-left:-100%;
    border-right:30px solid #fff
}
.popup__socials{
    margin-top:30px
}
.popup__socials--link{
    margin:0 5px
}
.checkbox{
    display:flex;
    align-items:center;
    font-weight:500;
    font-size:14px;
    font-family:Montserrat;
    color:#333;
    cursor:pointer
}
.checkbox__input{
    -webkit-appearence:none;
    display:none
}
.checkbox__input:checked~.checkbox__mark:after{
    opacity:1
}
.checkbox__mark{
    border-radius:6px;
    background-color:#ffdd2d;
    width:30px;
    height:30px;
    position:relative;
    margin-right:10px
}
@media (max-width:539px){
    .checkbox__mark{
        width:25px;
        height:25px;
        margin-right:7px
    }
}
.checkbox__mark:after{
    content:"";
    width:17px;
    height:15px;
    display:block;
    position:absolute;
    top:calc(50% - 8.5px);
    left:calc(50% - 7.5px);
    background:url(/images/template/check@2.png) center center no-repeat/100% 100%;
    opacity:0;
    transition:opacity .3s linear
}
@media (max-width:539px){
    .checkbox{
        font-size:12px
    }
}
.loaded .preloader{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.preloader{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
    opacity:1;
    background:#fff;
    transition:opacity .3s linear,visibility 0s linear .5s;
    visibility:visible
}
.preloader__inner{
    position:absolute;
    left:calc(50% - 50px);
    top:calc(50% - 50px);
    width:100px;
    height:100px;
    perspective:780px
}
.preloader__inner--strip{
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%
}
.preloader__inner--strip._one{
    top:0;
    left:0;
    animation:preloader-rotate-one 1.15s linear infinite;
    border-bottom:3px solid #ffdd2d
}
.preloader__inner--strip._two{
    right:0;
    top:0;
    animation:preloader-rotate-two 1.15s linear infinite;
    border-right:3px solid #666
}
.preloader__inner--strip._three{
    right:0;
    bottom:0;
    animation:preloader-rotate-three 1.15s linear infinite;
    border-top:3px solid #3e4757
}
@keyframes preloader-rotate-one{
    0%{
        transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }
    100%{
        transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}
@keyframes preloader-rotate-two{
    0%{
        transform:rotateX(50deg) rotateY(10deg) rotateZ(0)
    }
    100%{
        transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}
@keyframes preloader-rotate-three{
    0%{
        transform:rotateX(35deg) rotateY(55deg) rotateZ(0)
    }
    100%{
        transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

