@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.container {
    width: 960px;
    margin: 0 auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    font-family: 'PT Sans', sans-serif;
}
header {
    width: 100%;
    height: 707px;
    background: url('./img/olya.png');
}
.header {
    background: rgba(000,000,000,0.45);
    padding: 20px;
}
.header .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header__logo {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    max-width: 385px;
    line-height: 1.5;
}
.header__email {
    color: rgb(255, 255, 255);
    line-height: 12px;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.header__email img {
    margin-right: 15px;
}
.header__contacts {

}
.header__contacts b {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.header__contacts p {
    margin-bottom: 8px;
}
.header__contacts span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-right: 12px;
}
.header__contacts span:last-child {
    margin-right: 0;
}
.header-text h1 {
    margin-top: 70px;
}
.header-text b {
    background: rgb(52 134 142 / 80%);    
    font-size: 72.35px;
    color: #fff;
    padding: 15px 10px;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.header-text__hr {
    height: 2px;
    background: #fff;
    border: none;
}
.header-text h2 {
    background: rgb(52 134 142 / 80%);
    padding: 15px 10px;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-top: 40px;
    color: #fff;
}
.header-button {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 320px;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #77c399;
    height: 60px;
    border-color: #045169;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    margin: 75px auto 0 auto;
}
.section1 .container {
    display: flex;
    padding: 50px 0;
}
.section1__item {
    padding: 0 3px;
    display: flex;
    width: 33.3%;
}
.section1__item-icon {
    background-color: #83bec4;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}
.section1__item-text span {
    font-size: 20px;
    color: #83bec4;
    font-weight: 700;
}
.section1__item-text p {
    line-height: 1.16;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.section2 {
    background-color: rgba(38, 36, 44, 0.8);;
    padding: 40px 0;
}
.section2 .container {
    display: flex;
    justify-content: space-between;
}
.section2__text {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    width: 420px;
    flex-shrink: 0;
    text-align: center;
}
.section2__text b {
    color: #83bec4;
}
.section2__img img {
    margin-top: 105px;
}
input[type='text'], input[type='tel'], input[type='email'] {
    height: 50px;
    border-width: 1px;
    border-color: #898989;
    border-radius: 7px;
    font-weight: normal;
    margin-bottom: 7px;
    border-style: solid;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 17px;
}
.section2__form {
    width: 360px;
}
.section2__form input {
    width:100%
}
.section2__form input[type='submit'] {
    background-color: #77c399;
    height: 50px;
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}
.section3 {
    padding: 100px 0;
    background-color: #f1f5f5;
}
.section3 .container {
    width: 880px
}
.section3 h2 {
    text-align: center;
    color: #26242c;
    font-size: 40px;
}
.section3__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.section3__item {
    width: 280px;
    margin-bottom: 20px;
}
.section3__item-desc {
    position: relative;
    background-color: #83bec4;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
}
.section3__item-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -22px;
}
.section3__item-icon img {
    max-width: 25px;
}
.section4 {
    background-color: rgba(38, 36, 44, 0.8);
    padding: 50px 0;
}
.section4 h2 {
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}
.section4__form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.section4__form::after {
    content: '';
    background: url(./img/arrow_80.png) center center no-repeat;
    width: 54px;
    height: 52px;
    position: absolute;
    top: -52px;
    right: 250px;
    
}
.section4__form > div {
    width: 65%;
}
.section4 input[type='text'], .section4 input[type='tel'] {
    width: 49%;
    margin-bottom: 0;
}
.section4 input[type='submit'] {
    background-color: #77c399;
    height: 54px;
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    width: 33%;
}
.section5 {
    padding: 75px 0;
}
.section5 h2 {
    text-align: center;
    color: #26242c;
    font-size: 40px;
}
.section5__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.section5__item {
    width: 248px;
    height: 248px;
    border-radius: 100%;
    border: 1px solid #83bec4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5__item-block {
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section5__item-block img {
    margin-bottom: 20px;
    margin-top: 25px;
}
.section5__item-block p {
    color: rgb(38, 36, 44);
    line-height: 1.17;
    font-size: 17px;
    height: 80px;
}
.section6 h2 {
    text-align: center;
    color: #26242c;
    font-size: 40px;
    margin-bottom: 30px;
}
.section6 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section6 .container img {
    margin-top: 20px;
}
.section7 {
    background-color: #e4ebec;
    padding: 75px 0;
}
.section7 h2 {
    text-align: center;
    color: #26242c;
    font-size: 40px;
    margin-bottom: 30px;
}
.reviews {
    display: flex;
    justify-content: space-between;
}
.review-item {
    width: 300px;
    flex-shrink: 0;
}
.review-item img {
    width: 100%;
}
.review-item__text {
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 10px;
    text-align: left;
}
.review-item__text-desc {
    width: 100%;
    margin-top: 10px;
}
.review-item__text p {
    line-height: 1.16;
    font-size: 17px;
    font-weight: 300;
    height: 230px;
}
.review-item__text b {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: rgb(131, 190, 196);;
}
.section7__item-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(131, 190, 196, 0.8);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -22px;
}
.section7__item-icon img {
    max-width: 25px;
}
footer {
    background-color: rgba(38, 36, 44, 0.8);
    padding: 20px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
}
.footer-left {
    width: 385px;
}
.footer-left b {
    line-height: 1.5;
    color: rgb(255, 255, 255);
    font-size: 25px;
    display: block;
}
.footer-left span {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    margin-top: 7px;
}
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.footer-center a {
    background-color: #77c399;
    height: 50px;
    border-radius: 7px;
    color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    width: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-center span {
    color: rgb(255, 255, 255);
    font-size: 13px;
}
.footer-right span {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-left: 10px;
}
.footer-right p {
    margin-bottom: 10px;
}
.footer-right em {
    color: rgb(255, 255, 255);
    line-height: 12px;
    font-size: 20px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}
.footer-right em img {
    width: 35px;
    margin-right: 10px;
}
.modal {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modal-container {
    width: 350px;
    background-color: #cad9d7;
    border-radius: 10px;
    padding: 50px;
}
.modal-container h4 {
    color: #2c2c2c;
    font-size: 25px;
    text-align: center;
    padding-bottom: 28px;
    font-weight: normal;   
}
.modal-container input {
    width: 100%;
}
.modal-container input[type='submit'] {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #77c399;
    height: 60px;
    border-radius: 7px;
    border: none;
    margin-top: 10px;
}