.main_menu ul li {
  display: inline-block;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  border-right: 2px solid #FFB800;
}

.main_menu ul li:last-child {
  border-right: none;
}

.main_menu ul li span {
  font-weight: 500;
  font-size: 15px;
}

.fone_img {
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: rgba(36, 50, 51, 0.3);
}

.fone_img2 {
  position: absolute;
  width: 100%;
  height: 111px;
  background-color: rgba(36, 50, 51, 0.3);
  display: none;
  transform: translate(-12%, -24%);
  z-index: -1;
}

.hdr {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #F3F3F3;
}

.hdr li:first-child {
  padding-left: 0;
}

.contt5 {
  background-image: url('../img/fon3.png');
  background-size: cover;
  background-position: center;
}

.hdr li span {
  padding-bottom: 2px;
}

.hdr li:hover {
  cursor: pointer;
}

.hdr li:hover>span {
  border-bottom: 2px solid #FFBE00;
}

.icony {
  display: none;
}

/*Переверстка start*/
.row-ajax-pagination {
  margin-right: 0px;
  margin-left:  0px;
 }
.menu-children_icon {
  position: absolute !important;
  right: 15px;
  top: 10px;
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url("../img/mob_arrow.png") right top no-repeat;
  background-size: contain;
}

.menu-children_icon_open {
  transform: rotate(180deg);
}

#true_loadmore {
  background-color: #162E30;
  border-radius: 2px;
  display: block;
  margin-top: 15px;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

#true_loadmore:hover {
  background-color: #162E3099;
  color: #fff;
}

a.link-logbook-box {
  text-decoration: none;
  color: #000;
}

a.link-logbook-box:hover {
  text-decoration: none;
  color: #000;
}

.logbook-box {
  padding: 10px;
  transition: 0.7s;
  border: 1px solid transparent;
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}

.logbook-box:hover {
  border: 1px solid #000;
  border-radius: 4px;
}

.logbook-box_img {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.logbook-box_img img {
  max-width: 100%;
  height: auto;
}

.logbook-box_title {
  padding: 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.logbook-box_data {
  color: #8e8e8e;
  text-align: right;
  padding-bottom: 5px;
}

.logbook-box_exp-text {
  text-align: justify;
  padding-left: 5px;
  padding-bottom: 5px;
}

.logbook-btn-watch {
  color: #162E30;
  display: block;
  text-align: right;
}

.logbook-btn-watch:hover {
  color: #162E30;
}

.price-btn-area {
  display: block;
  padding: 10px 0px 25px;
}

.price-btn-area .price_btn:last-child {
  margin-left: 25px;
}

.price_btn {
  display: inline-block;
  padding: 10px 22px;
  color: #212529;
  text-transform: uppercase;
  border: 1px solid #ffc107;
  font-weight: 700;
}

.price_btn:hover {
  text-decoration: none;
  color: #212529;
  background-color: #fff2f2;
}

.content_section {
  min-height: 40vh;
}

.form-footer__item {
  border: 1px solid #919899;
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  color: #5a7776;
  font-weight: 500;
  padding-left: 8px;
  font-size: 14px;
  outline: none !important;
}

.form-footer__btn {
  color: white;
  font-weight: 500;
  background-color: #FFB900;
  width: 100%;
  height: 35px;
  outline: none !important;
  border: 1px solid #FFB900;
}

.form-footer__btn:hover {
  background-color: #D99200;
  border: 1px solid #D99200;
  cursor: pointer;
}

.screen-reader-response {
  color: transparent;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  color: red;
}

h1.page_title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  color: #000000;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

ul#top-menu li.menu-item {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

ul#top-menu li.menu-item a {
  font-size: 15px;
  font-weight: 500;
  color: #243233;
  text-decoration: none;
  text-transform: uppercase;
}

ul#top-menu li.menu-item a:hover {
  border-bottom: 2px solid #FFBE00;
}

ul#top-menu li.menu-item ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #f2ead8;
  z-index: 10;
  padding: 10px 4px;
  transition-duration: 0.3s;
  transition-delay: 0.22s;
}

ul#top-menu li.menu-item ul.sub-menu li.menu-item {
  position: relative;
}

ul#top-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
  position: absolute;
  left: 45%;
  top: 25px;
  width: 170%;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-delay: 0.40s;
}

ul#top-menu li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;

}

ul#top-menu li.menu-item ul.sub-menu li {
  display: block;
  margin-bottom: 10px;
}

ul#top-menu li.menu-item ul.sub-menu li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/*Переверстка end*/


/*.main_menu2 ul li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.main_menu2 li a{
	font-size: 15px;
	font-weight: 500;
	color: #243233;
	text-decoration: none;
}
.main_menu2 li a:hover {
	border-bottom: 2px solid #FFBE00;
}*/
.section_main {
  background-color: white;
  padding-bottom: 2px;
}

.section_main:hover {
  background-color: #FFB900;
  cursor: pointer;
  color: white;
}

.section_main:hover>div div .fone_img {
  display: none;
}

.section_main:hover>div div .fone_img2 {
  display: block;
}

.section_main:hover>div div .icony {
  display: block;
}

.section_main:hover>div div .iconw {
  display: none;
}

.circle {
  border-radius: 100%;
  border: 1px solid #162E30;
  width: 170px;
  height: 170px;

}

.circle2 {
  border-radius: 100%;
  background-color: #162E30;
  width: 94%;
  height: 94%;
  position: relative;
  top: 3%;
}

.circle:hover {
  border-color: #FFB900;
  cursor: pointer;

}

.circle:hover .circle2 {
  background-color: #FFB900;
}

.square {
  margin-top: 80px;
  width: 220px;
  height: 250px;
  background-color: #F2F2F2;
  position: relative;
  cursor: pointer;
}

.square:hover {
  width: 260px;
  height: 300px;
  background-color: #FFB900;
  margin-top: 55px;
  color: white;
  z-index: 100;
}

.square h5 {
  padding: 10PX;
  color: #162E30;
}

.square p {
  padding: 10PX;
  color: #676767;
  font-size: 14px;
}

.square:hover h5 {
  padding-top: 35px;
  padding-left: 27.5px;
  color: white;

}

.background-fon {
  border: none;
  position: absolute;
  width: 91%;
  height: 300px;
  background-color: rgba(253, 184, 1, 0.6);
  top: 0%;
  left: 4.5%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.square:hover p {
  padding-left: 27.5px;
  color: white;

}

.img_hov {
  z-index: 99;
}

.img_hov div p {
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid white;
}

.img_hov:hover {
  cursor: pointer;
}

.img_hov:hover>div p {
  border-color: #fdb801;
}

.img_hov:hover>.background-fon {
  display: block;
}

.line_hov {
  border: 1px solid white;
  width: 281px;
  height: 0px;
  z-index: 100;

}

.new_sections {
  color: #162E30;
}

.nw_hover_1 {
  position: absolute;
  width: 87%;
  height: 200px;
  border-radius: 100%;
  background-color: rgba(255, 184, 0, 0.6);
  top: 0%;
  left: 7%;
  display: none;
}

.nw_hover_2 {
  border-bottom: 1px solid white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new_sections ul li {
  list-style: none;
}

.diver_3 {
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.diver_3:hover>.nw_hover_1 {
  display: block;
}

.diver_3:hover>.nw_hover_2 {
  border-bottom: 1px solid #FFB800;
}

.btn1 {
  background-color: #FFB800;
  color: white;
  border: 1px solid #FFB800;
  padding: 8px 8px;
  margin-left: 60px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  outline: none !important;
}

.btn2 {
  color: white;
  background-color: #FFB800;
  border: 1px solid #FFB800;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  outline: none !important;
  margin-top: 10px;
}

.btn3 {
  color: white;
  font-weight: 500;
  background-color: #FFB900;
  width: 100%;
  height: 35px;
  border: 1px solid #FFB900;
}

.btn4 {
  background-color: #fdb801;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  outline: none !important;
  cursor: pointer;
  border: 1px solid #fdb801;
}

.btn5 {
  color: white;
  font-weight: 500;
  background-color: #FFB900;
  width: 100%;
  height: 35px;
  border: 1px solid #FFB900;
}

.btn6 {
  background: #FFB900;
  color: white;
  font-weight: 500;
  font-size: 14px;
  outline: none !important;
  cursor: pointer;
  border: 1px solid #FFB900;
  width: 100%;
  height: 35px;
}

.btn7 {
  color: white;
  font-weight: 500;
  background-color: #FFB900;
  width: 100%;
  height: 35px;
  border: 1px solid #FFB900;
}

.btn8 {
  color: white;
  font-weight: 500;
  background-color: #FFB900;
  width: 100%;
  height: 35px;
  outline: none !important;
  border: 1px solid #FFB900;
}

.btn_hov:hover {
  background-color: #D99200;
  border: 1px solid #D99200;
  cursor: pointer;
}

.sec3 ul li {
  padding-top: 8px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFB900;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.eco_hover2 {
  height: 250px;
}

.eco_hover {
  width: 220px;
  padding: 15px;
  background-color: #f2f2f2;
}

.eco_hover:hover {
  background-color: #FFB800;
  color: white;
  cursor: pointer;
  width: 250px;
  transform: translateY(-20px);
  padding-left: 30px;
  padding-top: 40px;
}

.eco_hover:hover div .eco_hover2 {
  height: 270px;
}

.eco_g {
  position: absolute;
  /*top: 90%; 
	left: 82%;
	transform: translate(-90%,-90%);*/
  bottom: 20px;
  right: 20px;
}

.eco_w {
  position: absolute;
  /*top: 90%; 
	left: 82%;
	transform: translate(-90%,-90%);*/
  bottom: 40px;
  right: 35px;
  display: none;
}

.eco_hover:hover>div .eco_g {
  display: none;
}

.eco_hover:hover>div .eco_w {
  display: block;
}

.mobile_1 {
  display: none;
}

.mobile_2 {
  text-align: right;
  display: none;
}

.mobile_3 {
  display: none;
  /*position: fixed;*/
  position: relative;
  background-color: white;
  z-index: 9999;
}

.mobile_3__fixed {
  position: fixed !important;
  top: 91px !important;
}

.mobile_main_menu ul li {
  list-style: none;
  padding-top: 5px;
}

.mobile_main_menu li a {
  font-weight: 500;
  color: black;
  text-decoration: none;
}

.connt4_container {
  padding-top: 160px;
  padding-bottom: 140px;
}

.contt_anter {
  height: 450px;
}

.line_main {
  height: 2px;
  width: 400px;
  background: #fdb801;
}

.section_anter4,
.section_anter5,
.section_anter3 {
  padding-right: 0px;
  padding-left: 0px;
}

.apush_coler {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.apush_coler2 {
  background-color: #f2f2f2;
  width: 280px;
}

.brest {
  display: none;
}

.klor1,
.klor2,
.klor3,
.klor4,
.klor5,
.klor6,
.circle_1,
.circle_2,
.circle_3,
.circle_4 {
  opacity: 0;
}

.klor4,
.klor5,
.klor6 {
  margin-top: 20px;
}

.contt8 {
  background-image: url('../img/fon13.png');
  background-size: cover
}

.econom p {
  font-weight: 500;
  font-size: 22px;
  background-color: #FFB900;
  color: white;
  width: 300px;
}

.cost33 {
  background-image: url('../img/fon7.png');
  background-size: cover;
  background-position: center;
}

.work_plan p {
  font-size: 20px;
  font-weight: 500;
  color: #162E30;
  padding-top: 20px;
}

.rights {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .gan_div {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .nw_hover_1 {
    height: 161px;
  }

  .otziv {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {

  /*Переверстка start*/
  ul#top-menu li.menu-item a:hover {
    border-bottom: 0px solid transparent;
  }

  ul#top-menu li.menu-item {
    display: block;
    position: relative;
    width: 100%;
  }

  ul#top-menu li.menu-item a {
    font-size: 13px;
  }

  ul#top-menu li.menu-item ul.sub-menu {
    display: none;
    position: relative;
    left: 0px;
    opacity: 1;
    visibility: visible;

  }

  ul#top-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    display: none;
    position: relative;
    left: 0px;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;

  }

  /*Переверстка end*/

  .desktop_1 {
    display: none;
  }

  .mobile_1 {
    display: block;
  }

  .main_menu ul li {
    font-size: 13px;
  }

  .main_menu ul li span {
    font-weight: 500;
    font-size: 15px;
  }

  .mob_menu {
    padding-bottom: 10px;
  }

  .desktop_2 {
    display: none;
  }

  .mobile_2 {
    display: inline-block;
  }

  .connt4_container {
    padding-top: 420px;
    padding-bottom: 90px;
  }

  .div4rd {
    margin-top: 20px;
  }

  .contt_anter {
    height: 650px;
  }

  .section_anter4 {
    margin-top: 20px;
  }

  .tufta_col {
    display: none;
  }

  .apush_coler {
    padding-right: 15px;
  }

  .apush_coler2 {
    width: 100%;
  }

  .brest {
    display: block;
  }

  .align_div_cen {
    text-align: center;
    margin-top: 25px;
  }

  .harif_col {
    margin-top: 20px;
  }

  .btn1 {
    margin-left: 0px;
  }

  .eco_hover:hover {
    ;
    width: 220px;
    transform: translateY(0px);
    padding: 15px;
  }

  .eco_hover:hover div .eco_hover2 {
    height: 250px;
  }

  .eco_w {
    bottom: 20px;
    right: 20px;
  }

  .contt5,
  .contt8 {
    background-image: url('../img/fon3_mob.png');
  }

  .cost33 {
    background-image: url('../img/fon3_mob.png');
  }

  .contt10_s,
  .contt11_s {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #true_loadmore {
    margin: 15px auto;
  }

  .div5rd {
    margin-top: 20px;
  }

  .tufta_text {
    text-align: center;
  }

  .section_anter5 {
    margin-top: 20px;
  }

  .nw_hover_1 {
    height: 223px;
  }

  .rights {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .contt_anter {
    height: 1250px;
  }

  .section_anter3 {
    margin-top: 20px;
  }

  .nw_hover_1 {
    width: 88%;
    height: 230px;
    left: 6%;
  }

  ul#top-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    width: 100%;
  }

  /*ul#top-menu li.menu-item ul.sub-menu li.menu-item:hover ul.sub-menu {
    left: 25%;
  }*/
}

@media screen and (max-width: 513px) {
  .main_menu ul li {
    border-right: none;
    width: 90%;
  }

  .footer {
    text-align: center;
  }

  .footer ul {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .nw_hover_1 {
    width: 86%;
    height: 180px;
    left: 7%;
  }
}

@media screen and (max-width: 431px) {
  .line_main {
    width: 100%;
  }

  .econom p {
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .nw_hover_1 {
    width: 80%;
    height: 120px;
    left: 10%;
  }
}

@media screen and (max-width: 320px) {
  .nw_hover_1 {
    width: 77%;
    height: 100px;
    left: 10%;
  }
}