html, body {padding: 0; margin: 0;}
section {display: flex;
    justify-content: center;
    width: 100%;
    min-width: 100%;}
.container {
     width: 100%;
}
* {
    box-sizing: border-box;
}
ul {list-style: none !important;}
a {text-decoration: none !important;}
input, button {border: 0;}
.green>div>div>.col-md-12 form>div a span {color: #fff;}
.green>div>div>.col-md-12 form>div a.active span {color: #323232}
.green>div>div>.col-md-12, .green>div>div>.col-md-12 a {color: #fff}
body>hr, #footer {display:none;}
.slick-prev, .slick-next {background: none;}
.slick-prev {-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    background: url(../img/str_r.svg) no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;}
.slick-next {-webkit-transform: none;
    transform: none;
    border: 0;
    background: url(../img/str_r.svg) no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;}
.popup {
    background-color: rgba(27, 27, 27, 0.95);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}
.popup-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.policy {
    background: #fff;
    border-radius: 7px;
    padding: 3rem;
    padding-bottom: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    position: relative;
    width: 80rem;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.close, .close-calc {
    cursor: pointer;
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -2rem;
    right: 0;
    background-image: url(data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='РЎР»РѕР№_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A);
}
.title {
    font-size: 3.906rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.94px;
    color: #3b3b3b;
}
.policy-text {
    font-size: 1rem;
    margin-top: 2rem;
}
.policy-text p {
    margin-bottom: 1rem;
}
@media (max-width: 699px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 850px) {
.phones>.container>.row>.col-md-6:first-child {height: auto;
    background-size: 350px;
    margin-bottom: 250px;
    background-position: center top;
    margin-top: 30px;
    display: flex;
    padding-top: 337px;
    flex-direction: row;}
    
.phones>.container>.row>.col-md-6:last-child {
    padding: 40px 0 0px 0px;
}    
.phones a.telegram {position: relative;
    top: auto;width: calc(50% - 5px);}
 .phones a.vk {position: relative;
    top: auto;
    margin-top: 0;
    width: calc(50% - 5px);margin-left: 10px}    
    
}


@media (max-width: 500px) {
.phones>.container>.row>.col-md-6:first-child {height: auto;
    background-size: contain;
    margin-bottom: 250px;
    background-position: center top;
    margin-top: 30px;display: flex;padding-top: 320px;flex-direction: column;}
    
	.phones>.container>.row>.col-md-6:last-child {padding: 40px 0 0px 0px;}    
	.phones a i, .phones a i {left: auto;position: relative;margin-right: 10px;}	
 	.phones a.telegram {position: relative;top: auto;width: 100%;padding: 0 35px 0 35px;text-align: center;display: flex;justify-content: center;}
 	.phones a.vk {position: relative;top: auto;margin-top: 10px;margin-left: 0;width: 100%;padding: 0 35px 0 35px;text-align: center;display: flex;justify-content: center;}
	.green>div>div>.col-md-12 h2 {padding: 0 20px;}
}

.green > div > div > .col-md-12 form > div [type="tel"] {
    background: #FFFFFF;
    border-radius: 15px;
    height: 80px;
    line-height: 80px;
    padding: 0 37px;
    font-weight: 400;
    font-size: 18px;
    margin-right: 20px;
    width: 370px;
  }

  @media (max-width: 991px) {
    .green > div > div > .col-md-12 form > div [type="tel"] {
        background: #FFFFFF;
        border-radius: 15px;
        height: 80px;
        line-height: 80px;
        padding: 0 37px;
        font-weight: 400;
        font-size: 18px;
        margin-right: 0px;
        width: 90%;
        margin: 15px 0;
      }


  }