@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;
}
.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{
    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: 48px;
    line-height: 48px;
    font-size: 14px;
}
.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: 1px;
}
.btn-bg:hover{
    background: #D04138;
}

.input-base{
    font-family: 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: 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: 25px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 20px 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: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
header .menu-hamburger{
    width: 24px;
    min-width: 24px;
    height: 20px;
    background: url(/ui/img/icons/ico-hamburger.png) no-repeat center;
    margin: 0 0 0 10px;
}
.line-top{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #343434;
}

.line-top .phone-box{

}
.line-top .phone-box .phone{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    display: block;
    margin: 0 10px 0 10px;
}
.menu-hide {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    overflow-y: auto;
    display: none;
}
.menu-main ul{

}
.menu-main li{

}
.menu-main li a{
    font-family: "GothamProBold", Arial;
    font-size: 18px;
    color: #343434;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    transition: all ease 0.2s;
    display: block;
    padding: 25px 10px 22px 10px;
    border-bottom: 1px solid #EFEFEF;
}
.menu-overlay {
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, 0.8);
    z-index: 9;
    display: none;
}
.is-locked{
    overflow: hidden!important;
}
/*--/line-top--*/

/*--head-banner--*/
.head-banner{
    margin: 45px auto 0 auto;
    background: url(/ui/img/header/bg-head-m.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 5px 10px 50px 10px;
    max-width: 414px;
}
.computer .head-banner{
    background: url(/ui/img/header/bg-head-computer-m.jpg) no-repeat top right;
    background-size: cover;
}

.head-banner .title-line{
    text-align: center;
    padding: 0 20px;
}
.head-banner .logo-box{
    margin: 0 0 40px 0;
}
.head-banner .logo-box img{
    vertical-align: bottom;
}
.head-banner .title-line h1{
    font-family: "GothamProBlack", Arial;
    font-size: 32px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 18px 0;
}
.head-banner .title-line .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.5;
    margin: 0 0 100px 0;
}
.head-banner .form-content{
    position: relative;
    background: url(/ui/img/form/bg-consult-m.jpg) no-repeat #FAC123 bottom right;
    border-radius: 5px;
    padding: 80px 30px 30px 30px;
}
.head-banner .form-content .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}
.head-banner .form-content .advantages{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-banner .form-content .advantages .col{
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.head-banner .form-content .advantages .col .img-box{
    width: 42px;
    min-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: 14px;
    color: #343434;
    line-height: 1.4;
}
.head-banner .form-content form{
    margin: 10px 0 0 0;
}
.head-banner .form-content form input{
    margin: 0 0 10px 0;
    width: 100%;
}
.head-banner .form-content form .btn-bg-wrap{
    width: 100%;
}
.head-banner .form-content form .btn-bg-wrap .submit{
    width: 100%;
}
.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: -90px;
    left: 50%;
    margin-left: -90px;
    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--*/

/*--section.prices-tabs--*/
section.prices-tabs{
    padding: 45px 10px 50px 10px;
    background-color: #FAFAFA;
    position: relative;
    z-index: 0;
}
section.prices-tabs.bg-long{

}

section.prices-tabs h2{
    text-align: center;
}
.accordion-prices{
    display: flex;
    flex-wrap: wrap;
}
.accordion-prices .parent-li{
    margin: 0 0 10px 0;
    width: 100%;
}
.computer .accordion-prices .parent-li:nth-child(1){
    order: 4;
}
.computer .accordion-prices .parent-li:nth-child(2){
    order: 2;
}
.computer .accordion-prices .parent-li:nth-child(3){
    order: 3;
}
.computer .accordion-prices .parent-li:nth-child(4){
    order: 1;
}
.accordion-prices .parent-li a.parent{
    display: flex;
    align-items: center;
    position: relative;
    height:68px;
    background: #fff;
    border-radius: 5px;
    padding: 0 0 0 30px;
    transition: all ease 0.4s;
}
.accordion-prices .parent-li a.parent.active{
    background: #343434;
}
.accordion-prices .parent-li a.parent.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: -14px;
    left: 50%;
    margin: 0 0 0 -8px;
}
.accordion-prices .parent-li a.parent .title{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    transition: all ease 0.2s;
}
.accordion-prices .parent-li a.parent.active .title{
    color: #fff;
}

.accordion-prices .parent-li a.parent .img{
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px 5px 0 0;
}
.accordion-prices .parent-li:last-child a.parent .img{
    top: auto;
    bottom: 0;
}

section.prices-tabs .body-block{
    margin: 10px 0 0 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(72, 30, 0, 0.25);
    border-radius: 5px;
}

.prices-advantages{
    margin: 0 0 10px 0;
}
.prices-advantages .col{
    padding: 25px 20px 25px 20px;
    border-radius: 5px;
    position: relative;
    background: url(/ui/img/prices/bg-col-1-m.jpg) no-repeat right bottom #FAC123;
    text-align: center;
    margin: 0 0 10px 0;
}
.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-m.jpg) no-repeat;
}
.prices-advantages .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 12px 0;
}
.prices-advantages .col .title span{
    background: linear-gradient(270deg, #FAC123 0%, #F41C64 100%);
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
}
.prices-advantages .col .subtitle{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.6;
}

.accordion-prices .body-block{

}
.accordion-prices .body-block .columns-big{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
.accordion-prices .body-block .columns-big .col{
    position: relative;
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center;
    padding: 25px 80px 28px 30px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    transition: border ease 0.2s;
    width: 100%;
}
.accordion-prices .body-block .columns-big .col .img{
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    max-height: 135px;
}
.accordion-prices .body-block .columns-big .col .text{
    position: relative;
    z-index: 0;
}
.accordion-prices .body-block .columns-big .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.3;
    margin: 0 0 10px 0;
    transition: all ease 0.2s;
}
.accordion-prices .body-block .columns-big .col:hover .title{
    color: #D04138;
}
.accordion-prices .body-block .columns-big .col .title span{

    transition: border ease 0.2s;
}
.accordion-prices .body-block .columns-big .col .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.7;
    margin: 0 0 15px 0;
    display: none;
}
.accordion-prices .body-block .columns-big .col .price{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    display: inline-block;
    padding: 12px 15px 11px 15px;
    background: #FAC123;
    border-radius: 5px;
}
.accordion-prices .body-block .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;
}

.accordion-prices .body-block .columns-small{
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px -10px 0;
}
.accordion-prices .body-block .columns-small .col{
    width: calc(50% - 10px);
    position: relative;
    margin: 0 10px 10px 0;
    padding: 30px 5px 55px 5px;
    border-radius: 5px;
    background: linear-gradient(221.58deg, #FAFAFA 0%, #F8F8F8 100%);
    text-align: center;
}
.accordion-prices .body-block .columns-small .col:nth-child(2n){
    margin-right: 0;
}
.accordion-prices .body-block .columns-small .col.consultation{
    display: none;
}
.accordion-prices .body-block .columns-small .col .img-box{
    margin: 0 0 12px 0;
}
.accordion-prices .body-block .columns-small .col .img-box img{
    max-width: 36px;
    max-height: 32px;
    vertical-align: bottom;
}
.accordion-prices .body-block .columns-small .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.3;
    margin: 0 0 0 0;
    transition: color ease 0.2s;
}
.accordion-prices .body-block .columns-small .col .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: none;
}

.accordion-prices .body-block .columns-small .col .price{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 25px;
}
/*--/section.prices-tabs--*/

/*--section.any-brands--*/
section.any-brands{
    margin: 10px 0 0 0;
    box-shadow: 0px 0px 20px rgba(72, 30, 0, 0.25);
    border-radius: 5px;
    position: relative;
    background: #fff;
}
section.any-brands .img-bg-right{
    display: block;
    margin: auto;
}
section.any-brands .content{
    position: relative;
    padding: 25px 30px 20px 30px;
}
section.any-brands:after{

}

section.any-brands h2{
    font-size: 20px;
    text-align: center;
    margin: 0 0 12px 0;
}
section.any-brands p{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 15px 0;
    text-align: center;
}
section.any-brands .columns-brand{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
section.any-brands .columns-brand .col{
    width: calc(50% - 10px);
    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:nth-child(2n){
    margin-right: 0;
}
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{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}
section.any-brands .columns-brand-text .col{
    width: 100%;
    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;
    max-width: 95px;
}
section.any-brands .columns-brand-text .col .text{
    max-width: 110px;
    padding: 0 0 0 15px;
}
section.any-brands .columns-brand-text .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 16px;
    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: 14px;
    color: #E95148;
    margin: 18px 0 0 0;
    cursor: pointer;
    text-align: center;
    transition: color ease 0.2s;
}
section.any-brands .brands-more span{
    display: inline-block;
    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: 25px 30px 20px 30px;
}
.brands-list .columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -12px 0;
}
.brands-list .col{
    width: 40%;
}
.brands-list .col a{
    display: block;
    margin: 0 0 12px 0;
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #E95148;
}

.not-found{
    padding: 50px 20px 50px 20px;
    background: #FAC123;
    text-align: center;
    margin: 50px -10px 0 -10px;
}
.not-found .img-box{
    margin: 0 0 20px 0;
}
.not-found .img-box img{
    vertical-align: bottom;
}
.not-found .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 8px 0;
}
.not-found .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.5;
    margin: 0 0 25px 0;
}
.not-found .subtitle a{

}
.not-found .btn{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.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: 40px 10px 70px 10px;
}
section.restore-device .restore-title{
    text-align: center;
}
section.restore-device .restore-title h2{
    margin: 0 0 18px 0;
}
section.restore-device .restore-title .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #F41C64;
    line-height: 1.4;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 25px 0;
}


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

}
.slider-restore .col .list-row{
    margin: 0 0 12px 0;
    display: flex;
    justify-content: space-between;
}
.slider-restore .col .list-col{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #909090;
    line-height: 1.5;
}
.slider-restore .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{
    bottom: -92px;
    left: 50%;
    margin: 0 0 0 -53px;
    top: auto;
}
.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{
    bottom: -92px;
    right: 50%;
    margin: 0 -53px 0 0;
    top: auto;
}
.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: 110px 0 50px 0;
}
.steps-work h2{
    text-align: center;
    margin: 0 0 18px 0;
}
.steps-work .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    line-height: 1.3;
    color: #F41C64;
    text-align: center;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 22px 0;
}
.steps-work .columns{

}
.steps-work .col{
    position: relative;
    display: flex;
    align-items: center;
}
.steps-work .col .img-box{
    padding: 0 10px 0 0;
}
.steps-work .col .img-box img{
    vertical-align: bottom;
    min-width: 117px;
    margin: 15px 0 -10px 0;
}
.steps-work .col .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 8px 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-m.jpg) no-repeat center top;
    background-size: cover;
    max-width: 414px;
    padding: 40px 10px 50px 10px;
}
section.go-any-place > .container{

}
section.go-any-place .columns{

}
section.go-any-place .col-left{
    text-align: center;
}
section.go-any-place .col-left h2{
    font-family: "GothamProBlack", Arial;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 18px 0;
}
section.go-any-place .col-left .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    margin: 0 0 22px 0;
}
section.go-any-place .col-left .advantages{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.go-any-place .col-left .advantages .col{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    text-align: left;
}
section.go-any-place .col-left .advantages .col:last-child{
    margin: 0;
}
section.go-any-place .col-left .advantages .col .img-box{
    width: 58px;
    min-width: 58px;
}
section.go-any-place .col-left .advantages .col img{
    vertical-align: bottom;
    max-width: 48px;
}
section.go-any-place .col-left .advantages .col .title{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.5;
}

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

}
section.go-any-place .col-right form{
    background: rgba(250, 193, 35, 0.97);
    border-radius: 5px;
    position: relative;
    padding: 25px 30px 30px 30px;
    margin: 30px 0 0 0;
    text-align: center;
}
section.go-any-place .col-right form .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 18px 0;
    position: relative;
}
section.go-any-place .col-right form .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #8D6800;
    line-height: 1.6;
    margin: 0 0 22px 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%;
}

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

/*--section.masters--*/
section.masters{
    padding: 40px 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: 14px;
    color: #F41C64;
    text-align: center;
    background: linear-gradient(to right, #F41C64, #FAC123);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 15px 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;
    max-width: 80%;
}

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

.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: 18px 15px 18px 15px;
}
.slider-masters .name-box .name{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    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;
}
.slider-masters .slick-prev{
    top: 45%;
    left: 10px;
}
.slider-masters .slick-next{
    top: 45%;
    right: 10px;
}
/*--/section.masters--*/

/*--section.certificates--*/
section.certificates{
    padding: 40px 10px 50px 10px;
}
section.certificates .columns{

}
section.certificates .col-left{
    text-align: center;
}
section.certificates .col-left h2{
    margin: 0 0 18px 0;
}
section.certificates .col-left p{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
section.certificates .col-left p:last-of-type{
    margin: 0;
}
section.certificates .col-right{
    height: 163px;
    background:
        url(/ui/img/certificates/bg-left.png) no-repeat left,
        url(/ui/img/certificates/bg-right.png) no-repeat right;
    padding: 0px 20px 0 20px;
}

.slider-certificates{
    margin: 20px 0 0 0;
}
.slider-certificates .col{
    display: flex;
    align-items: center;
    width: 115px;
    height: 163px;
    margin: auto;
}
.slider-certificates .col .img-box{
    outline: none;
}
.slider-certificates .col .img-box img{
    border: 1px solid #F5F5F5;
    max-width: 115px;
}
.slider-certificates .col .name{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    margin: 15px 0 0 0;
    text-align: center;
}
.slider-certificates .slick-prev{
    top: 48%;
    left: -25px;
    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: 48%;
    right: -25px;
    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;
    padding: 40px 10px 0 10px;
}
section.seven-days > .container{

}
section.seven-days .img-bg{
    display: block;
    margin: auto;
}
section.seven-days .columns{
    text-align: center;
}
section.seven-days .col-right{

}
section.seven-days .col-right h2{
    font-family: "GothamProBlack", Arial;
    font-size: 32px;
    color: #343434;
    line-height: 1.12;
    margin: 0 0 18px 0;
}
section.seven-days .col-right .subtitle{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
section.seven-days .col-right .phone-wrap{
    padding: 0 10px;
    margin: 0 0 20px 0;
}
section.seven-days .col-right .phone-wrap .phone-box{
    margin: 0 0 25px 0;
}
section.seven-days .col-right .phone-wrap .phone{
    font-family: "GothamProBold", Arial;
    font-size: 25px;
    color: #E95148;
    line-height: 1;
}
section.seven-days .col-right .phone-wrap .btn{
    box-shadow: 0px 5px 5px rgba(223, 107, 22, 0.25);
    width: 100%;
}
section.seven-days .col-right .phone-wrap .btn span:after{
    background: url(/ui/img/icons/ico-phone.png) no-repeat;
    width: 14px;
    height: 14px;
}
/*--/section.seven-days--*/

/*--section.reviews--*/
section.reviews{
    padding: 40px 10px 50px 10px;
}
section.reviews .container.reviews{

}
section.reviews h2{
    margin: 0 0 22px 0;
    text-align: center;
}

.slider-reviews{
    margin: 0 -10px;
    padding: 0 0 100px 0;
}
.slider-reviews .slick-track{

}
.slider-reviews .slick-list{

}
.slider-reviews .col{
    padding: 0 10px;
}
.slider-reviews .slick-slide{

}
.slider-reviews .col .message-wrap{
    position: relative;
    display: flex;
    align-items: center;
    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{

}
.slider-reviews .slick-slide.slick-current{

}
.slider-reviews .col .message-wrap .message{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    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;
    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;
    margin: 3px 0 0 0;
}
.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: 50%;
    margin: 0 0 0 -53px;
    top: auto;
    bottom: 0;
}
.slider-reviews .slick-next{
    right: 50%;
    margin: 0 -53px 0 0;
    top: auto;
    bottom: 0;
}
.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-left.png) no-repeat left,
        url(/ui/img/reviews/bg-border-right.png) no-repeat right;
    padding: 30px 30px 30px 30px;
    margin: 20px 0 0 0;
    height: 288px;
    display: flex;
    align-items: center;
}
.reviews-btn-wrap .col-left{
    text-align: center;
}
.reviews-btn-wrap .col-left .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 18px 0;
}
.reviews-btn-wrap .col-left .subtext{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.4;
    margin: 0 0 25px 0;
}
.reviews-btn-wrap .col-right .btn{
    box-shadow: 0px 5px 5px rgba(223, 107, 22, 0.25);
    width: 100%;
    text-align: center;
}
.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{
    position: relative;
}
section.map > .container{
    padding: 0 10px;
}
section.map .window{
    padding: 40px 10px 50px 10px;
    background: #FAFAFA;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 1;
    text-align: center;
}
section.map .window h2{
    margin: 0 0 22px 0;
}
section.map .window .phone{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1;
    margin: 0 0 8px 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 .address{
    font-family: "GothamProRegular", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1.6;
    text-align: left;
    padding: 0 0 0 24px;
    background: url(/ui/img/icons/ico-point-map.png) no-repeat top 5px left;
    max-width: 240px;
    margin: 0 auto 15px auto;
}
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;
    width: 100%;
}
iframe .gm-style .place-card-large{
    display: none;
}
/*--/section.map--*/

/*--footer--*/
footer{
    padding: 20px 0 45px 0;
    text-align: center;
}
footer > .container{

}
footer .col-left{

}
footer .col-left .logo{
    vertical-align: bottom;
    margin: 0 auto 20px auto;
}
footer .col-left p{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #343434;
    line-height: 1.4;
    margin: 0 0 10px 0;
}
footer .col-left p:last-of-type{
    margin: 0;
}

footer .politic{
    display: block;
    margin: 25px 0 0 0;
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #ADADAD;
    line-height: 1;
    transition: color ease 0.2s;
}
/*--/footer--*/

/*--modal--*/
.blocker{
    background: rgba(52, 52, 52, 0.8);
    z-index: 20;
    padding: 20px 10px 10px 10px;
}
.modal a.close-modal{
    top: 5px;
    right: 5px;
    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;
    max-width: 100%;
    padding: 0;
    box-shadow: none;
    z-index: 20;
}
.modal.min{
    border-radius: 5px;
    margin-top: 70px;
}
.modal.brand{
    margin: 70px 0 0 0;
}
.modal.clickunder{
    background: url(/ui/img/modal/bg-clickunder.png) no-repeat right bottom #fff;
}
.modal.price{
    margin: 70px 0 0 0;
}
.modal.politic{

}

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

.modal .content{
    padding: 45px 30px 50px 30px;
}
.modal.price .content{
    padding: 45px 20px 50px 20px;
}
.modal .content h2{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    color: #343434;
    line-height: 1.15;
    margin: 0 0 10px 0;
    text-align: center;
}
.modal.brand .content h2{
    width: 110%;
    position: relative;
    z-index: 1;
}
.modal.min .content h2{

}
.modal .content p{
    font-family: "GothamProRegular", Arial;
    font-size: 12px;
    color: #ADADAD;
    line-height: 1.5;
    margin: 0 0 20px 0;
    text-align: center;
}
.modal.politic .content p{
    font-size: 13px;
    color: #343434;
    margin: 0 0 15px 0;
}
.modal.min .content p{

}
.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;
    display: none;
}
.modal.brand .content{
    padding-bottom: 200px;
}
.modal.brand .btn-modal .content{
    padding: 12px 15px 10px 15px;
}
.modal.brand .img-brand{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -150px;
    max-width: 300px;
    max-height: 190px;
}

.modal.clickunder .content{
    padding-right: 215px;
}
.modal.clickunder .content h2 span{
    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: 5px 15px;
}
.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: 13px;
    color: #343434;
    line-height: 1.2;
    padding: 0 2px 0 0;
}
.modal.price .content .columns-price .list-price span{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    color: #343434;
    line-height: 1;
    display: inline-block;
    padding: 6px 10px 7px 10px;
    background: #FAC123;
    border-radius: 5px;
    white-space: nowrap;
}
.modal.price .content .columns-price .list-price.info{
    font-family: "GothamProBold", Arial;
    font-size: 14px;
    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: 20px 20px 30px 20px;
    text-align: center;
}
.modal.price form .col-left{

}
.modal.price form .col-right{

}
.modal.price form .title{
    font-family: "GothamProBold", Arial;
    font-size: 20px;
    line-height: 1.2;
    margin: 0px 0 10px 0;
    position: relative;
}
.modal.price form .subtext{
    font-family: "GothamProRegular", Arial;
    font-size: 13px;
    color: #8D6800;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.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--*/


@media screen and (min-width: 414px){
    .head-banner .title-line h1{
        padding: 0 20px;
    }
    .head-banner .title-line .subtitle{
        padding: 0 20px;
    }
}

/*--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;
    }
}
