@font-face {
    font-family: LatoRegular;
    src: url(../fonts/LatoRegular.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: LatoBold;
    src: url(../fonts/LatoBold.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: LatoItalic;
    src: url(../fonts/LatoItalic.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: LatoLight;
    src: url(../fonts/LatoLight.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: LatoBlack;
    src: url(../fonts/LatoBlack.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Lato-Semibold;
    src: url(../fonts/Lato-Semibold.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Oswald-ExtraLight;
    src: url(../fonts/Oswald-ExtraLight.ttf);
    font-weight: normal;
    font-style: normal; }

html {
    position: relative;
    min-height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; }

.container-fluid {
    padding-right: 0;
    padding-left: 0; }

.container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0; }

.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }

a {
    text-decoration: none;
    border-color: transparent; }

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0; }

a:active, a:focus {
    outline: none; }

input {
    outline: 0 !important; }

button:active, button:focus {
    outline: none; }

.form-control:focus,
.btn:focus {
    outline: 0;
    box-shadow: none; }

button::-moz-focus-inner {
    border: 0; }

input {
    outline: none; }
.transition {
    transition: 0.7s; }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #303549 !important;
    color: #303549 !important; }

/*for placeholder*/
/*::-webkit-input-placeholder {color:#c0392b;  font-size: 1rem; }*/
/*::-moz-placeholder          {color:#c0392b; font-size: 1rem; }!* Firefox 19+ *!*/
/*:-moz-placeholder           {color:#c0392b;  font-size: 1rem; }!* Firefox 18- *!*/
/*:-ms-input-placeholder      {color:#c0392b;  font-size: 1rem; }*/


body {
    font-family: LatoRegular, sans-serif;}

.wrapper {
    position: relative;
    min-width: 320px;
    max-width: 100%;
    min-height: 100%;
    height: 100%; }

.header-bg{
    background: url("../img/png/header-bg.png");
    background-size: cover;
    padding: 4rem 0;
}
.popup-back-bg{
    padding: 4rem 0 20.2rem;
}
.header-logo{
    margin-top: -2rem;
}
.header-logo img{
    float: left;
}
.header-logo p{
    font-family: LatoRegular, sans-serif;
    overflow: hidden;
    font-size: 30px;
    -webkit-background: linear-gradient(0deg, #bec1c4 40%, #eef1f2 74%);
    -moz-background: linear-gradient(0deg, #bec1c4 40%, #eef1f2 74%);
    -ms-background: linear-gradient(0deg, #bec1c4 40%, #eef1f2 74%);
    -o-background: linear-gradient(0deg, #bec1c4 40%, #eef1f2 74%);
    background: linear-gradient(0deg, #bec1c4 40%, #eef1f2 74%);
    -moz--background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    display: flex;
    padding: 2rem 1rem;
}
.header-logo p sup {
    position: initial;
    font-size: 16px;
    color: #000 !important;
    margin-top: -0.5rem !important;
}
.header-email svg{
    fill: #dedee1;
    width: 2.5rem;
    height: 2rem;
}
.header-email a{
    font-family: LatoLight, sans-serif;
    color: #dedee1;
    font-size: 1.2rem;
}
.header-phone svg {
    fill: #dedee1;
    width: 4rem;
    height: 3rem;
    float: left;
    margin-left: -0.5rem;
}
.header-phone a{
    font-family: LatoLight, sans-serif;
    color: #dedee1;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.header-feedback {
    display: inline-block;
    font-size: 1rem !important;
    color: #feb800 !important;
    height: 2.5rem;
    border: 1px solid #feb800;
    padding: 0.75rem 2rem;
    margin: 0.5rem 2rem;
}
.header-email a:hover,
.header-phone a:hover{
    text-decoration: none;
    color: #feb800;
}
.header-feedback:hover{
    text-decoration: none;
    background: #feb800;
    color: #383545 !important;
}
.header-consult{
    padding: 7.5rem 0;
}
.header-consult h1{
    font-family: LatoBold, sans-serif;
    color: #feb801;
    font-size: 4rem;
}
.header-consult p{
    font-family: LatoLight, sans-serif;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 3rem 0;
}
.header-consult p span{
    font-family: LatoBold, sans-serif;
    color: #feb801;
}
.header-consult-text{
    font-size: 1rem !important;
    text-transform: none !important;
}
.header-consult a{
    background-color: #ffac00 ;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    border-radius: 0;
    padding: 1rem 3.7rem;
}
.header-consult a span{
   margin-left: 1rem;
}
.header-consult a:hover{
    text-decoration: none;
    background-color:#ffc600;
}
.header-estimate {
    position: absolute;
    right: 0;
    width: 280px;
    top: 4%;
}
.header-estimate ul li{
    list-style: none;
    padding: 0.3rem 0;
}
.header-estimate ul li a{
    display: flex;
    justify-content: flex-start;
    background-color: rgba(67, 66, 81, 0.8);
    padding: 1.2rem 0 0.2rem;
    color: #fff;
    text-transform: uppercase;
}
.header-estimate ul li a svg {
    fill: #fff;
    width: 3rem;
    height: 3rem;
    float: left;
    margin: -0.9rem 1rem 0 0;
}
.header-estimate ul li a i {
    display: block;
    margin: 0 1rem;
}
.header-estimate ul li a:hover{
    text-decoration: none;
    color: #feb801;
}
.header-estimate ul li a:hover svg{
    fill: #feb801;
}
/*main*/
/*appeal block*/
.appeal{
    background-color: #fcfcfd;
    padding: 2.5rem 0 6.2rem;
}
.appeal hr.style-six {
    padding: 0;
    border: 0;
    border-top: 2px solid #d5d5d7;
    text-align: center;
}
.appeal hr.style-six:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -2rem;
    font-size: 1.5em;
    padding: 19px 2.75em;
    background: #fff url(../img/svg/roof_3.svg) no-repeat scroll center;
    background-color: #fcfcfd;
    background-size: 90px 90px;
    height: 50px;
    width: 8rem;
}
.appeal-us h1{
    font-family: LatoLight, sans-serif;
    color: #383545;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 5rem 0;
}
.appeal-item {
    padding: 0 1.5rem;
}
.appeal-item img {
    width: 6rem;
    height: 4rem;
}
.appeal-item h3 {
    font-family: Oswald-ExtraLight, sans-serif;
    font-size: 7.5rem;
    color:#febb01;
    margin: 1.5rem 0;
}
.appeal-item h3 span{
    font-size: 1.9rem;
}
.appeal-item p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #383545;
    line-height: 22px;
}

/*END appeal block*/

/*roof block*/
.roof{
    background-color: #fff;
    padding: 5rem 0;
}
.roof h1{
    font-family: LatoLight, sans-serif;
    color: #383545;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.roof-title{
    display: flex;
}
.roof h1 strong{
    font-family: LatoBlack, sans-serif;
    color:#febb01;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;

}
.roof button {
    font-family: LatoRegular, sans-serif;
    background-color: #febb01;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border: none;
    margin-left: 2rem;
    height: 3.1rem;
}
.roof .roof-samples{
    color: #39383f;
    font-size: 1.4rem;
    margin-bottom: 3.8rem;
}

.roof-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.roof-item img{
    height: 140px;
    width: 100%;
}
.roof-item-content{
    padding: 0.5rem;
}
.roof-item-content h5{
    color: #39383f;
    font-size: 1rem;
    text-transform: uppercase;
}
.roof-item-content p{
    color: #39383f;
    font-size: 1rem;
    margin: 1rem 0;
}
.roof-item-content ul {
    margin-top: 0.5rem;
    height: 250px;
}
.roof-item-content ul li{
    list-style: none;
    padding: 0.5rem 0;
    font-size: 1rem;
}
.roof-item-content ul li span{
    font-family: LatoBold, sans-serif;
}
.roof-item-coast{
    font-size: 1.2rem !important;
    background-color: #fcfcfd;
}
.roof-item-coast span{
     font-size: 1rem !important;
 }
.roof-item-content ul li p{
    font-family: LatoLight, sans-serif;
    font-size: 0.9rem;
    color: #717074;
    margin: 0 0 1.5rem 0;
    line-height: 18px;
}
.roof-item a {
    display: block;
    text-decoration: none;
    background-color: #383545;
    padding: 1rem;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    bottom: 0;
    height: 3rem;
}
.roof-item a span{
    margin-left: 1rem;
}
.roof-description{
    height: 5rem;
}
/*END roof*/

/*booking*/
.booking {
    background: url("../img/png/booking-bg.png");
    background-size: cover;
}
.booking-early h1{
    font-family: LatoBold, sans-serif;
    font-size: 2.8rem;
    color: #feb801;
    margin: 5rem 0 3rem;
}
.booking-early ul li {
    list-style: none;
    padding: 0 0 1rem 0;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 22px;
}
.booking-early ul li img{
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin: -1px 1rem 0 0;
}
.booking-form  img{
    position	: relative;
    width: 100%;
    height: 638px;
    margin-top: -3rem;
    margin-bottom: -0.2rem;
}
.booking-tablet {
    position: absolute;
    top:4%;
    left: 24%;
    width: 58%;
    color: #fff;
    text-align: center;
}
.booking-tablet h4{
    padding: 0 0 1rem;
    margin-left: -3rem;
}

.algorithm-form form .form-control,
.reasons-cooperation-form .form-control,
.booking-tablet .form-control {
    font-family: LatoLight, sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 2.8rem;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: transparent;
    border: 1px solid #68666e;
    border-radius: 0;
    cursor: pointer;

}
.algorithm-form form .form-control:hover,
.reasons-cooperation-form .form-control:hover,
.booking-tablet .form-control:hover {
    border: 1px solid #fff;
}

.algorithm-form form .btn,
.reasons-cooperation-form form .btn,
.booking-tablet form .btn {
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    font-size: 0.8rem;
    padding: 1rem;
    width: 100%;
    border-radius: 0;
    background-color: #ffac00;
}
.algorithm-form form .btn:hover,
.reasons-cooperation-form form .btn:hover,
.booking-tablet form .btn:hover{
    background-color:#ffc600;
}
/*END booking*/

/*roofing-service*/
.roofing-service{
    background-color: #fff;
    padding: 5rem 0;
    text-align: center;
}
.contact h1,
.reviews-carousel h1,
.estimate-doc h1,
.roofing-selection h1,
.algorithm h1,
.types-work h1,
.reasons-cooperation h1,
.roofing-service h1{
    font-family: LatoLight, sans-serif;
    font-size: 2.5rem;
    color: #24262a;
    text-transform: uppercase;
    margin-bottom: 5rem;

}
.roofing-service h1{
    text-align: left !important;
}
.roofing-service-premion,
.roofing-service-max,
.roofing-service-standart{
    border: 2px solid #565b65;
    padding: 0 1rem 1rem 1rem;
}
.roofing-service-premion ul li,
.roofing-service-max ul li,
.roofing-service-standart ul li{
    list-style: none;
    padding: 0.5rem;
    font-size: 1rem;
    color:#24262a;
}
.roofing-service-premion ul li strong,
.roofing-service-max ul li strong,
.roofing-service-standart ul li strong{
    font-size: 1.5rem;
}
.roofing-service-premion h4,
.roofing-service-max h4,
.roofing-service-standart h4 {
    font-family: LatoBold, sans-serif;
    font-size: 1.5rem;
    color: #565b65;
    text-transform: uppercase;
    background-color: #fff;
    margin: -0.8rem 5rem 1rem;
}
.roofing-service-time {
    display: inline-block;
    text-align: center;
}
.roofing-service-time p {
    text-align: center !important;
    color: #fff;
    background-color: #565b65;
    padding: 0.5rem 2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.roofing-service-premion{
    border: 2px solid #ffac00;
    background: #fffcf5;
}
.roofing-service-premion h4{
    color:#ffac00;
}
.roofing-service-premion p {
    background-color: #ffac00;
}
.roofing-service-max{
    border: 2px solid #383545;
    background: #fff;
}
.roofing-service-max h4{
    margin: -0.8rem 2rem 1rem;
    color:#383545;
}
.roofing-service-max p {
    background-color: #383545;}

/*END roofing-service*/

/*reasons-cooperation*/
.reasons-cooperation{
    background-color: #fcfcfd;
    padding: 5rem 0;
}

.reasons-cooperation h1{
   margin-bottom: 1rem;
}
.reasons-cooperation h3{
    margin:1rem 0 1rem 2rem;
    font-size: 1.9rem;
    color: #39383f;
}

.reasons-cooperation p{
    margin:  0 0 3rem 2rem;
    font-size: 1.4rem;
    color: #39383f;
}
.reasons-cooperation-coast {
    background: url(../img/png/eight-bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    padding: 1.8rem 0 6rem;
}
.types-work-item ul li,
.reasons-cooperation-coast ul li {
    list-style: none;
    padding: 1rem 0;
    font-size: 1rem;
    color: #39383f;
    margin-left: 3rem;
}
.types-work-item ul li img,
.reasons-cooperation-coast ul li img {
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin: -1px 1rem 0 0;
}
.reasons-cooperation-form{
    background-color: #383545;
    text-align: center;
    padding:5rem 1rem;
}
.reasons-cooperation-form h4{
    color:#fff;
    font-size: 1.5rem;
}
.reasons-cooperation-form p{
    color:#fff;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
hr.form-hr{
    padding: 0 0 2rem 0 ;
    border: 0;
    border-top: 2px solid #494655;
    text-align: center;
}
hr.form-hr:after {
    content:"	\2193 ";
    display: inline-block;
    position: relative;
    top: -2rem;
    font-size: 2.5em;
    color: #494655;
    padding: 10px 0.5em;
    background-color: #383545;
    background-size: 90px 90px;
}

/*END rreasons-cooperation*/

/*types-work*/
.types-work {
    background-color: #fff;
    padding: 5rem 0;
}
.types-work h1{
    margin-bottom: 2rem;
    height: 5rem;
}
.types-work-item{
    background-color: #f7f7f8;
    padding: 4rem 1rem 1rem;
    margin: 2rem 0;
}
.types-work-item h4{
    text-transform: uppercase;
    font-size: 2.2rem;
    color:#24262a;
    margin-bottom: 4rem;
    letter-spacing: 5px;
    margin-left: 2rem;
    height: 60px;
}
.types-work-audit h4{
    margin-bottom: 4rem;
}
.types-work-item ul li {
    margin-left: 0;
    font-size: 1rem;
    line-height: 22px;
    text-transform: uppercase;
}
.types-work-item img{
    height: 220px;
    width: auto;
    margin-top: -3rem;
}
.types-work-img {
    display: flex;
    justify-content: flex-end;
}
.types-work-audit{
    background-color: #fcfcfd;
}
.types-work-material li {
    font-size: 1rem !important;
    text-transform: lowercase !important;
    margin-left: 3rem !important;
    line-height: 4px !important;
    padding: 0.7rem 0 !important;
}
/*END types-work*/

/*algorithm*/
.algorithm{
    padding: 5rem 0;
    background-color: #fcfcfd;
}

/*Begin chain of numbers*/
.algorithm-item-chain ul {
    margin-bottom: 0; }

.algorithm-item-chain ul li {
    position: relative;
    width: 30px;
    height: 30px;
    list-style: none;
    padding: 6px 0;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #fff;
    background: #383545;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #dedde1, 0 0 0 10px #fcfcfd;
    z-index: 1; }

.algorithm-item-chain ul li:last-child {
    margin-bottom: 0; }

.algorithm-item-chain:after {
    content: '';
    position: absolute;
    border: 1px solid #dedee1;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 3px;
    margin-bottom: 2rem; }

.algorithm-item-chain ul li:hover {
    color: #bdc8d3;
    background: #fff; }

/*End chain of numbers*/
.algorithm-item-text ul li {
    list-style: none;
    font-size: 1.1rem;
    color: #39383f;
    padding: 0 0 3.15rem;
}
.algorithm h5{
    font-size: 1.3rem;
    color:#39383f;
    margin: 3.2rem 0 2rem;
}
.algorithm-tel{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.algorithm-tel svg{
    fill:#ffb900;
    width: 3.12rem;
    height: 3.12rem;
    margin: 0 0.9rem 0 0;
}
.algorithm-tel a{
    font-size: 1.9rem;
    color:#39383f;
}
.algorithm-tel a:hover{
    text-decoration: none;
     color: #ffb900;
}
.algorithm-tel p{
    font-size: 1.1rem;
    color:#39383f;
    margin-left: 5rem;
}
/*END algorithm*/

/*roofing-selection*/
.roofing-selection{
    background-color: #383545;
    padding: 5rem 0 0;
    color:#fff;
}

.roofing-selection h1{
    color:#fff;
}
.reviews-carousel h1 span,
.roofing-service h1 span,
.roofing-selection h1 span{
    display: block;
    float: left;
    font-size: 2.5rem;
    margin: 0 1rem 0 -1rem;
}
.roofing-selection-item img {
    height: 80px;
    width: auto;
    float: left;
    margin: -1rem 1rem 6rem;
}
.roofing-selection-item p{
    color:#fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 22px;
}
/*END roofing-selection*/

/*estimate-doc*/
.estimate-doc{
    background-color: #fcfcfd;
    padding: 5rem 0;
}
.estimate-proposal{
    background: url("../img/png/research.png");
    background-size: 60%;
    background-repeat: no-repeat;
}
.estimate-proposal h4{
    font-size: 1.3rem;
    color: #39383f;
    margin-bottom: 2rem;
    line-height: 24px;
}
.estimate-proposal img{
    width: auto;
    height: 60px;
    margin: 0.5rem 0;
}
.estimate-proposal p{
   font-size: 1.1rem;
    color:#39383f;
    margin-bottom: 2rem;
}
.estimate-form .estimate-form-file{
    border: none;
}
/*form download file*/
.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    background: transparent;
    border-radius: 3px;
    padding: 8px 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8rem;
}
.file-upload:hover {
    color: #7aad55;
}
.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-upload span {
    line-height: 36px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}
.filename {
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
}
/*END form download file*/

/*END estimate-doc*/

/*reviews-carousel*/
.reviews-carousel {
    padding: 5rem 0;
    background-color: #fff;
}
/*Crousel */
.reviews-carousel .item{
    margin: 0 auto;
}
/*.owl-carousel .item {*/
    /*width: 150px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
/*}*/
.reviews-carousel .owl-nav button svg{
    color:#1b1c1f;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: transparent;
}
.reviews-carousel .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}
.reviews-carousel .owl-nav button svg:hover{
    fill: #6d6c70;
}
.reviews-carousel .owl-nav .owl-next{
    float: left;
    transform: rotate(180deg);
    margin-left:0;
}
.reviews-carousel .owl-nav .owl-prev{
    float: right;
    margin-right: -4%;
}
/*END reviews-carousel*/

.owl-carousel .owl-item .carousel-img img {
    display: inline-block;
    width: 100% !important;
    height: 100%;
}
.carousel-text {
    background: url(../img/png/quotes.png);
    background-color: #fcfcfd;
    background-size: 23%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem;
}
.carousel-text ul li{
    list-style: none;
    padding: 0.7rem 0;
}
.carousel-text ul li h3{
    color:#24262a;
    font-size: 1.2rem;
}
.carousel-text ul li h4{
    color:#24262a;
    font-size: 1rem;
    text-transform: uppercase;
}
.carousel-text ul li span{
    color:#676086;
}
.carousel-text ul li p{
    font-family: LatoLight, sans-serif;
    color:#818284;
    font-size: 1rem;
    line-height: 22px;
}
.carousel-img{
    padding: 0 0 0 3rem;
}
.owl-carousel .owl-item .carousel-text img {
    display: inline-block;
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 2rem 0 0;
}
/* END reviews-carousel*/

/* choice*/
.contact{
    background-color: #383545;
    padding: 5rem 0;
}
.contact h1{
   color:#fff;
}
.contact-us h5{
    color:#fff;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.contact-us ul li{
    list-style: none;
    padding: 1rem 0;
}
.contact-us h6{
    color:#fff;
    font-size: 1.3rem;
    margin: 2rem 0;
}

.footer-logo,
.contact-logo{
    margin: 2rem 0;
}
.footer-logo img,
.contact-logo img{
   width: 40px;
    height: 60px;
}
.footer-logo p,
.contact-logo p {
    font-size: 22px;
    padding: 1rem 1rem;
}
.footer-logo a:hover,
.contact-logo a:hover{
    text-decoration: none;
    color: #ffb900;
}
.footer-logo{
    display: none;
}
/* END choice*/

/* google-map*/
.google-map {
    border-bottom: 2rem solid #2c2b33;
}
.google-map iframe{
    width: 100%;
    height: 580px;
    border:0;
}
/* END google-map*/

/* magnific pop-up*/
.recall-popup{
    position: relative;
    background-color: #383545;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.mfp-close-btn-in .mfp-close {
    color: #000;
    opacity: 0.5;
    width: 1rem;
    height: 1rem;
    padding: 0 2rem 0 1rem;
}
.mfp-close-btn-in .mfp-close:hover {
    color: #fff;
    opacity: 1;
}
/* END magnific pop-up*/


/*END main*/



/*media*/
@media screen and (max-width: 1299px) {
    .reviews-carousel .owl-nav .owl-prev {
        margin-right: 0;
    }
}
@media screen and (max-width: 1199px) {
    .header-feedback {
        margin: 0.5rem 2rem;
        padding: 0.75rem 1.1rem;
    }
    .header-logo {
        margin-bottom: 1rem;
    }
    .header-consult {
        padding: 10.5rem 1rem 0;
    }
    .header-consult h1 {
        font-size: 3.6rem;
    }
    .appeal-item h3 {
        font-size: 5.5rem;}
    .roof {
        padding: 5rem 1rem;
    }
    .roof-item a {
        font-size: 0.8rem;
    }
    .algorithm-form form .btn, .reasons-cooperation-form form .btn, .booking-tablet form .btn {
        font-size: 0.8rem;}
    .roofing-service-premion h4, .roofing-service-max h4, .roofing-service-standart h4 {
        font-size: 1rem;
        margin: -0.5rem 6rem 1rem;
    }
    .roofing-service-max h4 {
        margin: -0.8rem 3rem 1rem;
    }
    .types-work h1 {
        height: 3rem;
    }
    .algorithm-item-chain:after {
        margin-left: -20px;}
    .estimate-doc h1, .reviews-carousel h1, .contact h1,
    .roofing-selection h1{
        padding: 0 1rem;
    }
    .carousel-img {
        padding: 0;
    }


}
@media screen and (max-width: 992px) {
    .header-phone{
        display: flex;
        margin-top: 1rem;
    }
    .header-phone a {
        font-size: 1rem;
    }
    .appeal-us{
        padding: 0 1rem;
    }
    .appeal-item p {
        margin-bottom: 3rem;
    }
    .roof button {
        display: none;
    }
    .booking-form img {
        display: none;
    }
    .booking-tablet {
        position: relative;
        top: 7%;
        left: 0;
        width: 86%;
        color: #fff;
        background-color: #383545;
        padding: 2rem 0 2rem 2.5rem;
        text-align: center;
    }
    .booking-early h1{
        font-size: 2rem;
    }
    .booking-early ul li {
        font-size: 0.8rem;}
    .roofing-service {
        padding: 5rem 1rem 0;}
    .roofing-service-premion, .roofing-service-max, .roofing-service-standart {
        margin-bottom: 3rem;
    }
    .reasons-cooperation {
        padding: 5rem 1rem;
    }
    .algorithm-item-chain:after {
        margin-left: -10px;
    }
    .roofing-selection-item p {
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 768px) {

    .header-consult p {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .header-logo p {
        background: none;
        color: #dedee1;
        -webkit-text-fill-color: #dedee1;
    }
    .header-estimate ul li a {
        padding: 1rem 0 0.2rem;
        font-size: 0.8rem;}

    .header-estimate ul li a svg {
        width: 2rem;
        height: 2rem;}

    .header-estimate {
        width: 230px;}
    .header-estimate {
        top: 3%;
    }
    .header-consult {
        padding: 1.5rem 1rem 10rem;
    }

    .roof h1, .roof h1 strong, .booking-early h1, .reasons-cooperation h1, .types-work h1, .algorithm h1, .roofing-selection h1, .contact h1,
    .roofing-service h1, .reviews-carousel h1 span, .roofing-service h1 span, .roofing-selection h1 span, .estimate-doc h1, .reviews-carousel h1,
    .appeal-us h1{
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }
    .roof-item-content ul {
        height: 220px;
    }
    .booking {
        padding: 0 0 3rem 0;
    }
    .reasons-cooperation h3 {
        margin-left: 1rem;
        font-size: 1.2rem;}
    .reasons-cooperation p {
        margin: 0 0 3rem 1rem;
        font-size: 1rem;
    }
    .types-work-item ul li, .reasons-cooperation-coast ul li {
        margin-left: 0;
    }
    .algorithm-item-chain:after {
       display: none;
    }
    .reasons-cooperation h1,
    .algorithm h1,
    .types-work h1{
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .algorithm-tel p {
        margin: 1rem 0 2rem 3rem;
    }
    .roofing-selection-item img {
        margin: 0 1rem 2rem;
    }
    .reasons-cooperation-form {
        padding: 2rem 1rem;
    }
    .roof h1,
    .roof .roof-samples {
        padding: 0 1rem;
    }

    .estimate-doc,.types-work, .appeal, .reasons-cooperation, .reasons-cooperation,
    .roof{
        padding: 3rem 0 0;}
    .algorithm {
        padding: 3rem 0 2rem;}

    .reasons-cooperation-coast {
        padding: 1.8rem 0 3rem;
    }
    .roofing-selection-item img {
        height: 40px;}

    .contact-logo{
        display: none;
    }
    .footer-logo{
        display: block;
        margin: 0 2rem;
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .header-bg {
        background: url(../img/png/header-mob-bg.png);
        background-size: 100% 100%;
    }
    .header-br{
        display: none;
    }
    .header-feedback {
        margin: 0.5rem 0 0 1rem;
        padding: 0.75rem 0.2rem;
    }
    .header-phone svg {
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .header-estimate {
        top: 3.7%;
    }
    .header-phone svg {
        width: 2rem;}

    .header-consult h1 span {
        display: block;
        width: 100%;
    }
    .booking-tablet {
        padding: 2rem 0 2rem 0;
        width: 100%;
    }
    .types-work-item img {
        height: 100px;
        width: auto;
        margin-top: -1rem;
    }
    .types-work-item h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;}
    .types-work-item ul li, .reasons-cooperation-coast ul li {
        font-size: 0.8rem;
    }

    .algorithm-item-text ul li {
        padding: 0 0 2.5rem;
    }
    .reasons-cooperation-coast {
        background-size: 100%;
    }
    .reasons-cooperation h1 span{
        display: inline-block;
        padding-bottom: 1rem;

    }


}
@media screen and (max-width: 400px) {
      .header-logo p {
          padding: 2rem 0 2rem 0;
      }
    .footer-logo p,
    .contact-logo p {
        padding: 1.2rem 1rem 2rem 1rem;
    }
    .header-consult a {
        padding: 1rem 0.7rem;
    }
    .roofing-service-premion h4, .roofing-service-max h4, .roofing-service-standart h4 {
        font-size: 1rem;
        margin: -0.5rem 3rem 1rem;
        }
    .roofing-service-max h4 {
        margin: -0.8rem 1rem 1rem;
    }
    .algorithm-item-text ul li {
        padding: 0 0 3.25rem;
        margin-top: -0.8rem;
    }
    .types-work-material li {
        line-height: 16px !important;}
}