@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=cyrillic');

/* Шрифт используется в заголовке h1 */
@font-face {
    font-family: MastersBold; /* имя шрифта */
    src: url("../fonts/MastersBold.otf"); /* путь */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Serif', 'Arial', sans-serif;
    font-size: 18px;
    color: black;
    font-style: normal;
    background-color: #fff;
}

/*---- Шапка ----*/

/* Шапка сайта */

.call-nav {
    display: none;
}

.logo-company {
    background-image: url("../images/logo1.svg");
    background-repeat: no-repeat;
    background-position: left;
}

.logo-title {
    font-family: MastersBold, 'Arial', sans-serif;
    margin: 0 0 0 60px;
    color: green;
    font-size: 23px;
    text-align: center;
}


.slogan {
    text-align: center;
    font-style: italic;
}


.page-header__img {
    width: 300px;
    height: 85px;
    /*margin-top: 1px;*/
}

.page-header {
    font-family: 'PT Sans', 'Arial', sans-serif;
    display: flex;
    flex-direction: column;

}

.page-header__logo {
    height: 85px;
    text-align: center;
    margin: 0 auto;
    display: block;

    /*margin: 0 auto;*/
    background-color: #fff;
}

.site-list {
    /* Временно для сетки */
    min-height: 255px;

}

.main-nav {
    position: relative;

    /*width: 320px;*/
    width: auto;
    min-height: 51px;
    /*margin: 0 auto;*/

    /*background-color: #826550;*/
    /*background-color: #000000;*/
}

.main-nav__toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;

    display: block;
    width: 70px;
    height: 50px;

    /*background-color: #6a4d38;*/
    background-color: #00b349;

    cursor: pointer;
    border: none;
}

.main-nav__toggle:hover,
.main-nav__toggle:active {
    background-color: #00b450;
}

.main-nav--closed .main-nav__toggle::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 17px;
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    box-shadow: 0 8px 0 0 #ffffff, 0 16px 0 0 #ffffff;
}
.main-nav--closed .main-nav__toggle:active::before {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 0 0 rgba(255, 255, 255, 0.3), 0 16px 0 0 rgba(255, 255, 255, 0.3);
}

.main-nav--opened .main-nav__toggle {
    top: 0;
    right: auto;
    left: 0;
}
.main-nav--opened .main-nav__toggle::before,
.main-nav--opened .main-nav__toggle::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 18px;
    width: 36px;
    height: 2px;
    background-color: #ffffff;
}
.main-nav--opened .main-nav__toggle::before {
    transform: rotate(45deg);
    box-shadow: none;
}
.main-nav--opened .main-nav__toggle::after {
    transform: rotate(-45deg);
}
.main-nav--opened .main-nav__toggle:active::before,
.main-nav--opened .main-nav__toggle:active::after {
    background-color: rgba(255, 255, 255, 0.3);
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    /* Временно для сетки */
    min-height: 50px;
}

@media (max-width: 767px) {
    .main-nav--closed .site-list__item {
        display: none;
    }

    .main-nav--closed .site-list__item--active {
        display: block;
    }

    .main-nav--closed .site-list__item--active a {
        padding-right: 70px;
        padding-left: 70px;

        text-align: center;
    }

    .main-nav--opened .main-nav__wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 70px;
        z-index: 10;
        /*min-height: 48vh;*/
        /*background-color: #6a4d38;*/
        /*background-color: #8d847e;*/
    }
    /*.main-nav--opened .main-nav__wrapper::before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 2;*/
    /*width: 7px;*/
    /*height: 100%;*/
    /*!*box-shadow: inset 4px 0 7px -2px rgba(0, 0, 0, 0.4);*!*/
    /*}*/

    .main-nav--nojs .main-nav__toggle {
        display: none;
    }

    .main-nav--nojs .main-nav__wrapper {
        position: static;
        min-height: 0;
    }
    .main-nav--nojs .site-list__item {
        display: block;
    }
    .main-nav--nojs .site-list__item--active a {
        padding-right: 21px;
        padding-left: 21px;
        text-align: left;
    }
    .main-nav--nojs .user-list__item {
        display: block;
        /*background-color: #6a4d38;*/
        background-color: #8d847e;
    }
}

.site-list {
    font-weight: bold;
}
.site-list a {
    display: block;
    padding: 12px 21px;
    /*padding-bottom: 13px;*/
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #00b349;
    border-top: 1px solid green;
    border-bottom: 1px solid green;
}
.site-list a[href]:hover {
    background-color: #00b349;
    /*border-top-color: black;*/
}
.site-list a[href]:active {
    color: rgba(255, 255, 255, 0.3);
    background-color: #00b349;
    /*border-top-color: black;*/
}

.visually-hidden:not(:focus):not(:active){
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.header-contacts {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-around;
}

.header-contacts__address {
    /*width: 310px;*/

    margin: 5px;
    padding: 5px;
    text-align: center;
}

.header-contacts__address img {
    width: 30px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-contacts__address a {
    text-decoration: none;
    font-size: 15px;
    color: black;
}

.header-contacts__address p {
    display: inline-block;
    /*padding-left: 30px;*/
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: black;
    font-style: normal;
    /*font-weight: bold;*/
}

.header-contacts__phone {
    width: 140px;
    display: inline-block;
    margin: 5px;
}

.header-contacts__phone img {
    width: 30px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-contacts__phone a{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-style: normal;
    font-weight: bold;
    /*padding-left: 55px;*/
    margin: 0;
    padding: 0;
}

.header-contacts__phone-a {
    display: inline-block;
}

.wrapper_head {
    width: 360px;
    margin: 13px auto;
}

.img_address {
    background-image: url("../images/address.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.img_phone {
    background-image: url("../images/phone.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}


/*---- Общие значения ----*/

.wrapper {
    width: 320px;
    margin: 0 auto;
}

.title__h2 {
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 0;
}

/*---- Секция About ----*/

.about {
    background-image: url("../images/bacground-about.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.stats-about {
    display: flex;
    padding: 5px;
    min-height: 130px;
}

.employees-photo-box {
    display: none;
}

.about-block-text {
    display: inline-block;
}

.stats-about p {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-size: 15px;
    text-align: justify;
    text-indent: 20px;
}

/*---- Секция Stats ----*/

.stats {
    min-height: 250px;
    background-color: #ffffff;
}

.stats-indicators__name {
    font-size: 23px;
    text-align: center;
    font-family: 'PT Sans', 'Arial', sans-serif;
}

.flex-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 134px;
    margin: 0 auto;
}

.stats-indicators p {
    margin: 9px;
    text-align: center;
    font-size: 15px;
}

.stats-indicators__number:nth-child(1) {
    width: 134px;
    padding: 80px 0 0 0;
}

.stats-indicators__number:nth-child(2) {
    width: 134px;
    padding: 80px 0 0 0;
}

.stats-indicators__number:nth-child(3) {
    width: 134px;
    padding: 80px 0 0 0;
}

.stats-indicators__number {
    background: url("../images/logo1.svg") no-repeat;
    background-position: center top;
    background-size: 70px;
    flex-grow: 1;
}

/*---- Секция Employess ----*/

.employees {
    background-color: #00b349;
}

.people-vladimir {
    display: flex;
    flex-direction: column;
}

.people-nasty {
    display: flex;
    flex-direction: column-reverse;
}

.people-img {
    width: 200px;
    height: 282px;
    margin: 15px auto 0 auto;
}

.people-block {
    margin: 0 0 0 5px;
}

.people-block-text {
    text-align: justify;
    text-indent: 20px;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-size: 15px;
}

.vladimir-block-title {
    text-align: center
}

.nasty-block-title {
    text-align: center;
}

/*---- Секция Classes ----*/

.classes {
    background-color: #00b349;
}

.classes-items {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.classes-items .syd {
    background-image: url("../images/zakon.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-top: 160px;
    margin: 10px;
}

.classes-items p {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.classes-items .bankrotstvo {
    background-image: url("../images/bankrotstvo.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-top: 160px;
    margin: 10px;
}

/*---- Секция Advantages ----*/

.advantages {
    min-height: 930px;
}

.advantages-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 5px auto;
    width: 300px;
}

.advantages-items div {
    width: 300px;
    margin: 5px;
}

.molotok {
    background: url(../images/molotok.png) no-repeat;
    background-position: center 5px;
    background-size: 160px;
}

.advantages-items__title {
    margin: 140px 0 0 0;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-weight: bold;
    text-align: center;
}

.advantages-items__text {
    text-align: justify;
    padding: 10px;
    font-size: 15px;
}

.advantages-items div:nth-child(2n) {
    margin: 5px;
}

.key {
    background: url(../images/key.png) no-repeat;
    background-position: center 5px;
    background-size: 160px;
}

.oplata {
    background: url(../images/oplata.png) no-repeat;
    background-position: center 5px;
    background-size: 160px;
}

.delo {
    background: url(../images/delo.png) no-repeat;
    background-position: center 5px;
    background-size: 160px;
}

/*---- Секция Contacts ----*/

.contacts {
    background-color: #00b349;
}

.contacts-flex {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.address-icon {
    border: none;
    margin-right: 9px;
    display: flex;
    padding: 0 0 15px 0;
}

.address-icon p {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
    padding-top: 5px;
}

.phone-icon {
    display: flex;
    margin: 0;
}

.phone-icon a {
    margin: -3px 0 0 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: black;
    font-style: normal;
    padding: 0;
}

.mymap {
    height: 400px;
}

/*---- Форма и Карта ----*/

/* -------- Кнопки открытия/закрытия формы -------- */

.open-form {
    width: 70px;
    height: 70px;

    background-image: url("../images/call.svg");
    background-repeat: no-repeat;

    position: fixed;
    right: 10px;
    bottom: 10px;

    cursor: pointer;
    z-index: 99990;

}

.close-button {
    width: 50px;
    height: 50px;
    z-index: 999;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 250px;
    position: absolute;
}

.close-successful {
    top: -35px;
    left: 250px;
}

/*------------ форма ------------*/

.pop {
    padding: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 260px;
    height: 300px;
}

*:focus {
    outline: none;
}

.contact_form ul {
    width: 260px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.contact_form li {
    padding: 2px 0 4px 0;
}

.contact_form li:first-child, .contact_form li:last-child {
    border-bottom: 1px solid #777;
}

.contact_form h2 {
    font-size: 17px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.contact_form label {
    width: 161px;
    /*margin-top: 3px;*/
    display: inline-block;
    float: left;
    font-size: 14px;
    /*padding:3px;*/
}

.contact_form input {
    height: 20px;
    width: 220px;
    padding: 5px 8px;
}

.contact_form textarea {
    padding: 8px;
    width: 220px;
}

/* .contact_form button {margin-left:156px;} */

.contact_form input, .contact_form textarea {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
}

.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
}

/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    margin: 0 auto;
    display: block;
}

button.submit:hover {
    opacity: .85;
    cursor: pointer;
}

button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.contact_form input, .contact_form textarea {
    padding-right: 30px;
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.contact_form input:required:valid, .contact_form textarea:required:valid {
    background: #fff;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.data-people {
    font-size: 12px;
    color: #313131;
    margin: 3px auto;
    display: block;
    width: 260px;
    /* text-align: justify; */
    text-align: center;
}

.star {
    color: red;
    font-weight: bold;
}

.sending-successful {
    padding: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 260px;
    height: 125px;
}

.sending-successful p {
    font-size: 20px;
    padding: 0;
    margin: 5px auto;
    text-align: center;
}

.error {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: red;
    text-align: right;
}

/* Конец Формы */







/*---- Версия для планшета ----*/

@media (min-width: 768px) {


    .main-nav {
        min-height: 0;
        height: 40px;
        margin: 0 0 35px 0;
        background-color: #00b349;
    }

    .main-nav__wrapper {
        display: flex;
        justify-content: space-between;
        width: 720px;
        margin: 0 auto;
    }

    .main-nav__toggle {
        display: none;
    }

    .site-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .main-nav__list {
        height: 40px;
    }

    .site-list__item--active {
        position: relative;
    }

    .site-list__item {
        margin-right: 12px;
    }

    .site-active {
        display: none;
    }

    .site-list a {
        line-height: 24px;
        text-transform: uppercase;
    }

    .site-list__item a[href]:hover {
        background-color: white;
        color: black;
    }

    .site-list__item a[href]:active {
        color: #ffffff;
        background-color: #000000;
        opacity: 0.3;
    }

    .site-list__item:last-child {
        margin-right: 0;
    }

    .site-list__item--active::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -3px;
        left: 0;
        height: 3px;
        /*background: #826550;*/
    }

    .site-list__item a {
        padding: 8px 4px 8px 4px;
        background: none;
        border: none;
    }

    .call-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        background-image: url(../images/fon_telefone.png);
        background-repeat: no-repeat;
    }

    .call {
        width: 140px;
        height: 85px;
        margin: 5px 0 0 0;
        text-align: center;
    }

    .call a {
        font-size: 15px;
        text-decoration: none;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }

    .wrapper_head {
        width: 700px;
        margin: 13px auto 0 auto;
        display: flex;
        flex-direction: row;
    }

    .logo-company {
        width: 365px;
        height: 64px;
        margin-top: 10px;
        background-image: url("../images/logo1.svg");
        background-repeat: no-repeat;
        background-position: left;
    }

    .logo-title {
        font-size: 22px;
        margin: 10px 0 0 60px;
        font-family: MastersBold, 'Arial', sans-serif;
        color: green;
        text-align: center;
        text-transform: uppercase;
    }

    .slogan {
        width: 220px;
        height: 50px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 22px;
        text-align: center;
        font-style: italic;
    }

    .slogan p {
        margin: 0;
        padding: 0;
    }

    .header-contacts__address {
        width: 225px;
        position: relative;
        top: 29px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .header-contacts__address p {
        font-size: 15px;
        display: inline-block;
        text-align: center;
        margin: 0;
        color: #000000;
        font-style: normal;
    }

    .telphone {
        display: none;
    }

    /*---- Общие значения ----*/

    .wrapper {
        width: 700px;
    }

    /*---- Секция About ----*/
    .about {
        background-image: url("../images/bacground-about.png");
        background-position: top center;
        background-repeat: no-repeat;
        margin-top: 30px;
    }

    .stats-about {
        display: flex;
        padding: 5px;
        min-height: 130px;
    }

    .employees-photo-box {
        display: inline-block;
        position: relative;
        right: 30px;
        top: 10px;
    }

    .employees-photo {
        display: inline-block;
        width: 400px;
        height: 331px;
    }

    .about-block-text {
        display: inline-block;
        margin-top: 50px;
    }

    .stats-about p {
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
        font-size: 17px;
        text-align: justify;
    }

    /*---- Секция Stats ----*/
    .stats {
        min-height: 280px;
    }

    .flex-block {
        flex-direction: row;
        width: 650px;
    }

    .stats-indicators p {
        font-size: 18px;
    }

    .stats-indicators__number {
        background: url("../images/logo1.svg") no-repeat;
        background-position: center top;
        background-size: 70px;
        flex-grow: 1;
        width: 200px;
        padding: 80px 0 25px 0;
    }

    /*---- Секция Employess ----*/
    .employees {
        min-height: 370px;
    }

    .people-vladimir {
        display: flex;
        flex-direction: row;
    }

    .people-nasty {
        flex-direction: row;
    }

    .people-img {
        width: 250px;
        height: 352px;
        margin: 20px 0 0 0;
    }

    .people-block {
        margin: 30px 0 0 20px;
    }

    .people-block-text {
        font-size: 18px;
    }

    .vladimir-block-title {
        text-align: left;
    }

    .nasty-block-title {
        text-align: right;
    }

    /*---- Секция Classes ----*/
    .classes {
        min-height: 260px;
    }

    .classes-items p {
        font-size: 18px;
    }


    /*---- Секция Advantages ----*/

    .advantages-items {
        flex-direction: row;
        width: 630px;
    }

    .advantages-items__text {
        font-size: 18px;
    }


    /*---- Секция Contacts ----*/

    .contacts-flex {
        flex-direction: row;
    }

    .address-icon p {
        font-size: 17px;
        padding-top: 15px;
    }

    .phone-icon a {
        font-size: 18px;
    }

    .mymap {
        height: 500px;
    }
}

/*----------- Дэкстопная версия -----------*/
@media (min-width: 1200px) {

    .wrapper_head {
        width: 810px;
    }

    .page-header__logo {
        height: 100px;
    }

    .main-nav__wrapper {
        width: 1000px;
    }

    .site-list {
        width: 1000px;
    }

    .site-list__item {
        margin-right: 0;
    }

    .site-list__item--active::after {
        right: 30px;
        left: 30px;
    }

    .site-list__item a {
        padding-right: 31px;
        padding-left: 31px;
    }

    .site-list__item a[href]:hover {
        color: #000000;
        background-color: #ffffff;
    }

    .site-list__item a[href]:active {
        color: rgba(0, 0, 0, 0.3);
        background-color: #ffffff;
        opacity: 1;
    }

    .logo-title {
        font-size: 25px;
        margin: 5px 0 0 60px;
    }

    .wrapper {
        width: 1000px;
    }

    .open-form {
        margin: 15px auto;
    }

    .employees-photo-planshet {
        display: none;
    }

    .employees-photo {
        display: block;
    }

    .employees-photo-box {
        top: 5px;
    }

    .about-block-text {
        margin-top: 150px;
    }

    .staff h3 {
        right: 50px;
    }

    .staff p {
        font-size: 17px;
        line-height: normal;
        width: 465px;
        right: 65px;
    }

    .advantages-items {
        width: 830px;
    }

    .advantages-items div {
        width: 400px;
    }

    .advantages {
        min-height: 900px;
    }

    .address-icon {
        margin-right: 20px;
        margin-left: 130px;
    }

    /*------------ форма ------------*/
    .pop {
        width: 420px;
        height: 380px;
    }

    *:focus {
        outline: none;
    }

    .contact_form ul {
        width: 410px;
    }

    .contact_form li {
        padding: 2px 0 4px 0;
    }

    .contact_form h2 {
        font-size: 30px;
    }

    .required_notification {
        font-size: 14px;
    }

    .contact_form label {
        width: 210px;
        font-size: 18px;
        padding: 3px;
    }

    .contact_form input {
        height: 30px;
        width: 400px;
        padding: 5px 8px;
    }

    .contact_form textarea {
        padding: 8px;
        width: 400px;
        height: 100px;
    }

    .data-people {
        font-size: 14px;
        width: 400px;
    }

    /* Конец Формы */
    /* Кнопки открытия/закрытия формы */
    .close-button {
        left: 435px;
    }

}





















































