body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  background: url(../images/Group.png) center 400px no-repeat;
}
.header-w {
  display: flex;
}
.logo-w {
  width: 180px;
  height: 70px;
  margin-right: 20px;
  margin-top: 20px;
}
.logo-w a {
  display: block;
}
.top-menu-w {
  height: 120px;
}
.top-menu-w > div > ul.menu > li {
  position: relative;
}
.top-menu-w ul.menu > li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #11409A;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 10px;
}
.top-menu-w ul.sub-menu {
  position: absolute;
  right: 0;
  display: none;
  width: 300px;
  background: #11409A;
  padding: 7px;
  /*overflow: hidden;*/
}
.top-menu-w ul.sub-menu > li {
  background: url(../images/Rectangle_27.png) 10px 5px no-repeat;
  /*background: url(./images/arrow-e.png) center center no-repeat;*/
  /*background: #11409A;*/
  padding: 7px;
  border-bottom: 1px solid rgba(0, 174, 137, 0.7);
  margin-left: -7px;
  margin-right: -7px;
  /*margin: 10px;*/
}
.top-menu-w ul.sub-menu > li a {
  padding-left: 35px;
}
.top-menu-w > div {
  height: 100%;
}
.top-menu-w > div > ul li:hover ul {
  display: block;
}
.top-menu-w ul.menu {
  display: flex;
  height: 100%;
}
.top-menu-w ul.menu > li:hover {
  background: #00AE89;
}
.top-menu-w ul.menu > li:hover a {
  color: #FFFFFF;
}
.translation-link-menu {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
}
.translation-link-menu li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #11409A;
}
.translation-link-menu li.current-lang a {
  font-weight: bold;
}
.button-home-link-w {
  position: relative;
  margin-top: -19px;
}
.main_link_button_func_b {
  content: " ";
  /*display: block;*/
  width: 304px;
  margin: 0 auto;
  height: 89px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 22px;
  border: 1px solid #11409A;
  z-index: 1;
}
.button-home-1-w {
  width: 330px;
  margin: 0 auto;
  height: 105px;
  box-sizing: border-box;
  position: relative;
}
.button-home-1-w:hover .button-home-1 {
  left: 20px;
  background: #11409A;
}
.button-home-1-w:before {
  content: " ";
  /*display: block;*/
  width: 304px;
  margin: 0 auto;
  height: 89px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 22px;
  border: 1px solid #11409A;
  z-index: 1;
}
.button-home-1 {
  background: #00AE89;
  width: 317px;
  height: 97px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 2;
  position: relative;
  left: -5px;
  transition-duration: 0.2s;
}
.button-home-1-s {
  /*background: #00AE89;*/
  /*    width: 307px;
    margin: 0 auto;
    height: 97px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 15px;
    border: 1px solid #11409A;
    z-index: 1;*/
}
.button-home-2-w {
  display: none;
}
.button-home-2-w .button-home-2 {
  display: flex;
  justify-content: space-around;
}
.button-home-2-w .button-home-3-w {
  position: relative;
  margin-top: 19px;
  margin-bottom: 15px;
}
.button-home-2-w .button-home-3-w:hover .button-home-1 {
  left: 20px;
  background: #11409A;
}
.button-home-2-w .button-home-3-w:before {
  content: " ";
  /*display: block;*/
  width: 304px;
  margin: 0 auto;
  height: 89px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 22px;
  border: 1px solid #11409A;
  z-index: 1;
  width: 188px;
  height: 67px;
  left: 7px;
  top: 7px;
  border: 1px solid #00AE89;
}
.button-home-2-w .button-home-3 {
  /*background: #00AE89;*/
  background: #11409A;
  width: 188px;
  height: 67px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 2;
  position: relative;
  /*left: -5px;*/
  left: 0;
  transition-duration: 0.2s;
}
.button-home-2-w .button-home-3 a {
  color: #FFFFFF;
}
.post-title-w {
  color: #11409A;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
}
#content #breadcrumbs span span {
  color: rgba(0, 174, 137, 0.5);
}
#content #breadcrumbs span span a {
  color: #00AE89;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
#content .post .entry-content {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #353535;
}
.header-w {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}
.content-w {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}
.title-home-page {
  font-family: 'Yantramanav', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #11409A;
  text-align: center;
  padding: 25px 0;
}
.text-home-page {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #353535;
  padding-bottom: 30px;
}
.post-list-home {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
}
.post-list-home .post-item {
  margin-right: 20px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-list-home .post-item:before {
  content: " ";
  top: 0;
  right: 0;
  height: 54px;
  width: 54px;
  background: url(../images/Group_9.png) right top no-repeat;
  display: block;
  position: absolute;
  transition-duration: 0.2s;
}
.post-list-home .post-item .post-item-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #11409A;
  position: absolute;
  padding-top: 60%;
  z-index: 1;
  width: 100%;
  padding-left: 5px;
  text-align: left;
}
.post-list-home .post-item .post-item-title:before {
  content: " ";
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: -1;
  margin-top: -5px;
}
.post-list-home .post-item:hover:before {
  transform: scale(1.3);
}
.post-list-home-w {
  text-align: center;
}
.hide-prod-chars-w {
  text-align: center;
  margin: 25px 0;
  display: inline-block;
}
.hide-prod-chars-w a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #11409A;
  border: 1px solid #00AE89;
  padding: 15px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.wpcf7-form {
  background-color: #11409a;
  background: url(../images/Vector.png) left top no-repeat, url(../images/Vector_1.png) right 10px bottom no-repeat, url(../images/Rectangle_14.png) left top no-repeat, url(../images/Rectangle_22.png) right top no-repeat;
}
.wrap-form-home-page {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  height: 370px;
}
.wrap-form-home-page .form-home-page br {
  display: none;
}
.wrap-form-home-page input[type=text] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #696969;
  margin-top: 15px;
}
.wrap-form-home-page input.wpcf7-submit {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  background: #00AE89;
  margin: 0 auto;
  display: block;
}
.wrap-form-home-page input.wpcf7-submit:hover {
  background: #FFFFFF;
  opacity: 1;
  color: #00AE89;
}
.wrap-form-home-page .wrap-title-form {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  padding: 25px 15px 15px 15px;
}
.wrap-form-home-page span.wpcf7-list-item-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.wrap-form-home-page .confidentiality {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}
.wrap-form-home-page .submit-f-w {
  text-align: center;
}
.title_seo_home {
  font-family: 'Yantramanav', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
  color: #11409A;
  text-align: center;
  padding: 25px 0;
}
.text_seo_home {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #353535;
  margin-bottom: 25px;
}
.text_seo_home .morelink {
  display: inline-block;
  /*font-family: 'Exo 2', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #353535;
  /*text-decoration: underline;*/
  margin-left: 5px;
  border-bottom: 1px solid #353535;
  /*padding-bottom: 1px;*/
  /*        &:hover {
            border-bottom: 1px solid #fff;
        }*/
}
.footer {
  border-top: 1px solid #00AE89;
  margin-top: 40px;
}
.footer .footer-w {
  padding: 25px 0;
}
.footer .content-w {
  display: flex;
}
.footer .phone-1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #11409A;
}
.footer .content-w > div ul {
  display: flex;
  flex-wrap: wrap;
  width: 850px;
  max-width: 100%;
}
.footer .content-w > div ul li {
  width: 33.33%;
  padding-right: 5px;
  margin-bottom: 5px;
}
.footer .content-w > div ul li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #11409A;
}
.form-custom-label {
  padding-top: 7px;
}
.form-custom-label label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #070707;
}
.form-custom-label label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-custom-label label:hover .wpcf7-list-item-label:after {
  /*background-color: #ccc;*/
}
.form-custom-label label input:checked ~ .wpcf7-list-item-label:after {
  border-color: #00ae89;
}
.form-custom-label label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  left: -15px;
}
.form-custom-label label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-custom-label span.wpcf7-list-item-label::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transition: 0.3s background-color;
  border: 1px solid #afafaf;
  box-sizing: border-box;
  border-radius: 2px;
  left: -20px;
}
.form-custom-label span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #11409a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.7em;
}
.mobile-button {
  width: 38px;
  height: 38px;
  background: url(../images/Group_84.png) center no-repeat;
  cursor: pointer;
  display: none;
}
.mobile-button:hover {
  background: url(../images/Group_84_1.png) center no-repeat;
}
@media (max-width: 1023px) {
  /*    #header {
        min-height: 53px;
    }*/
  .header-w {
    min-height: 53px;
    padding: 0 15px 0 25px;
  }
  .logo-w {
    width: 85px;
    height: 32px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .top-menu-w {
    display: none;
    position: absolute;
    top: 53px;
    background: #11409A;
    max-width: 100%;
    left: 20px;
    right: 15px;
    z-index: 99;
    height: auto;
    /*        & > div > ul.menu {
            
        }*/
  }
  .top-menu-w.open {
    display: block;
  }
  .top-menu-w > div > ul.menu > li {
    width: 100%;
  }
  .top-menu-w > div > ul.menu {
    flex-wrap: wrap;
    margin-top: 10px;
    /*margin-bottom: 7px;*/
  }
  .top-menu-w > div > ul.menu > li {
    background: url(../images/Rectangle_27.png) 20px 12px no-repeat;
    padding: 7px;
    border-bottom: 1px solid rgba(0, 174, 137, 0.7);
  }
  .top-menu-w ul.menu > li a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    align-items: center;
    display: flex;
    height: 100%;
    color: #fff;
    padding: 8px 15px;
    /*border-bottom: 1px solid #00ae89;*/
    padding-left: 45px;
    font-size: 17px;
    line-height: 20px;
  }
  .top-menu-w ul.menu > li.menu-item-has-children {
    padding: 0;
  }
  .top-menu-w ul.menu > li.menu-item-has-children > a {
    display: none;
  }
  .top-menu-w ul.menu > li.menu-item-has-children > ul.sub-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  .top-menu-w ul.menu > li.menu-item-has-children > ul.sub-menu a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    align-items: center;
    display: flex;
    height: 100%;
    color: #fff;
    padding: 8px 15px;
    /*border-bottom: 1px solid #00ae89;*/
    padding-left: 45px;
    font-size: 17px;
    line-height: 20px;
  }
  .top-menu-w ul.menu > li.menu-item-has-children > ul.sub-menu > li {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: url(../images/Rectangle_27.png) 20px 12px no-repeat;
    padding: 7px;
    border-bottom: 1px solid rgba(0, 174, 137, 0.7);
  }
  .translation-link-menu {
    display: flex;
    padding-right: 10px;
  }
  .translation-link-menu li {
    padding-right: 5px;
  }
  .translation-link-menu li a {
    font-size: 15px;
  }
  .mobile-button {
    display: block;
    align-self: center;
  }
  .content-w {
    padding: 15px;
  }
  .footer .content-w {
    /*flex-wrap: wrap;*/
  }
  .footer .content-w .footer-contacts-block {
    max-width: 200px;
    margin-right: 0;
    margin-left: auto;
  }
  .footer .content-w > div {
    max-width: 70%;
  }
  .footer .content-w > div ul {
    /*width: 100%;*/
  }
  .footer .content-w > div ul li {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .wpcf7-form {
    background: url(../images/Vector.png) left top no-repeat, url(../images/Vector_1.png) right 10px bottom no-repeat, url(../images/Rectangle_22.png) right top no-repeat, url(../images/Rectangle_14.png) left top no-repeat;
    background-size: 15%, 15%, 25% 100%, 100% 100%;
  }
  .wrap-form-home-page {
    padding: 0 25px;
  }
}
@media (max-width: 800px) {
  .button-home-link-w {
    margin-top: -28px;
  }
  .button-home-1-w {
    width: 117px;
    height: 36px;
  }
  .button-home-1-w:hover .button-home-1 {
    left: 7px;
  }
  .button-home-1-w .button-home-1 {
    width: 118px;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    left: 0;
  }
  .button-home-1-w:before {
    left: 3px;
    top: 3px;
    width: 118px;
    height: 36px;
  }
  .button-home-2-w .button-home-3-w {
    /*            &:hover {
                .button-home-1 {
                    left: 20px;
                    background: #11409A;
                }
            }*/
  }
  .button-home-2-w .button-home-3-w:before {
    width: 112px;
    height: 35px;
    left: 3px;
    top: 3px;
  }
  .button-home-2-w .button-home-3 {
    font-size: 15px;
    line-height: 18px;
    width: 112px;
    height: 35px;
  }
}
@media (max-width: 630px) {
  .title-home-page {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0;
  }
  .text-home-page {
    font-size: 15px;
    line-height: 18px;
  }
  .post-list-home .post-item {
    width: 47%;
    margin-right: 10px;
  }
  .post-list-home .post-item .post-item-title {
    font-size: 16px;
    padding-left: 5px;
  }
  .post-list-home .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .wrap-form-home-page {
    height: auto;
  }
  .wrap-form-home-page .wrap-title-form {
    font-size: 17px;
    line-height: 20px;
    padding: 15px 15px 25px 15px;
  }
  .wrap-form-home-page input[type=text] {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 10px;
    margin-top: 10px;
  }
  .wrap-form-home-page input.wpcf7-submit {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    width: auto !important;
    margin-top: 7px;
    /*margin-bottom: 15px;*/
  }
  .wpcf7 form .wpcf7-response-output {
    color: #fff;
    background: #11409a;
  }
  .title_seo_home {
    font-size: 25px;
    line-height: 29px;
    padding: 15px 0;
  }
  .text_seo_home {
    font-size: 15px;
    line-height: 18px;
  }
  .text_seo_home .morelink {
    font-size: 15px;
    line-height: 18px;
  }
  .wpcf7-form {
    padding-bottom: 15px;
  }
  .wrap-form-home-page span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 16px;
  }
  .footer {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .content-w {
    padding: 15px;
  }
  .footer .content-w > div ul li {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .footer .content-w > div {
    max-width: 60%;
  }
  .footer .content-w > div ul li {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */