@charset "UTF-8";

@font-face {
    font-family: 'GothamProRegular';
    src: local("GothamProRegular"),
        url("/ui/fonts/GothamProRegular.eot"), url("/ui/fonts/GothamProRegular.otf") format("opentype");
}
@font-face {
    font-family: 'GothamProBold';
    src: local("GothamProBold"),
        url("/ui/fonts/GothamProBold.eot"),
        url("/ui/fonts/GothamProBold.otf") format("opentype");
}
@font-face {
    font-family: 'GothamProBlack';
    src: local("GothamProBlack"),
        url("/ui/fonts/GothamProBlack.otf") format("opentype");
}

@font-face {
	font-family: 'DINProCondBold';
	src: url('/ui/fonts/din/DINProCondBold.eot');
	src: local('DINProCondBold'), local('DINProCondBold'),
		url('/ui/fonts/din/DINProCondBold.eot?#iefix') format('embedded-opentype'),
		url('/ui/fonts/din/DINProCondBold.woff') format('woff'),
		url('/ui/fonts/din/DINProCondBold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DINProCondBlack';
	src: url('/ui/fonts/din/DINProCondBlack.eot');
	src: local('DINProCondBlack'), local('DINProCondBlack'),
		url('/ui/fonts/din/DINProCondBlack.eot?#iefix') format('embedded-opentype'),
		url('/ui/fonts/din/DINProCondBlack.woff') format('woff'),
		url('/ui/fonts/din/DINProCondBlack.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/*----reset----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
main *{
    max-height: 10000px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
    overflow: auto!important;
    margin-right: 0!important;
}
.compensate-for-scrollbar{

}
ol, ul {
	list-style: none;
}
input, textarea, button{
    outline: none;
    transition: all ease 0.2s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #ADADAD;
}
input::-moz-placeholder,
textarea::-webkit-input-placeholder{
    color: #ADADAD;
}
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #ADADAD;
}
input:-moz-placeholder,
textarea::-webkit-input-placeholder{
    color: #ADADAD;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
    text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form .order_submit:disabled{
    background: linear-gradient(to top, #b5b5b5, #d3d3d3)!important;
}
form .order_submit:disabled:hover{
    background: linear-gradient(to top, #b5b5b5, #d3d3d3)!important;
}
/*----/reset----*/
.page-wrap{
    overflow: hidden;
}
.container{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.row:after{
    content: "";
    display: table;
    clear: both;
}
.btn-bg{
    font-family: 'GothamProBold', Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 46px;
    height: 46px;
    background: #E95148;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px 0 25px;
    transition: all ease 0.2s;
    outline: none;
    position: relative;
    cursor: pointer;
}
.btn-bg.big{
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}
.btn-bg.big span{
    padding: 0 22px 0 0;
}
.btn-bg span {
    padding: 0 16px 0 0;
    position: relative;
}
.btn-bg span:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    top: 4px;
}
.btn-bg:hover{
    background: #D04138;
}

.input-base{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    height: 46px;
    border-radius: 5px;
    padding-left: 25px;
    border: none;
    display: inline-block;
    transition: all ease 0.2s;
}
.textarea-base{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    height: 150px;
    border-radius: 5px;
    padding: 15px 25px;
    border: none;
    display: inline-block;
    transition: all ease 0.2s;
    margin: 0 0 10px 0;
    resize: none;
}
.form-error-border::-webkit-input-placeholder{
    color: #D04138!important;
}
.form-error-border::-webkit-input-placeholder {
    color: #D04138!important;
}
.form-error-border::-moz-placeholder {
    color: #D04138!important;
}
.form-error-border:-ms-input-placeholder {
    color: #D04138!important;
}
.form-error-border:-moz-placeholder {
    color: #D04138!important;
}
h2{
    font-family: "GothamProBold", Arial;
    font-size: 30px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 25px 0;
}
a.phone{
    white-space: nowrap;
}
.btn-bg-wrap {
    position: relative;
    display: inline-block;
}

/*--btn-modal--*/
.btn-bg-wrap:hover .btn-modal {
    visibility: visible;
    opacity: 1;
}
.btn-bg-wrap .btn-modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -135px;
    width: 270px;
    padding: 12px 0 0 0;
    transition: all ease 0.2s;
    cursor: default;
    z-index: 1;
}
.btn-bg-wrap .btn-modal .content {
    background: #fff;
    padding: 12px 15px 10px 15px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}
.btn-bg-wrap .btn-modal .content:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    left: 45%;
}
.btn-bg-wrap .btn-modal .content .text {
    font-family: 'GothamProRegular', Arial;
    font-size: 11px;
    color: #ADADAD;
    line-height: 1.5;
}
.btn-bg-wrap .btn-modal .content .text .link {
    color: #E95148;
    transition: all ease 0.2s;
}
.btn-bg-wrap .btn-modal .content .text .link:hover {
    color: #D04138;
}
/*--/btn-modal--*/

/*--line-top--*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.line-top{
    background: #343434;
}
.line-top > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}
.line-top .title{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #fff;
    line-height: 1;
}
.line-top .col-right{
    display: flex;
    align-items: center;
}
.line-top .col-right .time{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1;
}
.line-top .col-right .phone-box{

}
.line-top .col-right .phone-box .phone{
    font-family: "GothamProBold", Arial;
    font-size: 21px;
    color: #fff;
    line-height: 1;
    display: block;
    margin: 0 25px 0 20px;
}
.line-top .btn{
    height: 38px;
    line-height: 38px;
}
/*--/line-top--*/

/*--line-main--*/
.line-main{
    background: #FAFAFA;
    border-bottom: 1px solid #ADADAD;
}
.line-main > .container{
    height: 45px;
    display: flex;
    align-items: center;
}
.line-main .logo-box{
    width: 340px;
}
.line-main .logo-box img{
    position: absolute;
    top: 5px;
    left: 0;
}
.menu-main ul{
    width: 830px;
    display: flex;
    justify-content: flex-end;
}
.menu-main li{
    margin: 0 40px 0 0;
}
.menu-main li:last-of-type{
    margin: 0;
}
.menu-main li a{
    font-family: "GothamProBold", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.2s;
}
.menu-main li a:hover{
    color: #D04138;
}
.menu-main li a:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #EFEFEF;
    right: -22px;
    top: 2px;
}
.menu-main li:last-child a:after{
    display: none;
}
/*--/line-main--*/

/*--head-banner--*/
.head-banner{
    margin: 90px 0 0 0;
    height: 820px;
    background: url(/ui/img/header/bg-head.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.computer .head-banner{
    background: url(/ui/img/header/bg-head-computer.jpg) no-repeat top center;
    background-size: cover;
}
.head-banner > .container{
    height: 100%;
    display: flex;
    align-items: center;
}

.head-banner .title-line{

}
.head-banner .title-line h1{
    font-family: "GothamProBlack", Arial;
    font-size: 60px;
    color: #343434;
    line-height: 1.15;
    max-width: 770px;
    margin: 0 0 30px 0;
}
.head-banner .title-line .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.5;
    margin: 0 0 45px 0;
}
.head-banner .form-content{
    position: relative;
    background: url(/ui/img/form/bg-consult.jpg) no-repeat #FAC123;;
    border-radius: 5px;
    max-height: 250px;
    max-width: 770px;
    padding: 40px 50px 50px 50px;
}
.head-banner .form-content .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.head-banner .form-content .advantages{
    display: flex;
    margin: 0 0 20px 0;
}
.head-banner .form-content .advantages .col{
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
}
.head-banner .form-content .advantages .col:last-of-type{
    margin: 0;
}
.head-banner .form-content .advantages .col .img-box{
    width: 42px;
}
.head-banner .form-content .advantages .col .img-box img{
    vertical-align: bottom;
}
.head-banner .form-content .advantages .col .subtext{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.3;
}
.head-banner .form-content form{

}
.head-banner .form-content form input{
    margin: 0 1px 0 0;
    width: 220px;
}
.head-banner .form-content form{

}
.head-banner .form-content .outside-price{
    width: 186px;
    height: 160px;
    background: url(/ui/img/other/circle-glitch-default.png) no-repeat;
    position: absolute;
    top: -32px;
    right: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-banner .form-content .outside-price.active-9-11{
    background: url(/ui/img/other/circle-glitch-9-11.png) no-repeat;
}
.head-banner .form-content .outside-price.active-11-13{
    background: url(/ui/img/other/circle-glitch-11-13.png) no-repeat;
}
.head-banner .form-content .outside-price.active-13-16{
    background: url(/ui/img/other/circle-glitch-13-16.png) no-repeat;
}
.head-banner .form-content .outside-price.active-16-21{
    background: url(/ui/img/other/circle-glitch-16-21.png) no-repeat;
}
.head-banner .form-content .outside-price .price{
    font-family: 'DINProCondBlack';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-25deg);
    text-align: center;
    margin: 0 0 0 5px;
}
.head-banner .form-content .outside-price .price .text{

}
.head-banner .form-content .outside-price .price .number{
    font-size: 90px;
    display: inline-block;
    margin: -18px 0 -14px 0;
}
/*--/head-banner--*/

/*--section.prices-tabs--*/
section.prices-tabs{
    padding: 90px 0 95px 0;
    background-color: #FAFAFA;
    position: relative;
    z-index: 0;
    background-image: url(/ui/img/other/bg-waves.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: background linear 0.6s;
}
section.prices-tabs.bg-long{

}

.btn-anchor-wrap-bg{
    position: relative;
}
.btn-anchor-wrap{
    text-align: center;
    position: absolute;
    top: -24px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.btn-anchor-wrap .btn{
    color: #E95148;
    background: #FAFAFA;
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    transition: color ease 0.2s;
}
.btn-anchor-wrap .btn:hover{
    color: #D04138;
}
.btn-anchor-wrap span:after{
    background: url(/ui/img/icons/ico-down.png) no-repeat center;
}
.btn-anchor-wrap .btn:hover span:after{
    background: url(/ui/img/icons/ico-down-hover.png) no-repeat center;
}
section.prices-tabs h2{
    text-align: center;
    margin: 0 0 45px 0;
}
.tabs-prices{

}
.decor-1{
    position: absolute;
    z-index: -1;
    left: -380px;
    top: -10px;
}
.tabs-prices .tabs__head{
    display: flex;
    justify-content: space-between;
}
.tabs-prices .tabs__head .col{
    position: relative;
    float: none;
    width: 270px;
    height: 305px;
    background: #fff;
    border-radius: 5px;
    padding: 45px 0 0 0;
    border: 2px solid transparent;
    transition: all ease 0.4s;
}
.computer .tabs-prices .tabs__head .col:nth-child(1){
    order: 4;
}
.computer .tabs-prices .tabs__head .col:nth-child(2){
    order: 2;
}
.computer .tabs-prices .tabs__head .col:nth-child(3){
    order: 3;
}
.computer .tabs-prices .tabs__head .col:nth-child(4){
    order: 1;
}
.tabs-prices .tabs__head .col:hover:not(.ionTabs__tab_state_active){
    border: 2px solid #FAC123;
    overflow: hidden;
}
.tabs-prices .tabs__head .col.ionTabs__tab_state_active{
    background: #343434;
    transform: translateY(10px);
}
.tabs-prices .tabs__head .col.ionTabs__tab_state_active:after{
    content: '';
    display: block;
    border-top: 8px solid #343434;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin: 0 0 0 -8px;
}
.tabs-prices .tabs__head .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    text-align: center;
    transition: all ease 0.2s;
}
.tabs-prices .tabs__head .col:hover:not(.ionTabs__tab_state_active) .title{
    color: #D04138;
}
.tabs-prices .tabs__head .col.ionTabs__tab_state_active .title{
    color: #fff;
}
.tabs-prices .tabs__head .col .title span{
    display: inline-block;
    border-bottom: 1px dotted #343434;
}
.tabs-prices .tabs__head .col:hover:not(.ionTabs__tab_state_active) .title span{
    border-bottom: 1px dotted #D04138;
}
.tabs-prices .tabs__head .col.ionTabs__tab_state_active .title span{
    border: none;
}
.tabs-prices .tabs__head .col .img{
    position: absolute;
    right: -2px;
    bottom: 30px;
}
.tabs-prices .tabs__head .col:last-child .img{
    bottom: 0;
}

section.prices-tabs .tabs-content .tabs__body-block{
    margin: 30px 0 0 0;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(69, 37, 0, 0.05);
    border-radius: 5px;
}

.prices-advantages{
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
.prices-advantages .col{
    width: 530px;
    height: 205px;
    padding: 35px 150px 40px 50px;
    border-radius: 5px;
    position: relative;
    background: url(/ui/img/prices/bg-col-1.jpg) no-repeat;
}
.prices-advantages .col:nth-child(1):before{
    content: '';
    position: absolute;
    width: 108px;
    height: 99px;
    background: url(/ui/img/prices/percent.png);
    display: block;
    top: -30px;
    left: -35px;
}
.prices-advantages .col:nth-child(2){
    background: url(/ui/img/prices/bg-col-2.jpg) no-repeat;
}
.prices-advantages .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.prices-advantages .col:nth-child(2) .title{
    line-height: 1;
}
.prices-advantages .col .title span{
    background: linear-gradient(270deg, #FAC123 0%, #F41C64 100%);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.prices-advantages .col .subtitle{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
}

.tabs-prices .tabs__body{

}
.tabs-prices .tabs__body .columns-big{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
.tabs-prices .tabs__body .columns-big .col{
    width: 530px;
    height: 230px;
    position: relative;
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center;
    padding: 0 255px 0 40px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    transition: border ease 0.2s;
}
.tabs-prices .tabs__body .columns-big .col:hover{
    border: 1px solid #FAC123;
}
.tabs-prices .tabs__body .columns-big .col .img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.tabs-prices .tabs__body .columns-big .col .text{
    position: relative;
    z-index: 0;
}
.tabs-prices .tabs__body .columns-big .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.3;
    margin: 0 0 8px 0;
    transition: all ease 0.2s;
}
.tabs-prices .tabs__body .columns-big .col:hover .title{
    color: #D04138;
}
.tabs-prices .tabs__body .columns-big .col .title span{
    border-bottom: 1px dotted #343434;
    transition: border ease 0.2s;
}
.tabs-prices .tabs__body .columns-big .col:hover .title span{
    border-bottom: 1px dotted #D04138;
}
.tabs-prices .tabs__body .columns-big .col .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.7;
    margin: 0 0 15px 0;
}
.tabs-prices .tabs__body .columns-big .col .price{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    display: inline-block;
    padding: 12px 15px 11px 15px;
    background: #FAC123;
    border-radius: 5px;
}
.tabs-prices .tabs__body .columns-big .col .price span:first-of-type{
    font-size: 10px;
    color: #8D6800;
    margin: 0 0 3px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.tabs-prices .tabs__body .columns-small{
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px -10px 0;
}
.tabs-prices .tabs__body .columns-small .col{
    width: 260px;
    height: 300px;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 50px 30px 45px 30px;
    border-radius: 5px;
    background: linear-gradient(221.58deg, #FAFAFA 0%, #F8F8F8 100%);
}
.tabs-prices .tabs__body .columns-small .col.consultation{
    background: url(/ui/img/prices/extra/bg-cons.jpg) no-repeat;
}
.tabs-prices .tabs__body .columns-small .col .img-box{
    margin: 0 0 12px 0;
}
.tabs-prices .tabs__body .columns-small .col .img-box img{
    vertical-align: bottom;
}
.tabs-prices .tabs__body .columns-small .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.3;
    margin: 0 0 12px 0;
    transition: color ease 0.2s;
}
.tabs-prices .tabs__body .columns-small a.col:hover .title{
    color: #D04138;
}
.tabs-prices .tabs__body .columns-small .col.consultation .title{
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0 26px 0;
    margin: -5px 0 24px 0;
    position: relative;
}
.tabs-prices .tabs__body .columns-small .col.consultation .title:after{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 5px;
    background: #E95148;
    border-radius: 5px;
    bottom: 0;
    left: 0;
}
.tabs-prices .tabs__body .columns-small .col .title span{
    border-bottom: 1px dotted #343434;
    transition: border ease 0.2s;
}
.tabs-prices .tabs__body .columns-small .col:hover .title span{
    border-bottom: 1px dotted #D04138;
}
.tabs-prices .tabs__body .columns-small .col .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.tabs-prices .tabs__body .columns-small .col.consultation .subtext{
    font-size: 12px;
    color: #8D6800;
}
.tabs-prices .tabs__body .columns-small .col .price{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    position: absolute;
    left: 30px;
    bottom: 45px;
}
.tabs-prices .tabs__body .columns-small .col.consultation .btn{
    transition: all ease 0.2s;
}
.tabs-prices .tabs__body .columns-small .col.consultation .btn:hover{
    color: #D04138;
}
.tabs-prices .tabs__body .columns-small .col.consultation .btn span{
    position: relative;
    padding: 0 30px 0 0;
}
.tabs-prices .tabs__body .columns-small .col.consultation .btn span:after{
    content: '';
    position: absolute;
    width: 19px;
    height: 13px;
    margin: 0 0 0 10px;
    top: 5px;
    background: url(/ui/img/icons/ico-arrow-right.png) no-repeat;
    transition: background ease 0.2s;
}
.tabs-prices .tabs__body .columns-small .col.consultation .btn:hover span:after{
    background: url(/ui/img/icons/ico-arrow-right-hover.png) no-repeat;
}
/*--/section.prices-tabs--*/

/*--section.any-brands--*/
section.any-brands{
    background: #fff;
    margin: 50px 0 0 0;
    box-shadow: 0px 25px 50px rgba(69, 37, 0, 0.1);
    border-radius: 5px;
    position: relative;
}
section.any-brands:before{
    content: '';
    display: block;
    position: absolute;
    width: 879px;
    height: 806px;
    background: url(/ui/img/other/decor-2.png) no-repeat;
    right: -380px;
    top: -510px;
    z-index: -1;
}
section.any-brands .content{
    position: relative;
    padding: 40px 570px 45px 50px;
}
section.any-brands:after{

}
section.any-brands .img-bg-left{
    position: absolute;
    top: 215px;
    left: -24px;
}
section.any-brands .img-bg-right{
    position: absolute;
    right: 0;
    bottom: 0;
}
section.any-brands h2{
    font-size: 25px;
    text-align: left;
    margin: 0 0 18px 0;
}
section.any-brands p{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 25px 0;
}
section.any-brands .columns-brand{
    width: 560px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
section.any-brands .columns-brand .col{
    width: 130px;
    height: 50px;
    margin: 0 10px 10px 0;
    position: relative;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    transition: border ease 0.2s;
}
section.any-brands .columns-brand .col:hover{
    border: 1px solid #FAC123;
}
section.any-brands .columns-brand .col img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

section.any-brands .columns-brand-text{
    width: 560px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
section.any-brands .columns-brand-text .col{
    width: 270px;
    height: 102px;
    margin: 0 10px 10px 0;
    position: relative;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    transition: border ease 0.2s;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 15px;
}
section.any-brands .columns-brand-text .col:hover{
    border: 1px solid #FAC123;
}
section.any-brands .columns-brand-text .col img{
    vertical-align: bottom;
}
section.any-brands .columns-brand-text .col .text{
    max-width: 113px;
    margin-left: auto;
    padding: 0 0 0 15px;
}
section.any-brands .columns-brand-text.pc .col .text{
    max-width: 122px;
    padding: 0 10px 0 0;
}
section.any-brands .columns-brand-text .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.2;
}
section.any-brands .columns-brand-text .col .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #909090;
    line-height: 1.5;
    margin: 4px 0 0 0;
}

section.any-brands .brands-more{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #E95148;
    margin: 25px 0 0 0;
    cursor: pointer;
    transition: color ease 0.2s;
}
section.any-brands .brands-more:hover{
    color: #D04138;
}
section.any-brands .brands-more span{
    display: inline-block;
    border-bottom: 1px dotted #E95148;
    position: relative;
}
section.any-brands .brands-more span:after{
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url(/ui/img/icons/ico-down-small.png) no-repeat;
    position: absolute;
    top: 7px;
    right: -12px;
    transition: all ease 0.2s;
}
section.any-brands .brands-more.active span:after{
    transform: rotate(180deg);
}

.brands-list{
    display: none;
    border-top: 1px solid #F5F5F5;
    padding: 45px 50px 50px 50px;
}
.brands-list .columns{
    display: flex;
    margin: 0 0 -12px 0;
}
.brands-list .col{
    margin: 0 80px 0 0;
}
.brands-list .col a{
    display: block;
    margin: 0 0 12px 0;
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #E95148;
}

.not-found{
    margin: 95px 0 0 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.not-found .col-left{
    display: flex;
    align-items: center;
}
.not-found .img-box{
    width: 88px;
}
.not-found .img-box img{
    vertical-align: bottom;
}
.not-found .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1;
    margin: 0 0 20px 0;
}
.not-found .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
}
.not-found .subtitle a{

}
.not-found .btn{
    font-size: 18px;
}
.not-found .btn span{
    padding: 0 22px 0 0;
}
.not-found .btn span:after{
    background: url(/ui/img/icons/ico-phone.png) no-repeat;
    width: 14px;
    height: 14px;
}
/*--/section.any-brands--*/

/*--section.video--*/
section.video{
    display: flex;
    align-items: center;
    height: 406px;
    background: url(/ui/img/video/bg-video.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
section.video h2{
    color: #fff;
    margin: 0 0 15px 0;
}
section.video .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #ADADAD;
    margin: 0 0 45px 0;
}
section.video .ico{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(/ui/img/icons/ico-play.png) no-repeat;
    transition: background ease 0.2s;
}
section.video .ico:hover{
    background: url(/ui/img/icons/ico-play-hover.png) no-repeat;
}
/*--/section.video--*/

/*--section.restore-device--*/
section.restore-device{
    padding: 90px 0 80px 0;
}
section.restore-device .restore-title{

}
section.restore-device .restore-title h2{
    margin: 0 0 18px 0;
}
section.restore-device .restore-title .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #F41C64;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 45px 0;
}


.slider-restore.slick-dotted{
    margin-bottom: 40px;
}
.slider-restore .columns{
    display: flex;
    justify-content: space-between;
}
.slider-restore .columns .col{
    width: 370px;
    position: relative;
    outline: none;
}
.slider-restore .columns .col .img{
    vertical-align: bottom;
}
.slider-restore .columns .col .img-subtext{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #FAC123;
    border-radius: 5px;
    padding: 9px 15px 10px 15px;
}
.slider-restore .columns .col.info{
    background: #FAFAFA;
    padding: 40px 50px 0 50px;
}
.slider-restore .columns .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.3;
    margin: 0 0 18px 0;
}
.slider-restore .columns .col .subtitle{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.slider-restore .columns .col .list{

}
.slider-restore .columns .col .list-row{
    margin: 0 0 14px 0;
    display: flex;
    justify-content: space-between;
}
.slider-restore .columns .col .list-col{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #909090;
    line-height: 1.5;
}
.slider-restore .columns .col .list-col:nth-child(2n){
    font-family: "GothamProBold", Arial;
}

.slick-prev,
.slick-next{
    width: 48px;
    height: 48px;
    z-index: 1;
}
.slider-restore .slick-prev{
    left: auto;
    right: 68px;
    top: -80px;
}
.slick-prev:before{
    content: '';
    background: url(/ui/img/icons/ico-prev.png) no-repeat right 21px center #E95148;
    opacity: 1;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    transition: background ease 0.2s;
}
.slick-prev:hover:before{
    background-color: #D04138;
}
.slider-restore .slick-next{
    left: auto;
    right: 0;
    top: -80px;
}
.slick-next:before{
    content: '';
    background: url(/ui/img/icons/ico-next.png) no-repeat right 19px center #E95148;
    opacity: 1;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    transition: background ease 0.2s;
}
.slick-next:hover:before{
    background-color: #D04138;
}

.slider-restore .slick-dots{
    bottom: -40px;
}
.slider-restore .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slider-restore .slick-dots li.slick-active button:before{
    background: #FAC123;
}
.slider-restore .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #F2F2F2;
    border-radius: 100%;
    transition: all ease 0.2s;
}
.slider-restore .slick-dots li button:hover{
    background: #F9CCCA;
}
.slider-restore .slick-dots li button:before{
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    content: '';
    text-align: center;
    opacity: 1;
}
.decor-3{
    position: absolute;
    z-index: -1;
    right: -380px;
    top: 50px;
}
.decor-4{
    position: absolute;
    z-index: -1;
    left: -380px;
    top: -220px;
}
/*--/section.restore-device--*/

/*--steps-work--*/
.steps-work{
    padding: 80px 0 90px 0;
}
.steps-work h2{
    text-align: center;
    margin: 0 0 18px 0;
}
.steps-work .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #F41C64;
    text-align: center;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 45px 0;
}
.steps-work .columns{
    display: flex;
    justify-content: space-between;
}
.steps-work .col{
    width: 270px;
    text-align: center;
    position: relative;
}
.steps-work .col .line-1{
    position: absolute;
    left: 165px;
    top: 134px;
    z-index: -1;
}
.steps-work .col .line-2{
    position: absolute;
    left: 196px;
    top: 111px;
    z-index: -1;
}
.steps-work .col .line-3{
    position: absolute;
    left: 175px;
    top: 125px;
    z-index: -1;
}
.steps-work .col .img-box{

}
.steps-work .col:nth-child(3){
    padding-top: 55px;
}
.steps-work .col .img-box img{
    vertical-align: bottom;
}
.steps-work .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 18px 0;
}
.steps-work .col .description{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1.5;
}
/*--/steps-work--*/

/*--section.go-any-place--*/
section.go-any-place{
    background: url(/ui/img/form/bg-moscow.jpg) no-repeat center;
    background-size: cover;
}
section.go-any-place > .container{
    height: 559px;
}
section.go-any-place .columns{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.go-any-place .col-left{
    width: 670px;
}
section.go-any-place .col-left h2{
    font-family: "GothamProBlack", Arial;
    font-size: 60px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}
section.go-any-place .col-left .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    margin: 0 0 50px 0;
}
section.go-any-place .col-left .advantages{
    display: flex;
}
section.go-any-place .col-left .advantages .col{
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
}
section.go-any-place .col-left .advantages .col:last-child{
    margin: 0;
}
section.go-any-place .col-left .advantages .col .img-box{
    width: 84px;
}
section.go-any-place .col-left .advantages .col img{
    vertical-align: bottom;
}
section.go-any-place .col-left .advantages .col .title{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.5;
}

section.go-any-place .col-right{

}
section.go-any-place .col-right form{
    width: 370px;
    background: rgba(250, 193, 35, 0.97);
    border-radius: 5px;
    position: relative;
    padding: 40px 30px 50px 30px;
}
section.go-any-place .col-right form .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0 26px 0;
    margin: -5px 0 24px 0;
    position: relative;
}
section.go-any-place .col-right form .title:after{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 5px;
    background: #E95148;
    border-radius: 5px;
    bottom: 0;
    left: 0;
}
section.go-any-place .col-right form .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #8D6800;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
section.go-any-place .col-right form input{
    width: 100%;
    margin: 0 0 10px 0;
}
section.go-any-place .col-right form .btn-bg-wrap{
    width: 100%;
}
section.go-any-place .col-right form .submit{
    width: 100%;
}
section.go-any-place .col-right form .outside-price{
    width: 186px;
    height: 160px;
    background: url(/ui/img/other/circle-glitch.png) no-repeat;
    position: absolute;
    top: -40px;
    right: -95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.go-any-place .col-right form .outside-price .price{
    font-family: 'DINProCondBlack';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-25deg);
    text-align: center;
    margin: 0 0 0 5px;
}
section.go-any-place .col-right form .outside-price .price .text{

}
section.go-any-place .col-right form .outside-price .price .number{
    font-size: 60px;
    display: inline-block;
    margin: -14px 0 -14px 0;
}

.decor-5{
    position: absolute;
    left: -290px;
    bottom: -100px;
}
/*--/section.go-any-place--*/

/*--section.masters--*/
section.masters{
    padding: 90px 0 0 0;
    border-bottom: 1px solid #F5F5F5;
}
section.masters h2{
    text-align: center;
    margin: 0 0 18px 0;
}
section.masters .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #F41C64;
    text-align: center;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 25px 0;
}
.slider-masters{

}
.slick-slide{
    outline: none;
}
.slider-masters .img-box{
    text-align: center;
    position: relative;
}
.slider-masters .img-box img{
    vertical-align: bottom;
    display: inline-block;
    padding: 20px 0 0 0;
}

.slider-masters .img-box .outside-price{
    width: 186px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
}
.slider-masters .img-box .outside-price.mgtu{
    background: url(/ui/img/masters/mgtu.png) no-repeat;
}
.slider-masters .img-box .outside-price.apple{
    background: url(/ui/img/masters/apple.png) no-repeat;
}
.slider-masters .img-box .outside-price.year{
    background: url(/ui/img/masters/year.png) no-repeat;
}

.slider-masters .name-box-wrap{
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: center;
}
.slider-masters .name-box{
    display: inline-block;
    background: #343434;
    border-radius: 5px;
    padding: 25px 25px 30px 25px;
}
.slider-masters .name-box .name{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 0 8px 0;
}
.slider-masters .name-box .post{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1;
}
/*--/section.masters--*/

/*--section.certificates--*/
section.certificates{
    padding: 100px 0 100px 0;
}
section.certificates .columns{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
section.certificates .col-left{
    width: 570px;
}
section.certificates .col-left h2{
    width: 60%;
    margin: -5px 0 35px 0;
}
section.certificates .col-left p{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 20px 0;
    width: 90%;
}
section.certificates .col-left p:last-of-type{
    margin: 0;
}
section.certificates .col-right{
    width: 570px;
    height: 258px;
    background: url(/ui/img/certificates/bg.png) no-repeat center;
    padding: 0px 35px 0 35px;
}

.slider-certificates{
    margin: 50px 0 0 0;
}
.slider-certificates .col{
    display: flex;
    align-items: center;
    width: 130px;
    height: 178px;
    margin: auto;
}
.slider-certificates .col .img-box{
    outline: none;
}
.slider-certificates .col .img-box img{
    border: 1px solid #F5F5F5;
}
.slider-certificates .col .name{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    margin: 15px 0 0 0;
    text-align: center;
}
.slider-certificates .slick-prev{
    top: 44%;
    left: -40px;
    width: 14px;
    height: 14px;
}
.slider-certificates .slick-prev:before{
    background: url(/ui/img/icons/ico-prev-color.png) no-repeat center;
    width: 14px;
    height: 14px;
}
.slider-certificates .slick-next{
    top: 44%;
    right: -40px;
    width: 14px;
    height: 14px;
}
.slider-certificates .slick-next:before{
    background: url(/ui/img/icons/ico-next-color.png) no-repeat center;
    width: 14px;
    height: 14px;
}
/*--/section.certificates--*/

/*--section.seven-days--*/
section.seven-days{
    background: #FAFAFA;
}
section.seven-days > .container{
    height: 423px;
    display: flex;
    align-items: center;
}
section.seven-days .img-bg{
    position: absolute;
    left: -45px;
    bottom: 0;
}
section.seven-days .columns{

}
section.seven-days .col-right{
    padding: 0 0 0 395px;
}
section.seven-days .col-right h2{
    font-family: "GothamProBlack", Arial;
    font-size: 60px;
    color: #343434;
    line-height: 1.12;
    margin: 0 0 40px 0;
}
section.seven-days .col-right .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    margin: 0 0 30px 0;
}
section.seven-days .col-right .phone-wrap{
    display: flex;
    align-items: center;
}
section.seven-days .col-right .phone-wrap .phone-box{
    margin: 0 40px 0 0;
}
section.seven-days .col-right .phone-wrap .phone{
    font-family: "GothamProBold", Arial;
    font-size: 30px;
    color: #E95148;
    line-height: 1;
}
section.seven-days .col-right .phone-wrap .btn{
    box-shadow: 0px 5px 5px rgba(223, 107, 22, 0.25);
}
section.seven-days .col-right .phone-wrap .btn span:after{
    background: url(/ui/img/icons/ico-phone.png) no-repeat;
    width: 14px;
    height: 14px;
}
.decor-6{
    position: absolute;
    right: -260px;
    top: -90px;
}
/*--/section.seven-days--*/

/*--section.reviews--*/
section.reviews{
    padding: 90px 0 90px 0;
    overflow: hidden;
}
section.reviews .container.reviews{
    overflow: hidden;
}
.decor-7 {
    position: absolute;
    left: -370px;
    top: -40px;
}
section.reviews h2{
    width: 50%;
    margin: 0 0 40px 0;
}

.slider-reviews{
    margin: auto;
}
.slider-reviews .slick-track{
    padding: 25px 0 0 0;
}
.slider-reviews .slick-list{
    overflow: visible;
    width: 400px;
    margin: auto;
}
.slider-reviews .col{
    padding: 0 15px;
}
.slider-reviews .slick-slide{
    height: 305px;
    opacity: 0.5;
    transition: all ease 0.4s;
}
.slider-reviews .col .message-wrap{
    position: relative;
    display: flex;
    align-items: center;
    height: 190px;
    padding: 25px 30px;
    background: #FAC123;
    margin: 0 0 20px 0;
    transition: all ease 0.4s;
    border-radius: 5px;
    position: relative;
}
.slider-reviews .col .message-wrap:after {
    content: '';
    display: block;
    border-top: 12px solid #FAC123;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -19px;
    left: 35px;
    margin: 0 0 0 -8px;
}
.slider-reviews .slick-current .col .message-wrap{
    height: 215px;
    background: #FAC123;
}
.slider-reviews .slick-slide.slick-current{
    transform: translateY(-25px);
    opacity: 1;
}
.slider-reviews .col .message-wrap .message{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
}
.slider-reviews .col .user-box{
    display: flex;
    align-items: center;
}
.slider-reviews .col .user-box .img-box{
    padding: 0 20px 0 0;
}
.slider-reviews .col .user-box .img-box img{
    vertical-align: bottom;
}
.slider-reviews .col .name-box .user{
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}
.slider-reviews .col .name-box .name{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    padding: 0 5px 0 0;
}
.slider-reviews .col .name-box .mark{
    width: 68px;
    height: 12px;
}
.mark-4{
    background: url(/ui/img/reviews/mark-4.png) no-repeat;
}
.mark-5{
    background: url(/ui/img/reviews/mark-5.png) no-repeat;
}
.slider-reviews .col .subname{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1.5;
}

.slider-reviews .slick-prev{
    left: auto;
    right: 68px;
    top: -70px;
}
.slider-reviews .slick-next{
    left: auto;
    right: 0;
    top: -70px;
}
.slider-reviews .slick-dots{
    bottom: -20px;
}
.slider-reviews .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slider-reviews .slick-dots li.slick-active button:before{
    background: #FAC123;
}
.slider-reviews .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #F2F2F2;
    border-radius: 100%;
    transition: all ease 0.2s;
}
.slider-reviews .slick-dots li button:hover{
    background: #F9CCCA;
}
.slider-reviews .slick-dots li button:before{
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    content: '';
    text-align: center;
    opacity: 1;
}

.reviews-btn-wrap{
    background: url(/ui/img/reviews/bg-border.png) no-repeat;
    height: 157px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin: 65px 0 0 0;
}
.reviews-btn-wrap .col-left{

}
.reviews-btn-wrap .col-left .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 18px 0;
}
.reviews-btn-wrap .col-left .subtext{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1.2;
}
.reviews-btn-wrap .col-right .btn{
    box-shadow: 0px 5px 5px rgba(223, 107, 22, 0.25);
}
.reviews-btn-wrap .col-right .btn span:after {
    background: url(/ui/img/icons/ico-star.png) no-repeat center;
    width: 14px;
    height: 14px;
}
/*--/section.reviews--*/

/*--section.map--*/
section.map{
    height: 570px;
    position: relative;
}
section.map > .container{
    display: flex;
    align-items: center;
}
section.map .window{
    width: 370px;
    padding: 40px 50px 50px 50px;
    background: #FAFAFA;
    position: absolute;
    transform: translateY(310px);
    z-index: 1;
}
section.map .decor-modal{
    position: absolute;
    top: -50px;
    right: -50px;
}
section.map .window h2{
    margin: 0 0 30px 0;
}
section.map .window .phone{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1;
    margin: 0 0 15px 0;
    display: block;
    transition: color ease 0.2s;
}
section.map .window .phone:hover{
    color: #D04138;
}
section.map .window .phone .left{
    color: #FAC123;
    transition: color ease 0.2s;
}
section.map .window .phone:hover .left{
    color: #D04138;
}
section.map .window .subphone{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    margin: 0 0 15px 0;
}
section.map .window .address{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding: 0 0 0 24px;
    background: url(/ui/img/icons/ico-point-map.png) no-repeat top 5px left;
}
section.map .window .subtext{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #f45b54;
    line-height: 1.6;
    margin: 0 0 25px 0;
}
section.map .window .btn{
    height: 38px;
    line-height: 38px;
}
iframe .gm-style .place-card-large{
    display: none;
}
/*--/section.map--*/

/*--footer--*/
footer{
    padding: 65px 0 45px 0;
}
footer > .container{
    display: flex;
}
footer .col-left{
    width: 360px;
}
footer .col-left .logo{
    vertical-align: bottom;
    margin: -15px 0 30px 0;
}
footer .col-left p{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
footer .col-left p:last-of-type{
    margin: 0;
}

footer .col-center{
    display: flex;
}
footer .col-center .col{
    width: 250px;
    padding: 0 40px 0 0;
}
footer .col-center .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 15px;
    color: #343434;
    line-height: 1;
    margin: 0 0 20px 0;
}
footer .col-center .col li{
    margin: 0 0 10px 0;
}
footer .col-center .col li a{
    font-family: "GothamProRegular", Arial;
    font-size: 11px;
    color: #ADADAD;
    line-height: 1;
    border-bottom: 1px dotted #ADADAD;
    transition: all ease 0.2s;
}
footer .col-center .col li a:hover{
    color: #D04138;
    border-bottom: 1px dotted #D04138;
}

footer .col-right{
    text-align: right;
    margin-left: auto;
    position: relative;
}
footer .col-right .phone{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1;
    display: block;
    margin: 0 0 10px 0;
    transition: color ease 0.2s;
}
footer .col-right .phone:hover{
    color: #D04138;
}
footer .col-right .phone .left{
    color: #FAC123;
    transition: color ease 0.2s;
}
footer .col-right .phone:hover .left{
    color: #D04138;
}
footer .col-right .phone .right{

}
footer .col-right .subphone{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1;
    margin: 0 0 20px 0;
}
footer .col-right .time{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
footer .col-right .time .text{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
}
footer .col-right .time .img-box{
    padding: 0 0 0 20px;
}
footer .col-right .time .img{
    vertical-align: bottom;
}
footer .col-right .politic{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: color ease 0.2s;
}
footer .col-right .politic:hover{
    color: #D04138;
}
/*--/footer--*/

/*--modal--*/
.blocker{
    background: rgba(52, 52, 52, 0.8);
    z-index: 20;
}
.modal a.close-modal{
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(/ui/img/icons/ico-close.png) no-repeat;
    transition: background ease 0.2s;
}
.modal a.close-modal:hover{
    background: url(/ui/img/icons/ico-close-hover.png) no-repeat;
}
.modal{
    width: auto;
    padding: 0;
    box-shadow: none;
    z-index: 20;
}
.modal.min{
    max-width: 380px;
    width: 380px;
    border-radius: 5px;
}
.modal.brand{
    max-width: 572px;
    width: 572px;
}
.modal.clickunder{
    max-width: 572px;
    background: url(/ui/img/modal/bg-clickunder.png) no-repeat right bottom #fff;
}
.modal.price{
    max-width: 770px;
    width: 770px;
}
.modal.politic{
    max-width: 770px;
    width: 770px;
}

.modal.min:before{
    content: '';
    width: 123px;
    height: 113px;
    display: block;
    position: absolute;
    top: -64px;
    left: -64px;
    background: url(/ui/img/other/decor-modal.png) no-repeat;
}
.modal.brand:before{
    content: '';
    width: 123px;
    height: 113px;
    display: block;
    position: absolute;
    top: -60px;
    right: 96px;
    background: url(/ui/img/other/decor-modal.png) no-repeat;
}
.modal.clickunder:before{
    content: '';
    width: 123px;
    height: 113px;
    display: block;
    position: absolute;
    top: -60px;
    left: -70px;
    background: url(/ui/img/other/decor-modal.png) no-repeat;
}
.modal.price:before{
    content: '';
    width: 123px;
    height: 113px;
    display: block;
    position: absolute;
    top: -60px;
    right: 96px;
    background: url(/ui/img/other/decor-modal.png) no-repeat;
}

.modal .content{
    padding: 45px 50px 50px 50px;
}
.modal .content h2{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #343434;
    line-height: 1.15;
    margin: 0 0 20px 0;
}
.modal.brand .content h2{
    width: 110%;
    position: relative;
    z-index: 1;
}
.modal.min .content h2{
    text-align: center;
}
.modal .content p{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.5;
    margin: 0 0 25px 0;
}
.modal.politic .content p{
    font-size: 14px;
    color: #343434;
    margin: 0 0 20px 0;
}
.modal.min .content p{
    text-align: center;
}
.modal .content form input{
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 10px 0;
}
.modal .content form textarea{
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 10px 0;
}
.modal .content form .submit.max{
    width: 100%;
}
.modal .content form .btn-bg-wrap{
    width: 100%;
}

.modal.brand .content .img-logo{
    vertical-align: bottom;
    margin: 0 0 20px 0;
}
.modal.brand .content{
    padding-right: 240px;
}
.modal.brand .btn-modal .content{
    padding: 12px 15px 10px 15px;
}
.modal.brand .img-brand{
    position: absolute;
    right: 0;
    top: 50%;
    margin: -140px 0 0 0;
}
.modal.acer{
    border: 3px solid #83B81A;
}
.modal.asus{
    border: 3px solid #3A3A86;
}
.modal.dell{
    border: 3px solid #007DB8;
}
.modal.hp{
    border: 3px solid #00A4E3;
}
.modal.lenovo{
    border: 3px solid #E82F36;
}
.modal.msi{
    border: 3px solid #EA1D24;
}
.modal.samsung{
    border: 3px solid #1428A0;
}


.modal.clickunder .content{
    padding-right: 215px;
}
.modal.clickunder .content h2 .color{
    color: #F41C64;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal.price .content h2{
    margin: 0 0 12px 0;
}
.modal.price .content .columns-price{
    margin: 0 0 30px 0;
}
.modal.price .content .columns-price.info{

}
.modal.price .content .columns-price .list-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    background: #FAFAFA;
    padding: 0 30px;
}
.modal.price .content .columns-price .list-row:nth-child(2n){
    background: #fff;
}
.modal.price .content .columns-price .list-col{
    font-family: "GothamProBold", Arial;
    font-size: 15px;
    color: #343434;
    line-height: 1.15;
}
.modal.price .content .columns-price .list-price span{
    font-family: "GothamProBold", Arial;
    font-size: 15px;
    color: #343434;
    line-height: 1;
    display: inline-block;
    padding: 6px 10px 7px 10px;
    background: #FAC123;
    border-radius: 5px;
}
.modal.price .content .columns-price .list-price.info{
    font-family: "GothamProBold", Arial;
    font-size: 15px;
    color: #FAC123;
    line-height: 1;
}

.modal.price form{
    background: url(/ui/img/form/bg-form-modal.jpg) no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    padding: 45px 50px 45px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal.price form .col-left{
    width: 245px;
}
.modal.price form .col-right{
    width: 245px;
}
.modal.price form .title{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0 26px 0;
    margin: -5px 0 24px 0;
    position: relative;
}
.modal.price form .title:after{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 5px;
    background: #E95148;
    border-radius: 5px;
    bottom: 0;
    left: 0;
}
.modal.price form .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #8D6800;
    line-height: 1.6;
}
.modal.price form input{
    width: 100%;
    margin: 0 0 10px 0;
}
.modal.price form .submit{
    width: 100%;
}

div.fancybox-bg{
    background: rgba(52, 52, 52, 0.8);
}
div.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
/*--/modals--*/




/*--fix IE--*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10 IE11 */
    section.restore-device .restore-title .subtitle,
    .steps-work .subtitle,
    section.masters .subtitle{
        background: none;
    }
}
