
body{
    margin:0
}
h1{
    font-size:2em;
    margin:.67em 0
}
hr{
    -webkit-box-sizing:content-box;
            box-sizing:content-box;
    height:0;
    overflow:visible
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent
}
abbr[title]{
    border-bottom:none;
    -webkit-text-decoration:underline dotted;
            text-decoration:underline dotted
}
b,strong{
    font-weight:700
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    color:inherit;
    display:table;
    max-width:100%;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio],legend{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
[hidden],template{
    display:none
}
@font-face{
    font-family:'PF Agora Slab Pro';
    src:url(fonts/PFAgoraSlabPro-Light.html);
    src:url(fonts/PFAgoraSlabPro-Lightd41d.html?#iefix) format('embedded-opentype'),url(/fonts/PFAgoraSlabPro-Light.woff) format('woff'),url(fonts/PFAgoraSlabPro-Light.ttf) format('truetype');
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'PF Agora Slab Pro';
    src:url(fonts/PFAgoraSlabPro-Regular.html);
    src:url(fonts/PFAgoraSlabPro-Regulard41d.html?#iefix) format('embedded-opentype'),url(/fonts/PFAgoraSlabPro-Regular.woff) format('woff'),url(/fonts/PFAgoraSlabPro-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'PF Agora Slab Pro';
    src:url(fonts/PFAgoraSlabPro-Bold.html);
    src:url(fonts/PFAgoraSlabPro-Boldd41d.html?#iefix) format('embedded-opentype'),url(/fonts/PFAgoraSlabPro-Bold.woff) format('woff'),url(/fonts/PFAgoraSlabPro-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}
.header-style{
    margin:0;
    padding:0;
    font-size:32px;
    font-weight:700;
    color:#0a0a0a;
    text-transform:uppercase;
    text-align:center
}
@media only screen and (max-width:768px){
    .header-style{
        font-size:24px
    }
}
.yellow-hr-style{
    width:240px;
    height:2px;
    padding:0;
    margin:18px auto;
    background-color:#ffd835
}
*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-family:'PF Agora Slab Pro',arial,sans-serif!important;
    color:#0a0a0a
}
body{
    min-width:320px;
    margin:0 auto;
    overflow-x:hidden;
    font-weight:300;
    color:#0a0a0a;
    font-size:16px;
    line-height:1.15
}
.big-button{
    position:relative;
    -ms-flex-negative:0;
        flex-shrink:0;
    display:block;
    margin-top:-3px;
    padding:17px 20px;
    font-size:16px;
    text-transform:uppercase;
    border:none;
    border-radius:5px;
    background:#f4362d;
    color:#fff;
    -webkit-box-shadow:0 3px #b31a15;
            box-shadow:0 3px #b31a15;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    cursor:pointer
}
.big-button.-yellow{
    background:#ffd835;
    -webkit-box-shadow:0 3px #d3aa00;
            box-shadow:0 3px #d3aa00;
    color:#283339;
    font-weight:700
}
.big-button:active,.big-button:focus,.big-button:hover{
    outline:0;
    outline-offset:0
}
.big-button:hover{
    -webkit-box-shadow:0 2px #b31a15;
            box-shadow:0 2px #b31a15;
    top:1px
}
.big-button.-yellow:hover{
    -webkit-box-shadow:0 2px #d3aa00;
            box-shadow:0 2px #d3aa00
}
.big-button:active{
    -webkit-box-shadow:0 0 #b31a15;
            box-shadow:0 0 #b31a15;
    top:3px
}
.big-button.-yellow:active{
    -webkit-box-shadow:0 0 #d3aa00;
            box-shadow:0 0 #d3aa00
}
@media only screen and (max-width:768px){
    .big-button{
        padding-top:15px;
        padding-bottom:15px
    }
}
header{
    background:#fff;
    padding:30px 15px
}
.header--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:100%;
    max-width:960px;
    margin:0 auto
}
.header--logo-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    text-decoration:none
}
.header--logo-img{
    width:65px;
    height:65px;
    margin-right:10px
}
.header--logo-text{
    font-size:13px;
    text-transform:uppercase
}
.header--logo-text strong{
    font-size:20px
    }
@media screen and (max-width:768px) {
    .header--logo-text {
     text-align: center;  
    }
}    
.header--phone-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -ms-flex-negative:0;
        flex-shrink:0;
    padding:0 25px
}
.header--phone{
    font-size:22px;
    line-height:29px;
    font-weight:700;
    text-decoration:none
}
@media only screen and (max-width:768px){
    .header--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column
    }
    .header--phone-wrap{
        padding-bottom:10px
    }
}
.promo-block{
    width:100%;
    padding:50px 0
}
.promo-block--wrap{
    width:100%;
    max-width:960px;
    margin:0 auto;
    padding:0 15px
}
.promo-block--header-wrap{
    width:100%;
    border:5px solid #ffd835;
    border-radius:10px;
    padding:40px 80px;
    background-color:rgba(0,0,0,.8)
}
.promo-block--header-text{
    margin:0;
    padding:0;
    font-weight:700;
    font-size:35px;
    line-height:42px;
    text-align:center;
    color:#fff
}
.promo-block--header-hr-wrap{
    height:1px;
    margin:20px 30px;
    background-color:#fff
}
.promo-block--header-list-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center
}
.promo-block--header-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
    margin:0;
    padding:0
}
.promo-block--header-item{
    margin:0;
    padding:0;
    list-style-type:none;
    font-size:20px;
    line-height:22px;
    font-weight:300;
    color:#fff
}
@media only screen and (max-width:992px){
    .promo-block--header-wrap{
        padding:40px
    }
}
@media only screen and (max-width:768px){
    .promo-block--header-wrap{
        padding:30px
    }
    .promo-block--header-text{
        font-size:26px
    }
    .promo-block--header-item{
        font-size:18px
    }
}
@media only screen and (max-width:480px){
    .promo-block--header-wrap{
        padding:25px
    }
    .promo-block--header-text{
        font-size:22px;
        line-height:24px
    }
    .promo-block--header-item{
        font-size:16px
    }
}
.promo-block--sales{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:100%;
    max-width:768px;
    margin:0 auto;
    margin-top:70px
}
.promo-block--sales-text{
    width:100%;
    margin:0;
    margin-left:90px;
    padding:25px;
    padding-left:85px;
    background-color:rgba(0,0,0,.8);
    border-radius:10px;
    font-size:28px;
    font-weight:300;
    color:#fff
}
.promo-block--sales-text>em{
    font-style:normal;
    color:#ffd835
}
.promo-block--sales-banner{
    position:absolute;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:150px;
    height:150px;
    background:url(http://xn----btbqoeoe4c.xn--90ais/wp-content/themes/wp-theme-starter-master/img/sales.svg);
    background-repeat:no-repeat;
    background-size:cover
}
.promo-block--sales-banner-text{
    width:80%;
    font-size:28px;
    line-height:.95;
    color:#fff;
    text-align:center
}
@media only screen and (max-width:768px){
    .promo-block--sales-text{
        font-size:24px
    }
    .promo-block--sales-banner{
        width:140px;
        height:140px
    }
    .promo-block--sales-banner-text{
        font-size:24px
    }
}
@media only screen and (max-width:480px){
    .promo-block--sales-text{
        margin:0;
        padding:15px;
        padding-top:85px;
        font-size:22px;
        text-align:center
    }
    .promo-block--sales-banner{
        top:-45px;
        left:auto;
        width:120px;
        height:120px
    }
    .promo-block--sales-banner-text{
        font-size:22px
    }
}
.promo-block--form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    width:100%;
    max-width:830px;
    margin:0 auto;
    margin-top:70px;
    background-color:#ffd835;
    border-radius:10px;
    overflow:hidden
}
.promo-block--form-header{
    margin:20px;
    padding:0;
    font-size:21px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase
}
.promo-block--form-bottom{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding:20px;
    background-color:#ffcd00
}
.promo-block--form-item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:280px;
    margin-right:20px;
    padding-left:50px;
    border-radius:5px;
    background-color:#fff
}
.promo-block--form-item-icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:absolute;
    left:0;
    width:50px;
    height:100%;
    padding-left:10px;
    border-right:1px dotted #c7c7c7
}
.promo-block--form-input{
    width:100%;
    margin:0;
    padding:17px 10px;
    font-size:16px;
    color:#0a0a0a;
    font-weight:300;
    border:0;
    border-radius:5px;
    -webkit-box-shadow:none;
            box-shadow:none;
    outline-color:#ffd835
}
@media only screen and (max-width:768px){
    .promo-block--form-header>br{
        display:none
    }
    .promo-block--form-bottom{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column
    }
    .promo-block--form-bottom>button{
        width:280px
    }
    .promo-block--form-item{
        margin-right:0;
        margin-bottom:10px
    }
    .promo-block--form-input{
        padding-top:15px;
        padding-bottom:15px
    }
}
@media only screen and (max-width:480px){
    .promo-block--form-header{
        font-size:20px
    }
    .promo-block--form-bottom>button{
        max-width:100%
    }
    .promo-block--form-item{
        max-width:100%
    }
}
.advantages{
    width:100%;
    padding:50px 15px;
    background-color:#fff
}
.advantages--wrap{
    width:100%;
    max-width:960px;
    margin:0 auto
}
.advantages--elements{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin-top:-15px
}
.advantages--item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:265px;
    margin:0 15px;
    margin-top:45px
}
.noadvantages--item-img{
    width:85%;
    height:85%
}
.noadvantages--item-img-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:125px;
    height:125px;
    border-radius:50%
}
.advantages--item-img-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:125px;
    height:125px;
    background-color:#ffd835;
    border-radius:50%
}
.advantages--item-img{
    width:55%;
    height:55%
}
.advantages--item-header{
    margin:0;
    padding:0;
    margin-top:20px;
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    text-align:center
}
.advantages--item-text{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:18px;
    font-weight:300;
    text-align:center
}
@media only screen and (max-width:992px){
    .advantages--item{
        width:210px
    }
}
@media only screen and (max-width:768px){
    .advantages--elements{
        -ms-flex-pack:distribute;
            justify-content:space-around
    }
    .advantages--item{
        width:195px
    }
    .advantages--item-img-wrap{
        width:100px;
        height:100px
    }
    .advantages--item-header{
        font-size:18px
    }
}
.advertise{
    width:100%;
    padding:50px 15px;
    background-color:#fff
}
.advertise--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    width:100%;
    max-width:960px;
    margin:0 auto
}
.advertise--element{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:465px;
    height:135px;
    padding-left:180px;
    padding-right:35px;
    background-color:#ffd835;
    border-radius:10px
}
.advertise--img{
    position:absolute;
    left:5px;
    bottom:0;
    width:150px;
    height:180px
}
.advertise--text{
    width:100%;
    font-size:20px;
    line-height:30px;
    text-transform:uppercase
}
.advertise--text>strong{
    font-size:30px
}
@media only screen and (max-width:992px){
    .advertise--wrap{
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center
    }
    .advertise--element{
        margin-top:45px
    }
    .advertise--element:first-child{
        margin-top:0
    }
}
@media only screen and (max-width:480px){
    .advertise{
        margin-top:25px;
        margin-bottom:25px
    }
    .advertise--element{
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
        width:100%;
        height:auto;
        margin-top:25px;
        padding:15px
    }
    .advertise--img{
        display:none
    }
    .advertise--text{
        width:auto;
        margin:0;
        text-align:center
    }
}
.services{
    width:100%;
    padding:50px 15px;
    background-color:#fff
}
.services--wrap{
    width:100%;
    max-width:960px;
    margin:0 auto
}
.services--item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    margin-top:40px
}
.services--img{
	-ms-flex-negative: 0;
		flex-shrink: 0;
    width:575px;
    height:360px;
    border-radius:10px
}
.services--action{
    position:absolute;
    top:-15px;
    left:-15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:120px;
    height:120px;
    background:url(http://xn----btbqoeoe4c.xn--90ais/wp-content/themes/wp-theme-starter-master/img/sales.svg);
    background-repeat:no-repeat;
    background-size:cover
}
.services--action-text{
    width:80%;
    font-size:22px;
    line-height:.95;
    color:#fff;
    text-align:center
}
.services--description{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
    margin-left:10px;
    padding:35px 40px;
    background:#ffd835;
    border-radius:10px
}
.services--description-header{
    margin:0;
    margin-bottom:30px;
    padding:0;
    font-size:20px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase
}
.services--description-text{
    margin:0;
    margin-bottom:20px
}
.services--description-text>ul{
    margin:0;
    padding-left:20px
}
.services--description-text>li{
    font-size:16px
}
.services--description-text>p{
    margin:0;
    font-size:16px
}
.services--description-price{
    margin:0;
    margin-bottom:30px;
    font-size:20px;
    font-weight:700;
    text-align:center
}
.services--description-button{
    width:200px
}
@media only screen and (max-width:992px){
    .services--list{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -ms-flex-pack:distribute;
            justify-content:space-around
    }
    .services--item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        width:575px;
        max-width:100%
    }
    .services--img{
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        width:auto;
        height:auto;
        max-width:100%
    }
    .services--description{
        margin-left:0;
        border-top-left-radius:0;
        border-top-right-radius:0
    }
}
@media only screen and (max-width:768px){
    .services--list{
        margin-top:-10px
    }
    .services--description{
        padding-top:25px;
        padding-bottom:25px
    }
    .services--description-header{
        margin-bottom:20px
    }
    .services--description-price{
        margin-bottom:20px
    }
}
.slider{
    width:100%;
    padding:50px 35px;
    background-color:#fff
}
.slider--wrap{
    width:100%;
    max-width:960px;
    margin:0 auto
}
.slider--elements{
    width:100%;
    margin-top:45px
}
.slider--item{
    height:250px;
    margin:0 10px
}
@media only screen and (max-width:768px){
    .slider--elements{
        margin-top:35px
    }
}
.map{
    position:relative;
    width:100%;
    padding-top:50px;
    background-color:#fff
}
.map--content{
    height:450px;
    width:100%;
    margin-top:35px
}
@media only screen and (max-width:992px){
    .map--content{
        height:350px
    }
}
.big-form{
    width:100%;
    background-color:#ffd835
}
.big-form--top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    max-width:960px;
    margin:0 auto;
    padding:0 15px
}
.big-form--img-wrap{
    position:relative;
    -ms-flex-negative:0;
        flex-shrink:0;
    width:185px
}
.big-form--img{
    position:absolute;
    bottom:0;
    left:-30px
}
.big-form--header{
    width:100%;
    margin:55px 20px;
    padding:0;
    font-size:21px;
    line-height:1.4
}
.big-form--header>strong{
    font-size:24px;
    text-transform:uppercase
}
.big-form--bottom{
    width:100%;
    background-color:#ffcd00
}
.big-form--form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:100%;
    max-width:960px;
    margin:0 auto;
    padding:20px
}
.big-form--form-item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:300px;
    margin-right:20px;
    padding-left:50px;
    border-radius:5px;
    background-color:#fff
}
.big-form--form-item-icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:absolute;
    left:0;
    width:50px;
    height:100%;
    padding-left:10px;
    border-right:1px dotted #c7c7c7
}
.big-form--form-input{
    width:100%;
    margin:0;
    padding:17px 10px;
    font-size:16px;
    color:#0a0a0a;
    font-weight:300;
    border:0;
    border-radius:5px;
    -webkit-box-shadow:none;
            box-shadow:none;
    outline-color:#ffd835
}
.big-form--form-button{
    padding:17px 55px
}
@media only screen and (max-width:992px){
    .big-form--img-wrap{
        width:214px
    }
    .big-form--img{
        left:0
    }
    .big-form--header{
        margin-right:5px
    }
}
@media only screen and (max-width:768px){
    .big-form--top{
        padding:0
    }
    .big-form--img-wrap{
        display:none
    }
    .big-form--header{
        margin:20px
    }
    .big-form--form{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column
    }
    .big-form--form>button{
        width:300px
    }
    .big-form--form-item{
        margin-right:0;
        margin-bottom:10px
    }
    .big-form--form-input{
        padding-top:15px;
        padding-bottom:15px
    }
}
@media only screen and (max-width:480px){
    .big-form--header{
        font-size:20px;
        line-height:1.2
    }
    .big-form--form{
        padding:15px
    }
    .big-form--form>button{
        max-width:100%
    }
    .big-form--form-item{
        max-width:100%
    }
}
.text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    width:100%;
    padding:0 15px;
    background-color:#c7c7c7;
    color:#283339
}
.text--wrap{
    width:100%;
    max-width:960px;
    margin:40px auto;
    margin-bottom:25px
}
.text--wrap h2,.text--wrap h3,.text--wrap h4{
    margin:0;
    padding:0;
    margin-top:20px;
    font-size:24px;
    color:#283339
}
.text--wrap h2:first-child{
    margin-top:0
}
.text--wrap p{
    margin:0;
    margin:18px 0;
    text-align:left;
    font-size:16px;
    color:#283339
}
@media only screen and (max-width:480px){
    .text-wrap h2,.text-wrap h3{
        font-size:22px
    }
}
footer{
    background:#283339;
    padding:30px 15px
}
.footer--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:100%;
    max-width:960px;
    margin:0 auto
}
.footer--info{
    margin:0;
    padding:0;
    color:#c7c7c7
}
.footer--social-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.footer--social-item{
    display:block;
    width:30px;
    height:30px;
    margin-right:15px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:50% 50%
}
.footer--social-item.vk{
    background-image:url(wp-content/themes/wp-theme-starter-master/img/vk.svg)
}
.footer--social-item.instagram{
    background-image:url(wp-content/themes/wp-theme-starter-master/img/instagram.svg)
}
.footer--social-item.youtube{
    background-image:url(wp-content/themes/wp-theme-starter-master/img/youtube.svg)
}
.footer--social-item:last-child{
    margin-right:0
}
.footer--phone{
    font-size:20px;
    line-height:20px;
    color:#c7c7c7;
    text-decoration:none
}
@media only screen and (max-width:768px){
    .footer--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column
    }
    .footer--info{
        -webkit-box-ordinal-group:4;
            -ms-flex-order:3;
                order:3
    }
    .footer--phone{
        margin-top:15px;
        margin-bottom:15px
    }
}
.popup--form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    width:100%;
    max-width:830px;
    margin:0 auto;
    margin-top:70px;
    background-color:#ffd835;
    border-radius:10px;
    overflow:hidden
}
.popup--form-header{
    margin:20px;
    padding:0;
    font-size:20px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase
}
.popup--form-bottom{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding:20px;
    background-color:#ffcd00
}
.popup--form-item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:280px;
    max-width:100%;
    margin-bottom:10px;
    padding-left:50px;
    border-radius:5px;
    background-color:#fff
}
.popup--form-item-icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:absolute;
    left:0;
    width:50px;
    height:100%;
    padding-left:10px;
    border-right:1px dotted #c7c7c7
}
.popup--form-button{
    width:280px;
    max-width:100%
}
.popup--form-input{
    width:100%;
    margin:0;
    padding:17px 10px;
    font-size:16px;
    color:#0a0a0a;
    font-weight:300;
    border:0;
    border-radius:5px;
    -webkit-box-shadow:none;
            box-shadow:none;
    outline-color:#ffd835
}
@media only screen and (max-width:768px){
    .popup--form-input{
        padding-top:15px;
        padding-bottom:15px
    }
}
.swal2-container .swal2-popup .swal2-close{
    color:#000
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
    background: rgb(255, 216, 53);
	width: 360px;
	position: relative;
	margin: 10% auto;
	/*padding: 5px 20px 13px 20px;*/
	border-radius: 10px;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
    z-index: 1;
}

.id_form{
    display: none;
}
.close:hover { background: #00d9ff; }

.bby{
    text-decoration: none;
    background: #ffd835;
    -webkit-box-shadow: 0 3px #d3aa00;
    box-shadow: 0 3px #d3aa00;
    color: #283339;
    font-weight: 700;
        padding: 17px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

.form-container__btn{
    width: 280px;
    color: #fff;
    max-width: 100%;
    flex-shrink: 0;
    display: block;
    margin-top: -3px;
    padding: 17px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    background: #f4362d;
}

.ajax-contact-form{
    height:213px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #ffcd00;
}

.bbz{
    text-decoration: none;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-top: -3px;
    padding: 17px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    background: #f4362d;
    color: #fff;
    -webkit-box-shadow: 0 3px #b31a15;
    box-shadow: 0 3px #b31a15;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px){
.ajax-contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column!important;
}

#gall {
  position: relative;
  padding-top: 50%;
  -moz-user-select: none; user-select: none;
}
#gall img {
  position: absolute;
  top: 25%;
  left: 12.5%;
  max-width: 24.5%;
  max-height: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: zoom-in;
  transition: .2s;
}
#gall img:nth-child(4n-2) {left: 37.5%;}
#gall img:nth-child(4n-1) {left: 62.5%;}
#gall img:nth-child(4n) {left: 87.5%;}
#gall img:nth-child(n+5) {top: 75%;}

#gall img:focus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  outline: none;
  pointer-events: none;
}
#gall img:focus ~ div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  cursor: zoom-out;
}