@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"),
    url("./fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"),
    url("./fonts/Gilroy/Gilroy-Regular.woff") format("woff"),
    url("./fonts/Gilroy/Gilroy-Regular.ttf") format("ttf"),
    url("./fonts/Gilroy/Gilroy-Regular.eot") format("eot");
}
@font-face {
  font-family: "Gilroy-Light";
  src: local("Gilroy-Light"),
    url("./fonts/Gilroy/Gilroy-Light.woff2") format("woff2"),
    url("./fonts/Gilroy/Gilroy-Light.woff") format("woff"),
    url("./fonts/Gilroy/Gilroy-Light.ttf") format("ttf"),
    url("./fonts/Gilroy/Gilroy-Light.eot") format("eot");
}
@font-face {
  font-family: "Gilroy-Bold";
  src: local("Gilroy-Bold"),
    url("./fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"),
    url("./fonts/Gilroy/Gilroy-Bold.woff") format("woff"),
    url("./fonts/Gilroy/Gilroy-Bold.ttf") format("ttf"),
    url("./fonts/Gilroy/Gilroy-Bold.eot") format("eot");
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: local("Gilroy-Semibold"),
    url("./fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"),
    url("./fonts/Gilroy/Gilroy-Semibold.woff") format("woff"),
    url("./fonts/Gilroy/Gilroy-Semibold.ttf") format("ttf"),
    url("./fonts/Gilroy/Gilroy-Semibold.eot") format("eot");
}
@font-face {
  font-family: "Gilroy-Medium";
  src: local("Gilroy-Medium"),
    url("./fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"),
    url("./fonts/Gilroy/Gilroy-Medium.woff") format("woff"),
    url("./fonts/Gilroy/Gilroy-Medium.ttf") format("ttf"),
    url("./fonts/Gilroy/Gilroy-Medium.eot") format("eot");
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"),
    url("./fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("./fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    url("./fonts/OpenSans/OpenSans-Regular.ttf") format("ttf"),
    url("./fonts/OpenSans/OpenSans-Regular.eot") format("eot");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: local("OpenSans-SemiBold"),
    url("./fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("./fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
    url("./fonts/OpenSans/OpenSans-SemiBold.ttf") format("ttf"),
    url("./fonts/OpenSans/OpenSans-SemiBold.eot") format("eot");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: local("OpenSans-Bold"),
    url("./fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("./fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
    url("./fonts/OpenSans/OpenSans-Bold.ttf") format("ttf"),
    url("./fonts/OpenSans/OpenSans-Bold.eot") format("eot");
}
@font-face {
  font-family: "Nunito";
  src: url("./fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: "Nunito-Bold";
  src: url("./fonts/Nunito/Nunito-Bold.ttf");
}
body {
  font-family: "Gilroy";
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h5 {
}
p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
}
ol {
}
ol li {
}

a {
  text-decoration: none;
}
a:hover {
  color: #ffba00;
}
section {
  padding: 70px 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #0c362b;
  padding: 17px 15px;
  border-radius: 8px;
  border-width: 2px;
  border-color: #fff;
}
select,
.form-select {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #0c362b;
  padding: 12px 15px;
  border-radius: 8px;
  border-width: 2px;
  border-color: #fff;
}
.form-select:focus {
  border-color: #ffba00;
  outline: 0;
  box-shadow: none;
  border-width: 2px;
}
.form-control:focus {
  border-color: #ffba00;
  outline: 0;
  box-shadow: none;
  border-width: 2px;
}
input[type="submit"] {
}
input[type="submit"]:hover {
}
.SumoSelect {
  width: 100%;
}
.SumoSelect > .CaptionCont.select_style {
  background: #ffffff;
  border: 1px solid #eff0f7;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
}
.SumoSelect > .CaptionCont.select_style > span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(12 54 43 / 70%);
}
.SumoSelect > .CaptionCont.select_style > label > i {
  background-image: url(img/arrow-down.png);
  background-position: right center;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}
.SumoSelect.open > .optWrapper {
  top: 50px;
}
.SumoSelect > .optWrapper {
  top: 30px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 14px 20px;
  border-bottom: none;
  background: #ffffff;
  border: 1px solid #eff0f6;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  margin-bottom: 4px;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 8px;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 8px;
  border-bottom: 1px solid #eff0f6;
  border: 1px solid #eff0f6;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #ffba00;
  border: 1px solid #ffba00;
}
.SumoSelect > .optWrapper > .options li label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(12 54 43 / 70%);
}
.SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 106px;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border: 1px solid #ffba00;
}

.SumoSelect > .optWrapper ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.SumoSelect > .optWrapper ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ffba00;
}

.SumoSelect > .optWrapper ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgb(12 54 43 / 70%);
}

/**/
#MainBanner .SumoSelect > .CaptionCont,
.city_select_top .SumoSelect > .CaptionCont,
#BannerForm .SumoSelect > .CaptionCont {
  min-height: auto;
}
#MainBanner .SumoSelect > .CaptionCont.select_style_2,
.city_select_top .SumoSelect > .CaptionCont.select_style_2,
#BannerForm .SumoSelect > .CaptionCont.select_style_2 {
  background: #ffffff;
  border: 1px solid #eff0f7;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 17px 15px;
}
#MainBanner .SumoSelect > .CaptionCont.select_style_2 > span,
.city_select_top .SumoSelect > .CaptionCont.select_style_2 > span,
#BannerForm .SumoSelect > .CaptionCont.select_style_2 > span {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #0c362b;
}
#MainBanner .SumoSelect > .CaptionCont.select_style_2 > label > i,
.city_select_top .SumoSelect > .CaptionCont.select_style_2 > label > i,
#BannerForm .SumoSelect > .CaptionCont.select_style_2 > label > i {
  background-image: url(img/select.png);
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}

#MainBanner .SumoSelect.open > .optWrapper,
.city_select_top .SumoSelect.open > .optWrapper,
#BannerForm .SumoSelect.open > .optWrapper {
  top: 60px;
}
#MainBanner .SumoSelect > .optWrapper,
.city_select_top .SumoSelect > .optWrapper,
#BannerForm .SumoSelect > .optWrapper {
  top: 30px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}
#MainBanner .SumoSelect > .optWrapper > .options li.opt,
.city_select_top .SumoSelect > .optWrapper > .options li.opt,
#BannerForm .SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 8px;
  padding: 0 20px;
  position: relative;
}
#MainBanner .SumoSelect > .optWrapper > .options li.opt:hover:before,
.city_select_top .SumoSelect > .optWrapper > .options li.opt:hover:before,
#BannerForm .SumoSelect > .optWrapper > .options li.opt:hover:before {
  content: url(img/chevron-right.png);
  position: absolute;
  left: -5px;
  top: -2px;
}
#MainBanner .SumoSelect > .optWrapper > .options > li.opt:first-child,
.city_select_top .SumoSelect > .optWrapper > .options > li.opt:first-child,
#BannerForm .SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
#MainBanner .SumoSelect > .optWrapper > .options > li.opt:last-child,
.city_select_top .SumoSelect > .optWrapper > .options > li.opt:last-child,
#BannerForm .SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0;
  border-bottom: 0;
  border: none;
}
#MainBanner .SumoSelect > .optWrapper > .options li.opt:hover,
.city_select_top .SumoSelect > .optWrapper > .options li.opt:hover,
#BannerForm .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: none;
  border: none;
}
#MainBanner .SumoSelect > .optWrapper > .options li label,
.city_select_top .SumoSelect > .optWrapper > .options li label,
#BannerForm .SumoSelect > .optWrapper > .options li label {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0c362b;
}
#MainBanner .SumoSelect > .optWrapper > .options li label:hover,
.city_select_top .SumoSelect > .optWrapper > .options li label:hover,
#BannerForm .SumoSelect > .optWrapper > .options li label:hover {
  color: #ffba00;
}

#MainBanner .SumoSelect > .optWrapper > .options,
.city_select_top .SumoSelect > .optWrapper > .options,
#BannerForm .SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 275px;
  padding: 20px 10px;
  background: #ffffff;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
}
#MainBanner .SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.city_select_top .SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
#BannerForm .SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border: 1px solid #ffba00;
}
#MainBanner .SumoSelect > .optWrapper ul::-webkit-scrollbar,
.city_select_top .SumoSelect > .optWrapper ul::-webkit-scrollbar,
#BannerForm .SumoSelect > .optWrapper ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

#MainBanner .SumoSelect > .optWrapper ul::-webkit-scrollbar-thumb,
.city_select_top .SumoSelect > .optWrapper ul::-webkit-scrollbar-thumb,
#BannerForm .SumoSelect > .optWrapper ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ffba00;
}

#MainBanner .SumoSelect > .optWrapper ul::-webkit-scrollbar-track,
.city_select_top .SumoSelect > .optWrapper ul::-webkit-scrollbar-track,
#BannerForm .SumoSelect > .optWrapper ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgb(12 54 43 / 70%);
}
#MainBanner select,
.city_select_top select,
#BannerForm select {
  padding: 17px 15px;
}
/**/
header {
}
header .top_header {
  padding: 17px 0;
}
header .top_header .block_logo {
}
header .top_header .block_logo img {
}
header .top_header .block_contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
header .top_header .block_contacts a {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #2e334e;
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .top_header .block_contacts .email:before {
  content: url(img/email.svg);
  margin-right: 11px;
  margin-top: 5px;
}
header .top_header .block_contacts .phone:before {
  content: url(img/phone.svg);
  margin-right: 11px;
}
header .top_header .block_contacts a:hover {
  color: #ffba00;
}
header .top_header .block_buts {
}
header .top_header .block_buts .order_call {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 60px;
}
header .top_header .block_buts .order_call:hover {
  background: #e7a900;
  cursor: pointer;
}

header .main_menu {
  background: rgb(105 145 110 / 90%);
  padding: 10px 0;
}
header .main_menu .main_menu_list {
  justify-content: center;
  width: 100%;
}
header .main_menu .main_menu_list .nav-item {
  margin: 0 25px;
  position: relative;
}
header .main_menu .main_menu_list .nav-item .nav-link {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  position: relative;
}
/*
	header .main_menu .main_menu_list .nav-item .nav-link:hover:before{
	position: absolute;
	content: url(img/nav-item-left.svg);
	left: -14px;
	}
	header .main_menu .main_menu_list .nav-item .nav-link:hover:after{
	content: url(img/nav-item-right.svg);
	right: -14px;
	position: absolute;
}*/
header .main_menu .main_menu_list .nav-item:hover:before {
  position: absolute;
  content: url(img/nav-item-left.svg);
  left: -14px;
  top: 10px;
}
header .main_menu .main_menu_list .nav-item:hover:after {
  content: url(img/nav-item-right.svg);
  right: -18px;
  position: absolute;
  top: 10px;
}
header .main_menu .main_menu_list .dropdown-menu .nav-item:hover:before {
  position: absolute;
  content: url(img/nav-item-left.svg);
  left: -14px;
  top: 6px;
}
header .main_menu .main_menu_list .dropdown-menu .nav-item:hover:after {
  content: url(img/nav-item-right.svg);
  right: -18px;
  position: absolute;
  top: 6px;
}
header .block_buts_mob {
  display: none;
}
textarea {
  margin-bottom: 10px;
}

#MainBanner {
  /*background-image: url(img/main-banner-1.jpg);*/
  background-image: url(img/fura-bg.jpg);
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: 0 52%;
}
#MainBanner .block_h1 {
  text-align: center;
}
#MainBanner h1 {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #ffba00;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#MainBanner h1:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -35px;
  right: -59px;
}
#MainBanner p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgb(255 255 255 / 90%);
}
#MainBanner .block_form_where {
  padding-bottom: 82px;
}
#MainBanner .block_form_where .form_where {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#MainBanner .block_form_where label.form-label {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 13px;
}
#MainBanner .block_form_where .form_where_col {
  width: 16.9%;
  margin-right: 50px;
}
#MainBanner .block_form_where .form_where_col.last {
  margin-right: 0;
}
#MainBanner .block_form_where .btn_submit_form {
  border: 2px solid #ffba00;
  border-radius: 8px;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffba00;
  background: none;
  padding: 16px 15px;
  width: 100%;
}
#MainBanner .block_form_where .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
  color: #173d34;
  border: 2px solid #e7a900;
}

#DirectionListSlider {
  background: linear-gradient(to right, rgb(105 145 110 / 10%) 50%, #fff 0%);
  padding: 90px 0;
}
#DirectionListSlider .direction_block .direction_info_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
#DirectionListSlider .direction_block .direction_info_title:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#DirectionListSlider .direction_block .direction_info_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
  width: 71%;
  margin-bottom: 35px;
}
#DirectionListSlider .direction_block .direction_slider .direction_item {
  padding: 15px;
  border-radius: 8px;
  background-image: url(img/direction_item.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 5px;
  height: 430px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#DirectionListSlider .direction_block .direction_slider .direction_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: rgb(255 186 0 / 90%);
  margin-bottom: 10px;
  display: inline-block;
}
#DirectionListSlider .direction_block .direction_slider .direction_title:hover {
  color: #69916e;
}
#DirectionListSlider .direction_block .direction_slider .direction_anons {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255 255 255 / 90%);
  margin-bottom: 7px;
}

#DirectionListSlider .direction_block .direction_slider .direction_price {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: rgb(255 186 0 / 90%);
  margin-top: 10px;
  display: inline-block;
}
#DirectionListSlider .direction_block .direction_slider .direction_go {
  background: #ffba00;
  border-radius: 8px;
  padding: 6px 21px;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  z-index: 9;
}
#DirectionListSlider .direction_block .direction_slider .direction_go:hover {
  background: #e7a900;
  cursor: pointer;
}
.prev_link {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ffba00;
}
.prev_link:hover {
  background: rgb(255 186 0 / 10%);
  cursor: pointer;
}
.slick-dots li {
  width: 21px;
  height: 8px;
}
.slick-dots li button {
  width: 21px;
  height: 8px;
}
.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: rgba(105, 145, 110, 0.2);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffba00;
  width: 21px;
  height: 8px;
  content: " ";
  background-color: #ffba00;
  border-radius: 8px;
  top: 5px;
}
#DirectionListSlider .direction_block .direction_slider .next {
  position: absolute;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  left: -9%;
}
#DirectionListSlider .direction_block .direction_slider .prev {
  position: absolute;
  bottom: 0;
  left: -44%;
  z-index: 9;
  cursor: pointer;
}
#DirectionListSlider .direction_block .slick-dots {
  position: absolute;
  bottom: 14px;
  display: block;
  /* width: 100%;*/
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  /*left: -74%;*/
  left: -47%;
  z-index: 1;
  width: 45%;
}

#BannerForm {
  background-image: url(img/banner-form.jpg);
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
#BannerForm .block_h2 {
  text-align: center;
}
#BannerForm h2 {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 65px;
  text-align: center;
  color: #ffba00;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#BannerForm h2:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#BannerForm p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgb(255 255 255 / 90%);
}
#BannerForm .block_form_where {
  background: rgb(105 145 110 / 40%);
  border-radius: 8px 8px 0px 0px;
  padding: 40px;
  width: 75%;
  margin: 82px auto 0 auto;
}
#BannerForm .block_form_where .form_where {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#BannerForm .block_form_where label.form-label {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgb(255 255 255 / 70%);
  margin-bottom: 13px;
}
#BannerForm .block_form_where .form_where_col {
  width: 28%;
  margin-right: 60px;
}
#BannerForm .block_form_where .form_where_col.last {
  margin-right: 0;
}
#BannerForm .block_form_where .btn_submit_form {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #173d34;
  background: #ffba00;
  border-radius: 8px;
  border: none;
  padding: 19px 15px;
  width: 100%;
}
#BannerForm .block_form_where .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}

#TechniqueSlider {
  padding: 112px 0;
}
#TechniqueSlider .block_h2 {
  text-align: left;
}
#TechniqueSlider .technique_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #ffba00;
  position: relative;
  display: inline-block;
}
#TechniqueSlider .technique_title:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#TechniqueSlider .technique_text,
#TechniqueSlider .technique_text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
}
#TechniqueSlider .technique_carusel .technique__item {
  background-color: #0c362b;
  border-radius: 8px;
  padding: 20px;
  margin: 20px;
  background-image: url(img/technique__item.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
#TechniqueSlider .technique_carusel .technique__item .technique__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#TechniqueSlider .technique_carusel .technique__item .technique__name {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
}
#TechniqueSlider .technique_carusel .technique__item .technique__digital {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 57px;
  color: #ffba00;
}
#TechniqueSlider .technique_carusel .technique__item .technique__image img {
  width: 100%;
  position: relative;
  left: -39px;
  bottom: -19px;
}
#TechniqueSlider .technique_carusel .technique__item:hover {
  background-color: #ffba00;
}
#TechniqueSlider .technique_carusel .technique__item:hover .technique__digital {
  color: #0c362b;
}
#TechniqueSlider .technique_carusel .technique__item:hover .technique__name {
  /*font-size: 24px;
  line-height: 28px;*/
}
#TechniqueSlider .technique_carusel .next {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 17px;
  bottom: -40px;
}
#TechniqueSlider .technique_carusel .prev {
  position: absolute;
  left: 17px;
  z-index: 9;
  bottom: -40px;
  cursor: pointer;
}
#TechniqueSlider .technique_carusel .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#Advantages {
  background: url(/wp-content/themes/tgr3/static/img/fura.png) 0% 85% no-repeat,
    rgb(105 145 110 / 10%) url(img/advantages-2.png) 100% 0 no-repeat;
  margin-bottom: 0;
}
#Advantages .block_h2 {
  text-align: center;
}
#Advantages .advant_big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
  color: #0c362b;
  position: relative;
  display: inline-block;
}
#Advantages .advant_big_title:after {
  content: url(img/after_h1_black.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#Advantages .advantages_block {
  margin-top: 47px;
}
#Advantages .advantages_block .advant_item {
  background: #ffffff;
  box-shadow: 0px 4px 21.9px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffba00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 146px;
}
#Advantages .advantages_block .advant_item .advant_image {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px dashed rgb(255 186 0 / 30%);
  width: 69px;
  height: 69px;
  border-radius: 100%;
  justify-content: center;
}
#Advantages .advantages_block .advant_item .advant_image:after {
  content: url(img/adv-shasow.png);
  position: absolute;
  right: -13px;
  top: 4px;
}
#Advantages .advantages_block .advant_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #0c362b;
  margin-bottom: 10px;
}
#Advantages .advantages_block .advant_title:hover {
  color: #ffba00;
}
#Advantages .advantages_block .advant_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: rgb(12 54 43 / 90%);
}
#Advantages .advantages_block .advant_info {
  /*width: 70%;*/
  width: 81%;
}

#CallFormBg {
  background: #191919 url(img/CallFormBg.jpg) repeat-y;
  background-size: 60% auto;
  height: 537px;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
#CallFormBg .call_form_right_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
}
#CallFormBg .block_fc_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#CallFormBg .block_form_call {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  max-width: 440px;
  margin-top: 25px;
}
#CallFormBg .block_form_call .block_form_call_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 15px;
}
#CallFormBg .block_form_call .block_form_call_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
  margin-bottom: 30px;
}
#CallFormBg .block_form_call .form_call input,
#CallFormBg .block_form_call .form_call select {
  border: 1px solid #eff0f7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*display: flex;
	align-items: center;*/
  color: rgb(12 54 43 / 70%);
}
#CallFormBg .block_form_call .form_call select:focus,
#CallFormBg .block_form_call .form_call input:focus {
  border-color: rgba(255, 186, 0, 0.7);
  outline: 0;
  box-shadow: none;
  border-width: 1px;
}
#CallFormBg .block_form_call .form_call .btn_submit_form {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 0;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
}
#CallFormBg .block_form_call .form_call .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}
#CallFormBg .call_form_logo {
  position: absolute;
  bottom: -64px;
  left: 7%;
}

#ClientBlock {
  padding: 74px 0 112px 0;
}
#ClientBlock .client_big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #0c362b;
  margin-bottom: 40px;
}
#ClientBlock .client_row {
  background: rgba(105, 145, 110, 0.1);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 24px;
}
#ClientBlock .client_row .client_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ClientBlock .client_row .client_item .client_image {
  background: #ffba00;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 76px;
  width: 76px;
}
#ClientBlock .client_row .client_item .client_image img {
}
#ClientBlock .client_row .client_item .client_info {
  margin-left: 32px;
}
#ClientBlock .client_row .client_item .client_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #0c362b;
  margin-bottom: 4px;
}
#ClientBlock .client_row .client_item .client_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgb(12 54 43 / 70%);
}

#HowCalculated {
  padding: 54px 0;
  background-image: url(img/how-calculated-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffba00;
  margin-bottom: 0;
}
#HowCalculated .hc_big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  color: #0c362b;
  margin-bottom: 50px;
}
#HowCalculated .hc_big_title span {
  position: relative;
}
#HowCalculated .hc_big_title span:after {
  content: url(img/after_h1_black.png);
  position: absolute;
  top: -25px;
  right: -48px;
}
#HowCalculated .hc_col {
  margin-bottom: 44px;
}
#HowCalculated .hc_item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
#HowCalculated .hc_item .hc_image {
  height: 100%;
}
#HowCalculated .hc_item .hc_image img {
  border-radius: 8px 0 0 8px;
  height: 100%;
  object-fit: cover;
  width: 145px;
}
#HowCalculated .hc_item .hc_info {
  padding: 24px;
}
#HowCalculated .hc_item .hc_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #244c4f;
  margin-bottom: 8px;
}
#HowCalculated .hc_item .hc_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgb(12 54 43 / 70%);
}

#OrderCalc {
  background: url(img/OrderCalc-1.png) 0 100% no-repeat,
    #0c362b url(img/OrderCalc-2.png) 82% 0 no-repeat;
  background-size: contain;
  padding: 48px 0;
  margin-bottom: 0;
}
#OrderCalc .oc__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  color: #ffba00;
  margin-bottom: 10px;
}
#OrderCalc .oc__big_text,
#OrderCalc .oc__big_text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
}

#OrderCalc .block_fc_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#OrderCalc .block_form_call {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  max-width: 440px;
}
#OrderCalc .block_form_call .block_form_call_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 15px;
}
#OrderCalc .block_form_call .block_form_call_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
  margin-bottom: 30px;
}
#OrderCalc .block_form_call .form_call input,
#OrderCalc .block_form_call .form_call select {
  border: 1px solid #eff0f7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*display: flex;
	align-items: center;*/
  color: rgb(12 54 43 / 70%);
}
#OrderCalc .block_form_call .form_call select:focus,
#OrderCalc .block_form_call .form_call input:focus {
  border-color: rgba(255, 186, 0, 0.7);
  outline: 0;
  box-shadow: none;
  border-width: 1px;
}
#OrderCalc .block_form_call .form_call .btn_submit_form {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 0;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
}
#OrderCalc .block_form_call .form_call .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}

#PhotoGallery {
  background: #191919;
  padding: 82px 0;
}
#PhotoGallery .pg__big_title {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 47px;
}
#PhotoGallery .pg__big_title:after {
  content: url(img/after_h1_white.png);
  position: absolute;
  top: -33px;
  right: -42px;
}
#PhotoGallery .photo_slider {
  /*padding: 80px 0;*/
  padding: 0;
}
#PhotoGallery .slick-list {
  /*padding: 80px 0!important;*/
  padding: 0 !important;
}
#PhotoGallery .photo_gal_item {
  margin: 10px;
}
#PhotoGallery .photo_gal_item img {
  width: 100%;
  border-radius: 8px;
  max-width: 290px;
}
#PhotoGallery
  .slick-slide.slick-current.slick-active
  + .slick-active
  .photo_gal_item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#PhotoGallery .slick-slide {
  transition: 200ms linear 200ms;
}
#PhotoGallery .slick-slide.slick-current.slick-active {
  transform: scale(1.6);
  transition: 200ms linear 200ms;
}
#PhotoGallery .slick-slide.slick-current.slick-active img {
  width: 100%;
  max-width: 710px;
}
#PhotoGallery .photo_slider .next {
  position: absolute;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  right: 0;
}
#PhotoGallery .photo_slider .prev {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
}
#PhotoGallery .photo_slider .slick-dots {
  position: absolute;
  bottom: 14px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: auto;
  right: auto;
}

#Recomendation {
  background: url(img/rec-1.png) 0 10% no-repeat,
    #fff url(img/rec-2.jpg) 100% 53% no-repeat;
  margin-bottom: 112px;
  padding: 20px 0;
  margin-top: 112px;
}
#Recomendation .pg__big_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1.2px;
  color: #0c362b;
  margin-bottom: 25px;
  max-width: 65%;
}
#Recomendation .rec__text {
}
#Recomendation .rec__text p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
}
#Recomendation .rec__more_text,
#SeoText .rec__more_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #ffba00;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#Recomendation .rec__more_text:after,
#SeoText .rec__more_text:after {
  content: url(img/down.png);
  margin-left: 5px;
}
#Recomendation .rec__more_text:hover,
#SeoText .rec__more_text:hover {
  color: #0c362b;
}
#Recomendation .rec__but {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #173d34;
  padding: 18px 14px;
  background: #ffba00;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}
#Recomendation .rec__but:hover {
  background: #e7a900;
  cursor: pointer;
}
#Recomendation .rec__steps {
  background: rgb(240 244 240);
  border-radius: 8px 0px 0px 8px;
  padding: 21px;
  position: relative;
  list-style: none;
}
#Recomendation .rec__steps:after {
  content: "";
  background: #ffba00;
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 75%;
  height: 2px;
  right: auto;
}
#Recomendation .rec__steps:before {
  content: "";
  background: #ffba00;
  position: absolute;
  top: 0;
  left: 6%;
  width: 75%;
  height: 2px;
  right: auto;
}
#Recomendation .rec__steps li {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 88%;
}
#Recomendation .rec__steps li .digital {
  font-family: "Nunito-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #ffba00;
  margin-right: 5px;
}
#SeoText .seo__text_block p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
}
#SeoText .seo__text_block ul li,
#SeoText .seo__text_block ol li {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
}
#SeoText h2 {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #0c362b;
  margin-bottom: 40px;
}

#Question {
  background-image: url(img/quest-3.jpg);
  height: 663px;
  margin-bottom: 0;
}
#Question .container {
  height: 100%;
}
#Question .quest__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#Question .quest__big_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
#Question .quest__big_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
  text-align: center;
  margin-bottom: 40px;
}
#Question .quest__big_text p,
#Question .quest__big_text p a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
  text-align: center;
}
#Question .quest__but {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  :center ;
  color: #173d34;
  padding: 18px 56px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  background: #ffba00;
  border-radius: 8px;
}
#Question .quest__but:hover {
  background: #e7a900;
  cursor: pointer;
}

footer {
  padding: 50px 0;
  background: #1a1a1a;
}
.copyright {
  border-top: 0.7px solid #474747;
  padding: 10px 0;
  background: #1a1a1a;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #d9dbe1;
}
.copyright p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #d9dbe1;
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_item {
}
footer .footer_item .footer_item_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffba00;
  margin-bottom: 15px;
}
footer .footer_item .footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_item .footer_menu li {
  margin-bottom: 8px;
}
footer .footer_item .footer_menu li a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  position: relative;
  color: #ffffff;
}
footer .footer_item .footer_menu li a:hover {
  color: #ffba00;
}
footer .footer_item .footer_soc {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_item .footer_soc li {
  margin-bottom: 8px;
}
footer .footer_item .footer_soc li {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
}
footer .footer_item .footer_soc li a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
}
footer .footer_item .footer_soc li a.footer_tlg:before {
  content: url(img/tlg.png);
  margin-right: 9px;
}
footer .footer_item .footer_soc li a.footer_wa:before {
  content: url(img/wa.png);
  margin-right: 9px;
}
footer .footer_item .footer_soc li a:hover {
  color: #ffba00;
}

footer .footer_item .footer_menu li a:hover:before {
  position: absolute;
  content: url(img/link-left-footer.png);
  left: -14px;
  top: 2px;
}
footer .footer_item .footer_menu li a:hover:after {
  content: url(img/link-right-footer.png);
  right: -14px;
  position: absolute;
  top: 2px;
}

.block_form_call_poppup {
  background: #ffffff;
  padding: 20px;
}
.form_call_poppup_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 15px;
}
.block_form_call_poppup .form_call input,
.block_form_call_poppup .form_call select {
  border: 1px solid #eff0f7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*display: flex;
	align-items: center;*/
  color: rgb(12 54 43 / 70%);
}
.block_form_call_poppup .form_call select:focus,
.block_form_call_poppup .form_call input:focus {
  border-color: rgba(255, 186, 0, 0.7);
  outline: 0;
  box-shadow: none;
  border-width: 1px;
}
.block_form_call_poppup .form_call .btn_submit_form {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 0;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
}
.block_form_call_poppup .form_call .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}

#PageTopBlock {
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  background-color: #0c362b;
}
#PageTopBlock .oc__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #ffba00;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
/*
	#PageTopBlock .oc__big_title:after{
	content: url(img/after_h1.png);
	position: absolute;
	top: -24px;
    right: -60px;
}*/
#PageTopBlock.poddomen .oc__big_title:after {
  right: -26px;
}
#PageTopBlock .oc__big_text {
  width: 90%;
}
#PageTopBlock .oc__big_text,
#PageTopBlock .oc__big_text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
}
#PageTopBlock .block_fc_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#PageTopBlock .block_form_call {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  max-width: 440px;
}
#PageTopBlock .block_form_call .block_form_call_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 15px;
}
#PageTopBlock .block_form_call .block_form_call_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.2px;
  color: rgb(12 54 43 / 70%);
  margin-bottom: 30px;
}
#PageTopBlock .block_form_call .form_call input,
#PageTopBlock .block_form_call .form_call select {
  border: 1px solid #eff0f7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*display: flex;
	align-items: center;*/
  color: rgb(12 54 43 / 70%);
}
.search-txt {
  margin-bottom: 0 !important;
}
#PageTopBlock .block_form_call .form_call select:focus,
#PageTopBlock .block_form_call .form_call input:focus {
  border-color: rgba(255, 186, 0, 0.7);
  outline: 0;
  box-shadow: none;
  border-width: 1px;
}
#PageTopBlock .block_form_call .form_call .btn_submit_form {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 0;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
}
#PageTopBlock .block_form_call .form_call .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}

.breadcrumb {
  color: #ffba00;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.breadcrumb a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255 255 255 / 40%);
  margin: 0 5px;
}
.breadcrumb a:hover {
  color: #ffba00;
}
.breadcrumb span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255 255 255 / 90%);
  margin: 0 5px;
}

#DirectionListAll {
  padding: 90px 0;
}
#DirectionListAll .direction_block .direction_info_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
#DirectionListAll .direction_block .direction_info_title:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#DirectionListAll .direction_block .direction_info_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
}
#DirectionListAll .direction_block .direction_item {
  padding: 15px;
  border-radius: 8px;
  background-image: url(img/direction_item.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 5px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 19%;
}
#DirectionListAll .direction_block .direction_info {
  border-left: 4px solid #ffba00;
  padding-left: 20px;
  margin-bottom: 46px;
}
#DirectionListAll .direction_block .direction_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(255 186 0 / 90%);
  margin-bottom: 5px;
  display: block;
}
#DirectionListAll .direction_block .direction_title:hover {
  color: #69916e;
}
#DirectionListAll .direction_block .direction_anons {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255 255 255 / 90%);
  margin-bottom: 7px;
}
#DirectionListAll .direction_block .direction_anons p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255 255 255 / 90%);
}
#DirectionListAll .direction_block .direction_go {
  background: #ffba00;
  border-radius: 8px;
  padding: 6px 21px;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
#DirectionListAll .direction_block .direction_go:hover {
  background: #e7a900;
  cursor: pointer;
}
#DirectionListAll .direction_block .direction_list {
  display: flex;
  flex-wrap: wrap;
}

#WeWarranty .block_h2 {
}
#WeWarranty .warranty_big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  position: relative;
  display: inline-block;
  margin-bottom: 46px;
}
#WeWarranty .warranty_big_title:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#WeWarranty .warranty__text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 80%);
  width: 69%;
  padding-left: 20px;
  border-left: 4px solid #ffba00;
  margin-bottom: 40px;
}
#WeWarranty .warranty__text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 80%);
}
#WeWarranty .warranty__list {
}
#WeWarranty .warranty__list .warranty__plus {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
#WeWarranty .warranty__list .warranty__plus:before {
  content: url(img/w_plus.svg);
  padding-right: 13px;
}
#WeWarranty .warranty__list .warranty__plus p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
  margin-bottom: 0;
}
#WeWarranty .warranty__image {
  position: relative;
  width: 100%;
}
#WeWarranty .warranty__image:before {
  content: url("/wp-content/uploads/2024/05/logo-test.png");
  position: absolute;
  top: 10%;
  right: 24%;
}
#WeWarranty .warranty__image img {
  width: 100%;
}

#MapBlock .map_price__title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 10px;
}
#MapBlock .map_price__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
  margin-bottom: 42px;
}
#MapBlock .map_price__text p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
}
#MapBlock .map_price__select {
  width: 100%;
  margin: 0;
}
#MapBlock .map_price__select .select_city {
  background-color: #ffba00;
  border-radius: 8px;
  padding: 13px 15px;
  max-width: 60%;
}
#MapBlock .map_price__select .select_city:hover {
  cursor: pointer;
}
.SelectBox:hover {
  cursor: pointer;
}
#MapBlock .block__price {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  overflow: auto;
  max-height: 441px;
}
#MapBlock .block__price_massa {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  color: #ffba00;
  margin-bottom: 0;
  text-align: center;
}
#MapBlock .block__price .block__price_row {
  border-bottom: 1px solid rgb(12 54 43 / 40%);
  background: rgb(105 145 110 / 5%);
}
#MapBlock .block__price .block__price_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0c362b;
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#MapBlock .block__price .block__price_title a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0c362b;
}
#MapBlock .block__price .block__price_title a:hover {
  color: #ffba00;
}
#MapBlock .block__price .block___but {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#MapBlock .block__price .block___but .block__price_but {
  background: #ffba00;
  border-radius: 8px;
  padding: 7px 12px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
#MapBlock .block__price .block___but .block__price_but:hover {
  background: #e7a900;
  cursor: pointer;
}
/*
	#MapBlock .block__price:after {
    content: "";
    background: #FFBA00;
    position: absolute;
    bottom: 0;
    left: 24%;
    width: 50%;
    height: 2px;
	}
	#MapBlock .block__price:before {
    content: "";
    background: #FFBA00;
    position: absolute;
    top: 0;
    left: 24%;
    width: 50%;
    height: 2px;
}*/
#MapBlock .block__price_border {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
#MapBlock .block__price_border:after {
  content: "";
  background: #ffba00;
  position: absolute;
  bottom: 0;
  left: 24%;
  width: 50%;
  height: 2px;
}
#MapBlock .block__price_border:before {
  content: "";
  background: #ffba00;
  position: absolute;
  top: 0;
  left: 24%;
  width: 50%;
  height: 2px;
}
#MapBlock .price__title_buts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#MapBlock .block__price_link {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #0c362b;
  background: #ffba00;
  border-radius: 8px;
  padding: 13px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 140px;
  align-items: center;
  margin-left: 100px;
}
#MapBlock .block__price_link:after {
  content: url(img/chevron-right-1.png);
  position: relative;
  top: 2px;
}
#MapBlock .block__price_link:hover {
  background: #e7a900;
  cursor: pointer;
}

#DirectionListSlider.single_page .direction_block .direction_info_title:after {
  display: none;
}

#HowShipping {
  background: rgb(105 145 110 / 5%);
  margin: 0px 0 0 0;
  padding-bottom: 160px;
}
#HowShipping .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#HowShipping .hs__big_title .hs__yellow {
  color: #ffba00;
}
#HowShipping .hs__big_title .hs__after {
  position: relative;
}
#HowShipping .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#HowShipping .hs__block_image {
  position: relative;
}
#HowShipping .hs__block_image .hs__big_img {
  width: 97%;
  max-width: 782px;
  border-radius: 8px;
}
#HowShipping .hs__block_image .hs__small_img {
  border-radius: 8px;
  width: 364px;
  height: 258px;
  object-fit: cover;
  position: absolute;
  bottom: -73px;
  right: -14px;
}
#HowShipping .hs__block_image .hs__circle_border {
  border: 1px solid #ffba00;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30%;
  right: 28%;
}
#HowShipping .hs__block_image .hs__circle {
  background: #ffba00;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#HowShipping .hs__block_image .hs__circle .hs__circle_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 4px;
}
#HowShipping .hs__block_image .hs__circle .hs__circle_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgb(255 255 255 / 60%);
}
#HowShipping .hs__block_text {
  margin-bottom: 15px;
}
#HowShipping .hs__block_text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: rgb(12 54 43 / 90%);
  text-align: left;
}
#HowShipping .hs__block_text ul li,
#HowShipping .hs__block_text ol li {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: rgb(12 54 43 / 90%);
  text-align: left;
}

#MapBlock.page__city_to_city {
  /*background-image: url(img/map_city_to_city.png);
	background-repeat: no-repeat;*/
  padding-top: 0;
}
#MapBlock.page__city_to_city .map_price__title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #0c362b;
}
#MapBlock.page__city_to_city .map_price__block_border {
  border-left: 4px solid #ffba00;
  padding-left: 20px;
}
#MapBlock .price_part {
  margin-top: 30px;
  position: relative;
}
#DirectionListSlider.single_page {
  background: no-repeat;
}

#HowShipping.page__city_to_city .hs__block_text {
  border-right: 4px solid #ffba00;
  padding-right: 20px;
}

#PageTopBlockNoBg {
  padding: 40px 0;
}
#PageTopBlockNoBg .breadcrumb {
  color: #ffba00;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
#PageTopBlockNoBg .breadcrumb a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(12 54 43 / 40%);
  margin: 0 5px;
}
#PageTopBlockNoBg .breadcrumb a:hover {
  color: #ffba00;
}
#PageTopBlockNoBg .breadcrumb span {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(12 54 43 / 90%);
  margin: 0 5px;
}

#AboutBlock {
  background-color: rgb(105 145 110 / 10%);
  background-image: url(img/about-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0;
}
#AboutBlock h1 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#AboutBlock h1:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#AboutBlock .about_image {
  position: relative;
}
#AboutBlock .about_image .about_image_img {
  width: 100%;
}
#AboutBlock .about_image .about_image_logo {
  position: absolute;
  bottom: -10%;
  right: 42%;
  width: 98px;
}

#TransportBlock {
  padding: 82px 0;
  background-image: url(img/transport_bg.png);
  background-color: #0c362b;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0;
}
#TransportBlock .transport_info {
  margin-bottom: 40px;
}
#TransportBlock .transport_info p {
  color: rgb(255 255 255 / 90%);
}
#TransportBlock h1 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#TransportBlock h1:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#TransportBlock .h1_titile {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#TransportBlock .h1_titile:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#TransportBlock .transport_item {
  position: relative;
}
#TransportBlock .transport_item .transport_img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}
#TransportBlock .transport_item .transport_pop {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  padding: 30px;
  position: absolute;
  bottom: 6%;
  width: 411px;
  left: 3%;
}
#TransportBlock .transport_item .transport_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}
#TransportBlock .transport_item .transport_title:after {
  content: "";
  background: #ffba00;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
}
#TransportBlock .transport_item .transport_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
}
#TransportBlock .transport_item .transport_text a {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255 255 255 / 90%);
}
#TransportBlock .transport_slider .next {
  position: absolute;
  bottom: -10%;
  z-index: 9;
  cursor: pointer;
  right: 26%;
}
#TransportBlock .transport_slider .prev {
  position: absolute;
  bottom: -10%;
  left: 26%;
  z-index: 9;
  cursor: pointer;
}
#TransportBlock .transport_slider .slick-dots {
  position: absolute;
  bottom: -7%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: auto;
  right: auto;
}
#TransportBlock .block__price_but {
  background: #ffba00;
  border-radius: 8px;
  padding: 7px 12px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
#TransportBlock .block__price_but:hover {
  background: #e7a900;
  cursor: pointer;
}

#FeedbackBlock {
  background-color: rgb(105 145 110 / 10%);
  padding: 82px 0;
  background-image: url(img/feedback_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 112px;
}
#FeedbackBlock h1 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#FeedbackBlock h1:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#FeedbackBlock .feedback_btn {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 63px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  margin-top: 15px;
}
#FeedbackBlock .feedback_btn:hover {
  background: #e7a900;
  cursor: pointer;
}
#FeedbackBlock .feedback_info {
  margin-bottom: 40px;
}
#FeedbackBlock .feedback_info p {
}
#FeedbackBlock .feedback_list {
  margin-bottom: 30px;
}
#FeedbackBlock .feedback_item {
  background: #ffffff;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}
#FeedbackBlock .feedback_item .feedback_name {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #0c362b;
  margin-bottom: 10px;
  border-bottom: 4px solid #ffba00;
  display: inline-block;
}
#FeedbackBlock .feedback_item .feedback_stars {
  content: url(img/stars.png);
  margin-bottom: 10px;
}
#FeedbackBlock .feedback_more {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 63px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  margin-top: 15px;
}
#FeedbackBlock .feedback_more:hover {
  background: #e7a900;
  cursor: pointer;
}

#QuestionBlock {
  background: linear-gradient(to right, #fff 56%, rgb(105 145 110 / 10%) 0%);
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 0;
}
#QuestionBlock h1 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #0c362b;
  margin-bottom: 47px;
}
#QuestionBlock h1:after {
  content: url(img/after_h1_black.png);
  position: absolute;
  top: -25px;
  right: -50px;
}
#QuestionBlock h2 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #0c362b;
  margin-bottom: 47px;
}
#QuestionBlock h2:after {
  content: url(img/after_h1_black.png);
  position: absolute;
  top: -25px;
  right: -50px;
}
#QuestionBlock .quest_col_bg {
}
#QuestionBlock .block_fc_flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#QuestionBlock .accordion-button {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffba00;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  flex-direction: row-reverse;
}
#QuestionBlock .accordion-button.collapsed {
  color: #0c362b;
}
#QuestionBlock .accordion-button span {
  display: inline-block;
  text-align: left;
  width: 94%;
}
#QuestionBlock .accordion-item {
  border: none;
  border-bottom: 1px solid rgb(105 145 110 / 20%);
  padding-bottom: 15px;
}
#QuestionBlock .accordion-body {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(12 54 43 / 90%);
  border-left: 4px solid #ffba00;
  margin-left: 40px;
  padding-bottom: 0;
}
#QuestionBlock .accordion-body p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(12 54 43 / 90%);
}
#QuestionBlock .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
  background-image: url(img/acc_plus.png);
  width: 20px;
}
#QuestionBlock .accordion-button:not(.collapsed)::after {
  background-image: url(img/acc_minus.png);
  background-position: -2px;
}

#QuestionBlock .block_form_call {
  background: #ffffff;
  padding: 40px;
  max-width: 440px;
  z-index: 1;
}
#QuestionBlock .block_form_call_title {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #ffba00;
  margin-bottom: 30px;
}
#QuestionBlock .block_form_call .form_call input,
#QuestionBlock .block_form_call .form_call select {
  border: 1px solid #eff0f7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgb(12 54 43 / 70%);
}
#QuestionBlock .block_form_call .form_call select:focus,
#QuestionBlock .block_form_call .form_call input:focus {
  border-color: rgba(255, 186, 0, 0.7);
  outline: 0;
  box-shadow: none;
  border-width: 1px;
}
#QuestionBlock .block_form_call .form_call .btn_submit_form {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 0;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
}
#QuestionBlock .block_form_call .form_call .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}
#QuestionBlock .img_circle {
  position: absolute;
  right: 73px;
  z-index: 0;
  width: 815px;
  bottom: 0;
}

#ContactsBlock {
  margin-bottom: 0;
  padding-bottom: 0;
}
#ContactsBlock .block_h1 {
  text-align: center;
}
#ContactsBlock h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 47px;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #ffba00;
}
#ContactsBlock h1:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -22px;
  right: -58px;
}
#ContactsBlock .contacts_list {
  background: #ffffff;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px 8px 0px 0px;
  padding: 40px;
  position: relative;
}
#ContactsBlock .contacts_list .contacts_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#ContactsBlock .contacts_list .contacts_item img {
  margin-right: 10px;
}
#ContactsBlock .contacts_list .contacts_item .contacts_text {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0c362b;
}
#ContactsBlock .contacts_list .contacts_item .contacts_text a {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0c362b;
}
#ContactsBlock .contacts_list .contacts_item .contacts_text a:hover {
  color: #ffba00;
}
#ContactsBlock .contacts_list:before {
  content: "";
  background: #ffba00;
  position: absolute;
  top: 0;
  left: 24%;
  width: 50%;
  height: 2px;
}
.city_select_top .SumoSelect.open > .optWrapper {
  top: 48px;
}
.city_select_top {
  width: 60%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.city_select_top .SumoSelect > .CaptionCont.select_style_2 {
  padding: 12px 15px;
}
.city_select_top.map_price__select .SumoSelect.open > .optWrapper {
  top: 48px;
  box-shadow: 0px 4px 21.9px rgba(0, 0, 0, 0.21);
  width: 60%;
}
#MapBlock .map_price__select_green .select_city {
  background-color: #0c362b;
  border-radius: 8px;
  padding: 13px 15px;
  max-width: 100%;
  color: #fff;
}
.city_select_top.map_price__select_green
  .SumoSelect
  > .CaptionCont.select_style_2
  > span {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #fff;
}
.city_select_top.map_price__select_green
  .SumoSelect
  > .CaptionCont.select_style_2
  > label
  > i,
#BannerForm .SumoSelect > .CaptionCont.select_style_2 > label > i {
  background-image: url(img/select-w.png);
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}
.city_select_top.map_price__select_green .SumoSelect.open > .optWrapper {
  top: 48px;
  box-shadow: 0px 4px 21.9px rgba(0, 0, 0, 0.21);
  width: 100%;
}

#MapBlock .order_call {
  background: #ffba00;
  border-radius: 8px;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  padding: 14px 36px;
  display: inline-block;
  margin-right: 10px;
}
#MapBlock .order_call:hover {
  background: #e7a900;
  cursor: pointer;
}
#MapBlock .buts__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#HowOrderGruz {
  padding-top: 50px;
}
#HowOrderGruz .how_order_block {
  background: rgb(105 145 110 / 5%);
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  position: relative;
  padding: 40px 20px;
}
#HowOrderGruz .how_order_block:after {
  content: url(img/znak.png);
  position: absolute;
  right: -15%;
  top: 0;
}
#HowOrderGruz h2 {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #ffba00;
  margin-bottom: 26px;
}
#HowOrderGruz .how__order_text {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgb(12 54 43 / 90%);
  border-left: 4px solid #ffba00;
  padding-left: 20px;
}
#HowOrderGruz .how__order_text p {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgb(12 54 43 / 90%);
}
#HowOrderGruz .how__order_list {
}
#HowOrderGruz .how__order_list .how__order_item {
  margin-bottom: 20px;
}
#HowOrderGruz .how__order_list .how__order_item .how__order_title {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #ffba00;
  margin-bottom: 10px;
}
#HowOrderGruz .how__order_list .how__order_item .how__order_txt {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgb(12 54 43 / 90%);
}

#MainBanner.poddomen {
  background-image: url(img/poddomen.jpg);
}
#MainBanner.poddomen .block_form_where {
  background: rgb(105 145 110 / 90%);
  border-radius: 8px 8px 0px 0px;
  padding: 60px 70px;
  margin-top: 47px;
}
#MainBanner.poddomen .block_form_where .form_where_col {
  width: 16%;
  margin-right: 45px;
}
#MainBanner.poddomen .block_form_where label.form-label {
  margin-bottom: 13px;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgb(255 255 255 / 70%);
}
#MainBanner.poddomen .block_form_where .btn_submit_form {
  border: none;
  border-radius: 8px;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #173d34;
  background: none;
  padding: 19px 15px;
  width: 100%;
  background-color: #ffba00;
}
#MainBanner.poddomen .block_form_where .btn_submit_form:hover {
  background: #e7a900;
  cursor: pointer;
}

#BannerForm.poddomen {
  background-image: url(img/banner-form-poddomen.jpg);
}
#BannerForm.poddomen .block_form_where {
  background: rgb(12 54 43 / 70%);
}

#Recomendation .poddomen_line_left {
  border-left: 4px solid #ffba00;
  padding-left: 20px;
}
.SumoSelect.open .search-txt {
  font-size: 16px;
  bottom: 0;
  padding-left: 30px;
}
#MainBanner .SumoSelect > .CaptionCont.select_style_2 > span,
.city_select_top .SumoSelect > .CaptionCont.select_style_2 > span,
#BannerForm .SumoSelect > .CaptionCont.select_style_2 > span {
  background: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  background: none;
  color: #000;
}
.upbtn {
  opacity: 0.8;
  z-index: 9999;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -80px;
  right: 20px;
  cursor: pointer;
  border: 3px solid #ffba001f;
  transition: all 0.7s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffba00;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.upbtn:hover {
  opacity: 1;
  background-color: #337ab7;
}

#FeedbackBlockSlider {
  background-color: rgb(105 145 110 / 10%);
  padding: 82px 0;
  /*background-image: url(img/feedback_bg.png);
		background-repeat: no-repeat;
	background-position: right top;*/
}
#FeedbackBlockSlider h2 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#FeedbackBlockSlider h2:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#FeedbackBlockSlider .feedback_btn {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 63px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  margin-top: 15px;
}
#FeedbackBlockSlider .feedback_btn:hover {
  background: #e7a900;
  cursor: pointer;
}
#FeedbackBlockSlider .feedback_info {
  margin-bottom: 40px;
}
#FeedbackBlockSlider .feedback_info p {
}
#FeedbackBlockSlider .feedback_list {
  margin-bottom: 30px;
}
#FeedbackBlockSlider .feedback_item {
  background: #ffffff;
  box-shadow: 2px 0px 11.7px rgba(19, 18, 66, 0.11);
  border-radius: 8px;
  padding: 30px;
  margin: 10px;
}
#FeedbackBlockSlider .feedback_item .feedback_name {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #0c362b;
  margin-bottom: 10px;
  border-bottom: 4px solid #ffba00;
  display: inline-block;
}
#FeedbackBlockSlider .feedback_item .feedback_stars {
  content: url(img/stars.png);
  margin-bottom: 10px;
}
#FeedbackBlockSlider .feedback_more {
  background: #ffba00;
  border-radius: 8px;
  padding: 18px 63px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0c362b;
  margin-top: 15px;
}
#FeedbackBlockSlider .feedback_more:hover {
  background: #e7a900;
  cursor: pointer;
}
#FeedbackBlockSlider .feedback_list .feedback_slider .next {
  position: absolute;
  bottom: -13%;
  z-index: 9;
  cursor: pointer;
  right: 32%;
}
#FeedbackBlockSlider .feedback_list .feedback_slider .prev {
  position: absolute;
  bottom: -13%;
  left: 32%;
  z-index: 9;
  cursor: pointer;
}

#HowServices {
  background: rgb(105 145 110 / 5%);
  margin: 0px 0 0 0;
  padding-bottom: 100px;
}
#HowServices .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#HowServices .hs__big_title .hs__yellow {
  color: #ffba00;
}
#HowServices .hs__big_title .hs__after {
  position: relative;
}
#HowServices .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#HowServices .how_services {
  display: flex;
  flex-wrap: wrap;
}
#HowServices .how_services .how_services_item {
  width: 20%;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
#HowServices .how_services .how_services_item img {
  margin-bottom: 10px;
  width: 70px;
}
#HowServices .how_services .how_services_item .how_services_title {
  font-size: 17px;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.1;
}
#HowServices .how_services .how_services_item .how_services_text {
  font-size: 14px;
  line-height: 1.2;
  display: none;
}
#HowServices .how_services .how_services_item:hover .how_services_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #ffba00eb;
  color: #000;
  height: 100%;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

#TransportBlock.transport_services .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#TransportBlock.transport_services .hs__big_title .hs__yellow {
  color: #ffba00;
}
#TransportBlock.transport_services .hs__big_title .hs__after {
  position: relative;
}
#TransportBlock.transport_services .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#TransportBlock.transport_services .transport_item .transport_pop {
  width: 600px;
  right: 3%;
  left: auto;
}
#TransportBlock.transport_services .transport_item .transport_text,
#TransportBlock.transport_services .transport_item .transport_text p {
  font-size: 14px;
  line-height: 1.2;
  color: rgb(255 255 255 / 90%);
}
#TransportBlock.transport_services .transport_item .transport_text ul {
  width: 300px;
  padding: 0;
}
#TransportBlock.transport_services .transport_item .transport_text ul li {
  position: relative;
  display: table;
  width: 90%;
  margin: 8px 0;
}
#TransportBlock.transport_services
  .transport_item
  .transport_text
  ul
  li
  .transport_name {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
}
#TransportBlock.transport_services
  .transport_item
  .transport_text
  ul
  li
  .transport_value {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
  color: #fff;
}
#TransportBlock.transport_services .transport_item .transport_text ul li .dots {
  display: table-cell;
  position: relative;
}
#TransportBlock.transport_services
  .transport_item
  .transport_text
  ul
  li
  .dots:before {
  content: "";
  width: 90%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
}

#dop_uslugi .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#dop_uslugi .hs__big_title .hs__yellow {
  color: #ffba00;
}
#dop_uslugi .hs__big_title .hs__after {
  position: relative;
}
#dop_uslugi .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}

#dop_uslugi {
}
#dop_uslugi .dop_uslugi_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#dop_uslugi .dop_item {
  position: relative;
  border-radius: 10px;
  background-blend-mode: soft-light;
  background: rgba(0, 0, 0, 0.76);
  width: 19%;
  height: 250px;
}
#dop_uslugi .col_dop {
  margin-bottom: 25px;
}
#dop_uslugi .dop_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

#dop_uslugi .dop_item_block {
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
#dop_uslugi .dop_item .dop_item_title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: rgb(255 186 0 / 90%);
  text-transform: uppercase;
}
#dop_uslugi .dop_item .ov_dop {
  color: #fff;
  display: none;
  padding: 10px;
  cursor: pointer;
}
#dop_uslugi .dop_item:hover .ov_dop {
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background: rgba(20, 20, 20, 0.9);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#dop_uslugi .dop_item_popup_txt {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  margin-top: 0;
  text-align: center;
}

#ClientBlock.uniq__block .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#ClientBlock.uniq__block .hs__big_title .hs__yellow {
  color: #ffba00;
}
#ClientBlock.uniq__block .hs__big_title .hs__after {
  position: relative;
}
#ClientBlock.uniq__block .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
  display: none;
}
#ClientBlock.uniq__block .client_row p {
  margin: 0;
}
.form_small_text {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #a39c9c !important;
}
.form_small_text a {
  color: #ffba00 !important;
}
.form_small_text.form_small_text_big {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #a39c9c !important;
  text-align: right !important;
  width: 100%;
  margin-top: 10px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.logo_subtitle {
  color: #2e334e;
  margin-top: 5px;
  display: inline-block;
}
.logo_subtitle_footer {
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}

.about__digital {
}
.about__digital .about__digital_item {
  position: relative;
  padding: 10px;
}
.about__digital .about__digital_item:hover .about__digital_popup {
  display: block;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  position: absolute;
  z-index: -1;
  background: #ffba00;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 1.1;
  color: #000;
  border-radius: 5px;
}
.about__digital .about__digital_big {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #ffba00;
}
.about__digital .about__digital_small {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.about__digital .about__digital_popup {
  color: #fff;
  display: none;
  padding: 10px;
  cursor: pointer;
}
.transport_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.transport_top .transport_price {
  color: #ffba00;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

#IncPrice {
  padding-bottom: 0;
}
#IncPrice .hs__big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #0c362b;
  margin-bottom: 52px;
}
#IncPrice .hs__big_title .hs__yellow {
  color: #ffba00;
}
#IncPrice .hs__big_title .hs__after {
  position: relative;
}
#IncPrice .hs__big_title .hs__after:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
  display: none;
}
#IncPrice .incprice_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 40px;
  align-items: flex-start;
}
#IncPrice .incprice_digital {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 21px;
  color: #fff;
  background-color: #ffba00;
  padding: 20px;
  border-radius: 8px;
}
#IncPrice .incprice_title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
  margin-bottom: 15px;
}
#IncPrice .incprice_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgb(12 54 43 / 90%);
}
#IncPrice .incprice_block {
  margin-top: 50px;
}

#PopularDirTable .client_big_title {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #0c362b;
  margin-bottom: 40px;
}

#PopularDirTable table {
  width: 100%;
  margin-bottom: 40px;
}
#PopularDirTable td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: rgb(105 145 110 / 5%);
  border-bottom: 1px solid rgb(12 54 43 / 40%);
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0c362b;
}
#PopularDirTable th {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: rgb(105 145 110 / 5%);
  border-bottom: 1px solid rgb(12 54 43 / 40%);
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0c362b;
}
#PopularDirTable .block__price_but {
  background: #ffba00;
  border-radius: 8px;
  padding: 7px 12px;
  display: inline-block;
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
#PopularDirTable .block__price_but:hover {
  background: #e7a900;
  cursor: pointer;
}
#PageTopBlock .oc__big_price {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  color: rgb(105 145 110 / 100%);
  margin-bottom: 15px;
}
#AboutBlock.mainpage {
  background: none;
}
#AboutBlock.mainpage h2 {
  position: relative;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #ffba00;
  margin-bottom: 16px;
}
#AboutBlock.mainpage h2:after {
  content: url(img/after_h1.png);
  position: absolute;
  top: -25px;
  right: -59px;
}
#AboutBlock.mainpage .about_image_img {
  border-radius: 8px;
}
.team_img img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1800px) {
  #DirectionListSlider .direction_block .direction_info_title {
    font-size: 33px;
    line-height: 1.2;
  }
  #DirectionListSlider .direction_block .direction_info_title:after {
    top: -35px;
  }
}
