.info-block-wrap.text_style {
max-width: 1595px;
margin: 0 auto;
}
.info-block-wrap.text_style .inner-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
}
.info-block-wrap.text_style .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.text_style .title {
width: 43%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
color: var(--dark-color);
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
padding-right: 15px;
}
.info-block-wrap.text_style .title span {
display: block;
max-width: 450px;
}
.info-block-wrap.text_style .text {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: 0;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.text_style {
max-width: 1200px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.text_style {
max-width: 1050px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.text_style {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.text_style .title {
letter-spacing: 2px;
width: 37%;
}
.info-block-wrap.text_style .text {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.text_style .inner-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.info-block-wrap.text_style .title {
font-size: 26px;
width: 100%;
margin-bottom: 0;
}
.info-block-wrap.text_style .text {
margin-top: 20px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.text_style {
padding: 0 15px;
}
.info-block-wrap.text_style .title {
letter-spacing: 1px;
}
.info-block-wrap.text_style .text {
margin-top: 10px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
font-size: 16px;
}
}
.info-block-wrap.tabs .tabs-item {
display: none;
}
.info-block-wrap.tabs .tabs-item.active {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.info-block-wrap.tabs .tabs-item {
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.info-block-wrap.tabs .tabs-header ul {
margin: 0;
}
.info-block-wrap.tabs .tabs-header li {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid transparent;
-webkit-transition: border 0.35s ease;
-o-transition: border 0.35s ease;
transition: border 0.35s ease;
cursor: pointer;
position: relative;
padding-bottom: 10px;
padding-right: 32px;
}
.info-block-wrap.tabs .tabs-header li::before, .info-block-wrap.tabs .tabs-header li::after {
width: 14px;
height: 2px;
background-color: var(--dark-color);
position: absolute;
display: block;
content: "";
right: 10px;
opacity: 0;
-webkit-transition: 0.35s opacity ease, -webkit-transform 0.35s ease;
-moz-transition: 0.35s opacity ease, -moz-transform 0.35s ease;
-ms-transition: 0.35s opacity ease, -ms-transform 0.35s ease;
-o-transition: 0.35s opacity ease, -o-transform 0.35s ease;
transition: 0.35s opacity ease, transform 0.35s ease;
}
.info-block-wrap.tabs .tabs-header li::before {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 35px;
}
.info-block-wrap.tabs .tabs-header li:hover::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li.active, .info-block-wrap.tabs .tabs-header li:hover {
border-color: var(--dark-color);
}
.info-block-wrap.tabs .tabs-header li.active::before, .info-block-wrap.tabs .tabs-header li.active::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 20px;
color: var(--dark-color);
font-size: 12px;
font-weight: 500;
font-style: normal;
letter-spacing: 4px;
}
.info-block-wrap.tabs .content-wrap {
padding: 40px 0;
width: -webkit-calc(43% - 50px);
width: calc(43% - 50px);
}
.info-block-wrap.tabs .image-tabs {
margin-left: -70px;
position: relative;
}
.info-block-wrap.tabs .image-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 80%;
width: -webkit-calc(57% - 50px);
width: calc(57% - 50px);
}
.info-block-wrap.tabs .inner-content {
padding: 40px 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--light-main-color);
position: relative;
}
.info-block-wrap.tabs .inner-content::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -100%;
background-color: var(--light-main-color);
z-index: -1;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 450px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 80px;
}
.info-block-wrap.tabs .inner-content .tabs .tabs-header {
max-width: calc(100% - 30px);
}
.info-block-wrap.tabs .content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1625px;
padding: 0 15px;
margin: 0 auto;
}
.info-block-wrap.tabs .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.tabs .text {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
margin: 20px 0 0;
}
.info-block-wrap.tabs .title-wrap {
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
}
.info-block-wrap.tabs .inner-text {
margin: 15px 0 0;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.tabs .inner img {
margin-bottom: 25px;
max-width: 130px;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.tabs .content {
max-width: 1200px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 400px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.tabs .content {
max-width: 1050px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: -30px;
}
.info-block-wrap.tabs .image-wrap {
width: -webkit-calc(55% - 10px);
width: calc(55% - 10px);
}
.info-block-wrap.tabs .content-wrap {
width: -webkit-calc(45% - 30px);
width: calc(45% - 30px);
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 50px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 335px;
}
.info-block-wrap.tabs .tabs-header {
max-width: 100%;
}
.info-block-wrap.tabs .tabs-header li {
padding-bottom: 5px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.tabs .content {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 320px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 30px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.tabs .tabs-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: flex-start;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 30px;
}
.info-block-wrap.tabs .image-wrap,
.info-block-wrap.tabs .content-wrap {
width: 100%;
}
.info-block-wrap.tabs .content {
min-height: auto !important;
}
.info-block-wrap.tabs .content-wrap {
padding: 10px 0 0;
}
.info-block-wrap.tabs .image-wrap {
min-height: 250px;
}
.info-block-wrap.tabs .inner-content {
width: 50%;
padding: 20px 15px 20px 0;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 100%;
}
.info-block-wrap.tabs .inner img {
display: none;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.tabs .inner-text {
font-size: 16px;
}
.info-block-wrap.tabs .text {
font-size: 20px;
}
.info-block-wrap.tabs .title-wrap {
font-size: 16px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.tabs .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 15px;
}
.info-block-wrap.tabs .inner-content {
padding: 45px 0 35px;
width: 100%;
}
.info-block-wrap.tabs .inner-content::before {
right: -15px;
}
.info-block-wrap.tabs .subtitle {
letter-spacing: 1px;
}
.info-block-wrap.tabs .text {
margin-top: 15px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 15px;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 15px;
letter-spacing: 1px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 0;
margin-top: 15px;
}
.info-block-wrap.tabs .inner-text {
margin-top: 10px;
}
}
.info-block-wrap.simple {
text-align: center;
}
.info-block-wrap.simple .subtitle {
color: var(--dark-color);
font-size: 15px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
}
.info-block-wrap.simple .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-weight: 300;
line-height: 1.47;
color: var(--grey-color);
}
.info-block-wrap.simple .btn-wrapper {
margin-top: 40px;
}
@media only screen and (max-width: 1300px) {
.info-block-wrap.simple .text {
font-size: 24px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.simple .text {
max-width: 680px;
font-size: 23px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.simple .text {
max-width: 650px;
font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.simple .text {
font-size: 19px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 35px;
}
.info-block-wrap.simple .subtitle {
margin-bottom: 25px;
}
}
.info-block-wrap.accordion .accordion__title {
font-weight: 700;
color: var(--dark-color);
font-size: 17px;
line-height: 1.5;
letter-spacing: 2.2px;
position: relative;
padding: 15px 25px 15px 0;
border-bottom: 1px solid #ddd;
cursor: pointer;
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:before, .info-block-wrap.accordion .accordion__title span:after {
width: 12px;
height: 2px;
display: block;
content: "";
position: absolute;
right: 0;
top: 50%;
margin: -1px;
background-color: var(--dark-color);
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:after {
transform: rotate(270deg);
}
.info-block-wrap.accordion .accordion__text {
font-size: 17px;
color: var(--grey-color);
line-height: 1.73;
padding: 20px 0;
display: none;
font-weight: 300;
border-bottom: 1px solid #ddd;
}
.info-block-wrap.accordion .accordion__title:hover {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__title:hover span:before, .info-block-wrap.accordion .accordion__title:hover span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:before, .info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
@media only screen and (max-width: 991px) {
.info-block-wrap.accordion {
margin-top: -15px;
}
}
.info-block-wrap.modern .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px;
}
.info-block-wrap.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
padding-bottom: 35px;
border-bottom: 1px solid var(--dark-color);
}
.info-block-wrap.modern .quote {
margin-top: 35px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.info-block-wrap.modern .text {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.modern .add-image {
margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.modern .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.modern .title {
font-size: 26px;
padding-bottom: 25px;
}
.info-block-wrap.modern .quote {
margin-top: 25px;
font-size: 20px;
}
.info-block-wrap.modern .text {
margin-top: 20px;
font-size: 16px;
}
.info-block-wrap.modern .add-image {
margin-top: 5px;
}
}
.info-block-wrap.creative {
display: -webkit-flex;
display: flex;
}
.info-block-wrap.creative .image-wrap {
background-size: cover;
background-position: center;
width: 60%;
height: inherit;
}
.info-block-wrap.creative .text-wrap {
width: 40%;
background: var(--black-color);
color: var(--light-color);
padding: 120px 50px;
text-align: center;
}
.info-block-wrap.creative .text-wrap .subtitle {
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
color: var(--main-color);
}
.info-block-wrap.creative .text-wrap .title {
margin: 20px 0 0;
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.info-block-wrap.creative .text-wrap .text {
line-height: 1.75;
font-weight: 300;
font-size: 21px;
margin-top: 50px;
margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.creative .text-wrap {
padding: 70px 40px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 35px;
margin-bottom: 35px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.creative .text-wrap .text {
font-size: 19px;
line-height: 1.6;
}
.info-block-wrap.creative .text-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.creative {
position: relative;
}
.info-block-wrap.creative .image-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.info-block-wrap.creative .text-wrap {
font-size: 19px;
line-height: 1.6;
background: rgba(0, 0, 0, 0.7);
position: relative;
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.creative .text-wrap .title {
font-size: 26px;
}
.info-block-wrap.creative .text-wrap {
padding: 40px 15px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 20px;
margin-bottom: 25px;
font-size: 18px;
}
}
.info-block-wrap.simple_text {
text-align: center;
max-width: 1100px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: auto;
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple_text {
font-size: 16px;
line-height: 1.6;
}
}
.info-block-wrap.info_list {
background-position: center;
background-size: cover;
text-align: center;
padding: 150px 50px;
min-height: 550px;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--black-color);
position: relative;
}
.info-block-wrap.info_list::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.info-block-wrap.info_list .title,
.info-block-wrap.info_list .text {
max-width: 770px;
position: relative;
z-index: 5;
}
.info-block-wrap.info_list .title {
margin-bottom: 40px;
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
color: var(--main-color);
}
.info-block-wrap.info_list .text {
font-size: 17px;
line-height: 2;
color: var(--light-color);
}
@media only screen and (max-width: 1199px) {
.info-block-wrap.info_list {
min-height: 400px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.info_list {
padding: 100px 50px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.info_list .title {
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.info_list {
padding: 50px 20px 40px;
min-height: auto;
}
.info-block-wrap.info_list .title {
letter-spacing: 1px;
margin-bottom: 20px;
}
}
.info-block-wrap.classic .title {
color: var(--main-color);
font-size: 29px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.info-block-wrap.classic .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
font-weight: 300;
line-height: 1.7;
color: var(--grey-color);
}
.info-block-wrap.classic .text a {
color: var(--main-color);
text-decoration: none;
font-weight: 400;
}
.info-block-wrap.classic .text a:hover {
color: var(--grey-color);
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.classic .title {
letter-spacing: 2px;
}
.info-block-wrap.classic .text {
max-width: 680px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.classic .text {
max-width: 650px;
}
.info-block-wrap.classic .text p {
margin-bottom: 10px;
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 27px;
}
.info-block-wrap.classic .title {
font-size: 26px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.classic .title {
font-size: 26px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 25px;
}
.info-block-wrap.classic .title {
margin-bottom: 10px;
letter-spacing: 1px;
}
}
.info-block-wrap.quote {
text-align: center;
}
.info-block-wrap.quote i {
font-size: 50px;
color: var(--main-color);
}
.info-block-wrap.quote .text-wrap {
padding-top: 20px;
}
.info-block-wrap.quote .quote-wrap {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.info-block-wrap.quote .quote-wrap {
font-size: 21px;
line-height: 1.5;
}
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 10px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 0;
}
.info-block-wrap.quote i {
font-size: 40px;
}
}.about-section-classic {
max-width: 1595px;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 80px 0;
}
.about-section-classic::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 90%;
right: -50%;
z-index: -1;
background-color: var(--light-main-color);
}
.about-section-classic .content-wrap {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.about-section-classic .inner {
max-width: 450px;
}
.about-section-classic .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.about-section-classic .title {
margin: 20px 0 0;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.about-section-classic .blockquote {
margin-top: 25px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.about-section-classic .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-classic .button {
margin-top: 30px;
}
.about-section-classic .images-wrap {
width: 50%;
display: -ms-grid;
display: grid;
grid-gap: 80px;
-ms-grid-columns: -webkit-calc(50% - 40px) 80px -webkit-calc(50% - 40px);
-ms-grid-columns: calc(50% - 40px) 80px calc(50% - 40px);
grid-template-columns: -webkit-calc(50% - 40px) -webkit-calc(50% - 40px);
grid-template-columns: calc(50% - 40px) calc(50% - 40px);
}
.about-section-classic .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.about-section-classic .img-wrap:first-of-type {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 2;
-ms-grid-row-span: 3;
grid-row: 2/5;
}
.about-section-classic .img-wrap:nth-of-type(2) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/3;
}
.about-section-classic .img-wrap:nth-of-type(3) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 3;
-ms-grid-row-span: 3;
grid-row: 3/6;
}
@media only screen and (max-width: 1600px) {
.about-section-classic {
max-width: 1170px;
}
}
@media only screen and (max-width: 1200px) {
.about-section-classic {
max-width: 1050px;
}
.about-section-classic .blockquote {
margin-top: 30px;
}
.about-section-classic .images-wrap {
grid-gap: 40px;
-ms-grid-columns: -webkit-calc(50% - 20px) 40px -webkit-calc(50% - 20px);
-ms-grid-columns: calc(50% - 20px) 40px calc(50% - 20px);
grid-template-columns: -webkit-calc(50% - 20px) -webkit-calc(50% - 20px);
grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) {
.about-section-classic {
max-width: 100%;
padding: 40px 30px;
}
.about-section-classic .title {
letter-spacing: 2px;
}
.about-section-classic .inner {
max-width: 350px;
}
.about-section-classic .images-wrap {
grid-gap: 20px;
-ms-grid-columns: -webkit-calc(50% - 10px) 20px -webkit-calc(50% - 10px);
-ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
grid-template-columns: -webkit-calc(50% - 10px) -webkit-calc(50% - 10px);
grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
}
@media only screen and (max-width: 768px) {
.about-section-classic .title {
font-size: 26px;
padding-bottom: 20px;
}
.about-section-classic .blockquote {
margin-top: 20px;
font-size: 20px;
}
.about-section-classic .description {
font-size: 16px;
}
.about-section-classic .button {
margin-top: 25px;
}
.about-section-classic .inner {
max-width: 100%;
padding-right: 20px;
}
}
@media only screen and (max-width: 576px) {
.about-section-classic {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding: 0 15px;
}
.about-section-classic::before {
content: none;
}
.about-section-classic .content-wrap,
.about-section-classic .images-wrap {
width: 100%;
}
.about-section-classic .images-wrap {
display: block;
}
.about-section-classic .content-wrap {
margin-top: 25px;
}
.about-section-classic .img-wrap {
min-height: 250px;
margin-bottom: 15px;
}
.about-section-classic .subtitle,
.about-section-classic .title {
letter-spacing: 1px;
}
}
.about-section-modern {
display: -webkit-flex;
display: flex;
overflow: hidden;
padding: 30px 0;
}
.about-section-modern .content-wrap {
width: calc(50% + 40px);
overflow-y: auto;
padding-right: 40px;
}
.about-section-modern .content-wrap::-webkit-scrollbar {
width: 4px;
background-color: var(--light-grey-color);
}
.about-section-modern .content-wrap::-webkit-scrollbar-thumb {
background-color: var(--black-color);
}
.about-section-modern .content-wrap .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
}
.about-section-modern .content-wrap .description {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .block-info {
margin-top: 40px;
}
.about-section-modern .content-wrap .block-title {
font-size: 17px;
line-height: 26px;
font-weight: 700;
letter-spacing: 2px;
display: block;
margin-bottom: 15px;
}
.about-section-modern .content-wrap .text {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .address {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone a {
color: var(--grey-color);
display: inline-block;
margin-left: 10px;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .phone a:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .socials {
margin-top: 10px;
}
.about-section-modern .content-wrap .info-socials {
margin: 5px 7px;
font-size: 17px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .info-socials:first-child {
margin-left: 0;
}
.about-section-modern .content-wrap .info-socials:hover {
color: var(--main-color);
}
.about-section-modern .content-wrap .custom-link {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .custom-link:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .form input:not([type=submit]),
.about-section-modern .content-wrap .form textarea {
background: transparent;
color: var(--dark-color);
border: none;
font-size: 16px;
font-weight: 300;
width: 100%;
border-bottom: 1px solid var(--dark-color);
-webkit-transition: border-color 450ms ease;
-moz-transition: border-color 450ms ease;
-ms-transition: border-color 450ms ease;
-o-transition: border-color 450ms ease;
transition: border-color 450ms ease;
margin-bottom: 35px;
}
.about-section-modern .content-wrap .form input:not([type=submit]):focus,
.about-section-modern .content-wrap .form textarea:focus {
border-color: var(--main-color);
}
.about-section-modern .content-wrap .form textarea {
height: 100px;
}
.about-section-modern .images-wrap {
width: calc(50% - 40px);
}
.about-section-modern .images-wrap .img-wrap {
text-align: right;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: calc(100% - 40px);
max-height: 100%;
}
@media only screen and (max-width: 1024px) {
.about-section-modern .content-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
text-align: center;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
height: auto !important;
padding-right: 0;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 45px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
max-height: 80vh;
}
}
@media only screen and (max-width: 768px) {
.about-section-modern .content-wrap .title {
font-size: 26px;
}
.about-section-modern .content-wrap .description,
.about-section-modern .content-wrap .address,
.about-section-modern .content-wrap .phone,
.about-section-modern .content-wrap .custom-link {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
}
.about-section-modern .content-wrap .description {
margin-top: 15px;
}
.about-section-modern .content-wrap .block-info {
margin-top: 35px;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 30px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
}
}
@media only screen and (max-width: 576px) {
.about-section-modern .content-wrap .title {
letter-spacing: 1px;
}
}
.about-section-simple {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.about-section-simple .content-wrap {
width: 50%;
text-align: right;
}
.about-section-simple .images-wrap {
width: 50%;
padding-left: 100px;
}
.about-section-simple .title {
margin: 0 0 15px;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
display: inline-block;
}
.about-section-simple .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-simple .btn-wrap {
margin-top: 30px;
}
.about-section-simple .a-btn-1,
.about-section-simple .a-btn-2 {
margin-right: 33px;
}
@media only screen and (max-width: 991px) {
.about-section-simple .images-wrap {
padding-left: 30px;
}
.about-section-simple .title {
letter-spacing: 2px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.about-section-simple .btn-wrap {
margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.about-section-simple .title {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.about-section-simple {
flex-direction: column;
}
.about-section-simple .content-wrap {
text-align: center;
margin-bottom: 40px;
}
.about-section-simple .content-wrap,
.about-section-simple .images-wrap {
width: 100%;
padding-left: 0;
}
}
@media only screen and (max-width: 600px) {
.about-section-simple .title {
letter-spacing: 1px;
padding-bottom: 10px;
margin-bottom: 0;
}
.about-section-simple .description {
margin-top: 15px;
}
}.contacts-info-wrap.image_form {
max-width: 1595px;
margin: 0 auto;
}
.contacts-info-wrap.image_form .content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 50px;
}
.contacts-info-wrap.image_form .copy-wrap {
position: absolute;
top: 50%;
height: 100%;
right: 0;
z-index: -1;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100vw;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.contacts-info-wrap.image_form .copy {
display: block;
color: var(--grey-color);
font-size: 17px;
font-weight: 300;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
white-space: nowrap;
position: absolute;
-webkit-transform: rotate(90deg) translate(50%, 50%);
-ms-transform: rotate(90deg) translate(50%, 50%);
transform: rotate(90deg) translate(50%, 50%);
right: 80px;
top: 50%;
}
.contacts-info-wrap.image_form .socials-wrap a {
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
text-decoration: none;
-webkit-transition: opacity 0.35s ease;
-o-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
margin-right: 45px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
.contacts-info-wrap.image_form .socials-wrap a:hover {
opacity: 0.5;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 70px);
width: calc(50% - 70px);
}
.contacts-info-wrap.image_form .images-wrap .form,
.contacts-info-wrap.image_form .form-wrap .form {
padding: 0 15px;
}
.contacts-info-wrap.image_form .form-wrap span.wpcf7-not-valid-tip {
position: absolute;
bottom: 15px;
}
.contacts-info-wrap.image_form .form-wrap .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]),
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 40px;
width: 100%;
border: 0;
outline: none;
padding: 3px 0;
border-bottom: 1px solid rgba(34, 34, 34, 0.2);
background-color: transparent;
font-size: 17px;
font-weight: 300;
line-height: 1.67;
color: var(--dark-color);
-webkit-transition: border 0.35s ease, color 0.35s ease;
-o-transition: border 0.35s ease, color 0.35s ease;
transition: border 0.35s ease, color 0.35s ease;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-webkit-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-webkit-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-moz-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-moz-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]):-ms-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea:-ms-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-ms-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-ms-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]):focus,
.contacts-info-wrap.image_form .form-wrap textarea:focus {
border-color: var(--dark-color);
}
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 50px;
resize: none;
height: 100px;
}
.contacts-info-wrap.image_form .images-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: -webkit-calc(33.3333% - 10px);
width: calc(33.3333% - 10px);
padding-bottom: -webkit-calc(33.3333% - 10px);
padding-bottom: calc(33.3333% - 10px);
margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
.contacts-info-wrap.image_form {
max-width: 1170px;
}
.contacts-info-wrap.image_form .copy {
right: 40px;
}
}
@media only screen and (max-width: 1330px) {
.contacts-info-wrap.image_form {
padding-right: 70px;
}
.contacts-info-wrap.image_form .copy {
right: 0;
}
}
@media only screen and (max-width: 1200px) {
.contacts-info-wrap.image_form {
max-width: 1050px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 20px);
width: calc(50% - 20px);
}
.contacts-info-wrap.image_form .copy {
right: 25px;
}
}
@media only screen and (max-width: 1024px) {
.contacts-info-wrap.image_form {
max-width: 100%;
padding: 0 30px;
}
.contacts-info-wrap.image_form .content {
margin-top: 40px;
}
.contacts-info-wrap.image_form .copy {
right: 5px;
font-size: 13px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 20px);
width: calc(50% - 20px);
}
.contacts-info-wrap.image_form .form-wrap span.wpcf7-not-valid-tip {
bottom: 5px;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]),
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 25px;
}
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 30px;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(33.33333% - 5px);
width: calc(33.33333% - 5px);
padding-bottom: -webkit-calc(33.33333% - 5px);
padding-bottom: calc(33.33333% - 5px);
}
}
@media only screen and (max-width: 991px) {
.contacts-info-wrap.image_form .copy {
right: 10px;
}
}
@media only screen and (max-width: 768px) {
.contacts-info-wrap.image_form .content {
margin-top: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 10px);
width: calc(50% - 10px);
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(50% - 5px);
width: calc(50% - 5px);
padding-bottom: -webkit-calc(50% - 5px);
padding-bottom: calc(50% - 5px);
}
.contacts-info-wrap.image_form .socials-wrap a {
font-size: 16px;
letter-spacing: 2px;
margin-right: 25px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
}
@media only screen and (max-width: 576px) {
.contacts-info-wrap.image_form {
padding: 0 15px;
}
.contacts-info-wrap.image_form .content {
margin-top: 25px;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contacts-info-wrap.image_form .copy-wrap {
margin-top: 20px;
display: block;
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 100%;
line-height: 1.6;
}
.contacts-info-wrap.image_form .copy {
white-space: normal;
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
font-size: 16px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: 100%;
}
.contacts-info-wrap.image_form .form-wrap {
margin-top: 20px;
}
.contacts-info-wrap.image_form .form-wrap .form {
padding: 0;
}
.contacts-info-wrap.image_form .form-wrap textarea,
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]) {
font-size: 16px;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(50% - 5px);
width: calc(50% - 5px);
}
.contacts-info-wrap.image_form .socials-wrap a {
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
}
.contacts-info-wrap.info {
margin-left: -15px;
width: calc(100% + 30px);
}
.contacts-info-wrap.info::before, .contacts-info-wrap.info::after {
content: "";
display: table;
clear: both;
}
.contacts-info-wrap.info .main-title {
width: 40%;
float: left;
padding: 0 15px;
}
.contacts-info-wrap.info .main-title span {
display: block;
font-size: 23px;
text-transform: uppercase;
font-weight: 700;
margin-top: -2px;
letter-spacing: 2px;
}
.contacts-info-wrap.info .item-wrap {
width: 30%;
float: left;
padding: 0 15px;
}
.contacts-info-wrap.info .title {
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
margin-bottom: 15px;
}
.contacts-info-wrap.info .address {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.contacts-info-wrap.info .phone {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.contacts-info-wrap.info .phone a {
color: var(--grey-color);
text-decoration: none;
margin-left: 5px;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.contacts-info-wrap.info .phone a:hover {
color: var(--dark-color);
}
@media only screen and (max-width: 991px) {
.contacts-info-wrap.info .main-title {
width: 100%;
margin-bottom: 30px;
}
.contacts-info-wrap.info .item-wrap {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.contacts-info-wrap.info .title,
.contacts-info-wrap.info .main-title {
letter-spacing: 1px;
}
.contacts-info-wrap.info .title span,
.contacts-info-wrap.info .main-title span {
font-size: 21px;
}
}
@media only screen and (max-width: 576px) {
.contacts-info-wrap.info .item-wrap {
width: 100%;
float: none;
}
.contacts-info-wrap.info .item-wrap:not(:first-of-type) {
margin-top: 20px;
}
.contacts-info-wrap.info .main-title span {
font-size: 19px;
}
}.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
#topmenu ul li a {
}
#topmenu ul ul li a {
}