body {
    margin: 0;
    padding: 0;
    background-color: white;
    overflow-x: hidden;
    min-width: 300px;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'MuseoSansCyrl-300';
    font-size: 16px;
}

body h1 {
    font-size: 40px;
    text-transform: uppercase;
}

body h2 {
    font-size: 40px;
    text-transform: uppercase;
}

body h3 {
    font-size: 25px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
}

body h4 {
    font-size: 22px;
    font-family: 'MuseoSansCyrl-700';
}

body a {
    text-decoration: none;
    transition: 0.3s;
    color: #343434;
}

.bold {
    font-weight: 700;
}

ul.list li {
    list-style: none;
    position: relative;
    margin: 10px 0;
    padding: 5px 0;
    padding-left: 20px;
}

ul.list li::before {
    position: absolute;
    content: '';
    background: url(../img/icon_arrow_down.png) no-repeat;
    background-size: contain;
/*    background: #333;*/
    width: 17px;
    height: 14px;
    left: 0;
    top: 7px;
/*    border-radius: 100%;*/
    transform: rotate(-90deg);
}

body img {
    max-width: 100%;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex.al_center {
    align-items: center;
}

.title {
    padding: 40px 0;
}

.title h2 {
    font-family: 'Roboto';
}

.title h2 span{
    color: #199650;
    font-weight: 700;
}

.center {
    text-align: center;
}

/********************************************************/

header {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

header .container {
    padding: 15px 0;
}

header .block {
    width: 50%;
}

header .text {
    max-width: 250px;
}

header .text p {
    font-size: 14px;
}

header .contacts {
    flex-direction: column;
}

header .contacts a {
    padding: 2px;
    padding-left: 20px;
}

header .contacts a:hover {
    color: #086431;
}

header .contacts a.phone {
    font-family: 'MuseoSansCyrl-900';
    font-size: 18px;
    background: url(../img/icon_phone.png) no-repeat 0px;
    background-size: 12px;
}

header .contacts a.mail {
    background: url(../img/icon_mail.png) no-repeat 0px;
}

header .button::after {
    background: url(../img/icon_user.png) no-repeat center;
    background-size: auto;
    background-color: #086431;
}

.header_menu {
    background-color: rgba(25, 150, 80, 0.5);
    position: relative;
    z-index: 2;
}

.header_menu ul {
    justify-content: center;
}

.header_menu ul li {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.header_menu ul li:hover {
    background-color: #086431;
}


/********************************************************/

.div_1 {
    background: url(../img/div_1_bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -50px;
    padding: 100px 0;
    z-index: 1;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_1 .container {
    background: rgba(255, 255, 255, 0.2);
    padding: 40px 0 0;
}

.div_1 h1 {
    color: white;
    font-family: 'Roboto';
    font-weight: 900;
}

.div_1 .text {
    margin: 20px auto;
    max-width: 800px;
}

.div_1 .text p {
    color: white;
}

.div_1 .container .button {
    margin-bottom: -20px;
}

.down {
    position: absolute;
    bottom: 0;
    height: 56px;
    width: 112px;
    cursor: pointer;
    user-select: none;
}

.down::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 56px 56px 56px;
    border-color: transparent transparent #fff transparent;
}

.down img {
    position: absolute;
    top: calc(40%);
    left: calc(50% - 12px);
    z-index: 99;
}

.down:hover img {
    animation: 1s swing infinite;
}

/********************************************************/

.div_2 {
    padding: 70px 0 30px
}

.div_2 .blocks .block {
    width: 24%;
    max-width: 250px;
    min-width: 245px;
    min-height: 170px;
    box-shadow: 0 4px 21px rgba(0, 0, 1, 0.11);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.div_2 .blocks .block .text {
    padding: 10px;
}

/********************************************************/

.div_3 {
    padding-bottom: 60px;
}

.div_3 .blocks {
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}

.div_3 .blocks .img {
    width: 48%;
}

.div_3 .blocks .block {
    width: 48%;
}

.div_3 .blocks .block .text {
    max-width: 570px;
    margin: 0
}

.div_3 .blocks .block .text h4 {
    margin-bottom: 30px;
}

/********************************************************/

.div_4 .blocks .container {
/*    align-items: stretch;*/
    padding-top: 50px;
}

.div_4 .blocks.reverse {
    background-color: #f6f6f6;
}

.div_4 .blocks.reverse .container {
    flex-direction: row-reverse;
}

.div_4 .blocks .img {
    width: 43%;
    margin-bottom: 50px;
}

.div_4 .blocks .img img {
    width: 100%;
}

.div_4 .blocks .block {
    width: 53%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.div_4 .blocks .block p {
    padding: 10px 0;
}

.div_4 .blocks .block .price {
    background-color: #199650;
    display: inline-flex;
    max-width: 320px;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 15px 0 5px;
}

.div_4 .blocks .block .price h3 {
    color: white;
    text-align: center;
    width: 100%;
}

.div_4 .blocks .block .button {
    margin: 10px 45px 0 0;
    background-color: #199650;
    border-color: #199650;
    color: white;
}

.div_4 .blocks .block .button:hover {
    background-color: #086431;
    border-color: #086431;
}

/********************************************************/

.div_5 {
    background: url(../img/div_5_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 10px;
    margin-bottom: 110px;
}

.div_5 .title h2 {
    color: white;
    font-weight: 900;
}

.div_5 .blocks .block {
    width: 20%;
    min-width: 200px;
    margin-bottom: 40px;
    text-align: center;
}

.div_5 .blocks .block .img {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}

.div_5 .blocks .block p {
    color: white;
}

.div_5 .form {
    background-color: #fff;
    padding: 30px 50px;
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.17);
    margin-bottom: -110px;
}

.div_5 .form .form_title {
    margin-bottom: 10px;
}

.div_5 .form .form_title h3 {
    font-size: 30px;
    color: #199650;
}

/********************************************************/

.div_6 {
    padding: 100px 0 50px;
}

.div_6 .blocks .img {
    width: 48%;
}

.div_6 .blocks .block {
    width: 48%;
    margin-bottom: 50px;
}

.div_6 .blocks .block .title {
    padding-top: 0;
}

/********************************************************/

.div_7 {
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

.div_7 .slider .slide {
    margin: 10px;
}

.div_7 .slider .slide .img {
    max-width: 270px;
    margin: auto;
}

/********************************************************/

.div_8 {
    padding-bottom: 50px;
}

.review_slider .slide {
    margin: 10px;
}

.review_slider .block {
    width: 100%;
    max-width: 650px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
    background-color: white;
    align-items: flex-start;
}

.review_slider .block .img {
    width: 200px;
/*    margin-bottom: 20px;*/
}

.review_slider .block .text_block {
    width: calc(100% - 200px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_slider .block .text_block h4 {
    font-size: 16px;
}

.review_slider .block .text_block .text {
    margin: 10px 0;
}

.review_slider .block .text_block p {
    font-size: 14px;
}

.review_slider .block .text_block .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/********************************************************/

.div_9 .blocks {
    align-items: stretch;
}

.div_9 .contacts {
    background-color: #f8f8f8;
    width: 50%;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.div_9 .contacts .container {
    flex-direction: column;
    max-width: 400px;
}

.div_9 .contacts p {
    padding: 10px;
    padding-left: 20px;
    font-size: 18px;
}

.div_9 .contacts p span,
.div_9 .contacts p a {
    font-family: 'MuseoSansCyrl-700';
}

.div_9 .contacts a:hover {
    color: #086431;
}

.div_9 .contacts .adress {
    background: url(../img/icon_map.png) no-repeat 0px;
}

.div_9 .contacts .phone {
    background: url(../img/icon_phone.png) no-repeat 0px;
    background-size: 14px;
}

.div_9 .contacts .mail {
    background: url(../img/icon_mail.png) no-repeat 0px;
    background-size: 16px;
}

.div_9 .contacts .button {
    margin: 60px 45px 0 0;
}

.div_9 .map {
    width: 50%;
    height: 400px;
}

.div_9 .map #Map {
    width: 100%;
    height: 100%;
}

/********************************************************/

footer {
    background-color: #474747;
}

footer .container {
    text-align: center;
    padding: 20px 10px;
    color: white;
}

/********************************************************/

.back-top {
    position: fixed;
    bottom: 50px;
    right: 5%;
    z-index: 9999;
    background: url(../img/back.svg) no-repeat 0px;
    background-size: 100%;
    display: block;
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: 0.5s;
    fill: #ff0000;
    pointer-events: none;
}

.back-top.active {
    opacity: 0.8;
    cursor: pointer;
    pointer-events: all;
}

.back-top.active:hover {
    opacity: 1;
}

/********************************************************/

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
}

.nonebox {
    position: fixed;
    top: -350px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    width: 90%;
    max-width: 450px;
    height: auto;
    z-index: 99999;
    text-align: center;
    border-radius: 5px;
    background-color: white;
    padding: 25px 15px;
    font-family: 'Roboto';
    box-sizing: border-box;
}

.box-close {
    width: 18px;
    height: 18px;
    background: url('../img/close.png') no-repeat center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
}

.nonebox input[type='text'] {
    max-width: inherit;
    min-width: inherit;
}

.nonebox .button {
    margin: 10px auto;
    left: -22.5px;
}

/********************************************************/

.button {
    width: 100%;
    max-width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #086431;
    cursor: pointer;
    transition: 0.4s;
    outline: none;
    color: #000;
    -webkit-appearance: none;
    font-family: 'MuseoSansCyrl-700';
    position: relative;
    margin-right: 45px;
    box-sizing: border-box;
}

.button.center {
    margin: 10px auto;
    left: -22.5px;
}

.button::after {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -45px;
    top: -1px;
    content: '';
    background: url(../img/icon_arrow_right.png) no-repeat center;
    background-size: auto;
    background-color: #086431;
    box-sizing: border-box;
}

.button:hover {
    color: white;
    background-color: #086431;
}

/********************************************************/

input[type='text'] {
    max-width: 250px;
    width: 100%;
    min-width: 250px;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #4b4b4b;
    background-color: #fff;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 15px;
    outline: none;
    color: #4b4b4b;
    font-size: 16px;
}

input[type='text']:focus {
    border: 1px solid #4b4b4b;
}

input[type='text']::placeholder {
    color: #4b4b4b;
}
