::selection {
	background: #FAC419; /* Safari */
}

::-moz-selection {
	background: #FAC419; /* Firefox */
}

a::selection {
	background: #FF6A45; /* Safari */
}

a::-moz-selection {
	background: #FF6A45; /* Firefox */
}

img::selection {
	background: #33BAF5; /* Safari */
}

img::-moz-selection {
	background: #33BAF5; /* Firefox */
}

span::selection {
	background: #C1252E; /* Safari */
}

span::-moz-selection {
	background: #C1252E; /* Firefox */
}

:focus-visible {
    outline: none !important;
}

@font-face {
  
  font-style: normal;
  font-weight: 400;

  /* Браузер сначала попробует найти шрифт локально */
  src: local("NTSomic_Regular"),
       /* Если не получилось, загрузит woff2 */
       url("NTSomic-Regular.woff2") format("woff2"),
}

@font-face {
  
  font-style: normal;
  font-weight: 500;

  /* Браузер сначала попробует найти шрифт локально */
  src: local("NTSomic-Medium"),
       /* Если не получилось, загрузит woff2 */
       url("NTSomic-Medium.woff2") format("woff2"),
}

@font-face {
  
  font-style: normal;
  font-weight: 600;

  /* Браузер сначала попробует найти шрифт локально */
  src: local("NTSomic-Semibold"),
       /* Если не получилось, загрузит woff2 */
       url("NTSomic-Semibold.woff2") format("woff2"),
}

@font-face {
  
  font-style: normal;
  font-weight: 700;

  /* Браузер сначала попробует найти шрифт локально */
  src: local("NTSomic-Bold"),
       /* Если не получилось, загрузит woff2 */
       url("NTSomic-Bold.woff2") format("woff2"),
}

body {
	font-family: "Onest", serif;
	/* font-family: "NTSomic_Regular", Arial, sans-serif; */
	font-size: 16px;
	line-height: 24px;
	color: #161C2D;
	background-color: unset !important;
	width: 100%;
	Overflow-x: hidden;
}

@media screen and (min-width: 1478px) and (max-width: 1920px) {
	body {
		zoom: 85%;
		-moz-transform: scale(0.8);
		-moz-transform-origin: 0 0;
	}
}


header {
    padding: 41px 0 !important;
    /* background: #CBEFFF; */
    width: 100%;
    max-width: 100% !important;
}

.container {
    width: 100%;
    max-width: 1438px;
    margin: 0 auto;
	position: relative;
}

section {
	margin: 0 auto;
	position: relative;
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	transition: all 0.2s ease-out;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 0 !important;
    height: 73px;
    z-index: 200;
    background: #f8fcfffa;
}

header .header_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease-out;
}

header.sticky .header_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    gap: 88px;
}

header.sticky .header_logo_wrap .site-logo {
    width: 178px;
    height: 47px;
    margin: 0;
    display: block;
    max-width: 100%;
}

header.sticky .header_logo_wrap .site-logo img.custom-logo {
    width: 60px;
    height: 40px;
    object-fit: contain;
}

header a.btn.blue.callback.for_head {
    display: none;
}

header.sticky a.btn.blue.callback.for_head {
    display: flex;
}

.header_logo_wrap {
    display: block;
}

.header_logo {
    font-size: 20px;
    font-weight: 500; 
    line-height: 23.7px;
    letter-spacing: -0.13333334028720856px;
    text-align: left;
    color: #161C2D;
    z-index: 20;
    position: relative;
}

.site-branding a {
    text-decoration: none !important;
}

.header_logo_wrap .site-logo {
    width: 243px;
    height: 75px;
    margin: 0;
    display: block;
    max-width: 100%;
}

.header_logo_wrap .site-logo span {
    width: 100%;
    height: 100%;
    display: block;
}

.header_logo_wrap .site-logo img.custom-logo {
    width: 98px;
    height: 62px;
    object-fit: contain;
}

.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.primary-menu-container ul li a {
    
    font-size: 18.15px;
    font-weight: 500; 
    line-height: 28px;
    letter-spacing: 0.8899999856948853px;
    text-align: left;
}

main#main {
    padding: 0 !important;
}

footer#colophon {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 70px 0;
    background: #0b4071;
    margin-top: 240px;
}

section.first_block_wrap {
    position: relative;
    /* background: #CBEFFF; */
    /* overflow: hidden; */
    z-index: 4;
    margin-bottom: -1px;
}

section.first_block_wrap .container {
    position: relative;
    padding: 80px 0 231px;
}

.first_block_items {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 57px;
    height: 100%;
    max-height: 519px;
    position: relative;
    z-index: 20;
}

.first_block_item_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first_block_item_txt_top_title {
    text-transform: uppercase;
    border: 1px solid #FF6A45CC;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 600;   
    line-height: 13.68px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #FF6A45;
    width: min-content;
    min-width: 387px;
    margin-bottom: 7px;
}

.first_block_item_txt_title {
    font-size: 72.5px;
    font-weight: 500; 
    line-height: 77.33px;
    letter-spacing: -2.3702563858032227px;
    text-align: left;
    margin-bottom: 20px;
    max-width: 720px;
    color: #161C2D;
}

.first_block_item_txt_txt {
    margin-bottom: 50px;
	max-width: 579px;
}

.first_block_item_txt_txt, .first_block_item_txt_txt p {
    
    font-weight: 400; 
    font-size: 24.08px;
    line-height: 33.55px;
    letter-spacing: 0px;
    color: #161C2D;
}

.btn {
    width: 256px;
    height: 56px;
    border-radius: 2px;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;   
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
}

.blue {
    color: white;
    border: 1px Solid #2e85d4;
    background: #2e85d4;
}

.btn.blue:hover {
    background: #fff;
    color: #2e85d4;
}

.first_block_item_image {
    height: 100%;
    max-height: 559px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.first_block_item_image div {
    width: 100%;
    max-width: 633px;
    height: 100%;
    max-height: 559px;
    position: relative;
}

.first_block_item_image div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_block_item_txt_top_title {
    position: relative;
}

.red_border span {
    display: block;
    position: relative;
    z-index: 15;
}

.red_border {
	position: relative;
	border: 1px solid #FC9300;
	padding: 7px 7px 5px;
	font-size: 10px;
	font-weight: 400; 
	line-height: 0;
	letter-spacing: 1px;
	text-align: center;
	color: #FC9300;
	width: min-content;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
}

.first_block_item_txt_top_title.red_border {
    min-width: 387px;
}

.red_border:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    transition: all 0.4s ease-out;
}

section:hover .red_border:after {
    width: 100%;
}
















section.second_block_wrap {
    margin: 0;
    padding: 212px 0 92px;
    z-index: 10;
    background: linear-gradient(43.81deg, #67D6B8 18.41%, #83E1C8 81.88%);
}



.second_block_slider {
    width: 100%;
    height: 100%;
    max-height: 701px;
}

.second_block_slider img.slick-slide {
    width: 100%;
    height: 100%;
    max-height: 701px;
    object-fit: cover;
}

.second_block_txt {
    margin: 91px auto 0;
    font-size: 48px;
    text-align: center;
    color: white;
    max-width: 1240px;
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    letter-spacing: -1.7999999523162842px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.second_block_house {
    content: '';
    width: 225px;
    height: 606px;
    position: absolute;
    left: 0;
    bottom: -286px;
    z-index: 1;
    background-image: url(/images/elements/red_house_left.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.second_block_slider_arrows {
    position: relative;
    /* width: Calc(100% + 102px); */
    width: 100%;
    /* height: 701px; */
    /* top: 0; */
    /* left: -51px; */
    /* right: -51px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

span.slider-arrow.prev.slick-arrow {
    position: absolute; 
    left: -51px;
    top: -400px;
}

span.slider-arrow.next.slick-arrow {
    position: absolute; 
    right: -51px;
    top: -400px;
}

span.slider-arrow {
    position: relative;
    width: 81px;
    height: 77px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    background: #2e85d4;
}

span.slider-arrow:hover {
    background: #0e7860;
}

span.slider-arrow.prev:after {
    content: '';
    width: 21px;
    height: 42px;
    position: absolute;
    top: Calc(50% - 21px);
    left: Calc(50% - 11px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/elements/slider_arrow_left.png);
    background-size: cover;
    background-repeat: no-repeat;
}

span.slider-arrow.next:after {
    content: '';
    width: 21px;
    height: 42px;
    position: absolute;
    top: Calc(50% - 21px);
    left: Calc(50% - 11px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/elements/slider_arrow_left.png);
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-transform: rotateX(180deg);
    transform: rotate(180deg);
}



@media only screen and (max-width: 1030px) {
    .menu-button-container {
        display: flex;
    }

	header.sticky .primary-menu-container {
        width: 0;
		height: 0;
		opacity: 0;
    }
}


@media screen and (max-width: 1478px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body * {
        box-sizing: border-box;
    }
    
    .container {
        padding: 0 15px !important;
        !i;
        !;
    }
}

@media screen and (max-width: 1578px) {
	.second_block_slider_arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
    
    span.slider-arrow.prev.slick-arrow, 
    span.slider-arrow.next.slick-arrow {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
    }

    section.second_block_wrap .container:after {
        /* content: ''; */
        display: block;
        width: 223px;
        height: 4px;
        position: absolute;
        top: 42px;
        left: 0;
        background: #161C2D;
        transition: all 0.2s ease-out;
    }
}











#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* flex-direction: row; */
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 60px; */
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: none;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    font-family: "Onest", serif;
    margin: 0 30px;
    text-decoration: none;
    color: #161C2D;
    font-size: 20px;
    font-weight: 400; 
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

#cssmenu > ul > li:hover > a {
    color: #161C2D;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 15px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #161C2D;
    content: "";
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 12px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #161C2D;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.15s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400; 
    background: #2e85d4;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 768px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700; 
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: "";
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: "";
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: "";
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: "+";
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}

div#cssmenu > ul > li:first-child > a {
    margin-left: 0;
}

div#cssmenu > ul > li:last-child > a {
    margin-right: 0;
}

.header_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
.hamburger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* border: 1px solid #161C2D; */
    background: unset;
    padding: 5px;
    border-radius: 8px;
}
.btn__hamb {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #161C2D;
    cursor: pointer;
}
.btn__hamb div {
    width: 100%;
    height: 100%;
}
.btn__hamb:before,
.btn__hamb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #161C2D;
}
.btn__hamb:before {
    top: -8px;
}
.btn__hamb:after {
    top: 8px;
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÑŽ*/
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
@media (min-width: 768px) {
    .mobile-menu {
        padding-top: 0;
    }
}
/*Ð¿Ð¾Ð»ÑƒÑ‡Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¹ Ñ„Ð¾Ð½*/
.mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100;
}
/*ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÑŽ, Ð¸Ð¼ÐµÐ½Ð½Ð¾ Ð¾Ð½ Ð²Ñ‹ÐµÐ·Ð¶Ð°ÐµÑ‚ ÑÐ»ÐµÐ²Ð°*/
.mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #fff;
}
@media (min-width: 768px) {
    .mobile-menu .mm__wrapper {
        width: 35%;
    }
}
@media (min-width: 1200px) {
    .mobile-menu .mm__wrapper {
        width: 25%;
    }
}
/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿Ð° Ð² Ð¼ÐµÐ½ÑŽ (Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾)*/
.mobile-menu .h__logo {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700; 
    color: #333;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 15px;
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ ÐºÑ€ÐµÑÑ‚Ð¸ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¼ÐµÐ½ÑŽ*/
.mm__header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.close-btn:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}
.close-btn:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0;
}
.close-btn:before,
.close-btn:after {
    content: "";
    background: #000;
    position: absolute;
}
.close-btn--red:before,
.close-btn--red:after {
    background: #000000;
}


@media screen and (min-width: 1200px) {
	.hamburger {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
	#cssmenu {
        display: none;
    }
}

.mobile_wrap {
    padding: 30px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.mobile_wrap .site-logo {
    margin: 0;
}

.mobile_wrap .site-branding {
    margin-top: -27px;
}








/* Menu Controls */

ul.sub-menu {
    display: none;
}

.menu-button {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    padding: 0.75rem 1.55rem;
    position: fixed;
    right: 0;
}

.open-menu {
    color: #161C2D;
    cursor: pointer;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 9px;
    transition: transform 250ms ease;
}

.rotate {
    transform: rotate(135deg);
}

/* Generated Overflow Element */

.overflow {
    margin: 26px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Menu Styles */

#mobile-nav {
    background-color: #cbefff;
    /* position: fixed; */
    width: 100%;
    z-index: 1;
}

#mobile-nav ul {
    background-color: rgba(0, 0, 0, 0.1);
    /* display: none; */
    margin: 0 1rem;
    padding: 0;
    position: relative;
}

#mobile-nav ul:first-child {
    background-color: transparent;
}

#mobile-nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

#mobile-nav ul li a {
    display: inline-block;
    padding: 1rem 0;
    text-decoration: none;
    width: 100%;
    
    font-size: 18.15px;
    font-weight: 500; 
    line-height: 28px;
    letter-spacing: 0.8899999856948853px;
    text-align: left;
    color: #161C2D;
}

#mobile-nav ul ul {
    margin: 0;
}

#mobile-nav ul ul li {
    border-top: none;
    padding-left: 1rem;
}


@media screen and (max-width: 678px) {
    header.sticky {
        height: 58px;
    }
    
	a.btn.blue.callback.for_head {
        width: 214px;
        height: 37px;
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
	header.sticky a.btn.blue.callback.for_head {
        display: none;
    }

    header .container {
        gap: 10px;
    }

    header.sticky .site-branding {
        max-width: max-content !important;
    }
}

@media screen and (max-width: 1578px) {
	.first_block_item_image div:after {
        /* content: ''; */
        display: block;
        width: 307px;
        height: 4px;
        position: absolute;
        top: 61px;
        left: -97px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #161C2D;
        transition: all 0.2s ease-out;
    }

    .first_block_items {
        max-height: 100%;
        padding: 30px 0 100px;
    }

    .first_block_item_txt_title {
        font-size: 5.9vw;
        line-height: 6.7vw;
    }

    .first_block_item_txt_txt, .first_block_item_txt_txt p {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .second_block_txt {
        font-size: 3.5vw;
        line-height: 4vw;
        padding: 0 120px;
    }
}

@media screen and (max-width: 768px) {
	.first_block_items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.first_block_wrap_background_3 {
	    position: absolute;
	    right: 65px;
	    top: 30px;
	    width: 175px;
	    height: 175px;
	    max-height: 100%;
	}

	.first_block_item_txt {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.first_block_item_txt_top_title {
		text-align: center;
		font-size: 11px;
		line-height: 9px;
		width: fit-content;
	}
	
	.first_block_item_txt_title {
		text-align: center;
		font-size: 34px;
		line-height: 38px;
		font-weight: 600;   
	}
	
	.first_block_item_txt_txt, .first_block_item_txt_txt p {
	    text-align: center;
	    font-size: 18px;
	    line-height: 1.44;
	}
	
	.first_block_item_txt_button {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	}

	.first_block_wrap_background_3 {
        position: absolute;
        right: Calc(57%);
        top: -11%;
        width: 17%;
        height: 17%;
        max-height: 100%;
    }

	.second_block_txt {
		margin-top: 20px;
		font-size: 26px;
		line-height: 31px;
		padding: 0 103px;
	}

	.second_block_house {
		width: 120px;
		height: 376px;
		position: absolute;
		left: 0;
		bottom: -231px;
	}

	.second_block_slider img.slick-slide {
	    width: 100%;
	    height: 100%;
		min-height: 400px;
	    object-fit: cover;
	}
	
	section.second_block_wrap .section_title {
		margin-bottom: 20px;
	}
}








section.about_wrap {
    padding: 156px 0 228px;
    background: #FCF7EB;
}

section.about_wrap .container {
    display: flex;
    flex-direction: column;
    gap: 207px;
    align-items: center;
}

.about_title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.about_title {
    color: #000000;
    padding: 10px;
    /* text-transform: uppercase; */
    font-size: 96px;
    font-weight: 250;
    line-height: 122.4px;
    letter-spacing: -0.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about_txt {
    
min-width: max-content;
}

.about_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 95px;
    position: relative;
}

.about_item_left div {
    width: 31vw;
    max-width: 451px;
    height: 31vw;
    max-height: 594px;
    border-radius: 100%;
    position: relative;
    /* background: white; */
}

.about_item_left div img {
    width: 100%;
    max-width: 451px;
    height: 100%;
    max-height: 594px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.about_item_rospis {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.about_item_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 728px;
    align-items: flex-end;
}

.about_item_txt, 
.about_item_txt p {
    font-size: 42px;
    font-weight: 300;
    line-height: 51.37px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #000000;
}

section.about_wrap .red_border {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 11px;
    padding-right: 11px;
}

span {}

span {}

@media screen and (max-width: 1478px) {
	section.about_wrap .container {
        gap: 45px;
    }

    .about_item_left div {
        width: 100%;
        max-width: 394px;
        height: 100%;
        max-height: 394px;
        border-radius: 100%;
        position: relative;
    }
    
    .about_item_left div img {
        width: 100%;
        max-width: 394px;
        height: 100%;
        max-height: 394px;
        object-fit: cover;
        object-position: center;
    }

    .about_title {
        font-size: 4.9vw;
        line-height: 5.5vw;
    }

    .about_item_txt, .about_item_txt p {
        font-size: 2.9vw;
        line-height: 3.6vw;
    }

    .about_item_left div:after {
        bottom: 68px;
        left: -73px;
        width: 23vw;
    }

    .about_item_right {
        max-width: 33vw;
    }
}

@media screen and (max-width: 878px) {
    section.about_wrap {
        padding: 122px 0 80px;
        background: #FCF7EB;
    }
    
    .about_items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 55px;
        position: relative;
    }

    .about_item_left div:after {
        bottom: 58px;
        left: -49px;
        width: 33vw;
    }

    .about_item_right {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about_item_txt, .about_item_txt p {
        text-align: center;
    }

    .about_item_rospis img {
        max-width: 200px;
        object-fit: contain;
        margin-top: 15px;
    }   
}

@media screen and (max-width: 678px) {
    .about_item_left div:after {
        bottom: 14%;
        left: -18%;
        width: 80%;
        height: 1px;
    }

    .about_item_txt, .about_item_txt p {
        font-size: 21px;
        line-height: 30px;
    }

    .about_title {
        font-size: 43px;
        line-height: 43px;
    }
	
	.red_border {
		min-width: fit-content;
	}
	
	.header_logo {
		min-width: 160px;
	}

	.about_item_txt p:nth-child(2) {
		text-align: center !important;
	}
}

@media screen and (max-width: 368px) {
	.header_logo_wrap .header_logo {
		display: none;
	}
}

@media screen and (max-width: 468px) {
	.second_block_house {
		width: 100px;
		height: 301px;
		position: absolute;
		left: 0;
		bottom: -231px;
	}
	
	.first_block_item_image div:after {
        /* content: ''; */
        display: block;
        width: 233px;
        height: 4px;
        position: absolute;
        top: 61px;
        left: -97px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #161C2D;
        transition: all 0.2s ease-out;
    }
}

@media screen and (max-width: 468px) {
	section.second_block_wrap {
		padding-bottom: 120px;	
	}
	
	.second_block_house {
		width: 100px;
		height: 301px;
		position: absolute;
		left: 0;
		bottom: -164px;
	}

	.second_block_txt {
        margin-top: 20px;
        font-size: 26px;
		font-weight: 300;
        line-height: 31px;
        padding: 0 0;
    }
}

@media screen and (max-width: 768px) {
	section.about_wrap .red_border {
		width: fit-content;
		line-height: 1.4;
	}
}

.about_item_rospis, 
.about_item_rospis img {
	max-width: 300px;
	margin-top: -106px;
}








section.slogan_wrap {
    overflow-x: hidden;
}

.slogan_txt {
    padding: 138px 0 144px;
    font-size: 55.56px;
    font-weight: 150;
    line-height: 75px;
    letter-spacing: 1.3888888359069824px;
    text-align: center;
    text-transform: uppercase;
}

.slogan_lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.slogan_lines div {
    width: 4px;
    height: 100%;
    background: #2e85d4;
    margin-right: 16px;
}

.slogan_txt em {
    color: #67D6B8;
    font-weight: 200;
    font-style: normal;
}

@media screen and (max-width: 1740px) {
	.slogan_txt {
        padding-right: 160px;
    }
}

@media screen and (max-width: 1000px) {
	.slogan_txt {
        padding: 80px 12vw 80px 0;
        font-size: 4vw;
        line-height: 5.5vw;
        letter-spacing: 1.3888888359069824px;
        text-align: center;
        text-transform: uppercase;
    }

    .slogan_lines div {
        width: 0.4vw;
        height: 100%;
        background: #2e85d4;
        margin-right: 1vw;
    }
}

@media screen and (max-width: 568px) {
    .slogan_txt {
        padding: 40px 70px 40px 0;
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 478px) {
    .slogan_txt {
        padding: 0 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
    }

	.slogan_txt em {
	    font-weight: 400; 
	}

    .slogan_lines div {
        width: 1px;
        height: 100%;
        background: #2e85d4;
        margin-right: 5px;
    }

    .about_item_rospis, .about_item_rospis img {
        max-width: 100px;
    }

	.about_item_txt p a {
		font-size: 24px !important;
		text-align: left;
	}
}












section.what_we_do_wrap {
    padding: 206px 0 176px;
    background: linear-gradient(43.81deg, #67D6B8 18.41%, #83E1C8 81.88%);
}

section.what_we_do_wrap .chaiki {
    /* content: ''; */
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 60px;
    right: 100px;
    z-index: 5;
    /* background-image: url(/images/elements/first_block_chaika_all.png); */
    background-size: contain;
    background-repeat: no-repeat;
}

.what_we_do_items {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 129px;
}

.what_we_do_item_left {
    width: 100%;
    max-width: 828px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.what_we_do_item_right {
    width: 100%;
    max-width: 480px;
}

.what_we_do_item_right div {
    width: 100%;
    position: relative;
}

.what_we_do_item_right div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.what_we_do_title {
    background: white;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 600;   
    line-height: 22.01px;
    letter-spacing: 2.7407407760620117px;
    text-align: left;
    color: #FF6A45;
    z-index: 30;
}

.what_we_do_txt, .what_we_do_txt p {
    font-size: 32px;
    font-weight: 400; 
    line-height: 1.4;
    text-align: left;
    z-index: 40;
    color: white;
}

.what_we_do_square {
    width: 39px;
    height: 37px;
    border-radius: 2px;
    background: #FF6A45CC;
}


@media screen and (max-width: 1278px) {
    .what_we_do_items {
        width: 100%;
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }
    
	.what_we_do_item_right {
        width: 100%;
        max-width: 280px;
        z-index: 30;
    }

    .what_we_do_item_left {
        gap: 30px;
    }
}

@media screen and (max-width: 1000px) {
	.what_we_do_title {
        font-size: 3vw;
        line-height: 22.01px;
    }
    
    .what_we_do_txt, .what_we_do_txt p {
        font-size: 36px;
        line-height: 47.96px;
    }
}

@media screen and (max-width: 800px) {
    .what_we_do_items {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .what_we_do_item_right {
        width: 100%;
        max-width: 100%;
        height: 400px;
        z-index: 30;
    }

    .what_we_do_item_right div {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .what_we_do_item_right div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    section.what_we_do_wrap {
        padding: 80px 0 80px;
        /* background: #FCF7EB; */
    }
}

@media screen and (max-width: 768px) {
    .what_we_do_title {
        font-size: 4vw;
        line-height: 22.01px;
        margin: 0 auto;
    }
    
    .what_we_do_txt, .what_we_do_txt p {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        max-width: 439px;
        margin: 0 auto;
        width: 100%;
    }

    .what_we_do_square {
        margin: 0 auto;
    }
}

@media screen and (max-width: 478px) {
    .what_we_do_title {
        font-size: 3vw;
        line-height: 22.01px;
        margin: 0 auto;
    }
    
    .what_we_do_txt {
        font-size: 21px;
        line-height: 30.96px;
        text-align: center;
    }
}







@media screen and (max-width: 768px) {
    .about_item_left div {
        width: 150px;
        max-width: 150px;
        height: 150px;
        max-height: 150px;
        border-radius: 100%;
        position: relative;
    }

    section.about_wrap .red_border {
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .second_block_txt {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4;
        padding: 0 0;
    }

    .btn {
        width: 236px;
        height: 43px;
        /* border-radius: 30px; */
        font-size: 16px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: -0.6000000238418579px;
        text-align: center;
    }

    .about_item_rospis, .about_item_rospis img {
        max-width: 100%;
    }

    .about_item_rospis {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .about_item_right {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    section.what_we_do_wrap .chaiki {
        content: '';
        width: 100%;
        max-width: 1200px;
        height: 100%;
        position: absolute;
        top: 2%;
        right: 0%;
        z-index: 5;
        background-image: url(/images/elements/first_block_chaika_all.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .what_we_do_square {
        width: 20px;
        height: 19px;
        border-radius: 2px;
        background: #FF6A45CC;
    }

	.about_item_rospis img {
		margin: 70px auto;
		max-width: 100px;
	}
}

@media screen and (max-width: 400px) {
	.first_block_item_txt_top_title {
		text-align: center;
		font-size: 7px;
		line-height: 9px;
		width: fit-content;
		min-width: 200px !important;
		!i;
		!;
	}
}

.what_we_do_txt p {
    margin-bottom: 30px;
}

.what_we_do_txt p:last-child {
    margin-bottom: 0;
}









section.domologia_wrap:hover .domologia_title.red_border {
    background: none !important;
}


section.domologia_wrap {
    padding: 219px 0 125px;
    background: linear-gradient(68.96deg, #FDF6F0 25.87%, rgba(252, 244, 237, 0.9) 70.6%);
}

.domologia_title.red_border {
    margin-bottom: 86px;
    font-size: 82px;
    font-weight: 400; 
    line-height: 1;
    text-align: left;
    padding: 0;
    border: none;
    color: #161C2D;
}

.domologia_txt.txt_1, .domologia_txt.txt_1 p {
    font-size: 43.17px;
    font-style: normal;
    font-weight: 400; 
    line-height: 57.56px;
    letter-spacing: -1.438895583152771px;
    text-align: left;
    max-width: 950px;
    margin-bottom: 48px;
}

.domologia_items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 123px;
}

.domologia_item_left {
    /* padding-top: 86px; */
    width: 100%;
    max-width: 576px;
    height: 100%;
    max-height: 818px;
}

.domologia_item_left div {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.domologia_item_left div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domologia_item_right {
    
}

.domologia_item_left_imgs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 130px;
    align-items: flex-start;
}

.domologia_txt.txt_2 {
    margin-bottom: 80px;
    font-size: 28px;
    font-weight: 400; 
    line-height: 41px;
    text-align: left;
}

.domologia_item_left_imgs_1 {
    width: 100%;
    max-width: 412px;
    height: 100%;
    max-height: 430px;
}

.domologia_item_left_imgs_2 {
    position: relative;
}

.domologia_item_left_imgs_1 img, 
.domologia_item_left_imgs_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domologia_item_left_imgs_2 img {
    width: 100%;
    max-width: 207px;
    height: 100%;
    max-height: 216px;
    object-fit: cover;
}


@media screen and (max-width: 1468px) {
    .domologia_item_left_imgs {
        gap: 30px;
        margin-bottom: 70px;
    }

    .domologia_items {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 60px;
    }

    .domologia_item_left_imgs_1 {
        width: 100%;
        max-width: 312px;
        height: 100%;
        max-height: 430px;
    }
}

@media screen and (max-width: 968px) {
    .domologia_items {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 30px;
    }

    .domologia_item_left div:after, 
    .domologia_item_right .domologia_item_left_imgs_2:after {
        display: none;
    }

    .domologia_item_left, 
    .domologia_item_left div {
        padding-top: 0;
        width: 100%;
        max-width: 100%;
        height: 400px;
        max-height: 400px;
    }

    .domologia_item_left_imgs {
        margin-bottom: 45px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .domologia_item_left_imgs_1 {
        width: 100%;
        max-width: 412px;
        height: 100%;
        max-height: 430px;
    }
    
    .domologia_item_left_imgs_2 {
        position: relative;
        height: 100%;
        max-height: 430px;
    }
    
    .domologia_item_left_imgs_1 img, 
    .domologia_item_left_imgs_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .domologia_item_left_imgs_2 img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
	section.domologia_wrap .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .domologia_txt.txt_1, 
    .domologia_txt.txt_2, 
	.domologia_txt.txt_1 p, 
    .domologia_txt.txt_2 p {
        text-align: center;
        font-size: 20px;
        line-height: 1.4;
    }

	.domologia_txt.txt_1 p {
		margin: 0;
	}
}











section.blue_wrap {
    padding: 120px 0 268px;
    background: linear-gradient(43.81deg, #67D6B8 18.41%, #83E1C8 81.88%);
}

section.blue_wrap .container {
    padding: 0;
    border-radius: 4px;
}

.blue_border {
    /* border: 1px solid #FFFFFF; */
    border-radius: 2px;
    width: 100%;
    height: 100%;
    padding: 154px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blue_title {
    position: relative;
    color: white;
    font-size: 55px;
    font-weight: 500; 
    line-height: 53px;
    letter-spacing: -1.2000000476837158px;
    text-align: center;
    width: 100%;
    max-width: 859px;
    margin: 50px 0 137px;
}

.blue_title:before {
    /* content: ''; */
    width: 31px;
    height: 31px;
    position: absolute;
    top: -50px;
    left: Calc(50% - 15px);
    z-index: 10;
    background: #2e85d4;
}

.blue_title:after {
    content: '';
    width: 108px;
    height: 11px;
    position: absolute;
    bottom: -45px;
    left: Calc(50% - 54px);
    z-index: 10;
    background: #FAC419;
}

.blue_square_items {
    width: 100%;
    max-width: 859px;
    margin-bottom: 171px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px 60px;
}

.blue_square_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 27px;
}

.blue_square_item div {
    width: 50px;
    height: 47px;
    border: 1.18px solid #FFFFFF;
    border-radius: 2.35px;
    position: relative;
}

.blue_square_item span {
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 1.1770329475402832px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}

.blue_square_item:nth-child(1) div:after {
    /* content: ''; */
    width: 92px;
    height: 79px;
    position: absolute;
    left: -23px;
    bottom: 16px;
    z-index: 10;
    background-image: url(/images/elements/1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.blue_square_item:nth-child(2) div:after {
    /* content: ''; */
    width: 92px;
    height: 79px;
    position: absolute;
    left: -9px;
    bottom: -2px;
    z-index: 10;
    background-image: url(/images/elements/2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.blue_square_item:nth-child(3) div:after {
    /* content: ''; */
    width: 92px;
    height: 79px;
    position: absolute;
    left: -20px;
    bottom: 0px;
    z-index: 10;
    background-image: url(/images/elements/3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.blue_square_item:nth-child(4) div:after {
	/* content: ''; */
    width: 92px;
    height: 79px;
    position: absolute;
    left: -8px;
    bottom: 9px;
    z-index: 10;
    background-image: url(/images/elements/4.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.blue_text {
    border: 2px solid #FAC419;
    width: 100%;
    max-width: 843px;
    margin-bottom: 119px;
    padding: 27px 35px;
    letter-spacing: -1px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400; 
    line-height: 41px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media screen and (min-width: 769px) {
    section.blue_wrap a.btn.blue.callback {
        width: 100%;
        max-width: 459px;
        height: 82px;
        font-size: 30.99px;
        font-weight: 700; 
        line-height: 60.27px;
        text-align: center;
    }
}



@media screen and (max-width: 1478px) {
    section.blue_wrap .container {
        padding: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    section.domologia_wrap {
        padding: 50px 0 50px;
    }

    section.blue_wrap {
        padding: 50px 0 50px;
    }
    
    .blue_square_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 45px;
        max-width: 250px;
    }

    .blue_square_item div {
        width: 29px;
        height: 30px;
        border: 1.18px solid #FFFFFF;
        border-radius: 2.35px;
        position: relative;
    }

    .blue_title {
        font-size: 24px;
        font-weight: 500; 
        line-height: 32px;
        max-width: 859px;
        margin: 50px 0 115px;
    }
    
    .blue_square_item span {
        font-size: 19.08px;
        font-weight: 800;
        line-height: 20.61px;
    } 
        
    .blue_text {
        margin-bottom: 45px;
        padding: 27px 35px;
        font-size: 20px;
        font-weight: 400; 
        line-height: 1.4;
    } 

    .blue_square_item:nth-child(1) div:after {
        /* content: ''; */
        width: 45px;
        height: 35px;
        position: absolute;
        left: -7px;
        bottom: 6px;
        z-index: 10;
        background-image: url(/images/elements/1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .blue_square_item:nth-child(2) div:after {
        /* content: ''; */
        width: 45px;
        height: 35px;
        position: absolute;
        left: -6px;
        bottom: 4px;
        z-index: 10;
        background-image: url(/images/elements/2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .blue_square_item:nth-child(3) div:after {
        /* content: ''; */
        width: 45px;
        height: 35px;
        position: absolute;
        left: -8px;
        bottom: 10px;
        z-index: 10;
        background-image: url(/images/elements/3.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .blue_square_item:nth-child(4) div:after {
        /* content: ''; */
        width: 45px;
        height: 35px;
        position: absolute;
        left: 1px;
        bottom: 9px;
        z-index: 10;
        background-image: url(/images/elements/4.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blue_border {
        padding: 45px 15px;
		border: none;
    }
}







section.geo_wrap {
    padding: 81px 0 158px;
}

section.geo_wrap .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}

.geo_title.red_border {
    font-size: 18px;
    font-weight: 600;   
    line-height: 22.01px;
    letter-spacing: 2.7407407760620117px;
    padding: 8px 10px 8px 15px;
    text-transform: uppercase;
}

.geo_txt p {
    color: #161C2D;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-weight: 400;
    font-size: 44.17px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

.geo_txt p:nth-child(2) {
    /* font-size: 52.77px; */
    /* font-weight: 600;    */
    /* line-height: 85.7px; */
    /* text-align: center; */
    /* color: #407BFF; */
    /* text-transform: unset; */
}

@media screen and (max-width: 1478px) {
	.geo_txt p {
        font-size: 27.97px;
        line-height: 45.7px;
    }
    
    .geo_txt p:nth-child(2) {
        font-size: 27.97px;
        line-height: 45.7px;
    }
}

@media screen and (max-width: 768px) {
	.geo_txt p {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .geo_txt p:nth-child(2) {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 468px) {
	.geo_txt p {
        font-size: 21px;
        line-height: 1.4;
    }
    
    .geo_txt p:nth-child(2) {
        font-size: 21px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 400px) {
	.geo_txt p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .geo_txt p:nth-child(2) {
        font-size: 20px;
        line-height: 1.4;
        margin: 15px 0;
    }
}














section.advantages_wrap {
    padding: 246px 0 176px;
    background: #ffffff;
}

section.advantages_wrap * {
    box-sizing: border-box;
}

section.advantages_wrap:after {
    /* content: ''; */
    width: 100%;
    max-width: 502px;
    height: 5px;
    background: #161C2D;
    position: absolute;
    top: 0;
    right: 0;
}

section.blue_wrap:after {
    /* content: ''; */
    width: 100%;
    max-width: 502px;
    height: 5px;
    background: #161C2D;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 10;
}

.advantages_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 95px 190px;
}

.advantages_item {
    width: 100%;
    max-width: 350px;
    min-height: 404px;
    background: white;
    position: relative;
}

.advantages_item_background {
    width: 100%;
    height: 100%;
    min-height: 404px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background: white;
    z-index: 10;
    padding: 51px 36px 58px;
    border: 2.27px solid #FF842B;
}

.advantages_item:before {
    content: '';
    width: 96px;
    height: 96px;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 5;
    background: #FF842B;
}

.advantages_item:after {
    content: '';
    width: 96px;
    height: 96px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: 5;
    background: #FF842B;
}

.advantages_item .advantages_item_background div {
    font-size: 75px;
    font-weight: 700; 
    line-height: 73.65px;
    letter-spacing: -2.2857494354248047px;
    text-align: center;
    margin-bottom: 9px;
}

.advantages_item p {
    font-size: 22px;
    font-weight: 400; 
    line-height: 26.91px;
    letter-spacing: 1.1331757307052612px;
    text-align: center;
    color: #FF842B;
    margin: 0 0 64px;
    position: relative;
    text-transform: uppercase;
}

.advantages_item p:after {
    content: '';
    width: 31px;
    height: 3px;
    position: absolute;
    left: Calc(50% - 17px);
    bottom: -16px;
    z-index: 10;
    background: #FF842B;
}

.advantages_item span {
    font-size: 22px;
    font-weight: 300;
    line-height: 31.73px;
    text-align: center;
}

@media screen and (max-width: 1278px) {
	section.advantages_wrap {
        padding: 80px 0;
    }
    
    .advantages_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 70px 60px;
        justify-items: center;
    }

    .advantages_item .advantages_item_background div {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 9px;
    }

	section.advantages_wrap .advantages_item:nth-child(6) .advantages_item_background div span {
		font-size: 52px !important;
	}
    
    .advantages_item p {
        font-size: 20px;
        line-height: 24.91px;
    }

    .advantages_item span {
        font-size: 22px;
        line-height: 31.73px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
	section.blue_wrap:after, 
    section.advantages_wrap:after, 
    section.domologia_wrap:after {
        display: none;
    }
	section {
		padding: 50px 0 !important;
	}
	
	section.first_block_wrap .container:after {
		content: '';
		width: 59%;
		top: -7%;
		left: -5%;
	}
	
	.first_block_items {
        padding: 5px 0 0;
    }
	
	section.what_we_do_wrap .chaiki {
        width: Calc(100% - 30px);
        height: 100%;
        top: 4%;
        right: 15px;
        left: 15px;
    }
	
	.domologia_txt.txt_1, .domologia_txt.txt_1 p {
		letter-spacing: -0.438896px;
	}

		
	
	.advantages_item:nth-child(6) .advantages_item_background.col.advantages_item_5 > div {
	    margin-top: -18px;
	    margin-bottom: 27px;
	}

}

@media screen and (max-width: 800px) {
	.advantages_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        align-items: stretch;
        gap: 50px 40px;
    }

    .advantages_item {
        width: 100%;
        max-width: 350px;
        min-height: auto;
        background: white;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
    }

    .advantages_item_background {
        padding: 25px 8px;
        min-height: auto;
    }

	.geo_txt p strong {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

@media screen and (max-width: 630px) {
    .advantages_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        align-items: stretch;
        gap: 20px 15px;
        align-content: stretch;
    }
    
    .advantages_item .advantages_item_background div {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 9px;
        height: min-content;
        max-height: 38px;
    }

	section.advantages_wrap .advantages_item:nth-child(6) .advantages_item_background div span {
		font-size: 38px !important;
	}
	    
    .advantages_item p {
        font-size: 16px;
        line-height: 1.4;
    }

    .advantages_item span {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }

    .advantages_item:before {
        content: '';
        width: 66px;
        height: 66px;
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: 5;
        background: #FF842B;
    }
    
    .advantages_item:after {
        content: '';
        width: 66px;
        height: 66px;
        position: absolute;
        right: -4px;
        bottom: -4px;
        z-index: 5;
        background: #FF842B;
    }
}

@media screen and (max-width: 440px) {
	.advantages_items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .advantages_item {
        width: Calc(50% - 15px);
    }

	.advantages_item_background  {
		padding: 15px 5px;
	}

	.advantages_item .advantages_item_background div {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

	section.advantages_wrap .advantages_item:nth-child(6) .advantages_item_background div span {
		font-size: 32px !important;
	}
	
    .advantages_item p {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .advantages_item span {
        font-size: 11px;
        line-height: 1.4;
        text-align: center;
    }

    .advantages_item:before {
        content: '';
        width: 66px;
        height: 66px;
        position: absolute;
        top: -2px;
        left: -2px;
        z-index: 5;
        background: #FF842B;
    }
    
    .advantages_item:after {
        content: '';
        width: 66px;
        height: 66px;
        position: absolute;
        right: -2px;
        bottom: -2px;
        z-index: 5;
        background: #FF842B;
    }

	.advantages__normal_un_title.red_border {
		font-size: 8px !important;
	}

	.advantages__normal__title {
		font-size: 32px !important;
		font-weight: 400 !important;
		
		!i;
		!;
		!u;
		!un;
		!uno;
		!unoi;
		!uno;
		!un;
		!u;
		!;
	}

	.advantages_title {
		font-weight: 400 !important;
		font-size: 21px !important;
		line-height: 1.4;
	}

	.advantages_desc p, .advantages_desc p strong {
		font-size: 16px !important;
		line-height: 1.4;
	}
}

@media screen and (min-width: 1278px) {
	div#cssmenu .menu-item > a:after {
        /* content: ''; */
        width: 0;
        height: 2px;
        background: #161C2D;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        z-index: 10;
        transition: all 0.2s ease-out;
    }
	
	div#cssmenu .menu-item:hover:before {
		content: "";
		width: 18px;
		height: 28px;
		position: absolute;
		left: Calc(50% - 31px);
		top: -6px;
		z-index: 52;
		background-image: url(/images/elements/first_block_chaika_1.png);
		background-size: contain;
		background-repeat: no-repeat;
		transition: all 0.2s ease-out;
	}
	
	div#cssmenu .menu-item:first-child:hover:before {
		content: "";
		width: 18px;
		height: 28px;
		position: absolute;
		left: Calc(50% - 42px);
		top: -6px;
		z-index: 52;
		background-image: url(/images/elements/first_block_chaika_1.png);
		background-size: contain;
		background-repeat: no-repeat;
		transition: all 0.2s ease-out;
	}

    
    div#cssmenu .menu-item > a {
        z-index: 30000;
        position: relative;
    }
    
    div#cssmenu .menu-item > a:before {
        /* content: ''; */
        width: 14px;
        height: 14px;
        background: #fac419;
        border-radius: 100%;
        position: absolute;
        top: -13px;
        right: Calc(50% - 7px);
        z-index: 15;
        transition: all 0.2s ease-out;
        opacity: 0;
    }
    
    div#cssmenu .menu-item:hover > a:after {
        width: 100%;
    }
    
    div#cssmenu .menu-item:hover > a:before {
        opacity: 1;
    }
	
	div#cssmenu .current-menu-item > a:after {
		/* content: ""; */
		width: 100%;
		height: 2px;
		background: #161c2d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		z-index: 10;
		transition: all 0.2s ease-out;
	}

	div#cssmenu .current-menu-item > a:before {
		/* content: ""; */
		width: 14px;
		height: 14px;
		background: #fac419;
		border-radius: 100%;
		position: absolute;
		top: -13px;
		right: Calc(50% - 7px);
		z-index: 15;
		transition: all 0.2s ease-out;
		opacity: 1;
	}

	div#cssmenu .current-menu-item:before {
		/* content: ""; */
		width: 18px;
		height: 28px;
		position: absolute;
		left: Calc(50% - 31px);
		top: -6px;
		z-index: 52;
		background-image: url(/images/elements/first_block_chaika_1.png);
		background-size: contain;
		background-repeat: no-repeat;
		transition: all 0.2s ease-out;
	}
}




.btnScrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 99;
    display: none;
    border-radius: 100%;
    color: white;
	cursor: pointer;
}

.btnScrollToTop div {
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 1px Solid #2e85d4;
    border-radius: 100%;
    background: #2e85d4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
}

.btnScrollToTop div:hover {
    background: #fff;
    color: #2e85d4;
}


section.advantages__normal_wrap {
    padding: 157px 0;
	background: linear-gradient(68.96deg, #FDF6F0 25.87%, rgba(252, 244, 237, 0.9) 70.6%);
}

section.advantages__normal_wrap .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages__normal__title {
    font-size: 112.86px;
    font-weight: 250;
    line-height: 138.03px;
    letter-spacing: -0.5878232717514038px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.advantages__normal_un_title.red_border {
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
    line-height: 20.13px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 12px 8px 12px;
}

.advantages__normal_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 51px;
}

.advantages__normal_items .img {
    width: 100%;
    max-width: 383px;
    height: 100%;
    max-height: 536px;
}

.advantages__normal_items_left, 
.advantages__normal_items_right {
    width: 100%;
    max-width: 472px;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.advantages__normal_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.advantages_title {
    font-size: 37.62px;
    font-weight: 700; 
    line-height: 42.32px;
    letter-spacing: -1.410775899887085px;
    text-align: left;
    color: #161C2D;
}

.advantages_desc p {
    font-size: 21.16px;
    font-weight: 300;
    line-height: 32.92px;
    text-align: left;
    color: #161C2D;
}

.advantages_desc p strong {
    font-size: 21.16px;
    font-style: italic;
    font-weight: 600;   
    line-height: 32.92px;
    text-align: left;
    color: #1E6CC7;
}

@media screen and (max-width: 1478px) {
	.advantages__normal_items {
        gap: 70px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages__normal_items_left, .advantages__normal_items_right {
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 70px;
    }

    .advantages_title {
        font-size: 37.62px;
        line-height: 42.32px;
        letter-spacing: -1.410775899887085px;
        text-align: center;
        width: 100%;
    }
    
    .advantages_desc p {
        font-size: 21.16px;
        font-weight: 300;
        text-align: center;
    }

    .advantages__normal_items .img {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
	.advantages__normal_items {
        gap: 70px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages__normal_items_left, .advantages__normal_items_right {
        max-width: 100%;
        display: flex;
        gap: 70px;
        flex-direction: column;
        align-items: center;
    }

    .advantages_title {
        font-size: 37.62px;
        line-height: 42.32px;
        letter-spacing: -1.410775899887085px;
        text-align: center;
        width: 100%;
    }
    
    .advantages_desc p {
        font-size: 21.16px;
        font-weight: 300;
        text-align: center;
    }

    .advantages__normal_items .img {
        display: none;
    }

    .advantages__normal__title {
        font-size: 40px;
        font-weight: 250;
        line-height: 50px;
        letter-spacing: -0.5878232717514038px;
        text-align: center;
        color: #000;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
	 .advantages_title {
        font-size: 22.62px;
        line-height: 28.32px;
        letter-spacing: -0.410775899887085px;
        text-align: center;
        width: 100%;
    }
    
    .advantages_desc p,
    .advantages_desc p strong {
        line-height: 1.4;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .advantages_desc p strong {
        font-weight: 600;   
    }

    .advantages__normal_un_title.red_border {
        width: fit-content;
        font-size: 9px;
        font-style: italic;
        font-weight: 500; 
        line-height: 14.13px;
        letter-spacing: 2.3512930870056152px;
        text-align: center;
        text-transform: uppercase;
    }
}











.callback_statik {
    width: 100%;
    max-width: 537px;
}

.exform_wrapper.callback_statik {
    width: 100%;
}

.exform_wrapper.callback_statik form {
    width: 100%;
}

.exform_wrapper.callback_statik form .form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    width: 100%;
}

.exform_wrapper.callback_statik form .form-body .input-item {
    width: 100%;
}

.exform_wrapper.callback_statik form .form-body .input-item input[type="text"] {
    width: 100%;
    border: none;
    height: 68px;
    padding-left: 27px;
    padding-top: 20px;
}

.exform_wrapper.callback_statik form .form-body .input-item textarea {
    width: 100%;
    border: none;
    height: 248px;
    padding-left: 27px;
}

.exform_wrapper.callback_statik form .form-body .input-item input[type="text"]::placeholder, 
.exform_wrapper.callback_statik form .form-body .input-item textarea::placeholder {
    color: #7A87A1;
    font-size: 29px;
    font-weight: 400; 
    line-height: 40px;
    text-align: left;
}

.exform_wrapper.callback_statik form .form-body .input-item input.btn.blue {
    background: #2e85d4;
    color: white;
    /* border: 1px Solid #2e85d4; */
    width: 100%;
    max-width: 458px;
    height: 82px;
    border-radius: 2px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 30.99px;
    font-weight: 700; 
    line-height: 60.27px;
    padding: 0;
    margin: 46px auto 30px;
}

section.blue_wrap.callback_statik_wrap .policy, 
section.blue_wrap.callback_statik_wrap .policy a {
    color: white;
}

section.blue_wrap.callback_statik_wrap .blue_title {
    border: 2px solid #ffffff;
    padding: 35px 45px;
    font-size: 72.31px;
    font-weight: 700; 
    line-height: 78.33px;
    letter-spacing: -2.4102563858032227px;
    text-align: center;
    background: #2e85d4;
    z-index: 39;
    margin: 0 0 124px;
}

section.blue_wrap.callback_statik_wrap .blue_title:after {
    /* content: ''; */
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: unset;
    left: unset;
    z-index: 5;
    background: #469BFF;
}

section.blue_wrap.callback_statik_wrap .blue_title:before {
    /* content: ''; */
    width: 31px;
    height: 31px;
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: unset;
    left: unset;
    z-index: 5;
    background: #2e85d4;
}

.exform_wrapper.callback form .form-body .input-item input.btn.blue {
    background: #2e85d4;
    color: white;
    border: 1px Solid #2e85d4;
    width: 100%;
    max-width: 100%;
    height: 61px;
    border-radius: 2px;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 20.99px;
    font-weight: 700;
    line-height: 28.27px;
    padding: 0;
    margin: 0 auto 30px;
}

.exform_wrapper.callback form .form-body .input-item input.btn.blue:hover, 
.exform_wrapper.callback_statik form .form-body .input-item input.btn.blue:hover {
    /* background: #fff !important; */
    /* color: #2e85d4 !important; */
	border: none;
}

.exform_wrapper.callback form .form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.exform_wrapper.callback form .form-body .input-item {
    margin: 0;
    width: 100%;
}

.exform_wrapper.callback form .form-body .input-item input {
    width: 100%;
    height: 60px;
    border-radius: 2px;
}

.exform_wrapper.callback form .form-body .input-item input[type="text"]::placeholder {
    color: #7A87A1;
    font-size: 20px;
    font-weight: 400; 
    line-height: 30px;
    text-align: left;
}

.exform_wrapper.callback .exform_header {
    color: #2e85d4 !important;
    font-size: 28px !important;
}

.exform_wrapper.callback {
    padding-top: 75px !important;
}

section.blue_wrap.callback_statik_wrap {
    padding: 180px 0;
    background: linear-gradient(310deg, #67D6B8 18.41%, #83E1C8 81.88%);
}

section.blue_wrap.callback_statik_wrap:after {
    display: none;
}

section.blue_wrap.callback_statik_wrap .blue_border {
    background: linear-gradient(43.81deg, #67D6B8 18.41%, #83E1C8 81.88%);
}





ul#menu-main-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

ul#menu-main-2 li {
    width: fit-content;
}

ul#menu-main-2 li a {
    color: white;
    text-decoration: none;
    font-size: 18.15px;
    font-weight: 500; 
    line-height: 28px;
}

ul#menu-main-2 li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 508px) {
	ul#menu-main-2 {
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
	section.blue_wrap.callback_statik_wrap .blue_title {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 1.4;
        padding: 10px;
        margin-bottom: 40px;
    }

    .exform_wrapper.callback_statik form .form-body .input-item input[type="text"]::placeholder, 
    .exform_wrapper.callback_statik form .form-body .input-item textarea::placeholder {
        color: #7A87A1;
        font-size: 16px;
        font-weight: 400; 
        line-height: 1.2;
        text-align: left;
    }

    .exform_wrapper.callback_statik form .form-body .input-item input.btn.blue {
        height: 40px;
        font-size: 18px;
        line-height: 1.1;
        max-width: 100%;
        border-radius: 2px;
        margin: 0 auto 15px;
    }

    .exform_wrapper.callback_statik form .form-body .input-item textarea {
        height: 120px;
        padding: 10px;
    }

    .exform_wrapper.callback_statik form .form-body {
        gap: 10px;
    }

    .exform_wrapper.callback_statik form .form-body .input-item input[type="text"] {
        padding: 0 10px 0 10px;
        height: 40px;
    }
	
	footer#colophon {
		margin-top: 0;
	}
	
	section.blue_wrap.callback_statik_wrap {
		padding: 0 !important;
	}
	
	.advantages__normal_items_left, .advantages__normal_items_right, .advantages__normal_items {
		gap: 20px;
	}
	
	.advantages__normal_item {
		/* webkit-box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2); */
		/* -moz-box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2); */
		/* box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2); */
		padding: 10px 20px;
		border-radius: 4px;
	}
	
	.advantages__normal_item {
		gap: 5px;
	}
}

.entry-content.container {
    font-size: 20px;
    line-height: 1.4;
	padding-bottom: 50px !important;
	min-height: 30vw;
}

@media screen and (min-width: 1878px) {
	.entry-content.container {
        min-height: 30vw;
    }
}

.entry-content.container h1 {
    margin: 40px 0 40px !important;
    font-size: 40px;
    font-weight: 400; 
    line-height: 1.4;
}

@media screen and (max-width: 1440px) {
	footer#colophon {
		margin-top: 0;
	}
	
	section.blue_wrap.callback_statik_wrap, 
	.blue_wrap {
		padding: 0 !important;
	}
	
	section.blue_wrap.callback_statik_wrap .container {
		border-radius: 0;
	}
}

@media screen and (max-width: 380px) {
	.advantages__normal_un_title.red_border {
        margin: 0 40px;
    }
}

.section_title {
    margin-bottom: 128px;
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 250;
    line-height: 77.4px;
    letter-spacing: -0.5px;
    text-align: center;
}

.about_item_txt p:nth-child(1) {
    margin-bottom: 65px;
}

.about_item_txt p:nth-child(2) {
    max-width: 400px;
    margin: 0 0 15px;
    font-size: 31px;
    font-weight: 250;
    line-height: 39.53px;
    text-align: left;
}

.about_item_txt p a {
    display: inline-block;
    font-size: 36px;
    font-weight: 400; 
    line-height: 100%;
    text-align: left;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: #3F3D3A;
    border: 0.86px solid rgba(29, 89, 179, 0.9);
    /* border-image-source: linear-gradient(43.81deg, rgba(29, 89, 179, 0.9) 18.41%, rgba(29, 89, 179, 0.9) 81.88%); */
    border-radius: 2px;
    padding: 6px 16px;
}

.site-logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: -4px 2px 2px 2px;
}

.slogan_txt p em {
    font-style: normal;
}

section.what_we_do_wrap .what_we_do_title {
   color: #fff;
   font-weight: 400; 
   font-size: 82.57px;
   line-height: 100%;
   letter-spacing: 0px;
   background: none;
   padding: 0;
   margin-bottom: 20px;
}

section.what_we_do_wrap .what_we_do_square {
   background: #2e85d4;
}

section.domologia_wrap .what_we_do_square {
   display: none;
}

section.blue_wrap a.btn.blue.callback, .exform_wrapper.callback_statik form .form-body .input-item input.btn.blue {
        background: #2e85d4;
}

section.blue_wrap a.btn.blue.callback:hover, .exform_wrapper.callback_statik form .form-body .input-item input.btn.blue:hover {
    background: linear-gradient(43.81deg, rgba(29, 89, 179, 0.9) 48.41%, rgba(29, 89, 179, 0.9) 31.88%);
    color: white;
}

.geo_txt p strong {
    color: #FF7543;
    font-weight: 400;
    font-size: 44.17px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

section.blue_wrap.callback_statik_wrap .blue_title:after {
    content: '';
    display: none;
}

section.blue_wrap.callback_statik_wrap .blue_title:before {
    content: '';
    right: -14px !important;
    top: -14px !important;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: unset;
    left: unset;
    z-index: 1000;
    background: #FC9300;
}

section.advantages_wrap .advantages_item .advantages_item_background div {
    position: relative;
}

section.advantages_wrap .advantages_item:nth-child(2) 
.advantages_item_background div {

}

section.advantages_wrap .advantages_item:nth-child(2) 
.advantages_item_background div:after {
    content: '+';
}

section.advantages_wrap .advantages_item:nth-child(3) 
.advantages_item_background div {

}

section.advantages_wrap .advantages_item:nth-child(3) 
.advantages_item_background div:after {
    content: '+';
}

section.advantages_wrap .advantages_item:nth-child(5) 
.advantages_item_background div {

}

section.advantages_wrap .advantages_item:nth-child(5) 
.advantages_item_background div:after {
    content: '%';
}

section.advantages_wrap .advantages_item:nth-child(6) 
.advantages_item_background div span {
    font-size: 74.79px;
    font-weight: 700; 
    line-height: 73.65px;
    letter-spacing: -2.2857494354248047px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

section.blue_wrap .blue_square_item div {
    position: relative;
}

section.blue_wrap .blue_square_item div:before {
    content: '';
    width: Calc(100% + 21px);
    height: Calc(100% + 28px);
    position: absolute;
    left: -5px;
    bottom: -14px;
    z-index: 10;
    background-image: url(/images/elements/Galya.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.exform_wrapper.callback textarea::placeholder, 
.exform_wrapper.callback input::placeholder {
    font-family: "Onest", serif;
    color: #7A87A1;
    font-size: 20px;
    font-weight: 400; 
    line-height: 30px;
    text-align: left;
}

.exform_wrapper.callback textarea {
    min-height: 80px;
    padding-top: 10px !important;
    border-radius: 2px !important;
}

.footer_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 80px;
    align-items: start;
}

.footer_item.logo {
	
}

.footer_item_title {
    color: white;
    margin-bottom: 18px;
    font-size: 24px;
}

.footer_item p, 
.footer_item a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.footer_item p {
    margin-bottom: 8px;
}

@media screen and (max-width: 1268px) {
	.footer_items {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 41px;
        align-items: start;
        justify-items: center;
    }

    .footer_item.logo {
        max-width: 220px;
    }

    .footer_item * {
        text-align: center;
    }
}

.has-menu.sticky .site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section:hover .red_border:after {
    width: 0 !important;
}




section.blue_wrap .container .blue_border {
    padding: 0;
    z-index: 10;
    position: relative;
    background: #74DBBF;
    padding: 140px 0 180px;
}

section.blue_wrap .container:before {
    content: '';
    width: 152px;
    height: 152px;
    border-radius: 2px;
    position: absolute;
    left: -9px;
    top: -9px;
    bottom: 0;
    background: rgba(29, 89, 179, 0.9);
    z-index: -1;
}

section.blue_wrap .container:after {
    content: '';
    width: 152px;
    height: 152px;
    border-radius: 2px;
    position: absolute;
    right: -9px;
    bottom: -9px;
    background: rgba(29, 89, 179, 0.9);
    z-index: -1;
}

section.blue_wrap .container {
    z-index: 32;
}

section.blue_wrap .blue_title:after {
    background: white;
}

section.blue_wrap .blue_text {
    padding: 0;
    border: none;
}

section.advantages_wrap .section_title {
    font-weight: 400; 
    font-size: 82.57px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #161C2D;
}

section.blue_wrap.callback_statik_wrap .blue_title {
    background: none;
    border: none;
    margin-bottom: 60px;
    font-weight: 400; 
    font-size: 82.57px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

section.blue_wrap.callback_statik_wrap .blue_title:before {
    display: none;
}







section#mission {
    background: linear-gradient(68.96deg, #FDF6F0 25.87%, rgba(252, 244, 237, 0.9) 70.6%);
}

section#mission .what_we_do_title {
    font-weight: 400;
    font-size: 82.57px;
    line-height: 100%;
    letter-spacing: 0px;
    
    color: #161C2D;
}

section#mission .what_we_do_txt, 
section#mission .what_we_do_txt p {
	color: #161C2D;
}









.slogan_lines {
    display: none;
}

@media screen and (min-width: 1200px) {
	.slogan_txt {
        position: relative;
    }
    
    .slogan_txt:before {
        content: '';
        width: 37px;
        height: 100%;
        position: absolute;
        left: -150px;
        top: 0;
        bottom: 0;
        background-image: url(/images/elements/3_polosi_blue.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .slogan_txt:after {
        content: '';
        width: 37px;
        height: 100%;
        position: absolute;
        right: -150px;
        top: 0;
        bottom: 0;
        background-image: url(/images/elements/3_polosi_blue.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}


@media screen and (min-width: 1200px) {
	.geo_wrap {
		padding: 0 !important;
	}
	
	.geo_txt {
        position: relative;
        padding: 170px 0 170px;
    }
    
    .geo_txt:before {
        content: '';
        width: 37px;
        height: 100%;
        position: absolute;
        left: -150px;
        top: 0;
        bottom: 0;
        background-image: url(/images/elements/3_polosi_orange.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .geo_txt:after {
        content: '';
        width: 37px;
        height: 100%;
        position: absolute;
        right: -150px;
        top: 0;
        bottom: 0;
        background-image: url(/images/elements/3_polosi_orange.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}



section.blue_wrap.callback_statik_wrap .container:before, 
section.blue_wrap.callback_statik_wrap .container:after {
    display: none;
}

.home.page-template footer#colophon {
    margin-top: 0;
}

.footer_item.logo a .site-logo {
    max-width: 230px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer_item.logo a .site-logo img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
	main#main section .container .section_title, 
    main#main section .container .what_we_do_title, 
    main#main section .container .blue_title, 
    main#main section .container .domologia_title.red_border {
        font-size: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 512px) {
	main#main section .container .section_title, 
    main#main section .container .what_we_do_title, 
    main#main section .container .blue_title, 
    main#main section .container .domologia_title.red_border {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        line-height: 1.2;
    }

    section.second_block_wrap .section_title {
        margin-bottom: 50px;
    }

    section.advantages_wrap .section_title {
        margin-bottom: 30px;
    }
    
    section.blue_wrap .container .blue_border {
        padding: 50px 0;
    }

    .domologia_txt.txt_2.wow.animate__.animate__bounceInRight.animated {
        margin: 0;
    }
    
    section.domologia_wrap {
        padding-bottom: 0 !important;
    }
    
    .domologia_item_left_imgs {
        margin-bottom: 15px;
    }

    .domologia_items {
        gap: 15px;
    }

    .domologia_title.red_border.wow.animate__.animate__bounceInLeft.animated {
        margin-bottom: 30px;
    }
    
    section#services {
        padding-bottom: 15px !important;
    }

    section.advantages__normal_wrap {
        padding-top: 0 !important;
    }

    section.blue_wrap .container:before, 
    section.blue_wrap .container:after {
        display: none;
    }

    section.blue_wrap .blue_title {
        margin: 0 0 82px;
    }
}

.exform_wrapper.callback {
	border-radius: 2px !important;
}








@media screen and (max-width: 1478px) {
	.about_item_rospis {
		margin-right: -170px;
	}
}

@media screen and (max-width: 1278px) {
	.about_item_rospis {
		position: relative;
		margin: 15px 0;
	}
	
	.about_item_rospis img {
		margin-top: 40px;
		max-width: 150px;
	}

	.about_item_right {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.about_items {
	    display: flex;
	    align-items: flex-start;
	}
}

@media screen and (max-width: 1078px) {
	.about_items {
	    display: flex;
	    flex-direction: column;
	}
	
	.about_item_right * {
	    text-align: center;
	}
	
	.about_item_txt * {
	    text-align: center !important;
	}
	
	.about_item_right {
	    width: 100%;
	    max-width: 100%;
	}
	
	.about_item_left {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    width: 100%;
	}
	
	.about_item_txt p:nth-child(2) {
	    max-width: 100%;
	}
	
	.about_item_rospis {
	    margin: 0 auto;
	}
}






.callback_statik form {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    gap: 20px;
}

.callback_statik form p {
    width: 100%;
}

.callback_statik form p input, 
.callback_statik form p textarea {
    width: 100%;
    border: none;
    height: 68px;
    padding-left: 27px;
    padding-top: 20px;
}

.callback_statik form p textarea {
    width: 100%;
    border: none;
    height: 248px;
    padding-left: 27px;
}

.callback_statik form p input::placeholder, 
.callback_statik form p textarea::placeholder {
    color: #7A87A1;
    font-size: 29px;
    font-weight: 400; 
    line-height: 40px;
    text-align: left;
}

.callback_statik input[type="submit"] {
    background: #2e85d4;
    color: white !important;
    /* border: 1px Solid #2e85d4; */
    width: 100%;
    max-width: 458px;
    height: 82px;
    border-radius: 2px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 30.99px;
    font-weight: 700;
    line-height: 60.27px;
    padding: 0;
    margin: 26px auto 30px;
    opacity: 1;
}

.callback_statik input[type="submit"]:hover {
        background: #0b4071;
}

#form {
  scroll-behavior: smooth;
}


.mobile_phones .footer_item_title {
    color: #28303d;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 8px;
}

.mobile_phones {
    text-align: center;
}

.mobile_phones a {
    text-decoration: none;
}


.header_phone_wrap {
    min-width: 235px;
    margin-left: 70px;
}

.header_phone_wrap a:first-child {
    font-family: "Onest", serif;
    margin: 0 30px;
    text-decoration: none;
    color: #161C2D;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
}

.sticky .header_phone_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
	.header_phone_wrap a:first-child {
        display: none;
    }

    .header_phone_wrap {
        min-width: auto;
    }
}


.mobile_wrap .site-logo {
    max-width: 200px;
}

@media screen and (max-width: 768px) {
	.second_block_slider_arrows span.slider-arrow {
        width: 40px;
        height: 40px;
    }

    span.slider-arrow.prev:after {
        width: 12px;
        height: 30px;
        top: Calc(50% - 15px);
        left: Calc(50% - 9px);
    }
    
    span.slider-arrow.next:after {
        width: 12px;
        height: 30px;
        top: Calc(50% - 15px);
        left: Calc(50% - 3px);
    }
}

