/* Шрифты */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/UFoEz2uiuMypUGZL1NKoeg.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/yls9EYWOd496wiu7qzfgNg.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

/* Установки */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

.clr {
    display: block;
    clear: both;
    width: 100%;
}

.center_block {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

body {
    font-family: 'PT Sans';
}

/* Общие стили */
.title {
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'PT Sans Bold';
    padding: 25px 0 20px;
}

.title h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: normal;
}

.title p {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    left: -10px;
}

.title span {
    font-size: 47px;
}

.yellow_button {
    border: none;
    background: none;
    width: 270px;
    height: 53px;
    background: url('../img/buttons.png') no-repeat top left;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 44px;
    display: inline-block;
}

a:hover.yellow_button {
    border: none;
    background: none;
    width: 270px;
    height: 53px;
    background: url('../img/buttons_hover.png') no-repeat top left;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 44px;
    display: inline-block;
}

/* Шапка */
#header {
    height: 325px;
    border-top: 10px solid #fef200;
    border-bottom: 8px solid #fef200;
}

/* Логотип */
#header .logo {
    position: absolute;
    left: 0;
    top: 25px;
    width: 400px;
}

#header .logo a {
    color: #000;
}

#header .logo img {
    float: left;
    margin-right: 7px;
}

#header .logo p {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    left: 4px;
    margin-top: 15px;
}

#header .logo h2 {
    font-size: 25.88px;
    line-height: 25.88px;
    text-transform: uppercase;
    position: relative;
    left: 4px;
}

#header .logo h3 {
    margin-left: 2px;
    font-size: 84.12px;
    line-height: 57.12px;
    text-transform: uppercase;
}

/* Контакты и кнопка "Заказать обратный звонок" */
#header .info {
    text-align: right;
    position: absolute;
    right: 0;
    top: 25px;
}

#header .info p {
    font-family: 'PT Sans Bold';
    font-size: 16px;
}

#header .info p span {
    font-size: 26px;
}

#header .info a {
    margin-top: 10px;
}

#header .info a:hover span {
    border-bottom: none;
}

#header .info a span {
    border-bottom: 1px dashed #000;
}

/* Серая линая в шапке */
#header hr {
    margin-top: 181px;
    border: none;
    background: #d0d0d0;
    height: 1px;
}

/* Главное меню */
#header .main_menu {
    margin-top: 25px;
}

#header .main_menu ul {
    list-style-type: none;
    text-align: center;
}

#header .main_menu ul li {
    display: inline-block;
    margin-right: 62px;
    position: relative;
}

#header .main_menu ul li:after {
    content: '';
    width: 8px;
    height: 7px;
    background: url('../img/bull.png') no-repeat center center;
    position: absolute;
    right: -37px;
    top: 9px;
}

#header .main_menu ul li:last-of-type {
    margin-right: 0px !important;
}

#header .main_menu ul li:last-of-type:after {
    display: none;
}

#header .main_menu ul li a {
    font-size: 17px;
    font-family: 'PT Sans Bold';
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dotted #000;
}

#header .main_menu ul li a:hover {
    border-bottom: none;
}

/* Слайдер */
#slider {
    height: 610px;
}

#slider .slide_bg {
    width: 100%;
    height: 417px;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 1;
}

#slide1 {
    background: url('../img/bg_slider.png') no-repeat center top;
}

#slide2 {
    background: url('../img/bg_slider2.jpg') no-repeat center top;
}

#slide3 {
    background: url('../img/bg_slider3.jpg') no-repeat center top;
}

#slide4 {
    background: url('../img/bg_slider4.jpg') no-repeat center top;
}

#slider .block_text_slider {
    width: 793px;
    height: 186px;
    background: url('../img/bg_text_slider.png') no-repeat center center;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -396px;
    z-index: 99999;
}

#slider li {
    text-align: center;
}

#slider .bigboard {
    position: relative;
    top: -50px;
}

#slider .img_block {
    width: 1300px;
    position: absolute;
    left: 50%;
    margin-left: -830px;
}

#slider .text {
    width: 693px;
    height: 186px;
    padding: 0 100px;
    background: url('../img/bg_text_slider.png') no-repeat center center;
}

.da-slide .text_block {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.da-slide-current .text_block {
    opacity: 1;
    visibility: visible;
}

#slider .text_block {
    position: relative;
    top: 328px;
    left: 50%;
    margin-left: -430px;
    z-index: 999999;
}

#slider .text h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #03829d;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'PT Sans';
}

#slider .text p {
    font-size: 16px;
}

#slider .text a.yellow_button {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -135px;
    font-family: 'PT Sans';
    cursor: pointer;
}

#slider .form_zayavka h2 {
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'PT Sans Bold';
}

#slider .form_zayavka p {
    font-size: 22px;
}

#slider .form_zayavka {
    width: 321px;
    height: 314px;
    background: url('../img/bg_form.png') no-repeat center top;
}

#slider .form_zayavka input[type="text"] {
    width: 250px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background: none;
    border: none;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 0 10px;
    position: relative;
    z-index: 9999;
}

#slider .form_zayavka input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'PT Sans'
}

#slider .form_zayavka span {
    font-size: 12px;
    display: block;
}

/* Что мы делаем */
#why_work {
    height: auto;
    padding: 15px 0;
    background: #f7f7f7;
    text-align: center;
}

#why_work .item {
    width: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-right: -5px;
}

#why_work .item:nth-child(odd) {
    margin-left: 70px;
    margin-right: 70px;
}

#why_work .item h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#why_work .item p {
    font-size: 16px;
    margin-bottom: 17px;
}

/*download grig*/
.download {
    width: 463px;
    margin: 0 auto;
}

.download img {
    float: left;
    margin-right: 15px;
}

.download h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;

}

/* Номер телефона */
#phone {
    height: 220px;
}

#phone .info {
    width: 200px;
    margin: 0 auto;
}

#phone .info p {
    font-family: 'PT Sans Bold';
    font-size: 16px;
}

#phone .info p span {
    font-size: 26px;
}

/* Почему выбирают нас */
#pochemu_nas {
    height: 670px;
    background: #ffd700;
    text-align: center;
}

#pochemu_nas .item {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 30px;
}

#pochemu_nas .center_item {
    margin: 0 130px;
}

#pochemu_nas .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 168px;
    border: 4px solid #fff;
    margin: 0 auto 10px;
    border-radius: 50% 50%;
}

#pochemu_nas .item p {
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans Bold';
}

/* Появились вопросы */
#questions {
    height: 477px;
    background: #e0e0e0 url('../img/phone_big.png') no-repeat center center;
}

#questions h2 {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'PT Sans Bold';
}

#questions p {
    font-size: 22px;
}

#questions .alert_call, #questions .form_zayavka {
    text-align: center;
}

#questions .alert_call {
    width: 275px;
    margin-top: 100px;
    float: left;
}

#questions .form_zayavka {
    float: right;
    width: 280px;
    margin-top: 100px;
}

#questions .form_zayavka input[type="text"] {
    width: 250px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background: none;
    border: none;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 0 10px;
}

#questions .form_zayavka input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'PT Sans';
}

#questions .form_zayavka span {
    font-size: 12px;
    display: block;
}

/* Сетка площадей */
#setka {
    height: 660px;
    background: #f7f7f7;
}

#setka .center_block {
    height: 100%;
    background: url('../img/setka.png') no-repeat left bottom;
}

#setka .block {
    margin-top: 20px;
    padding-left: 300px;
}

#setka .block p {
    padding-left: 50px;
    background: url('../img/gal.png') no-repeat left center;
    padding-top: 14px;
    padding-bottom: 10px;
}

#setka .block .download {
    margin-top: 60px;
}

#setka .block .download img {
    float: left;
    margin-right: 15px;
}

#setka .block .download h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
}

/* Наши клиенты */
#clients {
    height: 720px;
    text-align: center;
}

#clients .yellow_button {
    font-size: 17px;
}

#clients .block {
    display: block;
    clear: both;
    text-align: justify;
    width: 98%;
    margin-top: 20px;
}

#clients .block a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 35px;
}

#clients .block .last {
    height: 1px;
    overflow: hidden;
}

/* Контакты */
#contacts {
    min-height: 420px;
    background: #ccc;
}

#contacts .column {
    display: inline-block;
    vertical-align: top;
}

#contacts .column p {
    font-size: 15px;
    padding-bottom: 15px;
}

#contacts .address {
    width: 280px;
}

#contacts .map {
    width: 400px;
    text-align: center;
}

#contacts .map_block {
    display: flex;
    justify-content: center;
    width: 400px;
    height: 184px;
}

/* popup */
#popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.57);
    z-index: 10000;
    font-family: 'PT Sans Narrow';
}

#popupwrapper {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    margin-left: -200px;
    background: #E4E4E4;
    border-radius: 7px;
    padding-bottom: 35px;
}

#popupform {
    text-align: center;
    padding: 35px 68px 0;
    position: relative;
}

#popupform p:first-child {
    margin-bottom: 40px;
}

#popupform input[type="text"] {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background: none;
    border: none;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'PT Sans Narrow';
    margin-bottom: 15px;
    padding: 0 5%;
    width: 90%;
}

#popupform input[type="submit"] {
    font-size: 17px;
    margin: 10px 0;
    text-transform: uppercase;
}

#closepopup {
    position: absolute;
    top: -17px;
    right: -20px;
    width: 39px;
    height: 40px;
    background: #D0D0D0;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

#closepopup:hover {
    background: #ffa800;
    color: white;
}

.btn2 {
    background: url("../images/btn.png") repeat-x scroll left top #DADADA;
    border: 2px solid #1DA7B2;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26), 0 0 4px rgba(0, 0, 0, 0.25) inset;
    cursor: pointer;
    padding: 2px 18px;
    text-decoration: none;
    transition: all .3s ease-out 0s;
}

.btn2:hover {
    color: white;
    background: #1DA7B2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}

.smallcaps {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-family: PT Sans Narrow;
    text-align: center;
    color: #024f4d;
}

/* alert */
#alert {
    font-family: 'PT Sans';
    display: none;
    width: 250px;
    border: 3px solid red;
    font-size: 20px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 99999999;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -125px;
}

.seo-text {
    max-height: 16px;
    overflow-y: scroll;
}

.form_zayavka input {
    width: 250px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background: none;
    border: none;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.form_zayavka input.yellow_button {
    border: none;
    background: none;
    width: 270px;
    height: 53px;
    background: url(../img/buttons.png) no-repeat top left;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 44px;
    display: inline-block;
}

.seo-text {
    max-height: 20px !important;
}

.no-scroll,
.no-scroll body {
    overflow: hidden !important;
    height: 100% !important;
}
.menu__button,
.dropdown{
    display: none;
}

#openCO{
    display: none;
}

/*Large devices(desktops, less than1200px)*/

@media (max-width: 1199px) {

    .container {
        min-width: 992px;
    }

    .center_block {
        max-width: 990px;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
    }

    #header{
        height: 250px;
    }
    #header .center_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .logo,
    #header .info {
        position: unset;
    }

    #header hr {
        display: none;
    }

    #header .main_menu {
        margin: 25px auto;
    }

    #header .main_menu ul li {
        margin-right: 50px;
    }

    #header .main_menu ul li:after {
        right: -30px;
    }

    #slider .img_block img{
        max-width: 100%;
    }
    #slider .img_block {
        width: 100%;
        margin-left: -75%;
    }

    #why_work .items-list {
        display: flex;
        justify-content: space-between;
    }

    #why_work .item {
        width: 50%;
    }

    #why_work .item:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }

    #pochemu_nas {
        height: auto;
        padding: 15px 0;
    }

    #pochemu_nas .center_block {

    }

    #pochemu_nas .item {
        width: 30%;
    }

    #pochemu_nas .center_item {
        margin: 0;
    }

    #setka {
        height: auto;
    }

    #setka .block .download{
        position: unset;
        margin: 30px 0;
        transform: none;
    }

    #setka .block{
        padding-left: 35%;
    }
    #setka .block p {
        padding: 8px 0 5px 40px;
        background-size: 25px;
        font-size: 14px;
    }

    #setka .block .download img{
        width: 80px;
        margin-right: 5px;
    }

    #setka .block .download h2 {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 5px;
    }

    #clients {
        height: auto;
    }

    #clients .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    #clients .block a {
        width: 30%;
        text-align: center;
    }

    #clients .block a img {
        max-width: 100%;
        height: auto;
    }

    #clients .block .last {
        margin-bottom: 0;
    }

    #clients .yellow_button {
        margin: 25px 0;
    }

    #clients a:hover.yellow_button{
        margin: 25px 0;
    }

    .seo-text .center_block {
        padding-top: 0;
    }

    #contacts .map,
    #contacts .address {
        width: 30%;
    }

    .seo-menu {
        margin-top: 20px;
    }

    .contacts-wrapper{
        display: flex;
        justify-content: space-between;
    }

    #contacts .map_block{

        width: 320px;
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

    #contacts .map{
        width: 30%;
        min-width: 320px;
        margin: 0 auto;
    }

    #contacts .address {
        width: 20%;
    }
    }

/*Medium devices(tablets, less than992px)*/
@media (max-width: 991px) {

    #slider {
        height: auto;
    }

    .title {
        font-size: 24px;
    }

    .title h2 {
        font-size: 45px;
    }

    .title p {
        font-size: 16px;
    }

    .yellow_button {
        width: 245px;
        height: 48px;
        background-size: 100%;
        font-size: 18px;

    }

    a:hover.yellow_button {
        width: 245px;
        height: 48px;
        background-size: 100%;
        font-size: 18px;

    }

    .container {
        min-width: 767px;
    }

    .center_block {
        max-width: 768px;
    }

    #header .logo {
        width: 330px;
    }

    #header .logo p {
        font-size: 16px;
    }

    #header .logo h2 {
        font-size: 19px;
    }

    #header .logo h3 {
        font-size: 65px;
    }

    #header .main_menu ul li a {
        font-size: 15px;
    }

    #header .main_menu ul li {
        margin-right: 20px;
    }

    #header .main_menu ul li:after {
        right: -15px;
    }

    #slider .img_block img{
        max-width: 100%;
    }

    #slider .text {
        width: 100%;
        height: 186px;
        padding: 0;
        background-size: contain;
    }

    #slider .text_block {
        left: 50%;
        transform: translateX(-50%);
        max-width: 760px;
        margin-left: 0;
    }

    .download h2{
        font-size: 22px;
    }

    #why_work{
        height: auto;
        padding: 25px 0;
    }

    #why_work .item h2 {
        font-size: 18px;
    }

    #why_work .item p {
        font-size: 14px;
    }

    #questions {
        background-size: 20%;
        height: auto;
    }

    #questions .center_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 15px;
    }

    #questions .form_zayavka,
    #questions .alert_call {
        width: 36%;
        margin: 0;
    }

    #questions h2 {
        font-size: 24px;
    }

    #questions p {
        font-size: 16px;
    }


    #pochemu_nas .item .img {
        width: 145px;
        height: 145px;
    }

    #pochemu_nas .item .img img {
        width: 95px;
        height: 100%;
        object-fit: contain;
    }

    #pochemu_nas .item p {
        font-size: 16px;
    }

    .contacts-wrapper {
    flex-wrap: wrap;
    }

    #contacts .address{
        width: 100%;
        text-align: center;
    }

    }

/*Small devices(landscape phones, less than768px)*/
@media (max-width: 767px) {

    .title h2 {
        font-size: 40px;
    }

    .title p {
        font-size: 14px;
    }

    .yellow_button {
        width: 228px;
        height: 45px;
        background-size: 227px 172px;
    }

    a:hover.yellow_button {
        width: 228px;
        height: 45px;
        background-size: contain;
    }

    .center_block {
        max-width: 575px;
    }

    .menu__button {
        position: relative;

        display: block;
        width: 40px;
        height: 22px;
        margin-right: 25px;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999999;
    }

    .menu__button span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .menu__button span:nth-child(1) {
        top: 0px;
    }

    .menu__button span:nth-child(2) {
        top: 10px;
    }

    .menu__button span:nth-child(3) {
        top: 20px;
    }

    .menu__button.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu__button.open span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .menu__button.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .dropdown {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100vw;
        margin: 0 auto;
        padding: 25px 40px 8px;
        height: 0;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .dropdown.active {
        height: 100vh;
        visibility: visible;
        opacity: 1;
        transition: 0.25s ease-in-out;
        z-index: 99999;

    }

    .dropdown__wrapper {
        position: relative;
        height: 100%;
        overflow-x: hidden;
    }

    .dropdown-menu{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .dropdown-menu li{
        margin-bottom: 10px;
    }
    .dropdown-menu li a{
        font-size: 17px;
        font-family: 'PT Sans Bold';
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px dotted #000;
    }


    #header{
        height: auto;
        padding: 15px 0 35px;
    }

    #header .center_block{
        padding: 0;
    }
    #header .logo {
        width: 50%;
    }

    #header .logo img {
        height: 110px;
    }

    #header .logo p {
        margin-top: 0;
        font-size: 14px;
    }

    #header .logo h2 {
        font-size: 17px;
    }

    #header .logo h3 {
        font-size: 55px;
        line-height: 55px;
    }

    #header .info {
        display: none;
    }

    #header .main_menu{
        display: none;
    }

    #slider .text {
        width: 90%;
        margin: 0 3%;
        height: 155px;
    }

    #slider .text h2{
        font-size: 22px;
    }

    #slider .text p {
        font-size: 14px;
        padding: 0 15px;
    }

    #slider .text a:hover.yellow_button{
        margin-left: -110px;

    }
    #slider .text a.yellow_button{
        margin-left: -110px;
    }

    #phone {
        height: auto;
        padding-bottom: 25px;
    }

    #pochemu_nas{
        padding-bottom: 25px;
    }
    #pochemu_nas .item{
        width: 45%;
    }
    #pochemu_nas .item .img {
        width: 110px;
        height: 110px;
    }

    #questions{
        background: #e0e0e0;
    }

    #questions h2{
        font-size: 22px;
    }

    #questions .form_zayavka, #questions .alert_call{
        float: none;
    }

    #questions .form_zayavka{
        width: 50%;
    }

    #questions .alert_call{
        width: 45%;
    }

    #contacts .column p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #slider .form_zayavka {
        right: -290px;
        width: 280px;
        height: 280px;
        background-size: 280px;
    }

    #slider .form_zayavka input[type="text"] {
        width: 230px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .form_zayavka input.yellow_button{
        width: 250px;
        height: 45px;
        background-size: 250px 180px;
    }
    .form_zayavka input:hover.yellow_button{
        width: 250px;
        height: 45px;
        background-size: 250px 180px;

    }
}

/*Extra small devices(portrait phones, less than576px)*/

@media (max-width: 575px) {

    .pluso{
        display: none !important;
    }

    .center_block{
        width: 100%;
        max-width: 575px;
        min-width: unset;
    }
    #clients .yellow_button {
        font-size: 16px;
    }
    .yellow_button {
        width: 220px;
        height: 40px;
        background-size: 210px 155px;
        font-size: 16px;
        line-height: 40px;
    }
    a:hover.yellow_button{
        width: 220px;
        height: 40px;
        background-size: contain;
        font-size: 16px;
        line-height: 40px;
    }


    .title h2 {
        font-size: 24px;
    }

    .title {
        font-size: 20px;
    }

    .title span {
        font-size: 28px;
    }

    #header .logo {
        width: 75%;
        padding-left: 10px;
    }

    #header .logo img {
        height: 80px;
    }

    #header .logo p {
        font-size: 12px;
    }

    #header .logo h2 {
        font-size: 14px;
        line-height: normal;
    }

    #header .logo h3 {
        font-size: 40px;
        line-height: 35px;
    }

    .dropdown-menu{
        width: 100%;
        text-align: center;
    }

    #slider {
        height: 430px;
    }


    #slider .form_zayavka {
        display: none;
    }

    #slider .text{
        height: auto;
        padding-bottom: 40px;
        border-radius: 30%;

        background: #ffffff;
        box-shadow: 0 4px 35px -10px #000000;
    }

    #slider .text h2{
        font-size: 18px;
        line-height: 20px;
    }

    #slider .text p {
        font-size: 13px;
        padding: 0 10px;
    }

    #slider .text a.yellow_button{
        bottom: -10px
    }



    .download img {
        height: 80px;
        margin: 0 5px;
    }

    .download h2 {
        font-size: 15px;
    }

    .download{
        position: unset;
        left: 0;
        width: 320px;
        margin: 0 auto;
        transform: none;
    }

    #why_work{
        height: auto;
        padding-bottom: 25px;
    }

    #why_work .items-list{
        flex-direction: column;
    }

    #why_work .item{
        width: 100%;
    }

    #why_work .item img{
        width: 100px;
        height: auto;
    }

    #pochemu_nas .item{
        width: 49%;
    }

    #pochemu_nas .item .img {
        width: 99px;
        height: 99px;
    }

    #pochemu_nas .item .img img {
        width: 65px;
    }

    #pochemu_nas .item p {
        font-size: 14px;
    }

    #questions .center_block{
        flex-direction: column;
    }

    #questions .form_zayavka,
    #questions .alert_call{
        width: 100%;
    }

    #questions .alert_call{
        margin-bottom: 30px;
    }

    #setka .center_block{
        background: none;
    }

    #setka .block{
        padding-left: 0;
    }

    #setka .block .download img {
        width: 70px;
    }

    #setka .block .download h2{
        font-size: 16px;
        margin-bottom: 0;

    }

    #contacts .map, 
    #contacts .address {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    #contacts .map_block{

        width: 100%;
        height: auto;
    }

    .seo-menu {
        margin-top: 30px;
        padding-left: 0;
    }


    #popup{
        width: 100vw;
        z-index: 999999;
    }
    #popupwrapper{
        width: 300px;
        margin-left: -150px;
    }

    #popupform {
        padding: 20px 15px 0;
    }

    #popupform p:first-child {
        margin-bottom: 20px;
    }

    #popupform input[type="text"]{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    #closepopup{
        top: -10px;
        right: -8px;
    }

    #contacts > .center_block{
        padding: 0;
    }


    }
