
@font-face {
    font-family: Geometria-Light;
    src: url('../fonts/Geometria-Light.ttf');
}

@font-face {
    font-family: Geometria;
    src: url('../fonts/Geometria.ttf');
}

@font-face {
    font-family: Geometria-Bold;
    src: url('../fonts/Geometria-Bold.ttf');
}
@font-face {
    font-family: Geometria-ExtraBold;
    src: url('../fonts/Geometria-ExtraBold.ttf');
}
@font-face {
    font-family: Geometria-Heavy;
    src: url('../fonts/Geometria-Heavy.ttf');
}
@font-face {
    font-family: Geometria-Medium;
    src: url('../fonts/Geometria-Medium.ttf');
}
@font-face {
    font-family: MullerHeavy;
    src: url('../fonts/Fontfabric - MullerHeavy.otf');
}

body, html {
    font-size: 14px;
}
.container{
    max-width: 1170px !important; ;}
p{
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
.logo a img{
    display: block;
    margin: .5em auto;
    width: 100%;
}

.popup-form__block {
    display: none;
}

.popup-form__wrap {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#popup-form {
    background-color: #eaeaea;
    padding: 2em 1em;
    text-align: center;
    border-radius: 0.5em;
    padding: 4em 2em;
    position: relative;
    max-width: 23em;
    width: 100%;
    padding: 3em 2em;
    padding-bottom: 2em;
}

#popup-form input {
    display: block;
    border: 1px solid #a1a1a1;
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 0.5em;
}

.popup-form__succes {
    display: none;
}

#popup-form button{
    background-color: #e6a900;
    border: none;
    padding: 1em;
    display: block;
    border-radius: 0.5em;
    color: #fff;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    display: block;
}

#popup-form button:hover {
    background-color: #c7a23b;
}

#popup-form .popup-close__btn {
    width: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    fill: #000;
    cursor: pointer;
    display: block;
}

#popup-form .popup-form__succes {
    padding-bottom: 1em;
}

.succes-form__overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.succes-form__flex {
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.succes-form {
    text-align: center;
    background-color: #fff;
    padding: 2em;
}

.succes-form p {
    font-size: 1.3em;
}

.succes-form a {
    background-color: #e6a900;
    border: none;
    padding: 0.5em 1em;
    display: block;
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.5em;
    color: #fff;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 700;
}

.succes-form a:hover{
    background-color: #c7a23b;
}
.main{
    box-shadow: inset 0 0 10em rgba(0,0,0,0.5);
}
.overlay{
    display:none;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    z-index: 9999;
}
.close-modal{
    position: absolute;
    top: 0;
    right: 1%;
    color: #000000;
    font-size: 2em;
    cursor: pointer;
}
.close-modal:hover{
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}
.mfp-bg{
    z-index: 99999 !important;
}
.mfp-wrap{
    z-index: 100000 !important;
}
.modal-album{
    display: none;
    position: fixed;
    width: 80%;
    top: 5%;
    left: 10%;
    background: #ffffff;
    height: 90%;
    padding: 2em;
    z-index: 9999;
    overflow: auto;
}
.modal-album .bot-album{
    display: flex;
    flex-wrap: wrap;
}

.modal-album .bot-album img{
    max-width: 20em;
    padding: 1em;
    max-height: 15em;
    width: 100%;
}
.open-album {
    cursor: pointer;
}
.pre-header{
    background: #000000;
    height: 1em;
}
.pre-header p{
    vertical-align: middle;
    text-align: center;
    font: .6em 'Geometria-Light',sans-serif;
    color: #ffffff;
}
.call {
    top: 60%;
    position: fixed;
    z-index: 999;
}
.call a{
    text-decoration: none;
}
.call a i{
    display: block;
    margin: 0 auto .3em;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(11, 83, 13);
    color: #ffffff;
    font-size: 3em;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
}
.call a p{
    font: .8em 'Geometria-Medium',sans-serif;
    color: #262626;
    text-align: center;
}
.call a i{
    animation: pulse_animation 3s infinite;
}
@keyframes pulse_animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 0 rgba(11, 83, 13, 0.9);
        border-radius: 50%;
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(196, 197, 180, 0);
        box-shadow: 0 0 0 20px rgba(11, 83, 13, 0);
        border-radius: 50%;
    }
}
.header{
    background: url("../images/map-left.png") no-repeat;
    background-size: contain;
    padding: 2em 0;
    overflow: hidden;
    /*box-shadow: inset 12px 0 15px -4px rgba(31, 73, 125, 0.8), inset -12px 0 8px -4px rgba(31, 73, 125, 0.8);*/
}
.right-map{
    position: relative;
    margin-right: -2em;
}
/*.right-map .ways{*/
/*    position: absolute;*/
/*    top: 0;*/

/*}*/
/*@keyframes way {*/
/*    0% {*/
/*        width: 0;*/
/*        transform: translateY(0%)translateX(40%)scale(0);*/

/*    }*/
/*    100% {*/
/*        transition: all .5s ease-in-out;*/
/*        !*transform: translateY(0%) translateX(0%) scale(1);*!*/
/*        transform: translateY(0%)translateX(0%) scale(1);*/
/*        left: 0;*/
/*        width: 100%;*/

/*    }*/
/*}*/
/*.right-map .ways img{*/
/*    float: right;*/
/*    animation: way 3s infinite ;*/

/*}*/
.right-map .ways {
    position:absolute;
    top:0;
    width:100%;
    opacity:0.1;
    z-index:1;
    left:-8%;
    -webkit-animation: animSubaru 2s infinite linear;
    -moz-animation: animSubaru 2s infinite linear;
    animation: animSubaru 2s infinite linear;
}
@-webkit-keyframes animSubaru {
    from {
        left:-.5em;

    }
    to {
        left:0;
        opacity:1;
    }
}


.right-map .city{
    position: absolute;
    top: 0;
    z-index: 10;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.8);
    color: white;
    transition: all .2s ease-in-out;
}
.sticky .logo img{
    height: 3em;
    width: auto;
}
.sticky .menu{
    margin-top: 1.3em;
}
.sticky .menu ul li a{
    color: #ffffff;
}
.sticky .menu ul li a:hover{
    border-bottom: 1px solid #ffffff;
}
.sticky + .content {
    padding-top: 102px;
}
.menu ul{
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
}
.menu ul li a{
    font: 1em 'Geometria-Light',sans-serif;
    color: #262626;
    text-decoration: none;
    padding-bottom: .3em;
}
.menu ul li a:hover{
    border-bottom: 1px solid #0e6710;
}
.main-title h1{
    font: 3.5em 'MullerHeavy',sans-serif;
    color: #1f2020;
    text-transform: uppercase;
}
.main-text p{
    font: 1.1em 'Geometria',sans-serif;
    color: #1f2020;
}
.main-text p b{
    font: 1.1em 'Geometria-Medium',sans-serif;
    color: #1f2020;
}
.flag{
    margin: 1em 0 1em;
    background: url("../images/flag.png") no-repeat;
    background-size: contain;
    padding: .2em .5em;
}
.flag p{
    font: 1.2em 'Geometria-Bold',sans-serif;
    color: #ffffff;
}
.flag p b{
    font: 1.2em 'Geometria-ExtraBold',sans-serif;
    color: #ffffff;
}
.calc{
    display: flex;
}
.calc p{
    font: .9em 'Geometria-ExtraBold',sans-serif;
    color: #ffffff;
    background: #0c590e;
    border-radius: .5em;
    padding: .2em .3em;
    width: 48%;
    height: 2em;
}
.calc .image{
    margin-top: .7em;
    width: 50%;
}
.price-calc{
    margin-top: -2em;
}
.price-calc .title{
    font: 1em 'Geometria-Medium',sans-serif;
    color: #ffffff;
    background: #a3a3a3;
    width: 40%;
    margin-left: 2em;
    text-align: center;
    border-radius: .5em .5em 0 0;
    height: 2em;
    padding: .3em ;
}
.price-calc .body{
    background: #eaeaea;
    padding: 1em;
    border-radius: 1em;
    display: flex;
}
.price-calc .body .left{
    width: 70%;
    border-right: 1px solid #a5a5a5;
    padding-right: 2em;
}
.price-calc .body .right{
    width: 40%;
}
.from-to{
    display: flex;
    justify-content: space-around;
}
.input-class{
    width: 45%;
}
.price-calc .body label{
    color: #262626;
    font: .8em 'Geometria-Medium',sans-serif;
}
.flex-input{
    display: flex;
    max-width: 100%;
}
.flex-input input{
    border-radius: .5em 0 0 .5em !important;
    background-color: #f4f4f4;
    border: 1px solid #a1a1a1;
    border-right: none !important;
    outline: none;
    padding-left: 1em;
    color: #525252;
    font: 1em 'Geometria',sans-serif;
    width: 80%;
    height: 2em;
}
.flex-input button{
    width: 20%;
    background-color: #f4f4f4;
    border-radius: 0 .5em .5em 0;
    border: 1px solid #a1a1a1;
    border-left: none;
    outline: none;
    cursor: pointer;
}
.price-calc .body .left input{
    border-radius: .5em;
    background-color: #f4f4f4;
    border: 1px solid #a1a1a1;
    color: #525252;
    font: 1em 'Geometria',sans-serif;
    padding-left: 1em;
    outline: none;
    width: 100%;
    height: 2em;
}
.range{
    margin: .5em 0 ;
    position: relative;
}
.range input{
    margin: 2em 0 1em;
    padding-left: 0 !important;
    height: 1em !important;
    border: .3em solid #f4f5f3 !important;
    background-color: #a3a3a3 !important;
    width: 100% !important;
}
.range output {
    position: absolute;
    background: #1f1f1f;
    width: 2em;
    height: 1.5em;
    text-align: center;
    color: white;
    display: inline-block;
    font: 1em 'Geometria-Medium',sans-serif;
    bottom: 50%;
    left: 0;
    margin-left: 0;
}
.range output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #1f1f1f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: .5em;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: .8em;
    height: .8em;
    background: #f7b500;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: .8em;
    height: .8em;
    background: #f7b500;
    cursor: pointer;
    border-radius: 50%;
}
.textarea textarea{
    border-radius: .5em;
    background-color: #f4f4f4;
    border: 1px solid #a1a1a1;
    color: #525252;
    font: 1em 'Geometria',sans-serif;
    width: 100%;
    padding: 1em;
    outline: none;
    height: 7em;
    resize: none;
}
.flex-row{
    margin: .5em 0;
    display: flex;
    justify-content: space-around;
}
.container-input {
    display: block;
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5em;
    width: 1.5em;
    background-color: #eee;
    border-radius: 50%;
}
.container-input:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-input input:checked ~ .checkmark {
    background-color: #f5f5f5;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-input input:checked ~ .checkmark:after {
    display: block;
}
.container-input .checkmark:after {
    top: .4em;
    left: .3em;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background: #589258;
}
.price-calc .body .right{
    padding-left: 2em;
}
.price-calc .body .right input{
    border-radius: .7em;
    background-color: #f4f4f4;
    border: 1px solid #a1a1a1;
    color: #525252;
    font: .8em 'Geometria',sans-serif;
    padding-left: .5em;
    outline: none;
    width: 100%;
    height: 3em;
}
.price-calc .body .right button{
    margin: 2em 0;
    border-radius: .5em ;
    padding: .5em 2em;
    border: none;
    font: 1em 'Geometria-Medium',sans-serif;
    text-align: center;
    background: #247425;
    color: #ffffff;
    cursor: pointer;
}
.price-calc .body .right button:hover{
    transition: all .3s ease-in-out;
    color: #247425;
    background: #ffffff;
}
.services{
    background: url("../images/service-bg2.png") no-repeat top center;
    background-size: 100% auto;
    padding: 2em 0;
    overflow: hidden;
}
.rel-bg{
    position: relative;
}
.rel-bg img{
    position: absolute;
}
.main-title h4{
    font: 2em 'Geometria-Heavy',sans-serif;
    color: #1e1f1f;
    margin-bottom: 2em;
    text-transform: uppercase;
}
.service-row{
    display: flex;
    justify-content: space-around;
}
.service-item{
    background: linear-gradient(#e7e7e7,#cacaca);
    padding: 1em 2em 2em;
    border-radius: 1em;
    width: 15em;
}
.service-item:hover{
    transition: all .3s ease-in-out;
    background:  linear-gradient(#fbfbfb,#dbdbdb);
    transform: scale(1.1) !important;
}
.service-item:hover .order-btn{
    transition:  all .3s ease-in-out;
    color: #206922;
    background-color: #ffffff;
}
.service-item .num{
    color: #ecc885;
    font: 5em 'Geometria-Heavy',sans-serif;
}
.service-item .title h5{
    color: #323232;
    font: 1.2em 'Geometria-Heavy',sans-serif;
    height: 3.5em;
}
.service-item .list ul{
    list-style: none;
    padding-left: 1.2em;
}
.service-item .list ul li::before {
    content: "\2022";
    color: #0d610f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.service-item .list ul li{
    font: 1.2em 'Geometria-Medium',sans-serif;
    color: #323232;
}
.service-item .order-btn {
    display: block;
    margin: auto;
    text-decoration: none;
    color: #ffffff;
    font: 1em 'Geometria-Medium',sans-serif;
    border-radius: .5em;
    background-color: #206922;
    padding: .5em 2em;
    text-align: center;
}
.dash-img{
    width: 18%;
}
.advantage{
    margin-top: 10em;
    background: rgba(0,0,0,0.5);
    padding: 2em;
    border-radius: 1em;
    width: 60%;
    float: left;
}
.advantage h4{
    color: #ffffff;
    font: 1.5em 'Geometria-Heavy',sans-serif;
    text-transform: uppercase;
}
.advantage ul{
    margin-top: 2em;
    list-style: none;
    padding-left: 1.2em;
}
.advantage ul li::before {
    content: "\2022";
    color: #e0a600;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.advantage ul li{
    font: 1.5em 'Geometria',sans-serif;
    color: #ffffff;
    margin: 1em 0;
}
.service-flex{
    display: flex;
}
.supply-row{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.round-title h4{
    font: 1.5em 'Geometria-Bold',sans-serif;
    color: #262626;
    background: #f4b200;
    text-align: center;
    width: 10em;
    border-radius: .5em;
    margin-top: 1em;
    margin-left: 2em;
}
.round-title img{
    float: right;
    margin-right: -2em;
}
.supply-item{
    margin-top: 9em;
    width: 13em;
    z-index: 99;
}
/*.supply-item:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url("../images/sep-line.png") no-repeat;*/
/*    width: 35px;*/
/*    height: 4px;*/
/*    top: 49%;*/
/*    z-index: 2;*/
/*}*/
.supply-item .image{
    background: #bcbcbc;
    border-radius: 1em;
    padding: 2em;
    width: 12em;
    height: 12em;
}
.supply-item .image img{
    display: block;
    margin: auto;
}
.supply-item p{
    margin-top: 2em;
    color: #262626;
	width: 12em;
    font: 1em 'Geometria-Bold',sans-serif;
    text-align: center;
}
.img-list ul{
    list-style: none;
	padding-left: 18px;
}
.img-list2 ul{
    list-style: none;
	padding-left: 18px;
}
.img-list ul li::before {
	content: '';
	background-image: url('../images/question.png');
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}
.img-list ul li,
.img-list2 ul li{
    font: 1em 'Geometria',sans-serif;
    color: #2f2f2f;
    margin: .5em 0;
	position: relative;
	padding-left: 28px;
}
.img-list2 ul li::before {
	content: '';
	background-image: url('../images/ok.png');
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.list-margin h4{
    margin: 1em 0 !important;
}
.projects{
    background: #ca9400;
    padding: 2em 0;
    background: url("../images/team-bg.png") no-repeat;
    background-size: 100% 100%;
}
.light-title h4{
    color: #ffffff;
    font: 2em 'Geometria-Heavy',sans-serif;
    text-transform: uppercase;
    margin: 1em 0 2em;
}
.light-title h6{
    color: #ffffff;
    font: 1.5em 'Geometria',sans-serif;
    text-transform: uppercase;
}
.l-m h4{
    margin: 1em 0 0 !important;
}
.img-gallery{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.gallery-item{
    position: relative;
    width: 100%;
    margin-bottom: 3em;
}
.gallery-item:hover img{
    transition: all .3s ease-in-out;
    transform: scale(1.1);
    z-index: 9999 !important;
}
.gallery-item:hover .info-block{
    transition: all .3s ease-in-out;
    opacity: 1;
    cursor: pointer;
    z-index: 99999 !important;
}
.gallery-item img{
    position: relative;
    height: 13em;
    max-width: 100%;
    width: auto !important;
}
.gallery-item .zoom img{
    height: auto !important;
    width: auto !important;
}
.info-block{
    position: absolute;
    top: 10%;
    left: 10%;
    opacity: 0;
    width: 80%;
}
.gallery-item h3{
    text-align: center;
    color: #ffffff;
    font: 1.2em 'Geometria-Bold',sans-serif;
    margin-top: 1em;
}
.gallery-item h6{
    text-align: center;
    color: #ffffff;
    font: 1em 'Geometria-Bold',sans-serif !important;
    left: 2em;
}
.gallery-item p{
    color: #ffffff;
    height: 34px;
    overflow: hidden;
    text-align: center;
    font: .9em 'Geometria-Light',sans-serif !important;
}
.gallery-item .zoom{
    margin-top: 3.5em;
}
.gallery-item .zoom img{
    display: block;
    margin: 1em auto;
}
.round-img img{
    border-radius: 1em;
}
.m-t{
    margin: 3em 0;
}
.m-t-l{
    margin-top: 12em;
}
.team-item{
    margin-bottom: 5em;
}
.team-item img{
    display: block;
    margin: 0 auto 1em;
}
.team-item h6{
    color: #2b2b2b;
    font: 1em 'Geometria-Medium',sans-serif;
    text-align: center;
}
.team-item p{
    color: #2b2b2b;
    font: 1em 'Geometria',sans-serif;
    text-align: center;
}
.team-item .socials{
    display: flex;
    justify-content: center;
}
.team-item .socials a i{
    font-size: 2em;
    color: #0c580e;
    padding: .5em;
}
.team-item .socials a:hover i{
    transition: all .3s ease-in-out;
    color: #f2b200;
}
.replies{
    padding: 2em 0;
    background: url('../images/team-bg.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.owl-carousel{
    margin: 5em 0 10em;
    min-height: 10em;
}
.owl1 .owl-nav button.owl-prev{
    background: url("../images/left.png") no-repeat;
    height: 47px;
    width: 28px;
    position: absolute;
    left: -7%;
    top: 30%;
    outline: none;
}
.owl1 .owl-nav button.owl-next{
    background: url("../images/right.png") no-repeat;
    height: 47px;
    width: 28px;
    position: absolute;
    right: -7%;
    top: 30%;
    outline: none;
}
.owl2 .owl-nav button.owl-prev{
    background: url("../images/left.png") no-repeat;
    height: 47px;
    width: 28px;
    position: absolute;
    left: -5%;
    top: 40%;
    outline: none;
}
.owl2 .owl-nav button.owl-next{
    background: url("../images/right.png") no-repeat;
    height: 47px;
    width: 28px;
    position: absolute;
    right: -5%;
    top: 40%;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    display: none;
}

.owl-carousel .item h6{
    color: #ffffff;
    font: 1.5em 'Geometria-Light',sans-serif;
}
.owl-carousel .item p{
    color: #ffffff;
    margin-top: 1.5em;
    font: 1.5em 'Geometria',sans-serif;
}
.footer{
    background: url("../images/footer.png") no-repeat;
    padding: 2em 0 ;
    height: 100vh;
    background-size: 100% 100%;
    z-index: 10;
    margin-top: -5em;
    box-shadow: inset 0 0 10em rgba(0,0,0,0.5);
}
.contact-text{


}
.contact-text p a{
    color: #ffffff;
    font: 1.2em 'Geometria-Bold',sans-serif;
}
.contact-text p i{
    color: #ffffff;

    font-size: 1.2em;
}
.contact-text p{
    color: #ffffff;
    font: 1.2em 'Geometria',sans-serif;
    margin-bottom: 1em;
}
.last-block{
    box-shadow: inset 0 0 1em rgba(0,0,0,0.5);
    background: #f9f9f9;
    padding: .3em 0;
}
.dev p{
    color: #2b2b2b;
    font: .8em 'Geometria',sans-serif;
}
.rights p{
    margin-top: .5em;
    text-align: center;
    font: .8em 'Geometria-Light',sans-serif;
}
.map iframe{
    border: none;
    height: 25em;
    width: 100%;
}
/*mobile menu*/
.dropdown > label { display: block; }
.dropdown > input + ul + div:after {
    content: "";
    width: 15px;
    height: 10px;
    display: block;
    position: absolute;
    right: 20%;
    top: 17px;
    margin-top: -5px;
    background-size: 100%;
}
.dropdown > input:checked + ul + div:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.dropdown input { display: none; }
.dropdown input + ul { display: none; }
.dropdown input + ul li a { text-align: left; padding: 0.5rem 5%!important; font-size: calc(20px - .5vw); }
.dropdown input:checked + ul { display: block; }
.dropdown input:checked + ul li:first-child { padding-top: 15px; }
.drawer-list {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 50vw;
    transform: translate(-100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 95px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-right-radius: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
    .drawer-list {
        width: 40vw;
    }
}
.drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

.drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
    margin-bottom: 1em;
}
.drawer-list li a {
    text-decoration: none;
    color: #FEFEFE !important;
    text-align: center;
    display: block;
    padding: 0.5rem;
    font-size: calc(24px - .5vw);
    font-weight: 500;
}
@media (min-width: 768px) {
    .drawer-list li a {
        text-align: right;
        padding: .5rem;
    }
}
@media (max-width: 500px) {
    .drawer-list {
        width: 70vw;
    }
    .drawer-list li a {
        font-size: calc(20px - .5vw);
    }
    .dropdown input + ul li a {
        font-size: calc(17px - .5vw);
    }
}
.drawer-list li a:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5)
}

input.hamburger {
    display: none;
}
input.hamburger:checked ~ .drawer-list {
    transform: translatex(0);
    border-bottom-right-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
    transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
    padding-right: 1em;
}
input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
    top: 0;
}
input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
    top: 0;
}
input.hamburger:checked ~ label close {
    color: #FEFEFE;
    width: 100%;
}
input.hamburger:checked ~ label open {
    color: transparent;
    width: 0;
}

label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 40px;
    width: 50px;
}
label.hamburger:hover {
    cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    align-text: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
}
label.hamburger text close {
    color: transparent;
    width: 0;
    left: 0;
}
label.hamburger text open {
    color: #FEFEFE;
    width: 100%;
    left: 0;
}
label.hamburger > i {
    position: absolute;
    width: calc(100% - 20px);
    height: 2px;
    top: 50%;
    background-color: #FEFEFE;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
}
label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #FEFEFE;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
    top: 4px;
}
label.hamburger > i:before {
    transform: translate(-50%, -14px);
}
label.hamburger > i:after {
    transform: translate(-50%, 14px);
    top: -4px;
}

label.hamburger {
    position: fixed;
    top: 1em;
    right: 1em;
    background: #000;
    padding: 1em;
    z-index: 50;
    border-radius: 0.3em;
    transition: .3s all .3s;
}

/* ХАК VIEW */

.comp-view { display: block; }

.mob-view { display: none; }

content.mob-view {
    z-index:999;
    position: fixed;
    left: 0;
    top: 0;
}

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

    .mob-view { display: block; }

    .comp-view { display: none; }

}
/*end mobile menu*/
/*arvpro media*/
@media screen and (min-width:1921px){
    body{
        font-size: 20px;
    }
}
@media screen and (max-width:1920px){
    body{
        font-size: 21px;
    }
}


@media screen and (max-width:1700px){
    body{
        font-size: 17px;
    }
}
@media screen and (max-width:1500px){
    body{
        font-size: 16px;
    }
}
@media screen and (max-width:1400px){
    body{
        font-size: 15px;
    }
}
@media screen and (max-width:1260px){
    body{
        font-size: 14px;
    }
}
@media screen and (max-width:576px){
    .pre-header{
        height: auto;
    }
	.logo a img{	
		width: 50% !important;
		    margin: .5em auto 3em;
	}
	.header {	
		background: none;
	}
	.flag p b{
		font-size: 1em;
	}
    .sticky{
        position: relative;
    }
    .supply-item p{
        width: auto;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        margin: auto;
    }
    body{
        font-size: 10px;
    }
    .content{
        overflow: hidden;
    }
    .supply-item{
        width: 80%;
    }
    .supply-item .image,
    .service-item{
        height: auto;
        width: 80%;
        display: block;
        margin: auto;
    }
    .contact-text{
        margin: 2em auto;
    }
    .supply-item p{
        text-align: center;
    }
    .rel-bg img{
        max-width: 100%;
        height: auto;
    }
    .menu{
        display: none;
    }
    .header,
    .projects,
    .replies,
    .footer{
        background-size: cover;
    }
    .price-calc .body{
        display: block;
    }
    .price-calc .body .left,
    .price-calc .body .right{
        width: 100%;
    }
    .price-calc .body .left{
        padding-right: 0;
        border: none;
    }
    .price-calc .body .right{
        padding-left: 0;
    }
    .calc p{
        width: auto;
        height: 3em;
		line-height: 2.5em;
    }
    .price-calc{
        margin-top: 3em;
    }
    .price-calc .title{
        width: 80%;
    }
    .service-row,
    .supply-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-item,
    .supply-item{
        margin-bottom: 2em;
    }
	.m-t-l{
		margin-top: 2em;
	}
	.owl-carousel{
		margin: 2em 0;
	}
    .advantage{
        width: auto;
		margin-top: 2em;
    }
	.supply-item{
		margin-top: 2em;
	}
    .round-title img,
    .dash-line,
    .right-map{
        display: none;
    }
    .rel-bg img{
        position: relative;
    }
    .gallery-item{
        max-width: initial;
    }
    .img-gallery{
        justify-content: center;
    }
    .owl-carousel .item {
        width: 70%;
        display: block;
        margin: auto;
    }
    .map iframe{
        margin: 2em 0;
        height: 20em;
        width: 100%;
    }

}


@media screen and (max-width: 480px) {
	.service-item {
		text-align: center !important;
	}
	.service-item .title h5{
		max-width: 10em;
		margin-left: auto;
		margin-right: auto;
	}
	.supply-item p {
		font-size: 1.2em;
	}