@import "_normalize.css";
@import "_global.css";
@import "_overall.css";
@import "_fonts.css";
@import "swiper.min.css";
.header-top__line {
    background: linear-gradient(81.42deg, #374CA0 0.02%, #075F8A 7.69%, #154AA0 14.86%, #037274 22.04%, #039951 29.47%, #32B44A 36.4%, #59BA47 51.25%, #32B44A 57.68%, #45B649 63.13%, #32B44A 68.08%, #039951 74.02%, #037274 81.45%, #154AA0 87.63%, #075F8A 93.33%, #374CA0 100.01%);
    width: 100%;
    height: 10px;
}
.header-social__list {
    display: none;
}
.header-logo {
    width: 80px;
    padding: 20px;
    display: none;
}

.header-bottom__line {
    background: linear-gradient(270deg, #017312 3.03%, #039E1B 100%);
    height: 6px;
}

.header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.header-block__logo {
    width: 10%;
}

.header-block__menu {
    width: 60%;
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 40px;
}

.menu-f__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.selected {
    color: #039C1A;
}
.menu-header__link {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0D0D0D;
}
.selected .menu-header__link {
    color: #039C1A;
}
.header-contact {
    display: flex;
    flex-wrap: wrap;
}

.header-social {
    display: flex;
    flex-wrap: wrap;
}

.header-social__item {
    border: 2px solid #039C1A;
    box-sizing: border-box;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.header-social__item a{
	width:80%;
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 20px;
}

.footer-social__item {
    box-sizing: border-box;
    border-radius: 5px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.header-phone {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.header-phones a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    font-family: "Roboto-Regular";
    color: #0D0D0D;
}

.header-message {
    background: #039C1A;
    border-radius: 20px;
    width: 133px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.header-message p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
}

.section-1 {
  background: url(../images/section1-bg.png) no-repeat center center;
  padding: 60px 0 55px 0;
  background-size: cover;
}

.section-1 .header {
  display: flex;
  align-items: center;
  padding: 20px 0 85px 0;
}

.section-1 .logo {
  flex: 1;
}

.section-1 .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.section-1 .logo span {
  font-family: MuseoCyrl900;
}

.section-1 .main {
  color: #fff;
  text-align: center;
}

.section-1 .name {
  font-size: 25px;
  margin: 0 0 35px 0;
}

.section-1 .title {
  font-size: 40px;
  font-family: MuseoCyrl700;
  margin: 0 0 35px 0;
  line-height: 55px;
}

.section-1 .mobile-otstup {
  display: none;
}

.section-1 .desc {
  font-size: 25px;
  margin: 0 0 50px 0;
}

.section-1 .main .btn {
  padding: 10px 35px;
  cursor: pointer;
  font-size: 18px;
  color: #272727;
  display: table;
  margin: 0 auto;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.52);
  border-radius: 10px;
  background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-1 .bottom {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.section-1 .bottom .vtb {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.section-1 .bottom .vtb img {
  margin: 0 25px 0 0;
}

.section-1 .bottom .info {
  font-size: 15px;
  color: #bbbbbb;
  line-height: 24px;
}

.section-1 .name .mobile {
  display: none;
}

.section-1 .block {
  box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 10px;
  bottom: -105px;
  left: 0px;
  right: 0px;
  max-width: 940px;
  margin: auto;
}

.section-1 .block .name {
  font-size: 20px;
  color: #272727;
  text-align: center;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.section-1 .block form {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.section-1 .block input {
  width: 31.333%;
  border: 0px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: #eaebec;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 42px;
  margin-left: 10px;
}

.section-1 .block button {
  width: 31.333%;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
  height: 42px;
  box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
  border-radius: 10px;
  background-color: #039c1a;
  background-image: #039c1a;
  margin-left: 10px;
  border-color: #00ffff00;
}


.main-section {
    background: url('../images/main-section.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 513px;
}

.main-block {
    display: flex;
    align-items: flex-end;
    background-size: cover;
    justify-content: flex-start;
    height: 413px;
}

.main-section__title h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    border-top: 3px solid #028C17;
}
.breadcrumbs-section {
    padding: 30px 0px 0px 0px;
}
.preim-section {
    padding: 52px 0px;
}

.section-title h2 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.preim-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.preim-item {
    margin-right: 20px;
    color: #FFFFFF;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 246px;
}

.preim-item:last-child {
    margin-right: 0px;
}

.preim-item__title {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.preim-item__title span {
    font-family: "Roboto-Bold";
    font-size: 15px;
}

.preim-item__icon {
    text-align: center;
}

.rel-container .swiper-slide:nth-of-type(1) .preim-item {
    background: #02590F;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(2) .preim-item {
    background: #017713;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(3) .preim-item {
    background: #008A15;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(4) .preim-item {
    background: #009417;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(5) .preim-item {
    background: #17A512;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(6) .preim-item {
    background: #50BA04;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(12) .preim-item {
    background: #02590F;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(11) .preim-item {
    background: #017713;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(10) .preim-item {
    background: #008A15;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(9) .preim-item {
    background: #009417;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(8) .preim-item {
    background: #17A512;
    border-radius: 5px;
}

.rel-container .swiper-slide:nth-of-type(7) .preim-item {
    background: #50BA04;
    border-radius: 5px;
}

.pred-section {
    padding: 32px 0px;
}

.pred-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pred-item {
    width: 32%;
    margin-right: 20px;
    background: #FCFCFC;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pred-item:hover {
    border: 1px solid #039C1A;
}

.pred-item:nth-of-type(4) {
    height: 91px;
}

.pred-item:last-child {
    margin-right: 0px;
}

.pred-item:nth-of-type(5) {
    height: 91px;
}

.pred-item:nth-of-type(6) {
    height: 91px;
}

.main-section__title-2 h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    text-align: center;
    max-width: 33%;
    margin: 0 auto;
}

.pred-item__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.pred-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-family: "Roboto-Medium";
    color: #000000;
}

.item-block__link a {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    font-family: "Roboto-Light";
    text-decoration-line: underline;
    color: #028616;
}

.pred-item__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.item-btn__link {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C7F1D3;
    border-radius: 50px;
    float: right;
}

.pred-btn__price {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    font-family: "Roboto-Regular";
    text-decoration-line: underline;
    color: #000000;
    margin-top: 40px;
}

.partners-section {
    background: #F4F4F4;
    padding: 70px 0px 66px 0px;
}

.partners-section_g {
    background: #F4F4F4;
    padding: 70px 0px 66px 0px;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tabs {
    display: flex;
    list-style-type: none;
    margin-top: 40px;
    flex-wrap: wrap;
}

.tab {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 50px;
    height: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto-Regular";
    color: #000000;
    padding: 5px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tab.active {
    background: #A0D0BE;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto-Regular";
    color: #FFFFFF;
}

.tab:hover {
    background: #A0D0BE;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto-Regular";
    color: #FFFFFF;
}

.tab-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
}

.tabs-content__company {
    display: flex;
    flex-wrap: wrap;
}

.partners-block {
    display: flex;
}

.partners-block__img {
    width: 48%;
    margin-right: 20px;
}

.partners-block__text {
    width: 50%;
}

.partners-block__text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    font-family: "Roboto-Bold";
    color: #000000;
    margin-bottom: 20px;
}

.partners-block__text p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
}

.company-list {
    display: flex;
    flex-wrap: wrap;
    width: 84%;
}

.company-item {
    width: 173px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-right: 20px;
    border: 1px solid #DFDFDF;
}

.company-item:last-child {
    margin-right: 0px;
}

.company-list__p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}

.company-item__p {
    width: 270px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-right: 15px;
    border: 1px solid #C9D9D1;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.company-item__p:nth-of-type(4n) {
    margin-right: 0px;
}
.company-item__icon {
    padding: 20px;
    display: flex;
    align-items: center;
}
.company-item__icon img {
    height: 80px;
    width: auto;
}
.company-count__btn {
    border: 1px solid #9CCBB9;
    box-sizing: border-box;
    width: 173px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.company-count__btn a {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto-Bold";
    color: #313131;
}

.company-count__btn a span {
    font-style: normal;
    font-size: 28px;
    line-height: 33px;
    font-family: "Roboto-Bold";
    color: #313131;
}

.spec-section {
    padding: 60px 0px;
}

.section-title p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto-Light";
    color: #797979;
    width: 65%;
    margin-top: 20px;
}

.spec-container {
    display: flex;
}

.spec-list {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin-top: 40px;
}

.spec-item__slide {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 0px;
    padding: 17px 20px;
    margin-bottom: 20px;
    height: 233px;
}

.spec-item__phone {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    color: #636363;
    margin-top: 15px;
}

.spec-item__email {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    color: #636363;
    margin-top: 10px;
}

.spec-item {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 31%;
    margin-right: 20px;
    padding: 17px 20px;
    margin-bottom: 20px;
    height: 155px;
    display: none;
}
.spec-item:hover {
    border: 1px solid #039C1A;
}

.spec-item:nth-of-type(3n) {
    margin-right: 0px;
}

.spec-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spec-item__img {
    width: 100px;
}

.spec-item__img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size: cover;
}

.spec-item__name {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    color: #636363;
    margin-top: 10px;
    height: 30px;
}

.spec-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto-Medium";
    color: #000000;
}

.spec-item__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.spec-item__count {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto-Medium";
    color: #000000;
}

.spec-item__link a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    text-decoration-line: underline;
    color: #636363;
}

.spec-right__block {
    width: 24%;
    background: #F4F4F4;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 313px;
    padding: 30px 20px;
    margin-top: 40px;
}

.spec-right__block h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto-Medium";
    color: #000000;
    margin-bottom: 30px;
}

.spec-right__block p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
}

.btn-loadMore {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    height: 57px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-loadMore a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    text-align: center;
    color: #636363;
}

.noContent {
    opacity: 0.2;
}

.breadcrums ul {
    display: flex;
    margin-top: 20px;
}

.breadcrums ul li {
    margin-right: 40px;
    position: relative;
}

.breadcrums ul .last-i::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #878787;
    right: -30px;
    top: 10px;
}

.breadcrums ul .last::before {
    display: none;
    content: '';
    opacity: 0;
}

.breadcrums ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    font-family: "Roboto-Regular";
}

.btn-popup {
    margin-top: 50px;
}

.btn-popup a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Regular";
    text-align: center;
    color: #FFFFFF;
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #039C1A;
    border-radius: 5px;
}
.btn-popup a:hover {
    background: #50BA04;
}

.block-otzivs {
    display: flex;
    margin-top: 40px;
}

.left-block__otzivs {
    width: 299px;
    margin-right: 80px;
}
.left-block__otzivs img {
    width: 256px;
    height: auto;
    object-fit: cover;
    border-radius: 2%;
}
.right-block__otzivs {
    width: 70%;
}
.right-block__btn {
    margin-top: 40px;
}

.right-block__btn a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Regular";
    text-align: center;
    color: #FFFFFF;
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #039C1A;
    border-radius: 5px;
}
.right-block__btn a:hover {
    background: #50BA04;
}
.r-otziv__list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.r-otziv__top {
    display: flex;
    flex-wrap: wrap;
}

.r-otziv__item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.r-otziv__item:last-child {
    border-bottom: 0px;
}

.r-otziv__name {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto-Medium";
    color: #000000;
    margin-right: 20px;
}

.r-otziv__date {
    margin-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto-Light";
    color: #939393;
}

.r-otziv__text {
    margin-top: 20px;
}

.r-otziv__text p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3C;
    font-family: "Roboto-Light";
    margin-bottom: 10px;
}

.right-block__bottom {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    justify-content: space-between;
}

.otzivs-detail {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto-Regular";
    color: #9B9B9B;
    border: none;
    background: transparent;
    border-bottom: 1px solid #F4F4F4;
}

.block-pred {
    display: flex;
    margin-top: 40px;
}

.left-block__pred {
    width: 279px;
    margin-right: 80px;
}

.left-block__pred ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto-Medium";
    border-left: 2px solid #F4F4F4;
    padding: 10px 15px;
    color: #828282;
    background: #fff;
    cursor: pointer;
}

.left-block__pred ul li:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-left: 2px solid #028E17;
    padding: 10px 15px;
    color: #454545;
    background: #F4F4F4;
}

.left-block__pred ul li.active {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-left: 2px solid #028E17;
    padding: 10px 15px;
    color: #454545;
    background: #F4F4F4;
}

.right-block__pred {
    width: 851px;
}
.right-block__pred .btn-loadMore {
  background: #50BA04;
}
.right-block__pred .btn-loadMore a{
	
  	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto-Medium";
    outline: none;
}
.right-block__text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    color: #000000;
    margin-bottom: 20px;
}

.right-block__text p b {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    color: #454545;
    margin-bottom: 5px;
}

.right-block__text p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
    margin-bottom: 10px;
}

.right-block__massage {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    color: #000000;
}

.right-block__massage span {
    border-bottom: 2px solid #028E17;
}

.line-grey {
    height: 1px;
    width: 100%;
    background: #E6E6E6;
    margin-top: 80px;
    margin-bottom: 40px;
}

.right-banks__block {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    color: #454545;
}

.right-banks__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}

.banks-item__p {
    width: 239px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-right: 15px;
    border: 1px solid #C9D9D1;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.banks-item__p:nth-of-type(3n) {
    margin-right: 0px;
}

.block-form__img {
    width: 30%;
}

.block-form {
    display: flex;
    background: #F4F4F4;
    border-radius: 5px;
    height: 181px;
    align-items: center;
    padding: 10px 30px;
    margin-top: 40px;
}

.block-form__form h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto-Medium";
    color: #000000;
    margin-bottom: 10px;
}

.block-form__form p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    font-family: "Roboto-Light";
    color: #636363;
}

.block-form__form form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.block-form__form .form-group {
    margin-right: 20px;
}

.block-form__form .form-group input {
    background: #FDFDFD;
    border: 2px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    width: 270px;
    height: 47px;
    padding-left: 20px;
    outline: none;
}

.block-form__form .btn-submit {
    background: #039C1A;
    border-radius: 5px;
    width: 173px;
    height: 47px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto-Medium";
    outline: none;
}
.block-form__form .btn-submit:hover {
    background: #50BA04;
}

.footer {
    background: #34995E;
}

.footer-top__line {
    background: #34995E;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0px;
}

.contact-blocks {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.contact-item {
    display: flex;
    margin-bottom: 10px;
}

.contact-item:nth-of-type(1) {
    margin-bottom: 40px;
}

.contact-item:nth-of-type(1) .contact-item__text p:nth-of-type(2) {
    margin-bottom: 15px;
    margin-top: 5px;
}

.contact-item__icon {
    margin-right: 20px;
}

.contact-item__text p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    font-family: "Roboto-Regular";
    color: #000000;
}

.contact-item__text a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    font-family: "Roboto-Regular";
    color: #000000;
}

.contact-item__text .lines {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    font-family: "Roboto-Regular";
    text-decoration-line: underline;
    color: #000000;
}

.partners-section {
    padding: 40px 0px;
    background: #fff;
}

.footer-contact {
    background: #F4F4F4;
    height: 320px;
}

.footer-bottom__line {
    background: #FFFFFF;
    text-align: center;
    padding: 10px 0px;
}

.copy-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: "Roboto-Regular";
    color: #B1B1B1;
}

.bottom-links ul {
    display: flex;
}

.bottom-links ul li {
    list-style: none;
    margin-left: 20px;
}

.bottom-links ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: "Roboto-Regular";
    text-decoration-line: underline;
    color: #B1B1B1;
}

.onas-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px; 
}

.onas-block__left {
    width: 48%;
    margin-right: 40px;
}

.onas-right__block {
    width: 48%;
    position: relative;
}

.onas-right__block p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
    margin-bottom: 20px;
}

.onas-right__block p b {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Regular";
    color: #000000;
    position: relative;
}

.onas-right__block p b::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    top: -10px;
    left: 0px;
}

.swiper-container {
    overflow-x: hidden;
    width: 100%;
}

.main-slider .swiper-pagination__index {
    text-align: center;
    z-index: 999;
    margin-top: -40px;
    position: relative;
}

.main-slider .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.main-slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #039C1A;
    opacity: 1;
}

.chen-block {
    background: url('../images/bg-chen.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 323px;
    padding: 20px 30px;
    margin-top: 40px;
}

.chen-block h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto-Bold";
    color: #000000;
}

.chen-block__list {
    display: flex;
    flex-wrap: wrap;
}

.chen-block__item {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 48%;
    margin-right: 40px;
}

.chen-block__item:nth-of-type(2n) {
    margin-right: 0px;
}

.chen-item__img img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.my-section {
    padding: 40px 0px;
}

.what-my__block h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto-Bold";
    color: #000000;
    margin-bottom: 20px;
}

.what-my__block h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: "Roboto-Medium";
    color: #3C3C3C;
    margin-bottom: 5px;
}

.what-my__block p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
}

.office-section {
    padding: 40px 0px;
}

.office-slider h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto-Bold";
    color: #000000;
    margin-bottom: 30px;
}

.office-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.prod-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pod-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.office-slider {
    position: relative;
}

.office-slider .rel-container .swiper-button__next {
    background: url('../images/slider-r__btn.svg');
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    right: -60px;
    z-index: 999;
}

.office-slider .rel-container .swiper-button__prev {
    background: url('../images/slider-r__btn.svg');
transform: rotate(180deg);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    left: -60px;
    z-index: 999;
}

.office-slider .office-container .swiper-button__next,  .regal-container .swiper-button__next{
    background: url('../images/slider-r__btn.svg');
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    right: -60px;
    z-index: 999;
}

.office-slider .office-container .swiper-button__prev, .regal-container .swiper-button__prev {
    background: url('../images/slider-r__btn.svg');
transform: rotate(180deg);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    left: -60px;
    z-index: 999;
}

.office-slider .prod-container .swiper-button__next {
    background: url('../images/slider-r__btn.svg');
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    right: -60px;
    z-index: 999;
}

.office-slider .prod-container .swiper-button__prev {
    background: url('../images/slider-r__btn.svg');
transform: rotate(180deg);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    left: -60px;
    z-index: 999;
}

.office-slider .pod-container .swiper-button__next {
    background: url('../images/slider-r__btn.svg');
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    right: -60px;
    z-index: 999;
}

.office-slider .pod-container .swiper-button__prev {
    background: url('../images/slider-r__btn.svg');
transform: rotate(180deg);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 54%;
    left: -60px;
    z-index: 999;
}

.contact-blocks_f {
    display: flex;
}

.contact-block {
    padding: 50px 0px;
}

.contact-block__left,
.contact-block__right {
    width: 50%;
}

.contact-blocks_f .contact-item:nth-of-type(1) {
    margin-bottom: 0px;
}

.maps-contact {
    padding: 10px 0px;
}

.contact-blocks__footer {
    display: flex;
}

.contact-blocks__fl,
.contact-blocks__fr {
    width: 50%;
}

.contact-blocks__fl {
    padding-top: 40px;
}
.title-404 {
    padding: 60px 0px;
}

.title-404 h1 {
    font-size: 28px;
    color: #000;
    font-family: "Roboto-Bold";
}
.title-404 h1 span{
    font-size: 48px;
    margin-right: 20px;
    color: #039C1A;
}
.blokcs-phones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin-top: 40px;
}
.blokcs-phones .spec-item__count, .blokcs-phones .spec-item__retin{
    width: 140px;
    color: #222222;
}
.spec-item__retin {
    margin-top: 0px;
}

.cookie-block {
    width: 100%;
    /*height: 50px;*/
    background: #fff;
    text-align: center;
    display: none;
    border-top: 1px solid #F4F4F4;
    padding: 6px 14px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}
.cookie-block .ok {
	display: block;
	margin: 8px auto 0px auto;
    border: none;
    background: #039C1A;
    border-radius: 5px;
    color: #fff;
    padding: 10px 13px;
    width: 80px;
    margin-bottom: 14px;
}
.list-img__contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0px;
}
.contact-img__item {
    width: 47%;
    margin-right: 60px;
}
.contact-img__item:nth-of-type(2) {
    margin-right: 0px;
}

.rclient__btn{
	display: flex;
    align-items: center;
    background: #039C1A;
    justify-content: center;
    border-radius: 5px;
    width: 260px;
    height: 47px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Roboto-Medium";
    outline: none;
    margin: 20px 0 0 0;
}
.regal-container{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.popupregal{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	justify-content: center;
	align-items: center;
    z-index: 99999999;
}
.popupregal__wrapper{
	height: auto;
	max-height: 100%;
	max-width: 80%;
}
.popupregal__close{
	position: fixed;
	top: 3%;
	right: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	outline:none;
	border:none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	box-sizing: border-box; 
}
.popupregal__close span{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}
.popupregal__close span:after, .popupregal__close span:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
}
.popupregal__close span:after{
	transform: rotate(-45deg);
}
.rcalculator{
margin: 30px 0 0 0;
}
.rcalculator * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rcalculator h3{
text-align: center;
margin: 0px 0px 30px 0px;
}

.rcalculator-rub:after, .rcalculator-time:after, .rcalculator-part:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -.02em;
  z-index: 1;
}

.rcalculator-rub:after {
  content: '₽';
}

.rcalculator-time:after {
  content: 'лет';
}

.rcalculator-part:after {
  content: '%';
}

.rcalculator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rcalculator__header {
  margin-bottom: 48px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 0 1px #155c0e;
          box-shadow: 0 0 0 1px #155c0e;
  max-width: 445px;
}

.rcalculator__headbtn {
  padding: 8px 16px;
  border: 0;
  border-radius: 18px;
  background-color: initial;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -.02em;
  color: #08090a;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rcalculator__headbtn:hover {
  color: rgba(8, 9, 10, 0.7);
}

.rcalculator__headbtn.active {
  background-color: #155c0e;
  color: #fff;
}

.rcalculator__headbtn:first-child {
  margin-left: -1px;
}

.rcalculator__headbtn:last-child {
  margin-right: -1px;
}

.rcalculator__body {
  width: 100%;
}

.rcalculator__item {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rcalculator__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rcalculator__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66% - 16px);
          flex: 0 1 calc(66% - 16px);
  padding: 32px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.rcalculator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

.rcalculator__label {
  font-size: 12px;
  line-height: 145%;
  letter-spacing: -.02em;
  margin-bottom: 5px;
}

.rcalculator__input {
  width: 100%;
  position: relative;
}

.rcalculator__textbox {
  display: block;
  width: 100%;
  padding: 12px 34px 12px 14px;
  border-radius: 6px 6px 2px 2px;
  background-color: #fff;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -.02em;
  outline: none;
  border: 0;
  color: #08090a;
  -webkit-box-shadow: 0 0 0 1px #c7cddd;
          box-shadow: 0 0 0 1px #c7cddd;
  -webkit-transition: caret-color .3s,-webkit-box-shadow .3s;
  transition: caret-color .3s,-webkit-box-shadow .3s;
  transition: box-shadow .3s,caret-color .3s;
  transition: box-shadow .3s,caret-color .3s,-webkit-box-shadow .3s;
}

.rcalculator__textbox:hover {
  -webkit-box-shadow: 0 0 0 1px #74767c;
          box-shadow: 0 0 0 1px #74767c;
}

.rcalculator__textbox::-webkit-outer-spin-button, .rcalculator__textbox::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.rcalculator__rangebox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}

.rcalculator__rangebox::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border: 2px solid #fff;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #155c0e;
  cursor: pointer;
  margin-top: -5px;
}

.rcalculator__rangebox::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  height: 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#155c0e), to(#155c0e)) 0/var(--sx) 100% no-repeat, #9da1a5;
  background: linear-gradient(#155c0e, #155c0e) 0/var(--sx) 100% no-repeat, #9da1a5;
}

.rcalculator__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(34% - 16px);
          flex: 0 1 calc(34% - 16px);
}

.rcalculator__text {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.rcalculator__number {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: .013em;
  margin-bottom: 24px;
}

.rcalculator__span {
  font-size: 12px;
  line-height: 145%;
  letter-spacing: -.02em;
}

.rcalculator__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .03em;
  cursor: pointer;
  outline: none;
  border: 0;
  background-color: #155c0e;
  width: 170px;
  height: 52px;
  color: #fff;
  margin: 16px 0px;
}

.rcalcpopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.rcalcpopup__wrapper {
  min-width: 320px;
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  position: relative;
}

.rcalcpopup__close {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.rcalcpopup__close:after, .rcalcpopup__close:before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rcalcpopup__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rcalcpopup__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: .013em;
  margin-bottom: 32px;
}

.rcalcpopup__wrapper input{
	background: #FDFDFD;
    border: 2px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    width: 270px;
    height: 47px;
    padding-left: 20px;
    outline: none;
margin-bottom:15px;
}
.rcalcpopup__wrapper form{
text-align:center;
}

.rcalcpopup__wrapper .btn-submit{
border-radius: 5px;
    width: 173px;
    height: 47px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto-Medium";
    outline: none;
background: #039C1A;
}

/*custom user css*/
.what-my__block p a{
    color: #039C1A;
    border-bottom: 1px solid;
}
@media(max-width:1000px){
    .rcalculator__number{
        font-size: 25px;
    }
  .section-1 .block form {
    display: block;
  }

  .section-1 .block input {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .section-1 .block button {
    width: 100%;
  }

  .section-1 .block {
    margin: 0 10px;
  }



  .section-1 .block .name {
    font-size: 18px;
    line-height: normal;
  }
}
@media(max-width:768px){
    .rcalculator__header{
        flex-direction: column;
    }
    .rcalculator__headbtn.active{
        width: 100%;
    }

    .section-1 .title {
    font-size: 35px;
    font-family: MuseoCyrl700;
    margin: 0 0 35px 0;
    line-height: 45px;
    }

    .rcalculator__left, .rcalculator__right{
        flex: 0 0 100%;
    }
    .rcalculator__left{
		padding: 30px;
        margin-bottom: 20px;
    }

    .rcalculator__right{
        text-align: center;
    }
    .rcalculator__submit{
        margin: 16px auto;
    }
    .section-1 .block {
    
    bottom: -30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    }
    .section-1 .block button {
    font-family: "Roboto-Bold";
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    height: 42px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    
    background-color: #039c1a;
    margin-left: 0px;
    }
}

@media(max-width:580px){
	.swiper-button__prev, .swiper-button__next{
		display:none !important;
	}
}
.spec-item{
	position:relative;
}

.section-1 .warning {
  text-align: center;
  margin: 20px auto 0;
  font-size: 15px;
  color: #d3cece;
  max-width: 600px;
}

.section-1 .warning a {
  font-size: 15px;
  color: #d3cece;
  text-decoration: underline;
}

.spec-item__rgsp{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 9px;
	right: 9px;
}
.spec-item__top{
	justify-content: flex-start;
}
.spec-item__img{
	width:50px;
	flex: 0 0 50px;
	margin-right:12px;
}
.spec-item__title{
	max-width: 150px;
}
.spec-rgsp__info{
	position:relative;
	opacity:0;
	visibility: hidden;
	transition: .5s ease 0s;

}
.spec-rgsp__span{
	position: absolute;
    z-index: 999999;
    background-color: #027b14;
    padding: 6px;
    border-radius: 5px;
    min-width: 250px;
	max-width:280px;
    display: block;
    color: #fff;
}
.spec-item__rgsp:hover .spec-rgsp__info{
	opacity:1;
	visibility:visible;
}
.spec-item__rgspmore{
	margin-top:24px;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	display:flex;
	align-items:center;
}
.spec-item__rgspmore img{
	width:25px;
	height:auto;
	margin-right:9px;
}
.header-contact{
	align-items:center;
}

.contakty_block p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #3C3C3C;
}