:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: var(--font);
    font-family: 'Comfortaa';
    height: 100vh;
    background: #f9f9f9;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

header {
    border-top: 5px solid #44d7b6;
    padding: 0 0 50px;
    position: relative;
    background: #fff;
    z-index: 300;
}

.head_cont {
    height: 100px;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

nav.main_menu {
    height: 60px;
    box-shadow: inset 0px 1px 0px 0px #e3e7eb;
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    background: #fff;
}

nav.main_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.head_cont .adaptive {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.head_cont .adaptive .right {
    display: flex;
}

.head_cont .adaptive .right .telephone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header .search input {
    border: 1px solid #98e4d3;
    height: 44px;
    box-sizing: border-box;
    padding: 0 15px 0 50px;
    border-radius: 10px;
    font-size: 18px;
    width: 360px;
    transition: 0.3s;
}

header .search button {position: absolute;left: 0;top: 0;height: 100%;width: 50px;background-color: transparent;border: none;cursor: pointer;font-size: 24px;padding: 0;color: #3685fb;}

header .search form {
    display: block;
    position: relative;
}

input,textarea,button,select {
    outline: none;
    font-family: 'Calibri';
}

header .search {
    padding: 0 30px 0 0;
}

.head_cont .adaptive .right .telephone a {
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    font-family: 'Calibri';
    font-weight: bold;
    margin: 0 0 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.head_cont .adaptive .right .telephone span {
    font-size: 14px;
    color: #8c8c8c;
    font-family: 'Calibri';
}

.head_cont .adaptive .right .telephone a i {
    margin: 0 10px 0 0;
    color: #3685fb;
}

nav.main_menu .adaptive ul li a {text-decoration: none;font-family: 'Calibri';font-size: 18px;color: #002248;height: 60px;display: flex;flex-direction: column;justify-content: center;transition: 0.3s;}

nav.main_menu .adaptive ul li {
    margin: 0 40px 0 0;
    position: relative;
}

header.fixed nav.main_menu {
    position: fixed;
    top: 0;
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 20%);
}

nav.main_menu .adaptive ul li.active a {
    box-shadow: inset 0px 2px 0px 0px #44d7b6;
}

section.pagetitle {
    height: 290px;
    background-color: #e4fff9;
    background-image: url(/assets/templates/alextour/images/pagetitle.png);
    background-position: top center;
}

section.pagetitle .adaptive {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ol.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #76758f;
}

section.pagetitle h1, section.pagetitle h2 {
    padding: 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    color: #002248;
}

ol.breadcrumb li {
    color: #76758f;
}

ol.breadcrumb li a {
    text-decoration: none;
    color: inherit;
}

ol.breadcrumb li.sep {
    padding: 0 5px;
}

.foot_cont {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.foot_cont .right {
    display: flex;
}

.foot_bottom {
    height: 70px;
    background: #3685fb;
}

.foot_bottom .adaptive {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Calibri';
    color: #fff;
    font-size: 18px;
}

.adaptive.foot_cont img {
    display: block;
}

.foot_cont .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.foot_cont .left .contacts {
    display: flex;
    flex-direction: column;
}

footer {
    border-top: 6px solid #e4fff9;
    height: 386px;
    margin: -386px 0 0;
    box-sizing: border-box;
}

.foot_cont .right img {
    display: block;
    border-radius: 10px;
    margin: 0 15px 0 0;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.foot_cont .right .entermap {
    border-radius: 10px;
    overflow: hidden;
    background: #e4fff9;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

hr.clear.footer {
    height: 386px;
}

.foot_cont .left .contacts a.telephone {
    text-decoration: none;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #0e125e;
}

.foot_cont .left .contacts {
    padding: 20px 0 0;
    font-family: 'Calibri';
}

.foot_cont .left .contacts span.address {
    padding: 0 0 10px;
    font-size: 20px;
    color: #0e125e;
}

.foot_cont .left .contacts a.mail {
    text-decoration: none;
    font-size: 20px;
    color: #0e125e;
    margin: 0 0 10px;
}

.foot_cont .left .contacts span.hours {
    color: #8c8c8c;
    font-size: 18px;
}

article.article h2 {
    font-size: 26px;
    padding: 0 0 20px;
    font-weight: bold;
}

article.article h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 0 0 20px;
}

article.article p, article.article div {
    font-size: 18px;
    padding: 0 0 20px;
    line-height: 30px;
}

article.article strong {
    font-weight: bold;
}

article.article a {
    color: #3669ff;
    text-decoration: none;
}

article.article blockquote {
    background: #e4fff9;
    padding: 20px 30px;
    margin: 0 0 20px;
    border-left: 4px solid #3685fb;
}

article.article a:hover {
    text-decoration: underline;
}

article.article blockquote * {
    padding: 0;
}

article.article ul, article.article ol {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article.article ul li, article.article ol li {
    font-size: 18px;
    line-height: 30px;
    list-style-type: square;
}

article.article table {
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 20%);
    margin: 0 0 20px;
}

article.article table td {
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
}

article.article thead {
    background: #242424;
    color: #fff;
}

article.article thead td {
    border: 1px solid black;
    padding: 15px 20px;
}

article.article li::marker {
    color: #3685fb;
}

section.container {
    padding: 50px 0;
}

section.photos {
    padding: 0 0 50px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

section.photos .slick-list {
    margin: 0 -25px;
    overflow: visible;
}

.imgBlock {
    margin: 0 25px;
}

section.photos .imgBlock a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

section.photos .imgBlock a img {
    display: block;
    width: 100%;
}

.imgBlock {/* opacity: 0; *//* visibility: hidden; *//* transition: 0.3s; */}

.imgBlock.slick-active {
    opacity: 1;
    visibility: visible;
}

section.photos .arrows {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 0;
    top: 50%;
    position: absolute;
    z-index: 20;
}

.arrows .material-icons {
    background-color: #fff;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

section.photos .arrows .prev {
    left: -30px;
}

section.photos .arrows .next {
    right: -30px;
}

.arrows .material-icons:hover {
    border: 1px solid transparent;
    background-color: #3685fb;
    color: #fff;
}

article.article a.zoomphoto {
    float: left;
    margin: 0 30px 30px 0px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

span.zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    opacity: 0;
}

span.zoom:hover {
    opacity: 1;
}

article.article a.zoomphoto img {
    display: block;
}

nav.main_menu .adaptive ul li a:hover {
    color: #3685fb;
}

section.benefits {
    padding: 50px 0 0;
    color: #002248;
}

section.benefits .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.benefitBlock {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.benefitBlock img {
    margin: 0 0 20px;
    display: block;
}

.benefitBlock h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

section.form {
    padding: 0 0 50px;
}

section.form .form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: #002248;
}

section.form .form .input_text {
    width: 370px;
    display: flex;
    flex-direction: column;
}

section.form .form .input_btn {
    width: 300px;
}

.section_title {
    font-size: 30px;
    font-weight: bold;
    color: #002248;
    padding: 0 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

section.form .section_title {
    text-align: center;
}

section.form .form .input_text input {
    border: 1px solid #44d7b6;
    box-sizing: border-box;
    padding: 0 20px;
    height: 60px;
    border-radius: 10px;
    font-family: 'Comfortaa';
    font-size: 16px;
    letter-spacing: 2px;
    transition: 0.3s;
}

section.form .form label {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

section.form .form button {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    background: #0aaf9a;
    color: #fff;
    font-family: 'Comfortaa';
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.form_bottom {
    padding: 15px 0 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form_bottom a {
    color: #0aaf9a;
    text-decoration: none;
}

.form_bottom a:hover {
    text-decoration: underline;
}

section.form .form .input_text input:focus {
    border: 1px solid #fff;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

section.form .form button:hover {
    background: #3685fb;
}

a.zoomphoto {
    position: relative;
    overflow: hidden;
}

section.yoga_photos {
    padding: 50px 0 0;
}

section.yoga_photos .adaptive {
    display: flex;
    justify-content: space-between;
}

section.yoga_photos .adaptive .right {
    width: 400px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.yoga_photos .zoomphoto {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

section.yoga_photos .zoomphoto img {
    display: block;
}

.guide_info .zoomphoto {
    margin: 0 40px 0 0;
    border-radius: 100px;
}

.guide_info  {
    display: flex;
    flex-direction: row;
}

section.guideinfo {
    padding: 50px 0;
}

a.zoomphoto img {
    display: block;
}

.guide_info .information p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.tourBlock {
    width: 370px;
    margin: 0 45px 45px 0;
}

.tourBlock a img {
    display: block;
    width: 100%;
}

.tourBlock a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
    color: inherit;
    min-height: 100%;
}

.tourBlock a .info {
    padding: 20px;
}

.tourBlock a .info h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
}

.tourBlock a .info .price {
    padding: 0px 0 20px;
    font-size: 18px;
}

.price strong {
    color: #3fcfad;
    font-weight: bold;
}

.tourBlock a .info .bottom {
    border-top: 1px solid #e3e7eb;
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tourBlock a .info .bottom span {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.tourBlock:nth-child(3n) {
    margin: 0 0 45px;
}

div#pdopage button.btn-more {
    border: 1px solid #98e4d3;
    background: #fff;
    padding: 0;
    height: 50px;
    width: 200px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

div#pdopage button.btn-more:hover {
    background: #3685fb;
    color: #fff;
    border: 1px solid #3685fb;
}

.tourBlock a .info .bottom i {
    background: #3685fb;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.tour_page section.photos {
    padding: 50px 0;
}

.guideBlock {
    margin: 0 180px 100px 0;
    width: 280px;
}

.guideBlock:nth-child(3n) {
    margin: 0 0 100px;
}

.guideBlock a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.guideBlock a .image {
    border-radius: 100%;
    overflow: hidden;
}

.guideBlock a .image img {
    display: block;
    width: 100%;
}

.guideBlock a .info {
    text-align: center;
    padding: 20px 20px 0;
}

.guideBlock a .info h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
}

.guideBlock a .info .position, .guideBlock a .info .exp {
    padding: 0 0 10px;
    font-size: 16px;
}

.guideBlock a .info .bottom {
    border-top: 1px solid #e3e7eb;
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.guideBlock a .info .bottom span {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.guideBlock a .info .bottom i {
    background: #3685fb;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guideBlock a .info .exp {
    padding: 0 0 20px;
}

body.gallery_page .grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
}

body.gallery_page .photoBlock {width: 25%;box-sizing: border-box;padding: 0 10px 20px;}

.photoBlock a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.photoBlock a img {
    display: block;
    width: 100%;
}

body.contacts_page section.container .entermap {
    height: 400px;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

body.contacts_page section.container .contacts_info {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
}

body.contacts_page section.container .contacts_info .bottom {
    display: flex;
    justify-content: flex-start;
}

body.contacts_page section.container .contacts_info .bottom div {
    padding-right: 80px;
}

body.contacts_page section.container .contacts_info  div span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

body.contacts_page section.container .contacts_info .address, body.contacts_page section.container .contacts_info .telephone, body.contacts_page section.container .contacts_info .email {
    position: relative;
    padding: 0 0 0 70px;
    min-height: 50px;
}

body.contacts_page section.container .contacts_info .address {
    margin: 0;
}

body.contacts_page section.container .contacts_info h3 {
    font-size: 20px;
    color: #3685fb;
    margin: 0 0 10px;
    font-weight: bold;
}

body.contacts_page section.container .contacts_info p {
    font-size: 26px;
    color: #704825;
    font-weight: bold;
}

body.contacts_page section.container .contacts_info a {
    text-decoration: none;
    color: inherit;
}

body.contacts_page section.container .contacts_info .bottom {
    padding: 60px 0 0;
}

a.zoomphoto img {
    max-width: 100%;
}

section.photos .carousel-ltr, section.photos .carousel-ltr .slick-list, section.photos .carousel-rtl, section.photos .carousel-rtl .slick-list {
    overflow: visible;
}

section.photos .carousel-ltr .slick-list, section.photos .carousel-rtl .slick-list {
    margin: 0 -10px;
}

section.photos .carousel-ltr .slick-list .imgBlock, section.photos .carousel-rtl .slick-list .imgBlock{
    margin: 0 10px;
}

section.photos .carousel-ltr {
    padding: 0 0 20px;
}

section.photos .carousel-ltr .slick-list {
    position: relative;
    left: -71px;
}

section.photos .carousel-rtl .slick-list {
    position: relative;
    right: -71px;
}

body.contacts_page section.photos {
    padding: 50px 0;
}

a.btn-more i {
    background: #3685fb;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

a.btn-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 50px;
    font-size: 18px;
    text-decoration: none;
    color: #3685fb;
}

section.welcome {
    height: 530px;
    background-color: #e4fff9;
    background-image: url(/assets/templates/alextour/images/welcome.png);
    background-position: top center;
}

body.home_page section.photos {
    padding: 50px 0;
}

header .search input:focus {
    border: 1px solid #fff;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

body.home_page .section_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.tours {
    padding: 50px 0;
}

section.tours .tourBlock {
    margin: 0 22.5px;
}

.carousel-tours .slick-list {
    margin: 0 -22.5px;
    overflow: visible;
}

.carousel-tours {
    overflow: visible;
}

.section_title .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.tours .arrows, section.reviews .arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
}

section.tours .arrows span, section.reviews .arrows span {
    margin: 0 0 0 10px;
}

section.about_us .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.about_us .adaptive .right {
    width: 640px;
    display: block;
}

section.about_us .adaptive .right img {
    max-width: 100%;
}

section.about_us .adaptive .left {
    width: 560px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_desc .btn-more {
    margin: 0;
}

section.about_us .adaptive .left .section_title {
    padding: 0 0 20px;
}

section.about_us .adaptive .left .section_desc {
    padding: 0 0 30px;
}

section.about_us {
    background-image: url(/assets/templates/alextour/images/about-back.jpg);
    background-size: contain;
    background-position: center top;
    border-top: 6px solid #e4fff9;
    padding: 50px 0;
    background-repeat: no-repeat;
}

.reviewBlock_cont {
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    padding: 20px 20px;
    border-radius: 10px;
    overflow: hidden;
}

body.reviews_page .reviewBlock {
    margin: 0 0 20px;
    width: 100%;
}

.review_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 20px;
    align-items: center;
}

.review_head h3 {
    font-size: 20px;
    font-weight: bold;
}

.review_body {
    font-size: 18px;
    line-height: 22px;
}

.review_head span {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.review_head span i {
    font-size: 30px;
    color: #ffcb2b;
    margin: 0 10px 0 0;
}

body.reviews_page .review_head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

body.reviews_page .review_head h3 {
    margin: 0 20px 0 0;
}

section.reviews {
    padding: 50px 0 0;
}

section.reviews .cont {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

section.reviews .cont a.left {
    display: block;
    width: 340px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px 0 0;
    position: relative;
    z-index: 4;
}

section.reviews .cont a.left img {
    display: block;
    width: 100%;
}

section.reviews .cont .carousel-reviews {
    width: 640px;
}

body.home_page .reviewBlock {margin: 0 15px;}

section.reviews .cont .carousel-reviews .slick-list {
    overflow: visible;
    margin: 0 -15px;
}

section.reviews .cont:before {
    content: "";
    display: block;
    background: #f9f9f9;
    width: 10000px;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 100%;
    margin: 0 -340px 0 0;
    z-index: 3;
    display: none;
}

section.welcome .adaptive {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}

section.welcome .adaptive .left, section.welcome .adaptive .right {
    width: 50%;
    color: #002248;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.welcome h1 {
    font-size: 50px;
    color: #002248;
    font-weight: bold;
    margin: 0 0 40px;
    transform: scale(0.8);
    transform-origin: left center;
    transition: 0.6s;
    opacity: 0;
}

section.welcome h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;
    transform: scale(0.8);
    transform-origin: left center;
    transition: 0.6s;
    opacity: 0;
    transition-delay: 0.3s;
}

section.welcome .btns a {
    padding: 0 40px;
    display: flex;
    height: 60px;
    border: 1px solid #44d7b6;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
    color: inherit;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s;
}

section.welcome .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transform: scale(0.8);
    transform-origin: left center;
    transition: 0.6s;
    opacity: 0;
    transition-delay: 0.6s;
}

section.welcome .btns a:hover {
    background: #3685fb;
    color: #fff;
    border: 1px solid #3685fb;
}

section.welcome .adaptive img.img1 {transform: rotateZ(345deg) scale(1.5);left: 0px;top: 110px;}
section.welcome .adaptive img.img2 {
    transform: rotateZ(20deg) scale(1.5);
    left: 260px;
    top: 170px;
    transition-delay: 0.6s;
}

section.welcome .adaptive img {
    position: absolute;
    z-index: 222;
    border: 8px solid #fff;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    display: block;
    opacity: 0;
    transition-duration: 0.6s;
}

section.welcome.vsbl .adaptive img.img1 {
    transform: rotateZ(345deg) scale(1);
}

section.welcome.vsbl .adaptive img.img2 {
    transform: rotateZ(20deg) scale(1);
}

section.welcome.vsbl .adaptive img {
    opacity: 1;
}

section.welcome.vsbl .btns {
    transform: scale(1);
    opacity: 1;
}

section.welcome.vsbl h3 {
    opacity: 1;
    transform: scale(1);
}

section.welcome.vsbl h1 {
    opacity: 1;
    transform: scale(1);
}

body.search_page .grid {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e7eb;
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.searchBlock a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    transition: 0.3s;
}

.searchBlock:nth-child(2n) a {
    background: #e4fff9;
}

.searchBlock a .idx {
    margin: 0 20px 0 0;
}

.searchBlock a:hover {
    color: #3685fb;
}

.searchBlock:first-child a {
    padding-top: 25px;
}

.searchBlock:last-child a {
    padding-bottom: 25px;
}

.searchBlock a .left {
    display: flex;
}

footer .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

footer .links a {
    color: inherit;
    text-decoration: none;
    margin: 0 0 0 20px;
}

.submenu {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transform-origin: left top;
    transition: 0.3s;
}

nav.main_menu .submenu ul {
    display: flex;
    flex-direction: column;
    background: #3685fb;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

nav.main_menu .submenu ul li {
    margin: 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
}

nav.main_menu .submenu ul li a {
    padding: 10px 20px;
    height: auto;
    color: #fff;
    font-size: 16px;
}

nav.main_menu .adaptive ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

nav.main_menu .submenu ul li:first-child {
    border: none;
}

nav.main_menu .submenu ul li:first-child a {
    padding-top: 15px;
}

nav.main_menu .submenu ul li:last-child a {
    padding-bottom: 15px;
}

nav.main_menu .submenu ul li a:hover {
    background: rgb(0 0 0 / 10%);
    color: #fff;
}

nav.main_menu .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav.main_menu .adaptive .socials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav.main_menu .adaptive .socials a img {
    width: 100%;
}

nav.main_menu .adaptive .socials a {
    height: 26px;
    width: 26px;
    display: block;
    margin: 0 0 0 15px;
}

button.btnklem.disb {
    opacity: 0.5;
    cursor: no-drop;
}

section.form .form button.btnklem.disb:hover {
    background: #0aaf9a;
    cursor: no-drop;
}

.form_bottom input {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    cursor: pointer;
}

body.search_page .empty_result {padding: 20px;}

body.contacts_page section.container .contacts_info .bottom div.telephone p {
    margin: 0 0 6px;
}

a.rmore {
    color: #3685fb;
    text-decoration: none;
}

.adaptive.requisites article p {
    font-size: 26px;
    color: #704825;
    font-weight: bold;
}

.adaptive.requisites {
    padding: 50px 0 0;
}