﻿/* Шрифтs */

@import url('https://fonts.googleapis.com/css2?family=Forum&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Иконки */

@font-face {
font-family: 'Font Brands';
font-style: normal;
font-weight: 400;
src: url(/fonts/fa-brands-400.eot);
src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(/fonts/fa-brands-400.woff2) format("woff2"),
url(/fonts/fa-brands-400.woff) format("woff"),
url(/fonts/fa-brands-400.ttf) format("truetype"),
url(/fonts/fa-brands-400.svg#fontawesome) format("svg");
}



/* Основные */

html {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #655F5C;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}

a {
font-size: inherit;
color: inherit;
text-decoration: none;
text-decoration-skip-ink: none;
}

input,
textarea {
font-family: inherit !important;
}

strong, b {
font-weight: normal;
}

h1,
h2,
h3 {
font-weight: normal;
padding: 0px;
margin: 0px;
}

.bl-transition,
.bl-transition:before,
.bl-transition:after,
.bl-transition input,
.bl-transition textarea,
.bl-transition img,
.bl-transition a,
.bl-transition i,
.bl-transition span,
.bl-transition div,
.bl-transition a:before,
.bl-transition a:after,
.bl-transition span:before,
.bl-transition span:after,
.bl-transition div:before,
.bl-transition div:after {
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

@media (max-width: 1023px) and (min-width: 320px) {

body {
font-size: 14px;
line-height: 19px;
}

}

.align-left {
text-align: left !important;
}

.align-right {
text-align: right !important;
}




/* Popup окно */

.popup-cont {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: 200;
}

.popup-back {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
position: absolute;
left: 0px;
top: 0px;
z-index: 200;
opacity: 0;
}

.popup-block {
width: 100%;
height: 100%;
display: table;
position: relative;
z-index: 210;
}

.popup-td {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}

.popup-win {
width: 400px;
background-color: #FFFDFB;
border-radius: 10px;
padding: 70px 40px 40px 40px;
position: relative;
margin: 0px auto;
opacity: 0;
}

.popup-close {
width: 40px;
height: 40px;
background-image: url(/images/close.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 18px;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}

.popup-close:hover {
background-image: url(/images/close-on.svg);
}

.popup-inner {
}

.popup-inner h2 {
font-family: Forum;
font-size: 40px;
font-weight: 400;
line-height: 44px;
color: #443E39;
text-align: center;
}


@media (max-width: 1023px) and (min-width: 320px) {

.popup-td {
vertical-align: top;
padding: 20px;
}

.popup-win {
width: calc(100% - 40px);
padding: 50px 20px 20px 20px;
}

.popup-close {
right: 10px;
top: 10px;
}

.popup-close:hover {
background-image: url(/images/close.svg);
}

.popup-inner h2 {
font-family: Forum;
font-size: 30px;
font-weight: 400;
line-height: 35px;
text-align: center;
}

}




/* Кнопки */

.button-white {
background-color: transparent;
border: 1px solid #fffdfb;
outline: none;
border-radius: 10px;
padding: 10px 30px;
font-size: 14px;
line-height: 16px;
color: #fffdfb;
letter-spacing: 1px;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}

.button-white:hover {
background-color: #fffdfb;
color: #6869A8;
}

.button-outline {
background-color: #ffffff;
border: 1px solid #6869A8;
outline: none;
border-radius: 10px;
padding: 12px 30px;
font-size: 14px;
line-height: 16px;
color: #6869A8;
letter-spacing: 1px;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}

.button-outline:hover {
background-color: #6869A8;
color: #ffffff;
}

.button-block {
background-color: #6869A8;
border: 1px solid #6869A8;
outline: none;
border-radius: 10px;
padding: 12px 30px;
font-size: 14px;
line-height: 16px;
color: #ffffff;
letter-spacing: 2px;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}

.button-block:hover {
background-color: #ffffff;
border: 1px solid #6869A8;
color: #6869A8;
}

.button-w100 {
width: 100%;
}

@media (max-width: 1023px) and (min-width: 320px) {

.button-white,
.button-outline,
.button-block {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}

.button-white:hover {
background-color: transparent;
color: #fffdfb;
}

.button-outline:hover {
background-color: transparent;
color: #6869A8;
}

.button-block:hover {
background-color: #6869A8;
color: #ffffff;
}

.button-w100 {
width: 100%;
}

}




/* Формы */

.form-line {
margin: 40px 0 0 0;
}

.form-line-2 {
margin: 20px 0 0 0;
}

.form-data input,
.form-data textarea {
width: 100%;
background: transparent;
padding: 10px 0;
font-size: 16px;
line-height: 19px;
color: #443E39;
border: none;
border-bottom: 1px solid #655F5C;
outline: none;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
}

.form-data textarea {
width: calc(100% - 42px);
height: 120px;
background: #ffffff;
border: 1px solid #655F5C;
padding: 20px 20px;
}

.form-data input:focus,
.form-data input:not(:placeholder-shown) {
border-bottom: 1px solid #443E39;
}

.form-data textarea:focus {
border: 1px solid #443E39;
}

.form-data input::placeholder,
.form-data textarea::placeholder {
color: #655F5C;
}

.form-line p {
font-size: 12px !important;
line-height: 16px !important;
}

.form-line p>a {
font-family: inherit !important;
font-size: 12px !important;
line-height: 16px !important;
text-decoration: underline;
display: inline !important;
}

.form-line p>a:hover {
opacity: 0.8;
}

.form-line-last {
margin: 40px 0 0 0;
}

@media (max-width: 1023px) and (min-width: 320px) {

.form-line {
margin: 20px 0 0 0;
text-align: left;
}

}




/* Шапка */

.header {
width: 100%;
background-color: #6869A8;
box-shadow: 0 4px 4px rgba(68, 62, 57, 0.15);
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
}

.header-container {
width: calc(100% - 200px);
max-width: 1200px;
padding: 0 100px;
margin: 0px auto;
}

.header-block {
width: 100%;
display: table;
}

.header-logo {
display: table-cell;
vertical-align: middle;
}

.header-logo img {
width: 71px;
border: none;
margin-right: 100px;
}

.header-menu {
width: 100%;
display: table-cell;
vertical-align: middle;
}

.header-menu a {
color: #ffffff;
margin: 0 50px 0 0;
}

.header-menu a:last-child {
margin: 0 0 0 0;
}

.header-menu a:hover {
opacity: 0.8;
}

.header-order {
display: table-cell;
vertical-align: middle;
}

.header-mob-button-off,
.header-mob-button-on {
display: none;
}

.header-feedback {
display: none;
}

@media (max-width: 1280px) and (min-width: 1024px) {

.header-logo img {
margin-right: 0px;
}

.header-menu {
text-align: center;
}

.header-menu a {
margin: 0 30px 0 0;
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.header {
width: 100%;
background-color: #6869A8;
box-shadow: 0 4px 4px rgba(68, 62, 57, 0.15);
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
}

.header-container {
width: calc(100% - 44px);
max-width: 1200px;
padding: 0 22px;
margin: 0px auto;
}

.header-block {
width: auto;
height: 60px;
display: block;
osition: relative;
z-index: 
}

.header-block:before {
content: '';
width: 100%;
height: 60px;
background-color: #6869A8;
position: absolute;
left: 0px;
top: 0px;
z-index: 120;
display: block;
}

.header-logo {
display: block;
position: absolute;
left: 20px;
top: 1px;
z-index: 130;
}

.header-logo img {
width: 71px;
border: none;
margin-right: 100px;
}

.header-menu {
width: 100%;
background-color: #ffffff;
display: block;
vertical-align: top;
text-align: center;
padding-top: 120px;
position: absolute;
left: 0px;
top: -2000px;
z-index: 110;
}

.header-menu a {
font-family: Forum;
font-size: 31px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0em;
text-align: center;
color: #443E39;
margin: 0 0 15px 0;
display: block;
}

.header-menu a:last-child {
margin: 0 0 0 0;
}

.header-menu a:hover {
opacity: 1;
}

.header-order {
display: none;
}

.header-mob-button-off,
.header-mob-button-on {
width: 50px;
height: 50px;
position: absolute;
right: 20px;
top: 5px;
z-index: 130;
display: block;
}

.header-mob-button-off span,
.header-mob-button-on span {
width: 28px;
height: 3px;
position: absolute;
left: 10px;
background-color: #ffffff;
border-radius: 999px;
}

.header-mob-button-off span:nth-child(1) {
top: 16px;
}

.header-mob-button-off span:nth-child(2) {
top: 24px;
}

.header-mob-button-off span:nth-child(3) {
top: 32px;
}

.header-mob-button-on span:nth-child(1) {
top: 24px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.header-mob-button-on span:nth-child(2) {
top: 24px;
width: 0px;
}

.header-mob-button-on span:nth-child(3) {
top: 24px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.header-feedback {
width: calc(100% - 44px);
padding: 30px 22px;
background-color: #fefdfb;
display: block;
margin: 50px 0 0 0;
}

.header-feedback h2 {
font-family: Forum;
font-size: 24px;
font-weight: 400;
line-height: 26px;
color: #443E39;
}

}




/* Подвал строка 1 */

.prefooter {
width: 100%;
margin-top: 395px;
}

.prefooter-container {
max-width: 1200px;
padding: 0 100px;
margin: 0px auto;
position: relative;
}

.prefooter-block {
width: calc(100% - 200px);
background-image: url(/images/main-promo-bg.svg);
background-position: center -200px;
background-repeat: repeat;
background-color: #F6F1EB;
height: 490px;
display: table;
position: absolute;
left: 100px;
top: -275px;
border-radius: 10px;
overflow: hidden;
}

.prefooter-form {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}

.prefooter-form-container {
width: calc(100% - 340px);
background-color: #ffffff;
border-radius: 10px;
margin: 0px auto;
padding: 40px 70px;
border: 1px solid #E4DFE3;
}

.prefooter-form-container h2 {
font-family: 'Forum';
font-style: normal;
font-weight: 300;
font-size: 33px;
line-height: 38px;
color: #443E39;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.prefooter-map {
display: table-cell;
height: 100%;
}

.prefooter-map-container {
width: 490px;
height: 100%;
}

@media (max-width: 1280px) and (min-width: 1024px) {

.prefooter {
width: 100%;
margin-top: 365px;
}

.prefooter-block {
width: calc(100% - 200px);
height: auto;
display: block;
left: 100px;
top: -275px;
}

.prefooter-form {
width: 100%;
height: 100%;
display: block;
vertical-align: middle;
padding: 50px 0;
}

.prefooter-form-container {
width: calc(100% - 240px);
padding: 40px 70px;
}

.prefooter-map {
display: block;
height: 100%;
}

.prefooter-map-container {
width: 100%;
height: 300px;
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.prefooter {
width: 100%;
margin-top: 355px;
}

.prefooter-container {
max-width: calc(100% - 44px);
padding: 0 22px;
}

.prefooter-block {
width: calc(100% - 46px);
background-image: none;
background-color: #FFFDFB;
height: 550px;
display: block;
left: 22px;
top: -300px;
border-radius: 10px;
overflow: hidden;
border-top: 1px solid #E4DFE3;
border-left: 1px solid #E4DFE3;
border-right: 1px solid #E4DFE3;
}

.prefooter-form {
width: 100%;
height: 300px;
display: block;
}

.prefooter-form-container {
width: calc(100% - 40px);
background-color: transparent;
border-radius: 0px;
padding: 30px 20px 50px 20px;
border: none;
}

.prefooter-form-container h2 {
font-size: 24px;
line-height: 26px;
}

.prefooter-map {
display: block;
height: 250px;
}

.prefooter-map-container {
width: 100%;
height: 250px;
}

}



/* Подвал строка 2 */

.footer {
width: 100%;
background-color: #443E39;
padding: 215px 0 0 0;
}

.footer-container {
max-width: 1200px;
padding: 0 100px;
margin: 0px auto;
position: relative;
}

.footer-block {
padding: 60px 0 20px 0;
}

.footer-line-1 {
width: 100%;
display: table;
margin: 0 0 35px 0;
}

.footer-logo {
display: table-cell;
vertical-align: middle;
}

.footer-logo img {
width: 76px;
border: none;
}

.footer-menu {
width: 100%;
display: table-cell;
text-align: center;
vertical-align: middle;
}

.footer-menu a {
color: #ffffff;
margin: 0 40px 0 0;
}

.footer-menu a:last-child {
margin: 0 0 0 0;
}

.footer-menu a:hover {
opacity: 0.8;
}

.footer-soc {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}

.footer-soc a {
color: #FFFDFB;
font-size: 21px;
line-height: 21px;
padding-left: 21px;
}

.footer-soc a:hover {
opacity: 0.8;
}

.fab {
font-family: 'Font Brands';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.footer-line-2 {
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #FFFDFB;
}

.footer-line-2:before {
content: '';
width: 100%;
height: 1px;
background-color: #FFFDFB;
display: block;
margin: 0 0 23px 0;
}

@media (max-width: 1280px) and (min-width: 1024px) {

.footer {
padding: 465px 0 0 0;
}

.footer-menu a {
font-size: 14px;
line-height: 18px;
margin: 0 15px 0 0;
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.footer {
padding: 235px 0 0 0;
}

.footer-container {
max-width: calc(100% - 44px);
padding: 0 22px;
margin: 0px auto;
position: relative;
}

.footer-block {
padding: 60px 0 20px 0;
}

.footer-line-1 {
width: 100%;
display: block;
margin: 0 0 35px 0;
position: relative;
}

.footer-logo {
display: block;
}

.footer-logo img {
width: 76px;
border: none;
}

.footer-menu {
width: 100%;
display: block;
text-align: left;
margin-top: 20px;
}

.footer-menu a {
width: 50%;
display: inline-block;
color: #ffffff;
margin: 0 0 15px 0;
}

.footer-menu a:last-child {
margin: 0 0 0 0;
}

.footer-menu a:hover {
opacity: 1;
}

.footer-soc {
display: block;
white-space: nowrap;
position: absolute;
right: 0px;
top: 16px;
}

.footer-soc a {
color: #FFFDFB;
font-size: 35px;
line-height: 35px;
padding-left: 21px;
}

.footer-soc a:hover {
opacity: 1;
}

.footer-line-2 {
font-size: 12px;
line-height: 16px;
}

}



/* Главное промо */

.main-promo {
width: 100%;
height: 585px;
background-image: url(/images/main-promo-bg.svg);
background-position: center -200px;
background-repeat: repeat;
background-color: #F6F1EB;
margin: 60px 0 0 0;
position: relative;
}

.main-promo-container {
max-width: 1200px;
height: 100%;
padding: 0 100px;
margin: 0px auto;
position: relative;
z-index: 20;
}

.main-promo-image {
content: '';
width: 50%;
height: 100%;
background-image: url(/images/main-promo-image.png);
background-position: left bottom;
background-repeat: no-repeat;
background-size: cover;
display: block;
position: absolute;
right: 0px;
top: 0px;
z-index: 10;
}

.main-promo-row {
width: 60%;
height: 100%;
padding-top: 160px;
position: relative;
z-index: 20;
}

.main-promo h1 {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 50px;
line-height: 53px;
color: #443E39;
margin: 0 0 30px 0;
}

.main-promo span {
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #443E39;
display: block;
margin: 0 0 45px 0;
}

.main-promo button {
display: block;
}

@media (max-width: 1415px) and (min-width: 1024px) {

.main-promo-container {
overflow: hidden;
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.main-promo {
height: auto;
background-image: url(/images/main-promo-bg.svg);
background-position: left -200px;
background-repeat: repeat;
background-size: 300%;
margin: 60px 0 0 0;
position: relative;
}

.main-promo-container {
max-width: calc(100% - 44px);
height: auto;
padding: 0 22px;
}

.main-promo-image {
display: none;
}


.main-promo-row {
width: 100%;
height: auto;
padding-top: 65px;
padding-bottom: 50px;
}

.main-promo h1 {
font-weight: 400;
font-size: 34px;
line-height: 38px;
color: #443E39;
margin: 0 0 30px 0;
}

.main-promo span {
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #443E39;
display: block;
margin: 0 0 45px 0;
}

.main-promo button {
display: block;
}

}



/* Главная текстовые блоки */

.bg-overlay {
background-image: url(/images/main-promo-bg.svg);
background-position: center -200px;
background-repeat: repeat;
background-color: #F6F1EB;
}

.main-text {
width: 100%;
}

.main-text-container {
max-width: 1200px;
margin: 0px auto;
padding: 0 100px;
position: relative;
}

.main-text-container h2 {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 45px;
color: #443E39;
text-align: center;
}

.main-text-block {
width: 100%;
display: table;
}

.main-text-block-d-100 {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 0 100px;
}

.main-text-block-d-50 {
width: 50%;
display: table-cell;
vertical-align: top;
}

.main-text-block div.image-container {
width: 100%;
height: 330px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
overflow: hidden;
}

.no-shadow {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}


@media (max-width: 1023px) and (min-width: 320px) {

.bg-overlay {
background-image: url(/images/main-promo-bg.svg);
background-position: left -200px;
background-repeat: repeat;
background-size: 300%;
}

.main-text {
width: 100%;
}

.main-text-container {
max-width: calc(100% - 44px);
padding: 0 22px;
}

.main-text-container h2 {
font-weight: 400;
font-size: 24px;
line-height: 26px;
}

.main-text-block {
display: flex;
flex-direction: column;
}

.main-text-block-d-100 {
display: block;
padding: 0 0 0 0;
}

.main-text-block-d-50 {
width: 100%;
}

.main-text-block div.image-container {
height: 200px;
}

.mob-image-contain {
background-size: contain !important;
}

}



/* Выпадающие списки */

.main-prem-block {
width: 100%;
display: table;
}

.main-prem-block-d-50 {
width: 50%;
display: table-cell;
vertical-align: top;
}

.main-prem-block h3 {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 20px;
color: #443E39;
}

.main-prem-block-line-on,
.main-prem-block-line-off {
background: #FFFDFB;
border: 1px solid #E4DFE3;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
border-radius: 10px;
padding: 14px 20px 12px 20px;
position: relative;
cursor: pointer;
margin: 0 0 10px 0;
}

.main-prem-block-line-on:after,
.main-prem-block-line-off:after {
content: '';
width: 14px;
height: 14px;
background-image: url(/images/arrow-down.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 20px;
top: 18px;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.main-prem-block-line-on:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.main-prem-block-line-on span,
.main-prem-block-line-off span {
padding: 0 30px 0 0;
display: block;
font-weight: 700;
}

.main-prem-block-line-inner {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #655F5C;
display: block;
opacity: 0.8;
}

@media (max-width: 1415px) and (min-width: 1024px) {

.main-prem-block {
width: 100%;
display: block;
}

.main-prem-block-d-50 {
width: 100%;
display: block;
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.main-prem-block {
width: 100%;
display: block;
}

.main-prem-block-d-50 {
width: 100%;
display: block;
}

.main-prem-block h3 {
font-size: 18px;
line-height: 20px;
text-align: left;
}

.main-prem-block-line-on:after,
.main-prem-block-line-off:after {
content: '';
top: 16px;
}

}



/* Карты подходы */

.main-card-block {
display: flex;
flex-wrap: wrap;
}

.main-card-block-item {
width: calc(33% - 20px);
display: flex;
flex-direction: column;
background: #FFFDFB;
border: 1px solid #E4DFE3;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
border-radius: 10px;
padding: 25px 30px;
margin: 0 20px 20px 0;
}

.main-card-block-item i {
width: 43px;
height: 43px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
}

.main-card-block-item h3 {
font-weight: 500;
font-size: 20px;
line-height: 20px;
color: #443E39;
}

.main-card-block-item span {
font-size: 16px;
line-height: 20px;
}

@media (max-width: 1415px) and (min-width: 1024px) {

.main-card-block-item {
width: calc(50% - 20px);
}

}

@media (max-width: 1023px) and (min-width: 320px) {

.main-card-block {
display: block;
}

.main-card-block-item {
width: 100%;
display: block;
}

.main-card-block-item h3 {
font-weight: 500;
font-size: 18px;
line-height: 20px;
}

.main-card-block-item span {
font-size: 14px;
line-height: 20px;
}

}



/* Навигация */

.navigation {
width: 100%;
margin-top: 60px;
}

.navigation-container {
max-width: 1200px;
min-height: 20px;
margin: 0px auto;
padding: 0 100px;
position: relative;
}

.navigation-links {
}

.navigation-links a {
color: #655F5C;
text-decoration: none;
}

.navigation-links a:after {
content: '/';
margin: 0 20px;
}

.navigation-links a:last-child:after {
display: none;
}

@media (max-width: 1023px) and (min-width: 320px) {

.navigation-container {
max-width: calc(100% - 44px);
padding: 0 22px;
}

.navigation-links a:after {
margin: 0 10px;
}

}



/* Общая обёртка страниц */

.page {
width: 100%;
}

.page-container {
max-width: 1200px;
margin: 0px auto;
padding: 0 100px;
position: relative;
}

.page-maintitle {
text-align: center;
}

.page-container h1 {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 46px;
line-height: 50px;
color: #443E39;
margin: 60px 0;
}

.page-container h2 {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 40px;
color: #443E39;
margin: 40px 0;
}

.page-container h3 {
font-weight: 500;
font-size: 20px;
line-height: 26px;
color: #443E39;
margin: 30px 0;
}

.page-container h4 {
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #443E39;
margin: 20px 0;
}

.page-container a {
text-decoration: underline;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.page-container a:hover {
opacity: 0.8;
}

.page-container strong {
font-weight: 800;
}

.page-image {
border-radius: 10px;
overflow: hidden;
filter: drop-shadow(0px 4px 4px rgba(68, 62, 57, 0.15));
}

.page-image-right {
width: 50%;
float: right;
margin: 2px 0 60px 60px;
}

.page-image-left {
width: 50%;
float: left;
margin: 2px 60px 60px 0;
}

.page-image-center {
width: 100%;
margin: 40px 0 40px 0;
}

.image-border-blue {
border: 2px solid #6869A8;
}

@media (max-width: 1023px) and (min-width: 320px) {

.page-container {
max-width: calc(100% - 44px);
padding: 0 22px;
}

.page-maintitle {
text-align: center;
}

.page-container h1 {
font-size: 30px;
line-height: 36px;
margin: 40px 0;
}

.page-container h2 {
font-size: 24px;
line-height: 24px;
margin: 30px 0;
}

.page-container h3 {
font-size: 18px;
line-height: 24px;
margin: 20px 0;
}

.page-container h4 {
font-size: 16px;
line-height: 22px;
margin: 20px 0;
}

.page-container a:hover {
opacity: 1;
}

.page-image {
border-radius: 10px;
overflow: hidden;
filter: drop-shadow(0px 4px 4px rgba(68, 62, 57, 0.15));
}

.page-image-right,
.page-image-left,
.page-image-center {
width: 100%;
float: none;
margin: 20px 0 20px 0;
}

}



/* Обучение */

.study-block {
width: 100%;
display: table;
}

.study-row {
display: table-row;
}

.study-cell {
width: 50%;
display: table-cell;
vertical-align: top;
}

.study-cell-image {
width: 100%;
height: 200px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
filter: drop-shadow(0px 4px 4px rgba(68, 62, 57, 0.15));
}

.study-tableblock {
}

.study-tableblock table {
width: 100%;
border-collapse: collapse;
}

.study-tableblock tr {
background-color: #FFFDFB;
}

.study-tableblock tr:nth-child(2n-1) {
background-color: #F6F1EB;
}

.study-tableblock td,
.study-tableblock th {
border: 1px solid #E4DFE3;
padding: 0 10px;
}

.study-tableblock th {
font-weight: 600;
}

@media (max-width: 1023px) and (min-width: 320px) {

.study-block {
display: block;
}

.study-cell {
width: 100%;
display: block;
}

.study-tableblock {
width: 100%;
overflow-x: scroll;
padding-bottom: 20px;
}

.study-tableblock::-webkit-scrollbar {
width: 0px;
height: 5px;
}

.study-tableblock::-webkit-scrollbar-track {
background: #c4c4e4;
border-radius: 10px;       
}

.study-tableblock::-webkit-scrollbar-thumb {
background-color: #6869A8;    
border-radius: 10px;
}

.study-tableblock {
scrollbar-width: thin;
scrollbar-color: #6869A8 #c4c4e4;
}

}



/* Книги */

.book-block {
padding: 50px 70px;
border-radius: 10px;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
}

.book-inner {
width: 100%;
display: table;
}

.book-inner-cell-1 {
display: table-cell;
vertical-align: top;
}

.book-inner-cell-1 img {
width: 265px;
}

.book-inner-cell-2 {
width: 100%;
display: table-cell;
vertical-align: top;
padding-right: 250px;
position: relative;
}

.book-title {
font-family: 'Raleway' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 20px !important;
line-height: 25px !important;
margin: 0px !important;
padding: 0px !important;
}

.book-price-block {
position: absolute;
right: 0px;
top: 0px;
}

.book-price-block span {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 46px;
color: #4A3F6F;
display: block;
text-align: right;
}

.book-button {
padding-left: 60px;
padding-right: 60px;
}

.book-description {
}

.book-options {
width: 100%;
display: table;
font-size: 14px;
line-height: 20px;
}

.book-option-line {
display: table-row;
}

.book-option-line div:nth-child(1),
.book-option-line div:nth-child(2) {
display: table-cell;
padding-bottom: 3px;
}

.book-option-line div:nth-child(1) {
white-space: nowrap;
}

.book-option-line div:nth-child(1):before {
content: '';
width: 120px;
display: block;
}

.book-option-line div:nth-child(2) {
width: 100%;
padding-left: 30px;
font-weight: 500;
}

@media (max-width: 1023px) and (min-width: 320px) {

.book-block {
padding: 30px 20px;
border-radius: 10px;
}

.book-inner {
display: block;
}

.book-inner-cell-1 {
display: inline-block;
float: left;
}

.book-inner-cell-1 img {
width: 110px;
margin: 0 20px 10px 0;
}

.book-inner-cell-2 {
width: 100%;
display: block;
padding-right: 0px;
}

.book-title {
font-family: 'Raleway' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 20px !important;
margin: 0px !important;
padding: 0px !important;
}

.book-price-block {
position: static;
}

.book-price-block span {
font-family: 'Forum';
font-style: normal;
font-weight: 400;
font-size: 34px;
line-height: 38px;
color: #4A3F6F;
display: block;
text-align: left;
padding-top: 10px;
}

.book-button {
width: calc(100% - 130px) !important;
padding-left: 0px;
padding-right: 0px;
}

.book-seporator {
clear: both;
}

.book-description {
width: 100%;
}

.book-options {
width: 100%;
display: table;
font-size: 14px;
line-height: 20px;
}

.book-option-line {
display: table-row;
}

.book-option-line div:nth-child(1),
.book-option-line div:nth-child(2) {
display: table-cell;
padding-bottom: 3px;
}

.book-option-line div:nth-child(1) {
white-space: nowrap;
}

.book-option-line div:nth-child(1):before {
content: '';
width: 100px;
display: block;
}

.book-option-line div:nth-child(2) {
width: 100%;
padding-left: 20px;
font-weight: 500;
}

}



/* Контакты */

.contacts-block {
width: 100%;
display: table;
}

.contacts-cell-1 {
width: 33%;
display: table-cell;
vertical-align: middle;
}

.contacts-cell-2 {
width: 67%;
display: table-cell;
vertical-align: middle;
}

.contacts-line {
}

.contacts-line span {
display: block;
padding-bottom: 3px;
}

.contacts-line a,
.contacts-line p {
font-size: 20px;
line-height: 24px;
font-weight: 600;
color: #443E39;
text-decoration: none;
}

.contacts-line a:hover {
opacity: 0.8;
}

.contacts-line p {
font-size: 20px;
line-height: 24px;
font-weight: 600;
padding: 0px;
margin: 0px;
}

.contacts-form {
width: calc(100% - 80px);
background: #FFFDFB;
border: 1px solid #E4DFE3;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
border-radius: 10px;
padding: 35px 40px 35px 40px;
}

.contacts-form-title {
text-align: center;
padding: 0px !important;
margin: 0px !important;
}

.contacts-form-inner {
width: 100%;
display: table;
}

.contacts-form-inner-cell {
width: 50%;
display: table-cell;
vertical-align: top;
}

@media (max-width: 1023px) and (min-width: 320px) {

.contacts-block {
width: 100%;
display: block;
}

.contacts-cell-1 {
width: 100%;
display: block;
}

.contacts-cell-2 {
width: 100%;
display: block;
}

.contacts-line {
}

.contacts-line span {
padding-bottom: 5px;
}

.contacts-line a {
font-size: 18px;
line-height: 22px;
font-weight: 600;
text-decoration: none;
}

.contacts-line a:hover {
opacity: 0.8;
}

.contacts-line p {
font-size: 18px;
line-height: 22px;
font-weight: 600;
padding: 0px;
margin: 0px;
}

.contacts-form {
width: calc(100% - 40px);
background: #FFFDFB;
border: 1px solid #E4DFE3;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
border-radius: 10px;
padding: 35px 20px 22px 20px;
}

.contacts-form-inner {
width: 100%;
display: block;
}

.contacts-form-inner-cell {
width: 100%;
display: block;
}

}



/* 403 404 */

.errorpage-title {
font-family: 'Forum';
font-weight: 400;
font-size: 288px;
line-height: 288px;
color: #4A3F6F;
text-align: center;
margin-top: -70px;
}

.errorpage-text {
width: 60%;
display: block;
margin: 0px auto;
text-align: center;
}

@media (max-width: 1023px) and (min-width: 320px) {

.errorpage-title {
font-size: 162px;
line-height: 162px;
margin-top: -30px;
}

.errorpage-text {
width: 100%;
}

}



/* Галереи */

.gallery-block {
}

.gallery-block a {
width: calc(25% - 20px);
height: 200px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
border: none;
border-radius: 10px;
margin: 0 15px 15px 0;
filter: drop-shadow(0px 4px 4px rgba(68, 62, 57, 0.15));
position: relative;
overflow: hidden;
}

.gallery-block a:after {
content: '';
width: 50px;
height: 50px;
background-image: url(/images/gallery-zoom-3.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
left: calc(50% - 25px);
top: 400px;
z-index: 20;
opacity: 0;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.gallery-block a:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(244,241,236,0.8);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
display: block;
position: absolute;
left: 0px;
top: 0px;
z-index: 10;
opacity: 0;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gallery-block a:hover {
opacity: 1;
}

.gallery-block a:hover:after {
top: calc(50% - 25px);
opacity: 1;
}

.gallery-block a:hover:before {
opacity: 1;
}

.gallery-block a:nth-child(4n) {
margin: 0 0 15px 0;
}

@media (max-width: 1023px) and (min-width: 320px) {

.gallery-block {
}

.gallery-block a {
width: calc(50% - 10px);
height: 150px;
}

.gallery-block a:hover {
opacity: 1;
}

.gallery-block a:hover:after {
opacity: 0;
}

.gallery-block a:hover:before {
opacity: 0;
}

.gallery-block a:nth-child(2n) {
margin: 0 0 15px 0;
}

}



/* Отзывы */

.main-feedback-block {
}

.main-feedback-item-container {
padding-bottom: 40px;
}

.main-feedback-item {
background: #FFFDFB;
border: 1px solid #E4DFE3;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(68, 62, 57, 0.15);
border-radius: 10px;
position: relative;
}

.main-feedback-item:before {
content: '';
width: 17px;
height: 17px;
background-image: url(/images/quote.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: absolute;
left: 14px;
top: 14px;
}

.main-feedback-item h3,
.main-feedback-item span {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #655F5C;
}

.main-feedback-item span {
display: block;
}

.main-feedback-item div {
font-weight: 600;
font-size: 18px;
line-height: 24px;
text-align: right;
color: #443E39;
}

.main-feedback-navi {
}

.slider-navi-top {
position: relative;
}

.slider-navi-block {
}

.slider-arrow-left,
.slider-arrow-right {
width: 13px;
height: 40px;
display: block;
position: absolute;
top: 105px;
}

.slider-arrow-left {
display: block;
left: -40px;
}

.slider-arrow-right {
display: block;
right: -40px;
}

.slider-arrow-left span,
.slider-arrow-right span {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
cursor: pointer;
}

.slider-arrow-left span {
background-image: url(/images/arrow-left.svg);
}

.slider-arrow-right span {
background-image: url(/images/arrow-right.svg);
}

.slider-arrow-dots {
}

.slider-arrow-dots div.bx-pager {
text-align: center;
}

.slider-arrow-dots div.bx-pager-item {
display: inline-block;
width: 8px;
height: 8px;
font-size: 0px;
margin: 0 7px;
}

.slider-arrow-dots div.bx-pager-item>a {
width: 100%;
height: 100%;
background-color: #E4DFE3;
border-radius: 999px;
display: block;
border: none;
}

.slider-arrow-dots div.bx-pager-item>a.active {
background-color: #6869A8 !important;
}


@media (max-width: 1023px) and (min-width: 320px) {

.main-feedback-item h3,
.main-feedback-item span {
font-size: 14px;
line-height: 21px;
}

.main-feedback-item span {
display: block;
}

.main-feedback-item div {
font-size: 16px;
line-height: 20px;
}

.slider-arrow-left,
.slider-arrow-right {
width: 10px;
height: 31px;
top: calc(100% - 20px);
}

.slider-arrow-left {
left: 3px;
}

.slider-arrow-right {
right: 3px;
}


}





.form_alert_red, .form_alert_green {
	font-size: 11px;
	line-height: 11px;
	padding: 0;
	margin: 0;
}
.form_alert_red div, .form_alert_green div {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.form_alert_red {
	color: #C00;
}
.form_alert_green {
	color: #0C0;
}