/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700&subset=cyrillic-ext');*/
  
@font-face {
    font-family: 'PanfortePro';
    src: url('../fonts/panfortepro.woff2') format('woff2'),
        url('../fonts/panfortepro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PanfortePro';
    src: url('../fonts/panfortepro_bold.woff2') format('woff2'),
        url('../fonts/panfortepro_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --one: #1d3e63;
    --two: #fff;
    --three: #c2a382;
	--y: #a5c5e2;
	--g: #ebebeb;
	--bg: #f5f5f5;
}
 
html, body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: var(--one);
	margin: 0;
}
h1, h2, h3, h4 {
    font-family: 'PanfortePro', sans-serif;
}

/*body {
    background: #FFF8F2;
}*/
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
div {
    box-sizing: border-box;
}
a {
  color: var(--one);
  text-decoration: none;
}
a:focus, a:hover {
    color: var(--y);
    text-decoration: underline;
    outline: none;
}
:focus-visible {
    outline: none;
}
::selection {
	background: var(--y);
}
ol, ul {
  margin: 0px;
  padding: 0;
  list-style:none;
  list-style-position: inside;
}
.hide {
    display: none!important;
}
header {
    position: relative;
    z-index: 100001;
    margin-bottom: 0px;
    margin-top: 5px;
}
.header-logo img {
    height: 67px;
}
.error-404 {
    padding: 60px 0;
    text-align: center;
}

.h1, h1, h2 {
    color: var(--one);
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    /* text-transform: uppercase; */
}
h1 b, h2 b {
  position: relative;
  font-weight: normal;
}
/*h1 b:after, h2 b:after {
  border-bottom: 3px solid;
  bottom: -8px;
  content: " ";
  display: inline-block;
  left: 10%;
  position: absolute;
  right: 10%;
}*/
/*h2 {
  color: #efb1bb;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 60px;
  font-size: 32px;
}*/
h2 {
    color: var(--one);
    text-align: center;
    /* text-transform: uppercase; */
    padding-bottom: 20px;
    padding-top: 80px;
    font-size: 44px;
    margin: 0 auto;
}
h3 {
    color: var(--one);
    text-align: center;
    /* text-transform: uppercase; */
    /* padding-bottom: 20px; */
    /* padding-top: 80px; */
    font-size: 22px;
    margin: 12px auto;
}
h4 {
  font-weight: lighter;
  color: #e47d8e;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 0px;
  font-size: 24px;
}



.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}
@media (min-width: 1101px) {
    .container {
        max-width: 1100px;
		position: relative;
    }
}
.row {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
	position: relative;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
}
.col {
    flex: 0 0 auto;
    width: 100%;
}


header .row {
	align-items: center;
}

/*header .row nav.header-menu {
    flex: calc(33.33333% - 30px) 0;
    text-align: left;
}*/
.header-logo {
    flex: 0 0 auto;
    /* text-align: center; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-logo {
    flex: 0;
    flex-basis: fit-content;
}
header .row nav.header-menu {
    flex: 1;
    text-align: center;
}
.header-line {
    flex: 1;
    text-align: center;
}
.header-slogan {
    /* background: #B9E0F8; */
    letter-spacing: 5px;
    /* margin-top: 15px; */
    margin-left: 15px;
    /* margin-right: 15px; */
    font-family: 'PanfortePro', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: var(--one);
    text-align: center;
    min-width: calc(100% - 30px);
    width: auto;
}
.header-slogan h1 {
    font-size: 90%;
    margin: 0;
}
.header-menu .menu-toggle {
    display: none;
}
.header-menu .menu-toggle #menu-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu .menu-toggle #menu-btn svg {
    width: 26px;
    /* fill: var(--y); */
    fill: #659ad2;
}
.header-menu .menuwrap {
    display: block;
}
.menuwrap ul {
    text-align: right;
}
.header-menu li {
    display: inline-block;
    padding: 0px 10px;
}
.header-menu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    /* font-weight: 500; */
    /* font-size: 13px; */
}
.header-menu li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #659ad2;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.header-menu li.active a:after, .header-menu li:hover a:after {
    width: 100%;
}

/*.header-contacts {
    flex: calc(33.33333% - 30px) 0;
    text-align: right;
}
.header-menu .menu-toggle #menu-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu .menu-toggle #menu-btn p {
    margin: 0;
}
.header-menu .menu-toggle #menu-btn i {
    font-style: normal;
    font-size: 18px;
    color: var(--one);
}
.header-menu .menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: var(--one);
    border-radius: 1px;
    margin: 3px;
}
.header-menu .menuwrap {
    position: absolute;
    background: var(--one);
    padding: 0px 0px;
    margin-top: -24px;
    display: none;
    top: 0;
}
.menuwrap  ul {
    padding: 96px 46px 96px;
}
.header-menu .menuwrap.active {
    display: block;
}
.header-menu ul a {
    padding: 12px 50px 12px;
    display: inline-block;
    text-decoration: none;
    color: var(--two);
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.menu-contacts {
    display: flex;
    padding: 0 96px 36px;
}
.header-menu .menu-contacts a {
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: var(--two);
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 12px;
}
.header-menu .menu-contacts a svg {
    fill: #000;
    height: 20px;
}
.menuwrap button.close {
    position: absolute;
    top: 36px;
    right: 46px;
    rotate: 45deg;
    background: transparent;
    border: none;
    color: var(--two);
    font-size: 30px;
    cursor: pointer;
}
.header-menu li:hover {
    background: var(--y);
    color: var(--two);
}*/
.header-logo a {
    color: var(--y);
    font-size: 32px;
    font-weight: bold;
}



section.banner {
    position: relative;
	margin-bottom: 100px;
}
.bannerwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.bannerwrap>* {
    color: var(--two);
}
.bannerwrap h1 {
    position: relative;
    margin: 0 auto 24px;
    font-size: 48px;
    line-height: 57px;
    /* max-width: 77%; */
    text-align: left;
    padding: 0px 45px;
}
.bannerwrap > p {
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: left;
    padding: 0px 45px;
}
.banner img {
    border-radius: 28px;
    width: 100%;
    height: auto;
}
.top-form {
    background: var(--two);
    border-radius: 29px;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.2);
    width: 30%;
    z-index: 100;
    position: absolute;
    bottom: -60px;
    right: 5%;
}
.top-form fieldset {
    border: none;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.top-form label {
    border: 1px solid #ccc;
    padding: 18px;
    display: flex;
    border-radius: 12px;
    margin-right: 12px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex: 100% 0;
	margin-bottom: 16px;
}
.top-form label input[type="text"] {
    border: none;
    margin-left: 6px;
    outline: none;
	width: 100%;
	color: var(--one);
	font-size: 18px;
	background: transparent;
}
input::placeholder {
  /* font-weight: bold; */
  opacity: 1;
  color: var(--one);
}
.top-form label select {
    border: none;
    margin-left: 6px;
    outline: none;
    width: 100%;
	color: var(--one);
	font-size: 18px;
	background: transparent;
}
.top-form button {
    border: none;
    padding: 21px 55px;
    border-radius: 12px;
    color: var(--two);
    background: var(--y);
    font-size: 18px;
    flex: auto 0;
}
.top-form fieldset p {
    color: var(--one);
}


.price p {
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
}
.price .full-price, .lab .full-price {
    text-align: center;
    margin-bottom: 60px;
}
.price .full-price a, .lab .full-price a {
    padding: 17px 70px;
    background: var(--y);
    color: var(--two);
    border-radius: 12px;
    text-decoration: none;
	display: inline-block;
}
table {
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 8px 30px #00000020;
	margin-bottom: 60px;
	min-width: 80%;
}
tbody {
    /* display: grid; */
    /* grid-template-columns: repeat(2, auto); */
}
td {
    padding: 15px 70px;
    border: 1px solid var(--g);
	width: auto;
	text-align: center;
}
td.thead {
    background: var(--y);
    color: var(--two);
}



section.beton {
    position: relative;
}
.beton h2 {
    margin-bottom: 30px;
}
.beton h3 {
    font-size: 24px;
    color: var(--one);
    margin: 0;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
}
.beton h4 {
    font-size: 18px;
    color: #b8b8b8;
    margin-bottom: 16px;
    padding: 0;
}
.beton-item .beton-item-text p {
    margin: 0;
}
.beton-list {
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
}
.beton-item {
    flex: calc(25% - 15px) 0;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--g);
    box-sizing: border-box;
    /* margin-bottom: 110px; */
    background: var(--two);
    padding: 16px;
    display: flex;
    flex-flow: column;
}
.beton-item figure {
    position: relative;
    padding-top: 60%;
    height: 0;
}
.beton-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 12px;
}
.beton-item-info {
    position: relative;
}
/*.beton-item:hover .beton-item-text {
    display: block;
    opacity: 0;
}*/
.beton-item-prop {
    display: none;
    position: absolute;
    top: 0;
}
/*.beton-item:hover .beton-item-prop {
    display: block;
}*/
.beton-item a {
    border: none;
    background: var(--y);
    border-radius: 16px;
    padding: 12px 30px;
    color: var(--two);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
}
.beton-item-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 12px;
    flex: 1;
}
/*.beton-item-price span {
    font-weight: bold;
    margin-bottom: 8px;
}*/



section.dostavka {
    background: var(--bg);
	padding-top: 120px;
    padding-bottom: 80px;
}
.dostavkawrap {
    display: flex;
    flex-flow: row wrap;
    /* background: var(--one); */
    /* border-radius: 48px; */
    /* padding: 60px; */
    box-sizing: border-box;
}
.dostavka-left {
    flex: 50% 0;
}
.dostavka-right {
    flex: 50% 0;
    display: flex;
    flex-flow: row wrap;
}
.dostavka-bottom {
    flex: 45% 0;
    margin-top: 40px;
}
.dostavka h2 {
    /* color: var(--two); */
    padding: 0px;
    text-align: left;
}
.dostavka img {
    display: inline-block;
    margin-top: -120px;
    border-radius: 36px;
}
.dostavka-bottom div {
    color: var(--y);
    font-size: 44px;
    font-weight: bold;
}
.dostavka-bottom p {
    /* color: var(--two); */
    margin: 0;
    margin-top: 15px;
	margin-right: 30px;
}


.nasos td {
    padding: 15px 15px;
}



section.arm {
    background: #fff;
    padding: 90px 0 120px;
    overflow: hidden;
}
.armwrap {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}
.arm-item {
    flex: calc(20% - 32px);
    background: #fff;
    /* border-radius: 24px; */
}
.arm-item-img {
    position: relative;
    height: 0;
    padding-top: 100%;
    background: #B9E0F8;
    border-radius: 50%;
    margin-bottom: 15px;
}
.arm-item img {
    width: 70%;
    position: absolute;
    height: 70%;
    top: 15%;
    left: 15%;
    object-fit: contain;
}
/*.arm-item-info {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
}*/
.arm-item h4 {
    padding: 0;
    color: var(--one);
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    text-align: center;
}
.arm-item p {
    padding: 0;
    padding-top: 16px;
    color: var(--one);
    font-size: 14px;
    text-transform: none;
    text-align: center;
    margin: 0;
}

.arm img.aimg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.arm img.aimg.limgc1 {
    height: 71px;
    top: 68px;
    left: -140px;
}
.arm img.aimg.limgc2 {
    height: 47px;
    top: 250px;
    left: -120px;
}
.arm img.aimg.limgc3 {
    height: 71px;
    top: 70px;
    right: -150px;
	left: auto;
}
.arm img.aimg.limgc4 {
    height: 47px;
    top: 200px;
    right: -110px;
	left: auto;
}


section.lab {
    position: relative;
    overflow: hidden;
}
.lab h2+p {
    text-align: center;
    max-width: 33%;
    margin: 0 auto 45px;
}
.labwrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    margin-top: 60px;
}
.lab-item {
    flex: calc(33.333% - 14px);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 30px #00000020;
    padding: 68px 20px 20px;
    position: relative;
}
.lab-item img {
    width: 100%;
}
.lab-item h4 {
    padding: 20px 0;
    color: var(--one);
    font-size: 34px;
	font-weight: bold;
    text-transform: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
}
.lab-item p {
    padding: 0;
    color: #909090;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.labimgwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.labimg {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--y);
    border-radius: 28px;
    margin: -44px auto 0;
}



section.certificates {
    position: relative;
    padding-bottom: 80px;
    background: var(--bg);
}
.certificates img {
    width: 100%;
}
.certificates h3 {
    padding-top: 0;
}



section.textblock {
    background: var(--bg);
    padding-top: 30px;
    padding-bottom: 30px;
}



section.reviews {
    position: relative;
    background: var(--bg);
    padding-bottom: 60px;
    padding-top: 60px;
}
.reviews .swiper-slide {
    background: var(--bg);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
	height: auto;
}
/*.reviews .swiper-button-wrap, .partners .swiper-button-wrap, .certificates .swiper-button-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}*/
.swiper-slide-wrap {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 28px;
    padding: 24px;
    height: 100%;
}
.reviews-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 24px;
}
.reviews-info {
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
}
.reviews-text {
    text-align: center;
}
.reviews-name-wrap {
    margin-left: 15px;
}
.reviews-date {
    color: #909090;
    margin-top: 28px;
    margin-bottom: 12px;
}
.certificates .swiper-button-prev:after, .certificates .swiper-button-next:after,
.partners .swiper-button-prev:after, .partners .swiper-button-next:after,
.reviews .swiper-button-prev:after, .reviews .swiper-button-next:after {
    display: none;
}
.reviews .swiper-button-prev, .partners .swiper-button-prev, .certificates .swiper-button-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffffff0;
    border-radius: 60px;
    margin-left: 15px;
    margin-right: 15px;
    top: 40%;
    left: 0;
    z-index: 100;
}
.reviews .swiper-button-next, .partners .swiper-button-next, .certificates .swiper-button-next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff80;
    border-radius: 60px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 10;
    top: 40%;
    right: 0;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center;
}
svg path {
    stroke: #000;
}
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
span.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--y);
    margin: 0 8px;
    border-radius: 50%;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #555;
}



section.crea {
    /* background: var(--bg); */
    /* padding-bottom: 60px; */
    position: relative;
    overflow: hidden;
}
.crea-wrap {
    position: absolute;
    top: 15px;
    width: 100%;
}
.crea-info {
    flex: calc(50% - 15px) 0;
    display: flex;
    background: var(--two);
    border-radius: 28px;
    padding: 24px 0px 24px 24px;
}
.crea-bl {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 10;
}
.crea-text {
    flex: 25% 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    padding-top: 160px;
}
.crea-text.crea-text1 {
    flex: 33% 0;
}
.crea-text.crea-text2 {
    flex: 27% 0;
    padding-top: 80px;
    padding-right: 0;
}
.crea-text.crea-text3 {
    flex: 40% 0;
    padding-top: 60px;
    padding-bottom: 0px;
}
.crea-text h2 {
    font-size: 34px;
    text-transform: uppercase;
    padding-right: 53%;
    padding-top: 90px;
    margin-left: -75px;
    max-width: 50%;
    color: #616b43;
}
.crea-pic {
    /* flex: 40% 0; */
    padding-top: 200px;
}
.crea-pic img {
    width: 100%;
}
.crea-text h3 {
    text-align: left;
    font-size: 24px;
    padding: 0;
}
.crea-text p {
    margin: 0;
    /* margin-top: 20px; */
    font-size: 16px;
    font-weight: bold;
    color: #616b43;
    margin-left: -30px;
}
.crea-text a {
    position: relative;
    font-size: 16px;
    color: var(--y);
    font-weight: bold;
    display: block;
    margin-top: 130px;
}
.crea-text a img {
    height: 87px;
}
.crea-text a span {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #758a37;
    /* font-size: 22px; */
}

.crea img.cimg {
    position: absolute;
    top: 0;
    left: 0;
}
img.cimg.cimg1 {
    height: 72px;
    top: 150px;
    left: -50px;
}
img.cimg.cimg2 {
    height: 50px;
    top: 50px;
    left: 250px;
}
img.cimg.cimg3 {
    height: 26px;
    top: 120px;
    left: 360px;
}
img.cimg.cimg4 {
    height: 55px;
    top: 90px;
    left: 700px;
}
img.cimg.cimg5 {
    height: 42px;
    top: 80px;
    left: 1010px;
}
img.cimga.cimg6 {
    margin-bottom: -70px;
}

section.dost {
    /* background: var(--bg); */
    /* padding-bottom: 60px; */
    position: relative;
    overflow: hidden;
}
.dost-wrap {
    position: absolute;
    top: 15px;
    width: 100%;
}
.dost-info {
    flex: calc(50% - 15px) 0;
    display: flex;
    background: var(--two);
    border-radius: 28px;
    padding: 24px 0px 24px 24px;
}
.dost-bl {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 10;
}
.dost-text {
    flex: 25% 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    padding-top: 160px;
}
.dost-text.dost-text1 {
    flex: 27% 0;
}
.dost-text.dost-text2 {
    flex: 37%;
    padding-top: 0px;
    padding-left: 150px;
}
.dost-text.dost-text3 {
    flex: 27% 0;
    padding-top: 0;
    padding-bottom: 70px;
}
.dost-text h2 {
    font-size: 34px;
    text-transform: uppercase;
    padding-left: 53%;
    padding-top: 50px;
}
.dost-pic {
    /* flex: 40% 0; */
    padding-top: 220px;
}
.dost-pic img {
    width: 100%;
}
.dost-text h3 {
    text-align: left;
    font-size: 24px;
    padding: 0;
}
.dost-text p {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
.dost-text a {
    position: relative;
    font-size: 16px;
    color: var(--y);
    font-weight: bold;
    display: block;
    margin-top: 90px;
}
.dost-text a img {
    height: 87px;
}
.dost-text a span {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dost img.dimg {
    position: absolute;
    top: 0;
    left: 0;
}
img.dimg.dimg1 {
    height: 72px;
    top: 100px;
    left: 35px;
}
img.dimg.dimg2 {
    height: 26px;
    top: 145px;
    left: 250px;
}
img.dimg.dimg3 {
    height: 56px;
    top: 165px;
    left: 700px;
}
img.dimg.dimg4 {
    height: 50px;
    top: 110px;
    left: 850px;
}
img.dimg.dimg5 {
    height: 72px;
    top: 160px;
    left: 980px;
}

.lab img.limg {
    position: absolute;
    top: 0;
    left: 0;
	width: auto;
}
img.limg.limgc1 {
    height: 71px;
    top: 68px;
    left: -140px;
}
img.limg.limgc2 {
    height: 47px;
    top: 360px;
    left: -50px;
}
img.limg.limgc3 {
    height: 47px;
    top: 70px;
    right: -120px;
	left: auto;
}
img.limg.limgc4 {
    height: 71px;
    top: 390px;
    right: -90px;
	left: auto;
}
img.limg.limg0 {
    top: auto;
    left: auto;
    position: relative;
}
/*img.limg.limg1 {
    height: 88px;
    top: 150px;
    left: 65px;
}*/
img.limg.limg1 {
    height: auto;
    width: 12%;
    top: 26%;
    left: 5%;
}
img.limg.limg2 {
    height: 72px;
    top: 120px;
    left: 300px;
}
img.limg.limg3 {
    height: 72px;
    top: 120px;
    left: 500px;
}
img.limg.limg4 {
    height: 72px;
    top: 120px;
    left: 700px;
}
img.limg.limg5 {
    height: 72px;
    top: 120px;
    left: 900px;
}
img.limg.limg6 {
    height: 72px;
    top: 230px;
    left: 250px;
}
img.limg.limg7 {
    height: 72px;
    top: 230px;
    left: 450px;
}
img.limg.limg8 {
    height: 72px;
    top: 230px;
    left: 650px;
}
img.limg.limg9 {
    height: 72px;
    top: 230px;
    left: 850px;
}
img.limg.limg10 {
    height: 72px;
    top: 330px;
    left: 300px;
}


section.oplata {
    padding-bottom: 60px;
}
.oplata-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.oplata-text h2 {
    text-align: left;
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 32px;
}
.qaitem {
    background: var(--two);
    position: relative;
    padding: 24px;
    border-radius: 12px;
    padding-right: 60px;
    flex: calc(50% - 10px) 0;
    border: 1px solid var(--g);
}
.qaq {
    color: var(--one);
    font-weight: bold;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.qabtn {
    width: 44px;
    height: 44px;
    background: var(--y);
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    color: var(--two);
    cursor: pointer;
    border-radius: 8px;
}
.qaitem.open .qabtn svg {
    rotate: -90deg;
}
.qaitem .qaa {
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: 0.3s;
}
.qaitem.open .qaa {
    max-height: 1000px;
    padding-top: 30px;
}



section.dostavka.about {
    padding-top: 120px;
}
.dostavka.about .dostavka-left p {
    color: var(--two);
    margin: 0;
    margin-top: 15px;
    margin-right: 30px;
    font-size: 24px;
}
.dostavka.about .dostavka-bottom p {
    max-width: 60%;
}



section.steps {
    background: var(--bg);
    padding-bottom: 60px;
}
.stepswrap {
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    margin-top: 60px;
    justify-content: center;
}
.steps-item {
    flex: calc(33.333% - 44px) 0;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 30px #00000020;
    padding: 24px 24px 24px;
    position: relative;
    margin-left: 30px;
}
.steps-item img {
    width: 100%;
}
.steps-item h4 {
    padding: 0;
    color: var(--one);
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 1;
}
.steps-item p {
    padding: 0;
    color: #909090;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
}
.stepsimgwrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.stepsimg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--y);
    border-radius: 16px;
    margin-left: -30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--two);
}





section.serv {
    background: var(--bg);
    padding-bottom: 80px;
}
.servwrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.servimgwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.servimg {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--y);
    border-radius: 28px;
    margin: -44px auto 0;
}
.servitem {
    flex: calc(33.33333% - 14px);
    border: 1px solid var(--g);
    background: var(--two);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 68px 20px 20px;
    position: relative;
    margin-bottom: 68px;
}
.servitem h4 {
    font-size: 34px;
	font-weight: bold;
    text-transform: none;
    /* text-align: left; */
    color: var(--one);
}
.servitem p {
    margin: 0;
    color: #a8a8a8;
    text-align: center;
}

section.partners {
    /* background: #a5c5e2; */
}
.swiper-button-lock {
    display: none!important;
}


footer {
    /* padding-top: 100px; */
    position: relative;
    overflow: hidden;
}
.footer-pic {
    padding-top: 75px;
}
.footer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
footer .col>img {
    position: absolute;
    top: 0;
    right: 150px;
}
footer .col {
    padding-top: 135px;
    text-align: center;
}
footer .col a img {
    height: 35px;
    margin: 0px 12px;
}


fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
section.prod.calc.feed.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
section.prod.calc.feed.modal.show {
    display: flex;
}

.modal form {
    background: var(--bg);
    border-radius: 12px;
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}
.close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 45px;
    z-index: 100;
    color: #555;
    rotate: 45deg;
    cursor: pointer;
}
.prod-info {
    flex: 50% 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 20px;
}
.calc .prod-info {
    height: 100%;
}
.prod-text {
    background: var(--two);
    padding: 24px;
    border-radius: 10px;
}
.calc .prod-text h2 {
    text-align: left;
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 12px;
    margin-top: 0;
}
.calc .wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
}
.calc label {
    border: 1px solid #e6e6e6;
    padding: 11px;
    display: flex;
    border-radius: 4px;
    /* margin-right: 12px; */
    position: relative;
    align-items: center;
    justify-content: center;
    flex: auto 0;
}
.calc.feed .wrap label {
    flex: 100% 0;
}
.calc label input[type="text"] {
    border: none;
    margin-left: 6px;
    outline: none;
    min-width: 150px;
    width: 100%;
    color: var(--one);
    font-size: 18px;
    background: transparent;
}
.calc label#consest {
    border: none;
    display: block;
    padding: 0;
    margin-top: 15px;
}
.calc input[type="checkbox"] {
    accent-color: var(--y);
    scale: 1.5;
    margin-right: 10px;
}
.calc button {
    background: var(--y);
    color: var(--two);
    padding: 21px 55px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}
fieldset:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.calc fieldset p {
    color: var(--one);
}
section.text {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
}
.center {
	text-align: center;
}

form svg {
    height: 20px;
    fill: var(--y);
}
form input[type="text"], form input[type="email"], form input[type="tel"] {
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    width: 100%;
	box-sizing: border-box;
}
form label {
    flex: calc(50% - 8px) 0;
}
form fieldset:first-child {
    display: flex;
    flex-flow: row wrap;
    gap: 30px 16px;
}
fieldset:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

form button {
    flex: 1 0;
    border: 1px solid #ccc;
    height: auto;
    background: none;
    flex-basis: content;
    cursor: pointer;
    transition: all .25s ease;
}
form button:hover {
    border: 1px solid var(--y);
    color: var(--y);
}
textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    border: 1px solid #ccc;
}
form label.two {
    flex: 100% 0;
}
.text {
    margin-top: 30px;
    margin-bottom: 30px;
}