.btn-about {
    font-family: 'Open Sans';
    font-size: 14.7px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: #fff;
    height: 42px;
    background-color: #20357f;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    gap: 19px;
    min-width: 140px;
}

.btn-about:hover {
    background-color: #ff0;
    color: #20357f;
}

.section-1 {
	background: url(images/bg-1.jpg) no-repeat;
	width: 100%;
	background-position: center;
	background-size: cover;
	padding: 70px 0;
	display: block;
}

.section-1 strong {
	font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.section-1 p {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    padding-right: 380px;
    margin-bottom: 40px;
}

.section-2 {
	width: 100%;
	margin: 30px 0;
	padding: 50px 0 20px 0;
	position: relative;
	display: block;
}

.section-2:after {
	width: 100%;
    background: url(images/scoba.png) no-repeat;
    background-position: center;
    background-size: 40px;
    content: "";
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
}

.section-2 p {
	font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 250px;
    text-align: center;
}

.section-3 {
	width: 100%;
	margin: 40px 0 20px 0;
	display: block;
}

.section-3__table {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 80px;
    row-gap: 17px;
}

.section-3-bg {
	width: 100%;
    background: url(images/bg-3.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 240px;
    display: block;
    border-radius: 10px;
}

.section-3__table-title {
	font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #20357f;
    padding-top: 50px;
    padding-bottom: 20px;
}

.section-3__table-text {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-4 {
	width: 100%;
	margin: 80px 0 65px 0;
	display: block;
}

.section-4-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 30px;
}

.section-4__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    row-gap: 30px;
}

.section-4__table div {
    display: grid;
    gap: 10px;
    padding: 15px 25px;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: left;
}

.section-4__table span img {
    max-height: 55px;
}

.section-4__table strong {
    color: #20357f;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

.section-4__table p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-5 {
	width: 100%;
	margin: 40px 0 20px 0;
	display: block;
}

.section-5-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 20px;
}

.section-5-bg {
	width: 100%;
    background: url(images/bg-5.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 240px;
    margin: 10px 0 30px 0;
    display: block;
    border-radius: 10px;
    position: relative;
}

.section-5-bg span {
	font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.section-5 p {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-6 {
	width: 100%;
	margin: 30px 0;
	padding: 50px 0 20px 0;
	position: relative;
}

.section-6:after {
	width: 100%;
    background: url(images/scoba.png) no-repeat;
    background-position: center;
    background-size: 40px;
    content: "";
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
}

.section-6 p {
	font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 150px;
    text-align: center;
}

.section-7 {
	width: 100%;
	margin: 90px 0 80px 0;
	display: block;
}

.section-7__table {
    display: grid;
    grid-template-columns: auto 550px;
    gap: 80px;
    row-gap: 17px;
}

.section-7-bg {
	width: 100%;
    background: url(images/bg-7.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    display: block;
    border-radius: 10px;
    position: relative;
}

.section-7__table-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 10px;
}

.section-7__table-title.pt40 {
	padding-top: 40px;
}

.section-7__table-text {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.section-7__table-text.bigfonts {
    font-size: 16px;
    line-height: 22px;
}

.section-7-bg .btn-about {
    position: absolute;
    bottom: 65px;
    left: 15px;
    text-transform: none;
    min-width: 200px;
}

.section-8 {
	width: 100%;
	margin: 30px 0 50px 0;
	display: block;
	padding: 10px 0;
}

.section-8-block {
	background: #f7f7fb;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.section-8-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 20px;
}

.section-8 p {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-8-contacts {
    display: grid;
    grid-template-columns: 200px 200px 210px;
    gap: 80px;
    row-gap: 17px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.section-8-phone {
    color: #20357f;
	font-size: 16px;
    line-height: 19px;
    padding-left: 30px;
    font-weight: 700;
    background: url(images/icon-phone.png) no-repeat;
    background-position: left;
    background-size: 22px;
}

.section-8-mail {
    color: #20357f;
	font-size: 16px;
    line-height: 19px;
    padding-left: 0;
    font-weight: 700;
    text-decoration: underline;
}

.section-8__table {
    display: grid;
    grid-template-columns: 673px auto;
    gap: 30px;
    row-gap: 17px;
}

.section-8-bg {
    width: 100%;
    background: url(images/bg-8.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    display: block;
    border-radius: 10px;
}

.section-8__table-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-top: 100px;
    padding-bottom: 60px;
}

.section-8__table-btn .btn-about {
	min-width: 160px;
	text-transform: none;
}

.section-9 {
	width: 100%;
	margin: 90px 0 80px 0;
	display: block;
}

.section-9__table {
    display: grid;
    grid-template-columns: auto 420px;
    gap: 80px;
    row-gap: 17px;
}

.section-9-bg {
	width: 100%;
    background: url(images/bg-9.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 240px;
    display: block;
    border-radius: 10px;
}

.section-9__table-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 10px;
}

.section-9__table-text {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.section-9__table-text a {
	font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #20357f;
    text-decoration: none;
}

.section-10 {
	width: 100%;
	margin: 30px 0 50px 0;
	display: block;
	padding: 10px 0;
}

.section-10-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 20px;
}

.section-10 p {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-11 {
	width: 100%;
	margin: 70px 0 70px 0;
	padding: 70px 0 40px 0;
	position: relative;
	background: #f7f7fb;
	border-radius: 10px;
	display: block;
}

.section-11:after {
	width: 100%;
    background: url(images/scoba.png) no-repeat;
    background-position: center;
    background-size: 40px;
    content: "";
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    margin-top: 25px;
}

.section-11 p {
	font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 385px;
    text-align: center;
}

.section-12 {
	width: 100%;
	margin: 40px 0 70px 0;
	display: block;
}

.section-12-title {
	font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #20357f;
    padding-bottom: 20px;
}

.section-12-bg {
	width: 100%;
    background: url(images/bg-12.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 240px;
    margin: 30px 0 30px 0;
    display: block;
    border-radius: 10px;
}

.section-12 p {
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.section-12 p.section-12-subtitle {
	font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.section-12 p a {
	font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #20357f;
    text-decoration: none;
}

@media (max-width: 1150px) {
	.section-7__table {
	    grid-template-columns: auto 440px;
	}
	.section-8__table {
	    grid-template-columns: 453px auto;
	}
	.section-11 p {
	    padding: 0 185px;
	}
	
	.section-2 p {
	    padding: 0 150px;
	}
	.section-1 p {
	    padding-right: 0;
	}
}

@media (max-width: 850px) {
	.section-3__table, .section-4__table, .section-7__table, .section-8__table, .section-9__table, .section-8-contacts {
		grid-template-columns: 1fr;
	}
	.section-2 p, .section-6 p, .section-11 p {
        padding: 0;
    }
    .section-8__table-text {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}