*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --color1: #103041;
  --color2: #0EAFAF;
  --color3: #93D3E3;
  --color4: #E1F1F1;
  --background: #eee;
}

html {
  color: var(--color1);
  font-size: 1em;
  line-height: 1.4;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}



audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}


.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}



.invisible {
  visibility: hidden;
}


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

h1 {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: var(--color1);
}
.more_btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: var(--color2);
  border: 1px solid var(--color2);
  box-sizing: border-box;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-white {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  cursor: pointer;
}
.btn-green {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border: 1px solid var(--color2);
  background:var(--color2);
  box-sizing: border-box;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.btn-green:disabled {
  background: var(--color3);
  border-color: var(--color3);

 
}


/* --- main --- */
body {
  background: #F5F5F5;
  font-family: 'Lato', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}


/* --- header --- */
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding: 18px 0px;
  align-items: center;
}
.header__logo {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.header__logo img {
  max-width: 100%;
}
.tmenu {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.top_line {
  background: #CEE4EA;
  color: var(--color1);
  font-size: 14px;
  line-height: 17px;
  
}
.top_line__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -15px;
  height: 40px;
}

.top_line__adress {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.top_line__time {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
.top_line__phone {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}
.top_line__phone a {
  color: var(--color1);
  text-decoration: none;
  background: url(../img/icon/phone.svg) left no-repeat;
  padding-left: 32px;
}
.top_line__call {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 100%;
}
.top_line__btn {
  font-size: 14px;
  color: #FFFFFF;
  background: url(../img/icon/phone_call.svg) 25px 55% no-repeat, var(--color2);
  border:none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
  outline: none;
  padding-left: 58px;
  padding-right: 14px;
}


.header_slide {
  background: url(../img/slide1.jpg) no-repeat;
  background-size: cover;
  min-height: 540px;
  color:var(--color1)
}
.header_slide_width {
  width: 70%;
}
.header_slide__h1 {
  font-weight: 600;
  font-size: 33px;
  line-height: 40px;
  margin-bottom:27px;
  padding-top: 30px;
}
.header_slide__h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #103041;
  margin-bottom:27px;
}
.header_slide__buttons {
  margin-bottom: 28px;
}
.header_slide__buttons a{
  border: 1px solid var(--color2);
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
}
.header_slide__buttons a:first-child {
  color: var(--color1);
  margin-right: 60px;
}
.header_slide__buttons a:first-child:hover {
  color: var(--color2);
}
.header_slide__buttons a:last-child {
  color: var(--color2);
}
.header_slide__buttons a:last-child:hover {
  color: var(--color1);
}



.actions {
  background: #FFFFFF;
  border: 1px solid var(--color2);
  box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.actions__text {
  padding: 25px 15px 25px 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.actions__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--color2);
}
.actions__gift {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background: rgba(147, 211, 227, 0.15);
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
  color: #000;
  text-align: left;
}
.actions__btn {
  display:inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  background: var(--color1);
  margin-top: 64px;
  border-radius: 100px;
  text-decoration: none;
  padding: 0px 20px;
  position: relative;
  left: calc(50% - 70px);
  top: calc(50% - 50px);
}
.actions__btn::before {
  content: '';
  position: absolute;
  background: url(../img/icon/gift.svg) no-repeat;
  width: 54px;
  height: 46px;
  top: -64px;
  left: calc(50% - 27px);
}



.plus {
  background: #E5E5E5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.plus_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}

.plus__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--color1);
}
.plus__img {
  height: 90px;
  margin-bottom: 15px;
}
.plus__img img {
  max-height: 90px;
}




.about {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}
.about__img {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.about__img img {
  max-width: 100%;
  border-radius: 16px;
}
.about__text {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.pagemenu {
	font-weight:600;
}
.about__text-indx {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
.about__text-indx a {
	color:var(--color2);
	text-decoration:none;
}
.about__text-indx li {
	margin-bottom:15px;
}
.about__text-indx h2 {
	font-size: 24px;
    line-height: 30px;
}
.about__text-indx h3 {
	font-size: 20px;
    line-height: 26px;
}

.invite {
  background: var(--color2);
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}


.talk {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #E5E5E5;
}

.talk__bg {
  background: var(--color1);
  background: linear-gradient(180deg, var(--color1) 85%, #E5E5E5 85%);
  padding: 35px 0px 0px 0px;
}
.talk__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: var(--color3);
  margin-bottom: 50px;
  padding: 0px 65px;
}
.talk_slide {
    padding: 0px 60px!important;
}
.talk_slide__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin:0px -15px;
}
.talk_slide__img {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.talk_slide__img img {
  max-width: 100%;
}
.talk_slide__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color2);
  position: relative;
  padding-top:20px;
}
.talk_slide__info::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  height: 65%;
  width: 1px;
  background: var(--color2);
}
.talk_slide__ooo {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.talk_slide .swiper-button-next, 
.talk_slide .swiper-button-prev{
  background: var(--color1);
  width: 55px;
  height: 55px;
  bottom:0px;
  top:auto
}
.talk_slide .swiper-button-next {
  right:0px;
}
.talk_slide .swiper-button-prev {
  right: 75px;
  left:auto;
}
.talk_slide .swiper-button-next:after,
.talk_slide .swiper-button-prev:after {
  color: var(--color2);
  font-weight: 700;
  font-size: 35px;
}




.services {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #E5E5E5;
}
.services__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: var(--color1);
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 60px;
}
.services__question {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: var(--color2);
  padding-left: 25px;
  padding-right: 25px;
}
.services_row {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}
.services__menu {
  padding: 0px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.services__menu:before {
  content:"";
  border-top: 8px dotted var(--color2);
  width:40px;
  height:8px;
}
.services__menu ul {
  margin: 30px 0px 30px 20%;
}
.services__menu li {
  list-style: none;
}
.services__menu li:first-child {
  position: relative;
}
.services__menu li:first-child:before {
  content:"";
  position: absolute;
  left: -90px;
  top:calc(50% - 4px);
  border-top: 8px dotted var(--color2);
  width:40px;
  height:8px;
}
.services__menu li a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--color2);
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #103041;
  padding: 8px 15px;
  text-align: center;
  margin-bottom: 13px;
}
.services__menu li a:hover {
  background: var(--color3);
  color: #fff;
  border-color: var(--color3);
}
.services__bg {
  padding: 0px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
.services__bg img {
  max-width: 100%;
  margin-top:-50px;
  margin-bottom: -43px;
}

.services__bg_line {
  position: absolute;
  right: 0px;
  top:35px;
  height: 11px;
  width: 39px;
  background: var(--color3);
}
.services__bg_line:before, .services__bg_line:after {
  background: var(--color3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.services__bg_line:before {
  top:18px;
}
.services__bg_line:after {
  top: -18px;
}


.tariff {
  background:url(../img/tariff.jpg) bottom left no-repeat, #fff;
  padding-top: 30px;
  padding-bottom: 55px;
  color: var(--color1);
}

.tariff__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
  align-items: center;
  margin-bottom: 55px;
}
.tariff__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.tariff__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border-left: 3px solid var(--color2);
}
.tariff__info span {
  color: var(--color2);
}
.tariff__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}
.tariff__column {
  padding: 0px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.tariff_item {
  background: #FFFFFF;
  border: 1px solid #103041;
  padding: 40px 25px;
  text-align: center;
}
.tariff_item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 35px;
  
}
.tariff_item ul {
  margin: 0px 0px 40px 0px;
  padding-left: 0px;
  text-align: left;
}
.tariff_item ul li {
  list-style: none;
  margin-bottom: 15px;
  border-left:1px solid var(--color2);
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--color1);
}

.tariff_item__price {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: var(--color2);
  margin-bottom: 25px;
}
.tariff_item__btn {
  background: var(--color1);
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  cursor: pointer;
  outline:none;
}



.registration {
  padding-top: 80px;
  padding-bottom: 80px;
}
.registration__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px 45px -15px;
  position: relative;
  background: url(../img/reg__line.svg) right top no-repeat;
}

.registration__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #103041;
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.registration__name2 {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.registration__name2 span {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 20px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  font-size: 18px;
  color: var(--color2);
}
.registration__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}
.registration__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.reg_block {
  background-color: var(--color1);
  padding: 50px 40px;
}
.reg_ip {
  background: url(../img/reg_ip.png) right no-repeat, var(--color1);
}
.reg_ooo {
  background: url(../img/reg_ooo.png) right no-repeat, var(--color1);
}
.reg_block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px; 
}
.reg_block__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.reg_block__name {
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.reg_block__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--color2);
}
.reg_block__price {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;

}
.reg_block__price p {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}
.reg_block__btn {
  background: var(--color2);
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  cursor: pointer;
  outline:none;
}

.working {
  margin-top:35px;
  background: url(../img/work_bg.png) left 95% no-repeat, url(../img/icon/mark.svg) 90% 0px no-repeat, var(--color1);
  padding:40px 100px;
}
.working__name {
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: var(--color3);
  margin-bottom: 55px;
}

.working__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -30px;
}

.working__column {
  padding: 0px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.working__column:nth-child(odd) {
  text-align: right;
  background: url(../img/icon/working__column.svg) right 2px no-repeat;
  padding-right: 50px;
}

.working__column-btn {
  padding: 0px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top:50px
}
.working__column-btn:nth-child(odd) {
  text-align: right;
}

.benefits {
  background:url(../img/benefit_bg1.png) left top no-repeat, url(../img/benefit_bg2.png) right top no-repeat, url(../img/benefit_bg3.png) left bottom no-repeat, url(../img/benefit_bg4.png) right bottom no-repeat, #fff;
  
  padding-top: 45px;
  padding-bottom: 45px;
}
.benefits__h1 {
  font-weight: 600;
font-size: 21px;
line-height: 25px;
color: var(--color1);
text-align: center;
margin-bottom: 55px;
}

.benefits__item {
  padding-left: 100px;
  max-width: 965px;
  margin:0px auto 35px auto;
}
.benefits__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--color2);
  margin-bottom: 10px;
}
.benefits__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--color1);
}
.benefits__icon1 {
  background: url(../img/icon/benefits__icon1.svg) left center no-repeat;
}
.benefits__icon2 {
  background: url(../img/icon/benefits__icon2.svg) left center no-repeat;
}
.benefits__icon3 {
  background: url(../img/icon/benefits__icon3.svg) left center no-repeat;
}
.benefits__icon4 {
  background: url(../img/icon/benefits__icon4.svg) left center no-repeat;
}
.benefits__icon5 {
  background: url(../img/icon/benefits__icon5.svg) left center no-repeat;
}



.cases {
  background: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 40px;
}

.cases__bg-line {
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,1) 70%, rgba(255,255,255,1) 70%);
}
.cases__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px; 
}
.cases__column-name {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.cases_h1 {
  margin-top: -20px;
  font-weight: 600;
font-size: 27px;
line-height: 32px;

color: var(--color1);
margin-bottom: 17px;
}
.cases__info {
  font-weight: 600;
font-size: 16px;
line-height: 19px;

color: var(--color1);

}
.cases__column-info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  background:#fff;
}
.cases__column-info ul {
  list-style: none;
  font-weight: 600;
font-size: 16px;
line-height: 19px;
padding-left: 20px;

color: var(--color1);
}
.cases__column-info ul li {
  margin-bottom: 10px;
  padding-left:20px;
  position: relative;
}
.cases__column-info ul li:before {
  content: '\2022 ';
    color: var(--color3);
  position: absolute;
  left: 0px;
}

.case__test {
 
	
  margin-top:40px;

}
.case-slide {
	padding-left:60px!important;
	padding-right:60px!important;
}
.case-slide .swiper-button-next, 
.case-slide .swiper-button-prev{
  background: var(--color1);
  width: 55px;
  height: 55px;

}
.case-slide .swiper-button-next {
  right:0px;
}
.case-slide .swiper-button-prev {
  left: 0px;

}
.case-slide .swiper-button-next:after,
.case-slide .swiper-button-prev:after {
  color: var(--color2);
  font-weight: 700;
  font-size: 35px;
}

.swiper-container.case-slide {
  padding-bottom: 50px;
}

.case-slide .case-slide__item {
 
  border: 1px solid var(--color2);

  height: auto;
 
}
.case-slide__h1 {
	padding:50px 50px 0px 50px;
}
.case-slide__padding {
	padding:0px 120px 50px 45px;
}

.case_slide1 {
  background: url(../img/case_slide1.png) right center no-repeat, url(../img/case_slide_bg1.jpg) right top no-repeat, #fff;
  background-size: 160px;
}
.case_slide2 {
  background: url(../img/case_slide2.png) right center no-repeat, url(../img/case_slide_bg2.jpg) left top no-repeat, #fff;
  background-size: 300px;
}
.case_slide3 {
  background: url(../img/case_slide3.png) right bottom no-repeat, #fff;
}
.case-slide__h1 {
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: var(--color1);
  margin-bottom: 40px;
}
.case-slide .case-slide__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--color2);
  padding-right: 10%;
}
.case-slide .case-slide__item p strong {
  color: var(--color1);
}

.case-slide.swiper-container-horizontal>.swiper-scrollbar {
  margin-left:-5%;
  left:calc(50% - 35%);
  width: 70%!important;
  background: #fff;
}
.case-slide .swiper-scrollbar-drag {
  background: var(--color1);
}


.partners {
  background: url(../img/partners__bg1.jpg) left top no-repeat, url(../img/partners__bg2.jpg) right top no-repeat, #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.partners__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 60px;
}
.partners__img {
  text-align: center;
}
.partners__img img{
  width: 225px;
  height: 121px;
  border: 1px solid #93D3E3;
  border-radius: 10px;
  object-fit: scale-down;
  margin: 20px;
}


.zakaz-line {
  padding-top: 45px;
  padding-bottom: 45px;
}
.zakaz-line__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px; 
}
.zakaz-line__name {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
}
.zakaz-line__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--color2);
  position: relative;
}
.zakaz-line__info::before {
  content: '!';
  font-weight: 600;
  font-size: 39px;
  color: var(--color1);
  position: absolute;
  left: -20px;
  top:calc(50% - 10px);
}



.form {
  background: #FFFFFF;
  padding-top: 16px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px; }

.form__data {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.form__img {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: center;
}
.form__img img {
  max-width: 100%;
}

.form__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 13px;
}
.form__name2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--color2);
  border-left: 5px solid var(--color3);
  padding-left: 13px;
  margin-bottom: 40px;
}

.bform__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
}
.bform__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; 
  margin-bottom: 45px;
}
.bform label{
  font-weight: 600;
font-size: 18px;
line-height: 22px;
padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; 
}
.bform__input {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%; 
}
.bform__input input {
  border:none;
  border-bottom:1px solid var(--color3);
  outline: none;
  width: 100%;
}

.bform__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.bform__checkbox+label {
  align-items: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.bform__checkbox+label::before {
  content: '';
  position: absolute;
  left:0px;
  top:-2px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #CEE4EA;
  border-radius: 6px;
}
.bform__checkbox:checked+label::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0EAFAF;
  border-radius: 6px;
  position: absolute;
  left:9px;
  top:7px;
}
.bform__soglasie {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%; 
}
.bform__btn {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  text-align: right;
}

.align-center {
  align-items: center;
}



.contacts {
  background: var(--color1);
  padding-top: 45px;
  padding-bottom: 45px;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
  align-items: center;
}

.contacts__name {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
font-size: 27px;
line-height: 32px;

color: #FFFFFF;
margin-bottom: 70px;
}

.contacts__name2 {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10%;
  margin-bottom: 70px;
}
.contacts__name2 div {
  background: #FFFFFF;
  border-radius: 20px;
  font-weight: 600;
  font-size: 23px;
  line-height: 48px;
  color: var(--color2);
  padding-left: 45px;
  padding-right: 45px;
}

.contacts__map {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.contacts__map img {
  max-width: 100%;
}
.contacts__map iframe {
	border-radius:20px;
}
.contacts__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.contacts__phone {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.contacts__social {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: center;
}
.contacts__phone ul {
  padding:0px;
}
.contacts__phone ul li {
  list-style: none;
  margin-bottom: 20px;
}
.contacts__phone ul li a {
  font-size: 18px;
  line-height: 33px;
  text-transform: capitalize;
  color: var(--color3);
  text-decoration: none;
  position: relative;
  padding-left: 68px;
  display: inline-block;
}
.contacts__phone ul li a::before {
  content: '';
  position: absolute;
  background:url(../img/icon/phone_bottom.svg) left no-repeat;
  width: 38px;
  height: 33px;
  left:0px;
  top:0px;
}

.contacts__social-name {
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contacts__icons {
  margin-bottom: 24px;
}
.contacts__icons img {
  margin: 0px 13px;
}
.contacts__mail a {
  font-size: 18px;
  line-height: 22px;
  color: var(--color3);
  text-decoration: none;
}

.contacts__adress {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--color2);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

.call_label {
  border:none;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #FFFFFF;
  outline: none;
  display: inline-block;
  position: relative;

}
.call_label-name::before {
  content:"Имя";
  position:absolute;
  left: 20px;
  z-index: 10;
}
.call_label-phone::before {
  content:"+7";
  position:absolute;
  left: 20px;
  z-index: 10;
}
.call_input {
  background: #0EAFAF;
  border-radius: 100px;
  border:none;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #FFFFFF;
  outline: none;
  display: inline-block;
    padding: 0px 18px 0px 50px;
    margin-right: 13px;
    width: 160px;
    position: relative;
}
.call_input-name::before {
  padding-left: 40px;
}
.call_input-name::before {
  content: 'Имя';
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
}
.call_form {
  text-align: center;
}
.call_form__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-align: center;
}


footer {
  background: #082737;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px;
  align-items: center;
}
.footer__logo {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
}
.footer__logo img {
  max-width: 100%;
}
.footer__menu {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 12px -15px 0px -15px;
}

.footer__menu ul li {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin-bottom: 12px;
  position: relative;
  list-style: disc;
  color: var(--color3);
}

.footer__menu ul li a {
  font-size: 16px;
  line-height: 19px;
  color: var(--color3);
  text-decoration: none;
}
.footer__menu ul li a:hover {
  color: var(--color2);
}


.footer__info {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
}

.footer__mail {
  font-size: 16px;
line-height: 19px;
color: #93D3E3;
  background:url(../img/icon/email.svg) left no-repeat;
  padding-left:28px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
}

.footer__site {
  display: inline-block;
  font-size: 16px;
line-height: 19px;
color: #93D3E3;
padding-left: 28px;
background: url(../img/icon/site.svg) left no-repeat;
}

.footer__code {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  text-align: right;
}

.footer__code img {
  max-width: 100%;
}



.reviews__item {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px 40px -15px;
}
.reviews__img {
	padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.reviews__img img {
	max-width:100%;
}
.reviews__info {
	padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.reviews__name {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:var(--color2);
}

.about__text-indx img {
	max-width:100%;
}
.about__text-indx table {
	width:100%;
	border-collapse:collapse;
}
.about__text-indx table th,
.about__text-indx table td {
	padding:10px;
}
.about__text-indx table th {
	background:var(--color2);
	color:#fff;
	border:1px solid #fff;
}
.about__text-indx table td {
	border: 1px solid var(--color1);
}
.table-responsive {
    overflow-x: auto;
}
.modalform__name {
	font-weight:700;
	font-size:18px;
	color:var(--color2);
	margin-bottom:20px;
}
.modalform__row {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  margin: 0px -15px 15px -15px;
}
.modalform__row label {
padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-weight:700;
}
.modalform input[type="text"],
.modalform input[type="phone"] {
	border:1px solid var(--color3);
	padding:5px;
	border-radius:5px;
}

.alert {
	background-color:  var(--color2);
	border-radius:5px;
	padding:15px;
	color:#fff;
	line-height:24px;
	display:inline-block;
	font-weight:700;
}

.links{
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.links li{
    display: inline-flex;
}

.links li::before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    display: inline-flex;
    content: '';
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ul-type-1{
     list-style-type: none;
    display: flex;
    flex-direction: column;   
}

.ul-type-1 li{
    display: inline-flex;
}

.ul-type-1 li::before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    display: inline-flex;
    content: '';
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.akcii-li{
    width: 100%; 
    border: 1px solid #103041; 
    border-radius: 7px; 
    box-sizing: border-box; 
    padding-top: 50px; 
    padding-bottom: 50px; 
    padding-left: 20px; 
    padding-right: 20px; 
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    background-image: url('/img/akcii/akc-bkg-1.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat;
    margin-bottom: 30px !important;
}

.ceny-btn-1 a{
    box-sizing: border-box; 
    display: inline-flex; 
    padding-top: 10px; 
    padding-bottom: 10px;
    border: 1px solid var(--color2);
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    color: black;
}

.ceny-btn-1 a:hover{
    color: var(--color2);
}

.akcii-btn{
    display: inline-flex; 
    width: auto; 
    border-radius: 20px; 
    padding-right: 30px; 
    padding-top: 7px; 
    padding-bottom: 7px; 
    margin-top: 40px;
    font-size: 14px;
    color: #FFFFFF;
    background: var(--color2);
    border: none;
    cursor: pointer;
/*    height: 100%;*/
/*    width: 100%;*/
    border-radius: 20px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}
