* {
  box-sizing: border-box
}

body {
  padding: 0;
  margin: 0
}

form input[name="order[fio]"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMA+kHs8Kr05dvQioBzb3ddKPfVua6fmY9YTj4jHhXGs6NlYkg4MTAO3JCjVgAAAJpJREFUGNONkEkOgzAMRV0cCAlhnqF0Hnz/E7Y0SHXSTd/my8+ybBk2ggMKlYNDT7VJQ6q5u1K6xg0zJlVjUyOT0cXmgxYmtxUF7b8y7myeBRs3ONlmC4yjNMWcVxU4aEEUheAzF/AP97QLmzabmMokiVipGEnop1Ujot5uXoyMPl9IyFnar+VACTiMb4En8EhKKIfAh0DufhAvtP8IFgU+11AAAAAASUVORK5CYII=)
}

form input[name="order[phone]"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAMAAAD3n0w0AAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMA/O751PXy0T02Ewfo4sy7t7CbloB1cGTf27Olko1oXU9GJBnVx1QxMAJxizCzAAAAtklEQVQY012P6RKDIAyEuT3rbdVardWevP8DFkOZCeYHCx+T3YSYmpiqyaEuup11dWA0JKRTHosNMyUCDMsMJNErgnyxeroiqDercsEwhu5UYE/IWbnLQV5nhoh7b7rzKb+boxp8WCpwsUE31zHA3spERUKqtLG/YJAw0T5yQhpdWAMKsxZs3CXiOdBMflHIh1oVMsZL/jXjL4fQJqPME3ur2QQK/gF9tu+wTvvZIcAFo7Tfx/wBUMQIn1eW4rQAAAAASUVORK5CYII=)
}

.container {
  width: 1180px;
  margin: 0 auto
}

::-webkit-input-placeholder {
  color: #fff;
  font-family: Roboto
}

::-moz-placeholder {
  color: #fff;
  font-family: Roboto
}

:-ms-input-placeholder {
  color: #fff;
  font-family: Roboto
}

:-moz-placeholder {
  color: #fff;
  font-family: Roboto
}

.center-adaptiv {
  display: none
}

#sostav .container .text h2,
section>h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  font-family: Roboto;
  margin-bottom: 0;
  margin-top: 0
}

#sostav .container .text h3,
section>h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: Roboto;
  margin-top: 10px;
  margin-bottom: 40px
}

header {
  background-image: url(../images/bgi-4.jpg);
  background-position: top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%
}

.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px
}

.header .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2px;
  width: 537px
}

.video-button {
  margin-right: -96px
}

.header .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.item span {
  font-size: 14px;
  font-family: Roboto;
  color: #000;
  line-height: 1.214;
  font-weight: 600;
  margin-left: 10px
}

.callback {
  background-color: #454549;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s
}

.callback:hover {
  background-color: #f3770b
}

.callback span {
  display: block;
  padding: 9px 16px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Roboto
}

.callback a {
  display: block;
  padding: 9px 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px
}

.main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px
}

.main-left h1 {
  font-size: 37px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 32px
}

.main-left h3 {
  font-size: 22px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 0
}

.main-left .ul {
  margin-top: 15px;
  margin-bottom: 12px
}

.main-left .li {
  padding: 18px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdfe1;
  width: 365px
}

.main-left .li:last-of-type {
  border-bottom: none
}

.main-left .li span {
  display: inline-block;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #454549;
  font-size: 18px
}

.main-right {
  position: relative
}

.main-right .taimer {
  width: 300px;
  height: 190px;
  border: 1px solid #d0d1d1;
  display: inline-block;
  z-index: 2;
  margin-top: 45px;
  text-align: center
}

.main-right>img {
  position: absolute;
  left: -410px;
  z-index: 3;
  bottom: -13px
}

.main-right .taimer h2 {
  font-size: 22px;
  color: #fd7000;
  font-weight: 700;
  font-family: Roboto;
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase
}

.main-right .taimer h2 span {
  font-size: 30px
}

.main-right .taimer>span {
  font-size: 14px;
  font-family: Roboto;
  line-height: 30px;
  color: #454549;
  text-transform: uppercase
}

.main-right .taimer .time {
  margin-top: 8px;
  font-size: 28px;
  line-height: 47px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center
}

.main-right .taimer .time .minutes {
  height: 50px;
  border: 1px solid #69696d;
  display: inline-block;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 25px;
  font-size: 32px;
  color: #454549;
  font-family: Roboto;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-transform: uppercase
}

.main-right .taimer .words {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 160px;
  margin: 0 auto
}

.main-right .taimer .words span {
  font-family: Roboto;
  font-size: 14px;
  color: #727377
}

.header-bottom {
  width: 100%;
  padding: 24px 0 40px;
  height: 153px;
  background-image: linear-gradient(to right, #c6c9cb, #f0f3f5, #c6c9cb)
}

.header-bottom .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.kolichestvo {
  box-shadow: 9px 8px 23px #ccc;
  border-radius: 5px;
  position: relative;
  padding: 30px 45px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #bbbec1;
  border-right: 1px solid #bbbec1
}

#form .kolichestvo {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.ever-popup .kolichestvo {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.kolichestvo h3,
.kolichestvo p {
  margin: 0
}

.kolichestvo span {
  margin-right: 10px;
  color: #fb7600;
  font-size: 16px;
  font-family: Roboto
}

.kolichestvo h3 {
  margin-right: 10px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400
}

.kolichestvo p {
  color: #454549;
  font-size: 19px;
  font-weight: 700;
  line-height: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center
}

.kolichestvo p span:first-of-type {
  font-size: 44px;
  color: #454549
}

.kolichestvo p span:last-of-type {
  margin: 0;
  line-height: 51px;
  margin-bottom: -20px;
  color: #454549
}

.triangle {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 33px;
  right: -24px;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.triangle:before {
  content: '';
  width: 29px;
  display: block;
  position: absolute;
  top: 16px;
  left: -14px;
  border-top: 1px solid #aaa;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.triangle:after {
  content: '';
  width: 28px;
  display: block;
  position: absolute;
  top: 30px;
  left: -28px;
  border-top: 1px solid #aaa
}

.korobka {
  position: relative;
  width: 210px;
  margin-left: -70px;
  z-index: 9
}

.korobka img {
  position: absolute;
  top: -300px;
  left: -60px
}

.form {
  width: 300px;
  height: 330px;
  margin-top: -228px;
  background-color: #454549;
  z-index: 9;
  padding: 10px;
  position: relative
}

.form-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center
}

.form-top .old p {
  color: #babab6;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500
}

.form-top .old p span:first-of-type {
  line-height: 38px;
  font-size: 26px;
  text-decoration: line-through;
  font-weight: 400 !important
}

.form-top .old p span:last-of-type {
  font-size: 16px;
  line-height: 38px;
  font-weight: 700 !important
}

.form-top .new p {
  color: #fff5ec;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 9px
}

.form-top .new p span:first-of-type {
  font-size: 16px;
  line-height: 30px
}

.form-top .new p span:last-of-type {
  font-size: 33px;
  font-weight: 700 !important;
  line-height: 40px;
  padding: 6px 15px;
  border-radius: 3px;
  /* background: #fd7b00; */
  position: relative;
  color: #fd8000;
  text-shadow: 0 0 13px rgb(0 0 0 / 19%);
}

.form-center input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
  background-color: transparent;
  border: 1px solid #8f8f92;
  border-radius: 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff
}

.form-center input[type=submit] {
  padding: 0;
  text-align: center;
  font-family: Roboto;
  outline: 0;
  font-size: 20px;
  text-transform: uppercase;
  background-position: left top;
  border: 1px solid #f47b05;
  font-weight: 700;
  height: 55px;
  margin-bottom: 0;
  background-image: linear-gradient(to bottom, #ff7800, #f77f00, #f06d00);
  transition: .3s
}

.form-center input[type=submit]:hover {
  text-shadow: 1px 1px 24px #feffff, 0 0 43px #f88500
}

.form-bottom img {
  margin-left: 15px;
  margin-right: 20px
}

.form-bottom span {
  color: #ff7b0c;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto
}

.paralel {
  width: 85px;
  height: 52px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #fff;
  position: absolute;
  left: -50px;
  top: 20px;
  color: #ff7b0c;
  border-radius: 10px;
  font-style: italic;
  font-family: Roboto;
  text-align: center;
  line-height: 52px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase
}

.two-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

#two {
  padding-bottom: 60px
}

#two .block {
  position: relative;
  display: inline-block
}

#two .block-img {
  width: 388px;
  height: 220px
}

#two .block:first-of-type .block-img {
  background-image: url(../images/1-5.jpg)
}

#two .block:nth-of-type(2) .block-img {
  background-image: url(../images/2-4.jpg)
}

#two .block:nth-of-type(3) .block-img {
  background-image: url(../images/3-6.jpg)
}

#two .block h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0
}

#two .block p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: Roboto;
  font-weight: 400;
  margin-top: 6px;
}

#two .block .day {
  padding: 20px 17px 20px 8px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  height: 90px
}

#two .block .day p {
  font-family: Roboto;
  color: #ef7309;
  font-size: 20px;
  font-weight: 400;
  vertical-align: top;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start
}

#two .block .day p span {
  margin-right: 5px
}

#two .block .day p span:nth-of-type(2) {
  font-size: 70px;
  line-height: 55px
}

#two .two-bottom {
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.two-bottom .block-little {
  display: inline-block
}

.two-bottom .block-little .text {
  width: 390px;
  border-top: 1px solid #f67a0c
}

.two-bottom .block-little .text .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABNVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1eQz////+9/D2gRr5q2f1fhX//Pr96db3kTj5sG/2hiL959L+8+j+7+L94sr1exD//fz81rT7zqb7y6H7w5L6uYD5s3X3mEP2iir7yJv6wI75qGH4oVX4nlD3lT/2ghz//fv/+vX++PL96tj82rr5rWr4pFr95c/93sP80q36u4T4nUz4m0n+7d7938b6t3v3jjJdc40AAAAANnRSTlMAMB8E/Pi49efBsRKhmnVUJdnVzpZ5amVQKiIaDgjy68jFhVs+Fe/ivK6ni4h/bTUL3rStk0V+TR/bAAADdklEQVRIx43W51oaQRiG4VVpQRF7793YUvehLEUQUUBEFBDBEjU5/0MI89F2IRjeH14jOzfTZ9F6Z+CzC6fDq/WfaZDsf+lXzMLzVTScM/jcpxje4UVXeTX42W8jIb2e636bmSLXILeM/6/y4MJw7a+HdIPcsftR9aFN9wqwtqUdkWyQCJ96g+VRF1C8B44HKIZFBN8Y7SnmdiGWukro0Qvwuom91kT2HVevhdn+DvFIsDlLO2MTEEq+G6yc9BBbLoyUApJEiKkljw1gb6yHGLVRvtPb+YV9Wxv2Hm/2AkMeuAjq5jwy/eHUujnP6NZEmPiIjGBU9Y4UzlnoLWYw8npXzpjtKRad/Na7k2L/gw14ZqkbjMjqXMG34XatpSFT2cmtWWRD8KAKAYPx+frZmXGs4DxsoU3ezOIuhsvOjRTjrMxp2pjHjsTdNCOkTKJaYmLwCJ+Y6DuMfAdC6XDwxuCgQb6a+/UbHEva8gQko2rfJAEefsmzACzWCURbA78Ej2p9ecOGr5IIhKB4EW4+DjHXJP6m8GFrHo2BSTCglMq2u3DBRie5gZn2WXBCLN18lDutlTI4Osk1pgUfwKgETZu0olZqtZOEwG0iPvnQ3+jTZa3j5wxaSQGwL3cQ//1pQfZ1uT5+K8lDjLkOkiamuheGgozfSnLcX+IxEWmE54BKiaqM30rOeMjjspJLWnmS8VtI0CAdLHFiIeFy/FQS40zGv2AmV/CqJ9kwEVNuKSXU+L1mksYI6hUm/038EFb9PDSTB9V0VKa+i8gER9Rc75mJj5zMwcy/ySUX4dcbdkwkDHnpnsNK/gTqueYclfk2iUBBpH3JQuK04ivfw+5iizxTblTxWoiPtU+12IjXTmKiGmNyqElCcC13ESNWIvMxTbx+ELM+ZpvkDajK/b061E3GqbSO+ich8miPR3XcfWx1kWU57S9GpjYdOIWokn3Qzq0M6qCLbENCLUCytnLQIAHWtCme5DiPd3fMrtY+nMuqjrsa5Jof2qCNK7nyx7qIW51KSZKRxqX0yGbtFpSb9UnewAsUs2qGQF3MW5AR8YJtXpsg5fffFdVXz8Od3/+CvOfXiWfygVPWZc4P4SmSz5yhvs+LRJ7sI1lT5YWvqKzOa5JpGypO2YJTAG55L5ygMj4glb4cf5tcP1hs/U45ckw6ptW/fwFyBk2GB022TQAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f67a0c;
  height: 92px;
  width: 92px
}

.two-bottom .block-little .text h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f67a0c
}

.two-bottom .text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  margin-top: 6px;
}

.two-bottom .block-big {
  width: 784px;
  height: 260px;
  background-image: url(../images/big.jpg);
  background-position: top center;
  display: inline-block
}

#now {
  padding-bottom: 20px;
  background-color: #f7f7f7;
  background-image: url(../images/bgi.jpg);
  background-position: center;
  background-repeat: no-repeat
}

#now .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 390px;
  height: 100px;
  padding: 20px 30px 20px 30px;
  background-color: #fff;
  margin-bottom: 40px;
  align-items: center
}

#now .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-repeat: no-repeat;
  justify-content: space-between;
  background-image: url(../images/noga.png);
  background-position: top center
}

#now .right .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start
}

#now .right img {
  margin-right: 60px
}

#now .block span {
  line-height: 22px;
  font-weight: 700;
  font-family: Roboto;
  font-size: 16px;
  text-transform: uppercase
}

#four .container:first-of-type {
  background-image: url(../images/bgi-3.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

#four .container .block {
  width: 395px;
  padding: 20px 20px 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative
}

#four .container .block .text {
  width: 280px
}

#four .container .block .text h3 {
  line-height: 22px;
  font-weight: 700;
  font-size: 17px;
  font-family: Roboto;
  margin: 0;
  text-transform: uppercase
}

#four .container .block .number {
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 54px;
  background-color: #454549;
  width: 70px;
  height: 70px;
  line-height: 70px
}

#four .container .right .block .text {
  margin-left: 14px
}

#four .container .block:nth-of-type(2n+1) {
  background-color: #f7f7f7
}

#four .container .block:first-of-type {
  height: 160px
}

#four .container .block:nth-of-type(2) {
  height: 160px
}

#four .container .block:nth-of-type(3) {
  height: 215px
}

#four .container .block .text p {
  margin: 0;
  font-weight: 400;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px
}

#four .container .block:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-position: top center
}

#four .container .block:after {
  content: "";
  position: absolute;
  background-color: #c7c7c8;
  height: 1px;
  display: block
}

#four .container .right .block:nth-of-type(1):before {
  left: -215px
}

#four .container .left .block:nth-of-type(1):before {
  right: -215px
}

#four .container .right .block:nth-of-type(2):before {
  left: -160px
}

#four .container .left .block:nth-of-type(2):before {
  right: -130px
}

#four .container .right .block:nth-of-type(3):before {
  left: -160px
}

#four .container .left .block:nth-of-type(3):before {
  right: -130px
}

#four .container .left .block:nth-of-type(3):after {
  width: 40px;
  right: -50px;
  top: 70px
}

#four .container .right .block:nth-of-type(3):after {
  width: 50px;
  left: -80px;
  top: 70px
}

#four .container .left .block:nth-of-type(2):after {
  width: 40px;
  right: -50px;
  top: 70px
}

#four .container .right .block:nth-of-type(2):after {
  width: 50px;
  left: -80px;
  top: 70px
}

#four .container .left .block:nth-of-type(1):after {
  width: 105px;
  right: -135px;
  top: 70px
}

#four .container .right .block:nth-of-type(1):after {
  width: 105px;
  left: -135px;
  top: 70px
}

.four-bottom {
  margin-top: 40px;
  margin-bottom: 50px
}

.four-bottom .little {
  display: inline-block;
  vertical-align: top
}

.four-bottom .little .text {
  width: 390px;
  border-top: 1px solid #f67a0c
}

.four-bottom .little .text .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAyCAYAAAD1CDOyAAAF5UlEQVRoge2aC5COVRjHf8+2uaVNZkokkkmDLpRxSaHCuESzM0ojIdcRUTNGMwaVwUQjRmKICGkUbW0oJEsIlU1alzBMinXfkcvmsk9z3u+8n8+377ff++6s/b5m+s+8+57rc57/+zznnOecb4UkhKqmAAVAtH4qUljllGSioKrmaQC0cIuiHqdNUsIq319Vs/UqWtlyzydpoKp1VHWyqp4Oq35ku5t6sygSkUQS5k6qOh3YA7wKVCJ7IcxoDDszA8tKvS4axoGq9gIGkvcHbJkJW8dDvu1zX+fA8hJlibudv9vmw5WL0G87NBlYbGEJsUQYT468mu48HY7vLpaYRFlinn3nAVOArKACIveLUrNE1LJ4EKhl3wZrg8iK3vBKxRIx1vWDXoXxkPQ7dnHxnyLhZQX+t0QAxPqCJSWj1CxREkRioVTdyRApDpl4fRI1J3wz8UM6ISRERP2M7ddq12XHVtWKwL1APaAOUBe4C1gGTBKRfBEpUNXEH49VNU1Vm5jQWlWnqOrXqnpIi8YmVS0XJWeyR49efvUI/CVU1cQ8E4BmQPWYDc+fgmM74cTe0Dv/NLSbCBUqm9ruIvJxhMw6zvkCGtiij0RkXqQ4Vb0V6AQ8DtwC7AJmiEhuIHdS1TuAH4Aq4cIzh0OK5u6AE7vh2A7IXQ8XPARUeQCaDzWp+pHFIvI78FoR4z5hXbFCVFVvVW0WdE5MdQiYL5vRB45uhn8C9K5U003l+e2iqs8AnwDlOfob7F4B545Do5fg9nrGE0b4JqGqXYBnKbgEi7tA7q4A2gOVq0Ldjm5udQACS5wFKOcLWJwOV2zl4a3Qd51JdfK1xFp/nOZksiYEI3Aj0HwYDMiGFJMhU0SyfYz5ApDhEPj1U1gUQcDAuGwI1f1aYprjRsacWaP8K994GLQYBhXDU8jcbvT3QaAfMNNZeH6aCxm9CzcqXzWcjEtCVdsD3Rw3Wtrz2q8RCw91gw7vRiq/HxgLLBSRy3HGGxS2+pZZkDnAg4BZ31a5uZwiSZh9AJjtZL6fDH9ti0/g5orQZZ7rOr6Vt+MNt8s3rJsIq14v3Kgs0OtHqHK/yf1p5kQ8S0wCqnFyL6z1EOiFtDouAaP00yLi6wpDVd8CRjuZ78bCGg+3NWK7Z0H1RiZ3AmgjIgdiTmxVbQ30RQtgSQ+45I+DY62DG7CuusSGIPEIjHcImLFWj/YmcINx6m/gnpYmdwZo634gzx3bDrzDueTaNA2Wv+KTgYVxqZf3QFo17GTOLaK1cdmGDoGvhsCW971bdV0MDz5nUhcsgQ1uVSwS5i5oqHPNOKWmfytE4s6Hof9GSC0Xv+3lfMgcDD/P8a5P/zC0uYVctL2IfBtZXYiEqj4GrEcLhLltYf+aYjCwMBap0SZ+uyOb4dQR77oOU9xQxYTv6SLyZXSTa0jY6PIXc60bc30uTbQaBW3GuAP2FJH5XqNHT+wxDoG8Q7AiwQSaDIokMDgWASJJqGrDcCRp/DNIYFfSeKQPdJrqCh0pIjFmewQJVTXL4QJnWTQ/duwJ/kNHiaF+OqTPAnFUe0dExsUT7VpilBPjnz0Ky19MHIHaT8Hzi10C5sAz3E+3FOtGI5xc5kDvw0xpoEZT6LHM3e0XAUP8jmrcaE44Xs/JKD2lzQ5cxqZvawo9V7p7SqZdieLGWi4MiYZOOuez4IqYg07LcaGducxNobKyFUPukJIKZWzEkVoWUsuH0uXSipJoTjldgxAwEFXdZ7zR2fa3zoaVA/ytTMbqQ/ZB5dpBxisKG4F2InI2aEexG9zb1gfFCTU+7x1/p+74Hjw6GPtjiYlAzeBugHLGvs8DF23aPVebNuds+u+gX92ThJuw4cYCJ+iLZ5VaLaDPWncVaRMdy5Q2osMO48QT7R0Qnla51o1mi0i/RBKICXPPo6oHnHu4giuqm2eqvoHqCFQ3vufe0B2yJ7/khbGK+deF8KXiyX2qS/uESIXQOqkJROIaq1zFB8mjoU/Yi+NtxrlUNSup3Aj4F/x31qK8rmJkAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f67a0c;
  height: 92px;
  width: 92px
}

.four-bottom .little .text h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f67a0c
}

.four-bottom .text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto;
  font-weight: 400
}

.four-bottom .big {
  width: 784px;
  height: 260px;
  background-image: url(../images/bgi-big.jpg);
  background-position: top center;
  display: inline-block;
  vertical-align: bottom
}

.ever-popup__body {
  padding: 25px
}

#form,
.ever-popup__body {
  background-color: #454549
}

#form .container .flex,
.ever-popup__body .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.ever-popup__body .center,
.ever-popup__body .left {
  display: inline-block
}

.ever-popup__body .center img {
  width: 325px;
  margin-bottom: -77px;
  margin-top: -22px
}

.ever-popup__body .left {
  vertical-align: top
}

.ever-popup__body .form {
  height: 300px
}

#form .taimer,
.ever-popup__body .taimer {
  width: 366px;
  height: 190px;
  background-color: #36363b;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  color: #fff
}

#form .taimer h2,
.ever-popup__body .taimer h2 {
  color: #fff !important
}

#form .taimer span,
.ever-popup__body .taimer span {
  color: #fff !important
}

#form .kolichestvo,
.ever-popup__body .kolichestvo {
  margin-bottom: 0
}

#form .center,
.ever-popup__body .center {
  margin-top: 20px;
  vertical-align: bottom
}

#form .center img,
.ever-popup__body .center img {
  vertical-align: bottom;
  width: 320px
}

#form .form,
.ever-popup__body .form {
  margin-top: 10px !important
}

#form .paralel {
  top: 10px !important;
  left: -150px !important
}

.ever-popup__body .paralel {
  display: none
}

#form .form-top,
.ever-popup__body .form-top {
  padding: 0 !important
}

#doctor .text-conteiner {
  margin-top: 40px;
  margin-left: 406px
}

#doctor .text-conteiner .text {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 20px 35px 35px 30px;
  position: relative
}

#doctor .text-conteiner .text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  line-height: 1.5
}

#doctor .text-conteiner .text h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto;
  text-transform: uppercase;
  margin-bottom: 0
}

#doctor .text-conteiner .text span {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.222
}

#doctor .text-conteiner .text img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 290px
}

#sostav {
  background-color: #f7f7f7
}

#sostav .container .text {
  background-color: #fff;
  padding-bottom: 1px
}

#sostav .content {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap
}

#sostav .content .block {
  width: 388px;
  padding-bottom: 35px
}

#sostav .content .block img {
  width: 100%
}

#sostav .content .block h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: Roboto;
  text-transform: uppercase
}

#sostav .content .block p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Roboto
}

#result .main-block {
  background-color: #ef7309;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 440px;
  margin-bottom: 40px
}

#result .main-block .block-text {
  padding: 30px 20px;
  width: 450px;
  display: inline-block;
  position: relative
}

#result .main-block .block-img {
  width: 730px;
  display: inline-block;
  height: auto;
  background-image: url(../images/block-img.jpg);
  background-color: #fff
}

#result .main-block .block-text h3 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0
}

#result .main-block .block-text p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

#result .main-block .block-text p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px
}

#result .main-block .block-text p span {
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700
}

#result .main-block .block-text p:nth-of-type(2) {
  margin-top: 10px;
  margin-bottom: 50px
}

#result .main-block .block-text p:nth-of-type(2) span {
  display: inline-block;
  margin-bottom: 10px
}

#result .main-block .block-text p:nth-of-type(3) {
  margin-top: 10px
}

#result .main-block .block-text p:nth-of-type(1):before,
#result .main-block .block-text p:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background-color: #fff;
  width: 340px
}

#result .main-block .block-text p:nth-of-type(2):before {
  top: 300px
}

#result .main-block .block-text p:nth-of-type(1):before {
  top: 115px
}

#result .table .tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  min-height: 70px
}

#result .table .tr:last-of-type {
  border: none
}

#result .table .tr .td:nth-of-type(2) {
  width: 398px
}

#result .table .tr .td {
  width: 380px;
  background-color: #f7f7f7;
  padding: 20px 0 20px 10px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  position: relative
}

#result .table .tr .td:first-of-type {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500
}

#result .table .tr .td b {
  font-weight: 700;
  text-transform: uppercase
}

#result .table .tr:first-of-type .td:nth-of-type(1):before,
#result .table .tr:first-of-type .td:nth-of-type(2):before,
#result .table .tr:first-of-type .td:nth-of-type(3):before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 18%;
  background-color: #ef7309;
  top: -4px
}

#result .table .tr:first-of-type .td:nth-of-type(1):before {
  width: 66%
}

#result .four-bottom .little .text .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAnFBMVEUAAAD////////////////////////////////////////////////////1eQz////2gRr6vIb95tH7xJT2iir81bP7zaT5rGj5tHb/+PH3kzv//fv1ew/948z2hSH+9u71fhT82Lj7xZX6tnr3mEP6wo/4o1f4nlD4m0n+7d77yZ73kTf+9Ov+8eb+8OP96tn80Kr6uX/5qWP3jjLfHqt4AAAADnRSTlMAQP32rOnFMyJCBFDLZMtVK20AAAFJSURBVEjH5dTZboJAGIbhKZuo7f+BgoysLqhVu/f+760jiTBAw8hBG5o+R5DJm7D8M6zuQUObNWEd7vGdUVdiIXCasnYyGd2VDJyo4Qx9XK6PimecmpC9EsVOKSbikJlTxsYaslkFSClEaU/k47lazqCNmYVFTJUEH/UkzhBSKV7AYho8kuxwotQtfYp+GVPFg8YAhyQHHKlmizVJHKCZrCJ4JFuDKxJK4M9lS4SqJEBDQqqE9m7N1lEmbf8wcTwh7ZNsI1ysY3VSTc1SiHC4OfEAEnwEfzpJuRjFzTXxxc27YvhXL7i4JgUt70xyPM0LJATFVYJdZ/KIGTW42AwgyZEtCiTw4mqmeJfVsf3FolzxXwLOuXtN3rhwHsTA/GJS7cqf2/vVCTPAo28AiY6QegihMwNJ6NwsTGAw20Qvps2Ybei4mW7Y7AuU0Y8o9ukqVQAAAABJRU5ErkJggg==)
}

#result .four-bottom .big {
  background-image: url(../images/bgi-6.png)
}

#nine {
  background-color: #454549;
  padding-bottom: 50px
}

.nine-bottom,
.nine-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.nine-content-bottom-left,
.nine-content-top-left,
.nine-content-top-right {
  width: 580px;
  border: 1px solid #58585d;
  padding: 20px
}

.nine-content-top-left>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.nine-content-top-left img {
  height: 285px
}

.nine-content-bottom-left>h4,
.nine-content-bottom-right>h4,
.nine-content-top-left>h4,
.nine-content-top-right>h4 {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px
}

.nine-content-top-left ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  list-style: none
}

.nine-content-top-left ul li {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px
}

.nine-content-top-left ul li .span-plus {
  margin-right: 15px
}

.li-right {
  margin-left: 29px !important
}

.li-right-2 {
  display: none;
  margin-right: 29px !important
}

.slider {
  margin-top: 60px
}

.slid {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: flex-start;
  outline: 0
}

.slid img {
  width: 130px;
  height: 130px
}

.slid .text {
  margin-left: 45px;
  color: #fff
}

.slid h4 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase
}

.slid span {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

.slid p {
  font-family: Roboto;
  font-size: 16px;
  font-style: italic
}

.slick-dots li button {
  background-color: #5e5e63 !important;
  border-radius: 4px;
  width: 15px !important;
  height: 15px !important
}

.slick-dots li button:before {
  color: transparent
}

.slick-dots li.slick-active button:before {
  background-color: #f67a0c;
  color: transparent;
  border-radius: 4px;
  width: 15px !important;
  height: 15px !important
}

.slick-dots {
  text-align: left !important;
  position: relative !important;
  margin-top: 24px
}

#nine {
  padding-top: 35px
}

#nine .container h2 {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center
}

#nine .container h3 {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 700;
  color: #f67a0c;
  margin: 0 0 35px;
  text-align: center
}

.nine-center {
  text-align: center;
  padding: 30px 0 25px;
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
  background-color: #5e5e63
}

.nine-bottom .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0 0
}

.nine-bottom .item span {
  font-size: 16px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  margin-left: 20px
}

.nine-bottom .item span b {
  font-weight: 400;
  text-transform: uppercase
}

.nine-right-bottom {
  height: 190px;
  padding: 20px 20px;
  background-color: #5e5e63
}

.nine-right-bottom p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 25px
}

.nine-content-bottom-right {
  width: 580px;
  border: 1px solid #58585d
}

.nine-right-top {
  padding: 0 20px 0
}

.nine-right-top .item {
  margin: 0 0 30px 0
}

.nine-content-bottom-right>h4 {
  padding: 20px
}

.nine-right-bottom span {
  background-color: #fff;
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f87501;
  color: #f87501;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Roboto;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px
}

.nine-right-bottom span:hover {
  text-shadow: 1px 1px 24px #feffff, 0 0 43px #f88500;
  background-color: #ff7900;
  color: #fff
}

.comment-btn:hover {
  background-color: #ff7900;
  color: #fff
}

#otziv {
  padding-bottom: 60px;
  background-color: #f1deff;
  padding-top: 40px
}

#otziv .container>h2 {
  font-size: 34px;
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0
}

#otziv .container>h3 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  text-align: center
}

.commit {
  margin-top: 70px
}

.comment-btn {
  width: 190px;
  border: 1px solid #ff7800;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #ff7800;
  height: 45px;
  vertical-align: top;
  line-height: 45px;
  border-radius: 5px;
  font-family: Roboto;
  margin-left: 60px;
  transition: .3s
}

.otzivi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.otziv {
  margin-right: 45px;
  max-width: 345px
}

.otziv:nth-of-type(n+3) {
  margin-right: 0
}

.otziv p {
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #737373;
  font-weight: 400;
  line-height: 24px
}

.otziv h3 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400 !important;
  text-transform: uppercase
}

.otziv h3 span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: none
}

.thanks-no {
  display: none;
  padding: 10px 0 0 25px;
  font-weight: 500;
  font-size: 18px
}

.thanks-no.active {
  display: block
}

.field {
  height: 45px;
  width: 925px;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0;
  font-family: Roboto;
  font-size: 18px;
  text-indent: 23px;
  border-radius: 5px
}

.field::-webkit-input-placeholder {
  color: #a2a2a4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto
}

.field::-moz-placeholder {
  color: #a2a2a4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto
}

.field:-ms-input-placeholder {
  color: #a2a2a4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto
}

.field:-moz-placeholder {
  color: #a2a2a4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto
}

.thanks-popup {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 11
}

.thanks-popup.show {
  display: flex
}

.thanks-popup__inner {
  width: 570px;
  text-align: center;
  padding: 40px 90px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(82, 123, 133, .15);
  position: relative;
  background: #fff
}

.closer {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/close_1.png) no-repeat;
  top: 18px;
  right: 18px;
  cursor: pointer
}

#statist {
  background-color: #454549;
  padding-top: 45px;
  padding-bottom: 50px
}

#statist h2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin: 0
}

.statist-content {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.statist-block {
  width: 390px;
  background-color: #5e5e63;
  padding-top: 20px;
  padding-left: 20px;
  height: 150px
}

.statist-block h3 {
  font-weight: 700;
  font-size: 16px;
  font-family: Roboto;
  color: #fff;
  text-transform: uppercase;
  margin: 0
}

.statist-block p {
  font-size: 70px;
  color: #f67a0c;
  font-weight: 400;
  font-family: Roboto;
  margin: 0
}

.statist-block p .proc {
  font-size: 48px
}

.statist-block p .text-p {
  font-size: 18px;
  vertical-align: middle;
  position: relative
}

.statist-block p .text-p:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  background-color: #f67a0c;
  bottom: -10px
}

#sposob {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 50px
}

#sposob h2 {
  margin: 0;
  font-weight: 500;
  font-family: Roboto;
  font-size: 34px;
  text-align: center
}

.sposob-content {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.sposob-items {
  width: 385px
}

.sposob-items img {
  width: 100%
}

.sposob-items h3 {
  line-height: 21px;
  margin: 5px 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto;
  text-transform: uppercase
}

.sposob-items p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  letter-spacing: .1px
}

#zakaz h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  font-family: Roboto;
  margin-bottom: 40px;
  margin-top: 55px
}

.zakaz-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

#zakaz .top-item {
  border: 1px solid #d5d5d6;
  position: relative;
  width: 370px;
  height: 90px;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

#zakaz .top-item h3 {
  margin-left: 30px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top
}

#zakaz .top-item .triangle {
  top: 33px;
  right: -14px;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent
}

#zakaz .top-item .triangle:after {
  border-top: 1px solid #d5d5d6
}

#zakaz .top-item .triangle:before {
  border-top: 1px solid #d5d5d6
}

#zakaz .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA2CAMAAACYwMs6AAABIFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2egz////5olT5q2b7vof7xpX/+fX4nk33hyT+7uD93sP82Lf8zaT8y5/7wpD7wIv4nEn+9ez+6tj959L93L/92rz80an7yJr5p1/4l0D4lDv4kTb3ji/+9u/+8eX948v94Mf81bL6uoD6tnn6sG75qWL5pVn4mUX2fBD5rWj3ghtiJOh8AAAANXRSTlMAtIGiFoxBIdXCbiXr0WdNRDk1Ghjl2c3Iq5+Xj350WkkeEgwF9PHgsZqJXC4q/buko15VVJtVF48AAAIqSURBVDjLpdTXWuJAAEDhISY0BbH33tv2HAhIXQSpsrZVt73/WyybZEIkk73xv5zvkCGZIl7Ro2fJDS2Z3p4UavvRtSM8BxEtGM5rccadzLxuthcAaJQ7+bqVr1VK2NbnfM0GQNkamJ4/2SrA4oXXGMBd1hwzqAFT8p+lgceiGfQDWNLtZhaomkpXgGZHq1Aummo5OIy5D7rxRm/qlXb3clS1nUedQt4b+47t4ZtvwsQwSsFPOfSE69qUCrAnduHWmws4ns5ogDdjCzIiAy058BUiYmgLHuVYDdIiDbWs6x7s5dKh4fvhptjEbzj/P4CMLNgQM/h9tJs9KMgoD8nhBoiMrJ3bURQeZFSBaaGgL0HdbX7dwq4qWoWC/JqXkFA1BpBzm2ITNMVcH4C87wMs6IFm7r1/47wAn4PNMlD3b7oJEbACPMmmB6TmA80Z8Fs2z8BiLHj4psDyb6244iRrcO17LxI7Imh5tI8s4Hhe0ezAndtkgVVdKGxBx12xJqwIJQMsb8WO5tTRCvScqAqfhFrCOzcliIVEKcg5ABFikZGFsMhgxAiLYsaEZMTEG0XXE/Hlk8y+CDebwBGfDm2+MLIZ0ly8g4J1Neg/l4CoOlqHpnPcim2IqKND6Mvj1ghZl3P//daBLeXbQ9mLupBUfm8omcq7xG8Jem7TB3aVkQa8OPdyAdaEkh4H7rtWvgUcTAq1yRTS1IwIo2txJzndEf8zm9SS0fFN8Bfbr8kRWENfAAAAAABJRU5ErkJggg==)
}

#zakaz .little h3 {
  color: #000
}

#zakaz .big {
  background-image: url(../images/bgi-5.jpg)
}

#last {
  background-image: url(../images/bgi-2.jpg);
  -webkit-background-size: 100% 351px;
  background-size: 100% 351px;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 25px
}

#last h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-family: Roboto;
  font-size: 34px;
  text-align: center;
  font-weight: 500
}

#last p {
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto;
  text-align: center;
  color: #fff;
  border: 1px solid #fd7000;
  background-color: rgba(0, 0, 0, .3);
  padding: 40px 0
}

#last p span {
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase
}

footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 40px 0 60px;
  -ms-align-items: center;
  align-items: center;
  text-align: center
}

footer .container p {
  color: #969696;
  font-size: 14px;
  font-family: Roboto;
  margin: 0
}

footer .container p a {
  text-decoration: none;
  color: #969696;
  cursor: default
}

.adaptiv-text {
  display: none
}

.nine-content-top-left ul li br {
  display: none
}

footer .logo {
  width: 54px;
  height: 49px;
  background: url(../images/everad.svg) center no-repeat;
  background-size: 50px
}

.callback,
.comment-btn,
input[type=submit] {
  cursor: pointer
}

@media (min-width:320px) and (max-width:480px) {
  .dat-container {
    flex-direction: column;
    padding-top: 0 !important;
    width: 90%;
    margin: 0 auto;
    text-align: center
  }

  .dat-container .my_img {
    padding-top: 20px;
    padding-bottom: 40px !important
  }

  .sposob-items p {
    padding: 0 10px
  }

  .statist-block h3 br {
    display: block
  }

  .sposob-items:nth-of-type(3) h3 br {
    display: block
  }

  br {
    display: none
  }

  .form br {
    display: block
  }

  .container {
    width: 100%
  }

  .header {
    display: none
  }

  .main {
    flex-wrap: wrap;
    padding-bottom: 15px
  }

  .main-right>img {
    display: none
  }

  .main-left {
    width: 100%;
    padding: 0 10px
  }

  .main-left h1 {
    font-size: 28px;
    text-align: center
  }

  .main-left h3 {
    font-size: 20px;
    text-align: center
  }

  .main-left .li {
    width: 100%
  }

  .main-left .ul {
    width: 300px;
    margin: 0 auto
  }

  .main-right {
    margin: 0 auto
  }

  .header-bottom {
    height: auto
  }

  .korobka {
    width: 100%;
    text-align: center;
    margin: 0
  }

  .korobka img {
    left: 0;
    right: 0;
    margin: 10px auto;
    top: -600px;
    width: 175px;
    position: initial
  }

  .header-bottom .container {
    flex-wrap: wrap
  }

  .form {
    margin: 0 auto;
    background-color: #36363b
  }

  #form .form {
    margin-top: 0 !important
  }

  .triangle {
    display: none
  }

  .paralel {
    display: none
  }

  .form-top {
    padding: 0
  }

  .kolichestvo {
    margin: 5px auto;
    padding: 27px 17px;
    width: 303px
  }

  .kolichestvo h3 {
    font-size: 13px
  }

  .main-right .taimer {
    margin-top: 300px
  }

  #last h2,
  #otziv .container>h2,
  #sostav .container .text h2,
  #sposob h2,
  #statist h2,
  #zakaz h2,
  section>h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px
  }

  #otziv .container>h3,
  #sostav .container .text h3,
  section>h3 {
    font-size: 16px
  }

  .two-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #two .block {
    margin-bottom: 15px;
    width: 100%
  }

  .two-bottom .block-little .text {
    width: 100%
  }

  .two-bottom .text p br {
    display: none
  }

  #two .block-img {
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 200px
  }

  .two-bottom .block-big {
    display: none
  }

  #two .block p br {
    display: none
  }

  #two .block {
    padding: 0 10px
  }

  .two-bottom .text h3,
  .two-bottom .text p {
    padding: 0 10px
  }

  #two .block h3 {
    margin-bottom: 0
  }

  #now {
    background-image: none
  }

  #now .block {
    width: 100%;
    margin-bottom: 15px
  }

  #now .container {
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none
  }

  #now .right img {
    margin-right: 0 !important
  }

  #now .right .block {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left
  }

  #four .container:first-of-type {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none
  }

  #four .container .block .text h3 {
    line-height: 22px;
    text-align: center;
    padding-bottom: 5px
  }

  #four .container .block .number {
    display: none
  }

  #four .container .block .text p {
    text-align: center
  }

  #four .container .block .text p br {
    display: none
  }

  #four .container .right {
    border-top: 1px solid #949494
  }

  #four .container .right .block .text {
    margin: 0
  }

  .four-bottom .big {
    display: none
  }

  #four .container .block:before {
    display: none
  }

  #four .container .block:after {
    display: none
  }

  .four-bottom .little .text {
    width: 100%
  }

  #four .container .block {
    width: 100%
  }

  #four .container .block .text {
    width: 100%
  }

  #four .container .block:first-of-type,
  #four .container .block:nth-of-type(2),
  #four .container .block:nth-of-type(3) {
    padding-bottom: 15px;
    height: auto
  }

  .four-bottom .text p br {
    display: none
  }

  .four-bottom .text h3,
  .four-bottom .text p {
    padding: 0 10px
  }

  #sostav .content .block {
    width: 100%
  }

  #result .table .tr .td {
    width: 100% !important;
    padding: 20px
  }

  #now .block {
    max-width: 350px;
    margin: 15px auto 0
  }

  .left {
    width: 100%
  }

  #form .taimer {
    width: 100%
  }

  #form .container .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #form .center {
    margin: 20px auto 0
  }

  #doctor .text-conteiner .text img {
    position: relative;
    width: 290px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    bottom: -40px;
    right: 0
  }

  #doctor .text-conteiner {
    margin-left: 0
  }

  #doctor .text-conteiner {
    margin-top: 320px
  }

  #doctor .text-conteiner .text {
    margin-top: 0
  }

  #sostav .content .block p {
    padding: 0 10px;
    text-align: center
  }

  #sostav .content .block h3 {
    text-align: center
  }

  .adaptiv-text {
    display: block
  }

  #result .table .tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #result .table .tr .td:first-of-type {
    text-align: center
  }

  #result .table .tr:first-of-type {
    display: none
  }

  #result .main-block .block-text p:nth-of-type(1):before,
  #result .main-block .block-text p:nth-of-type(2):before {
    width: 100%
  }

  #result .main-block .block-img {
    display: none
  }

  #nine .container h2,
  #nine .container h3 {
    font-size: 24px
  }

  .nine-content-top-left>div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .nine-content-top-left ul {
    padding: 0
  }

  .nine-content-top-left ul li {
    font-size: 15px
  }

  .slid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
  }

  .nine-content-bottom-left,
  .nine-content-top-left,
  .nine-content-top-right {
    width: 100%
  }

  .slid .text {
    margin-left: 0;
    margin-top: 20px
  }

  .slid img {
    display: block;
    margin: 0 auto
  }

  .slid h4 {
    text-align: center
  }

  .slick-dots {
    text-align: center !important
  }

  .nine-content-bottom-right {
    width: 100%
  }

  .nine-right-bottom p {
    padding: 0 20px
  }

  .nine-right-bottom {
    padding: 20px 0 0
  }

  .nine-right-bottom {
    height: auto
  }

  .nine-right-bottom span {
    width: 310px;
    margin: 0 auto
  }

  #nine {
    padding-bottom: 20px
  }

  .field {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center
  }

  .comment-btn {
    margin: 20px auto;
    display: block
  }

  .otzivi {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .otziv {
    text-align: center;
    padding: 10px;
    margin-right: 0
  }

  #otziv {
    padding-bottom: 20px
  }

  .statist-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #statist {
    padding-bottom: 20px
  }

  .sposob-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .sposob-items {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  #sposob {
    padding-bottom: 20px
  }

  .zakaz-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #zakaz .top-item {
    width: 100%
  }

  #last {
    background-position: center;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%
  }

  .statist-block {
    width: 100%;
    text-align: center;
    padding-left: 0
  }

  .form-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
  }

  footer p {
    margin-top: 20px !important
  }

  footer p span {
    display: block
  }

  footer .container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  footer p:last-of-type {
    display: block
  }

  .nine-content-bottom-left>h4,
  .nine-content-bottom-right>h4,
  .nine-content-top-left>h4,
  .nine-content-top-right>h4 {
    text-align: center
  }

  .thanks-popup__inner {
    width: 90%;
    padding: 20px
  }

  .thanks-popup__inner h3 {
    font-size: 21px
  }

  .thanks-popup__inner p {
    font-size: 17px
  }
}

@media (min-width:374px) and (max-width:480px) {
  .li-right {
    margin-left: 0 !important
  }

  .dat-container {
    flex-direction: column;
    padding-top: 0 !important;
    width: 90%;
    margin: 0 auto;
    text-align: center
  }
}

@media (max-width:1024px) {
  .header .items {
    display: none
  }

  .korobka img {
    left: -30px;
    width: 280px;
    top: -238px
  }
}

@media (min-width:481px) and (max-width:768px) {
  .dat-container {
    flex-direction: column;
    padding-top: 0 !important;
    width: 90%;
    margin: 0 auto;
    text-align: center
  }

  .dat-container .my_img {
    padding-top: 20px;
    padding-bottom: 40px !important
  }

  br {
    display: none
  }

  .form br {
    display: block
  }

  .li-right {
    margin-left: 0 !important
  }

  .container {
    width: 100%
  }

  .header {
    display: none
  }

  .main {
    flex-wrap: wrap
  }

  .main-right .taimer {
    margin-top: 0
  }

  .main-right>img {
    display: none
  }

  .main-left {
    width: 100%;
    padding: 0 10px;
    text-align: center
  }

  .main-left h1 {
    font-size: 28px;
    text-align: center
  }

  .main-left h3 {
    font-size: 20px;
    text-align: center
  }

  .main-left .ul {
    display: inline-block
  }

  .main-left .li span {
    text-align: left;
    font-size: 17px
  }

  .main-right {
    margin: 0 auto
  }

  .header-bottom {
    height: auto
  }

  .korobka {
    width: 35%;
    text-align: center;
    margin: 0
  }

  .korobka img {
    position: relative;
    top: 0;
    width: 100%;
    left: 0
  }

  .header-bottom .container {
    flex-wrap: wrap;
    justify-content: center
  }

  .form {
    margin: 0;
    background-color: #36363b
  }

  #form .form {
    margin-top: 0 !important
  }

  .triangle {
    display: none
  }

  .paralel {
    display: none
  }

  .form-top {
    padding: 0
  }

  .kolichestvo {
    margin: 5px auto 28px;
    padding: 27px 13%
  }

  .kolichestvo h3 {
    font-size: 13px
  }

  #last h2,
  #otziv .container>h2,
  #sostav .container .text h2,
  #sposob h2,
  #statist h2,
  #zakaz h2,
  section>h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px
  }

  #otziv .container>h3,
  #sostav .container .text h3,
  section>h3 {
    font-size: 16px
  }

  .two-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .two-bottom .block-little .text {
    width: 100%
  }

  .two-bottom .text p br {
    display: none
  }

  #two .block-img {
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 200px
  }

  .two-bottom .block-big {
    display: none
  }

  #two .block p br {
    display: none
  }

  .two-bottom .text h3,
  .two-bottom .text p {
    padding: 0 10px
  }

  #two .block h3 {
    margin-bottom: 0
  }

  #two .block {
    width: 388px;
    margin: 0 auto
  }

  #two {
    padding-right: 10px;
    padding-left: 10px
  }

  #now {
    background-image: none
  }

  #now .block {
    width: 100%;
    margin-bottom: 15px
  }

  #now .container {
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none
  }

  #now .right .block {
    flex-direction: row-reverse
  }

  #now .right img {
    margin-right: 0 !important
  }

  #four .container:first-of-type {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none
  }

  #four .container .block .text h3 {
    text-align: center;
    padding-bottom: 5px
  }

  #four .container .block .number {
    display: none
  }

  #four .container .block .text p {
    text-align: center
  }

  #four .container .block .text p br {
    display: none
  }

  #four .container .right {
    border-top: 1px solid #949494
  }

  #four .container .right .block .text {
    margin: 0
  }

  .four-bottom .big {
    display: none
  }

  #four .container .block:before {
    display: none
  }

  #four .container .block:after {
    display: none
  }

  .four-bottom .little .text {
    width: 100%
  }

  #four .container .block {
    width: 100%
  }

  #four .container .block .text {
    width: 100%
  }

  #four .container .block:first-of-type,
  #four .container .block:nth-of-type(2),
  #four .container .block:nth-of-type(3) {
    padding-bottom: 15px;
    height: auto
  }

  .four-bottom .text p br {
    display: none
  }

  .four-bottom .text h3,
  .four-bottom .text p {
    padding: 0 10px
  }

  #sostav .content .block {
    width: 48%
  }

  #result .table .tr .td {
    width: 100%
  }

  #now .block {
    max-width: 350px;
    margin: 15px auto 0
  }

  #form .taimer {
    width: 100%
  }

  #form .container .flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center
  }

  #form .center {
    margin: 20px auto 0
  }

  #doctor .text-conteiner .text img {
    position: relative;
    width: 290px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    bottom: -40px;
    right: 0
  }

  #doctor .text-conteiner {
    margin-left: 0
  }

  #doctor .text-conteiner {
    margin-top: 320px
  }

  #doctor .text-conteiner .text {
    margin-top: 0
  }

  #sostav .content .block p {
    padding: 0 10px;
    text-align: center
  }

  #sostav .content .block h3 {
    text-align: center
  }

  .adaptiv-text {
    display: block
  }

  #result .main-block .block-text p:nth-of-type(1):before,
  #result .main-block .block-text p:nth-of-type(2):before {
    width: 100%
  }

  #result .main-block .block-img {
    display: none
  }

  #nine .container h2,
  #nine .container h3 {
    font-size: 24px
  }

  .nine-content-top-left>div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .nine-content-top-left ul li {
    font-size: 15px
  }

  .slid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
  }

  .nine-content-bottom-left,
  .nine-content-top-left,
  .nine-content-top-right {
    width: 100%
  }

  .slid .text {
    margin-left: 0;
    margin-top: 20px
  }

  .slid img {
    display: block;
    margin: 0 auto
  }

  .slid h4 {
    text-align: center
  }

  .slick-dots {
    text-align: center !important
  }

  .nine-content-bottom-right {
    width: 100%
  }

  .nine-right-bottom p {
    padding: 0 20px
  }

  .nine-right-bottom {
    padding: 20px 0 0
  }

  .nine-right-bottom {
    height: auto
  }

  .nine-right-bottom span {
    width: 310px;
    margin: 0 auto
  }

  #nine {
    padding-bottom: 20px
  }

  .field {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center
  }

  .comment-btn {
    margin: 20px auto;
    display: block
  }

  .otzivi {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .otziv {
    text-align: center;
    padding: 10px;
    margin-right: 0
  }

  #otziv {
    padding-bottom: 20px
  }

  .statist-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #statist {
    padding-bottom: 20px
  }

  .sposob-content {
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .sposob-items {
    margin-bottom: 30px;
    text-align: center
  }

  #sposob {
    padding-bottom: 20px
  }

  .zakaz-top {
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #zakaz .top-item {
    margin-bottom: 20px
  }

  #last {
    background-position: center;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%
  }

  .statist-block {
    width: 100%;
    text-align: center
  }

  .form-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
  }

  footer p {
    margin-top: 20px !important
  }

  footer p span {
    display: block
  }

  footer .container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  footer p:last-of-type {
    display: block
  }

  .nine-content-bottom-left>h4,
  .nine-content-bottom-right>h4,
  .nine-content-top-left>h4,
  .nine-content-top-right>h4 {
    text-align: center
  }

  .thanks-popup__inner {
    width: 90%;
    padding: 20px
  }

  .thanks-popup__inner h3 {
    font-size: 21px
  }

  .thanks-popup__inner p {
    font-size: 17px
  }

  #result .main-block .block-text p:nth-of-type(2) {
    margin-bottom: 80px
  }

  #result .main-block .block-text {
    width: 100%;
    text-align: center
  }

  #sostav .content {
    justify-content: space-around
  }
}

@media (min-width:769px) and (max-width:992px) {
  .dat-container {
    flex-direction: column;
    padding-top: 0 !important
  }

  .dat-container .my_img {
    padding-top: 20px;
    padding-bottom: 40px !important
  }

  .container {
    width: 750px
  }

  .nine-content-top-left>div {
    justify-content: center
  }

  .main-right>img {
    display: none
  }

  .korobka img {
    top: -379px;
    right: -156px;
    left: 0;
    transform: scale(.8)
  }

  .header .items {
    display: none
  }

  .header-bottom {
    padding-top: 60px;
    height: auto
  }

  .header-bottom .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .triangle {
    display: none
  }

  #now .block {
    width: 260px
  }

  #now .right img {
    margin-right: 15px !important
  }

  #now .right .block span {
    text-align: right
  }

  #now .block span {
    font-size: 14px
  }

  .kolichestvo {
    width: 380px;
    right: -38px
  }

  #two .block {
    width: 50%;
    margin-bottom: 15px
  }

  header .form {
    margin-top: 0
  }

  .form-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  .form-bottom img {
    height: 23px
  }

  .two-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  #four .container .right .block:before {
    display: none
  }

  #four .container .right .block:after {
    display: none
  }

  #four .container .block {
    width: 260px;
    flex-direction: row-reverse;
    padding: 15px 15px 0 15px
  }

  #four .container .block .text {
    width: 190px
  }

  #four .container .block .text p {
    font-size: 14px
  }

  #four .container .block:first-of-type,
  #four .container .block:nth-of-type(2) {
    height: 215px
  }

  #four .container .block:nth-of-type(2) {
    height: 210px
  }

  #four .container .block:after,
  #four .container .block:before {
    display: none
  }

  #four .container .block .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px
  }

  .four-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  #doctor .text-conteiner .text img {
    display: none
  }

  #doctor .text-conteiner {
    margin-left: 335px
  }

  br {
    display: none
  }

  #sostav .content .block {
    width: 45%
  }

  #result .main-block .block-text p:first-of-type {
    margin-bottom: 40px
  }

  #result .main-block .block-text p:nth-of-type(2) {
    margin-bottom: 40px
  }

  .nine-content-bottom-left,
  .nine-content-bottom-right,
  .nine-content-top-left,
  .nine-content-top-right {
    width: 100%
  }

  .field {
    width: 495px
  }

  .statist-block {
    width: 370px
  }

  .li-right {
    margin-left: 0 !important
  }

  .center-adaptiv {
    display: block;
    margin-top: 20px;
    text-align: center
  }

  .center-adaptiv img {
    margin-top: 20px
  }

  #form .left .kolichestvo {
    display: none
  }

  #form .form {
    margin-top: -330px !important;
    margin-left: 35px
  }

  #form .container .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #form .center {
    display: none
  }

  #form .paralel {
    top: 0 !important;
    left: 87% !important
  }

  .four-bottom .big {
    background-position: 58%
  }

  .statist-block h3 {
    font-size: 13px
  }

  .statist-block p {
    font-size: 50px
  }

  .sposob-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .sposob-items {
    width: 50%;
    margin-bottom: 20px
  }

  #last {
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%;
    background-position: top center
  }

  #result .main-block .block-text p:nth-of-type(1):before,
  #result .main-block .block-text p:nth-of-type(2):before {
    width: 100%
  }

  #form .kolichestvo {
    right: -10px
  }
}

@media (min-width:993px) and (max-width:1200px) {
  .container {
    width: 970px
  }

  .ever-popup__body .center img {
    width: 240px;
    margin-top: 0
  }

  .triangle {
    display: none
  }

  .nine-top ul {
    padding-left: 15px
  }

  .main-right>img {
    display: none
  }

  #now .block {
    width: 360px
  }

  #now .block span {
    font-size: 14px
  }

  .kolichestvo {
    width: 368px
  }

  #two .block {
    width: 31%;
    overflow-x: hidden
  }

  .form-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  .form-bottom img {
    height: 23px
  }

  #four .container .block {
    width: 290px;
    flex-direction: row-reverse;
    padding: 15px 15px 0 15px
  }

  #four .container .block .text {
    width: 215px
  }

  #four .container .block .text p {
    font-size: 16px
  }

  #four .container .block:first-of-type,
  #four .container .block:nth-of-type(2) {
    height: 190px
  }

  #four .container .block:nth-of-type(2) {
    height: 190px
  }

  #four .container .block .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px
  }

  .four-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  #doctor .text-conteiner {
    margin-left: 335px
  }

  .callback {
    padding: 7px
  }

  .video-button {
    margin-right: 0
  }

  .header .items {
    margin-left: 20px
  }

  #sostav .content .block {
    width: 45%
  }

  #result .main-block .block-text p:nth-of-type(2) {
    margin-bottom: 40px
  }

  .field {
    width: 715px
  }

  .statist-block {
    width: 370px
  }

  .four-bottom .big {
    background-position: 58%
  }

  .statist-block h3 {
    font-size: 13px
  }

  .statist-block p {
    font-size: 50px
  }

  .sposob-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }

  .sposob-items {
    width: 50%;
    margin-bottom: 20px
  }

  #last {
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%;
    background-position: top center
  }

  #doctor .text-conteiner .text img {
    bottom: 15px;
    right: -30px;
    width: 290px
  }

  .otziv p br {
    display: none
  }

  #two .block p br {
    display: none
  }

  #four .container .block .text p br {
    display: none
  }

  #sostav .content .block p br {
    display: none
  }

  #statist h2 br {
    display: none
  }

  .sposob-items br {
    display: none
  }

  #last p {
    padding: 40px 25px
  }

  #last h2 br {
    display: none
  }

  #last h2 {
    font-size: 33px
  }

  #nine .container h2 {
    font-size: 30px
  }

  #nine .container h3 {
    font-size: 30px
  }

  .nine-content-bottom-left,
  .nine-content-top-left,
  .nine-content-top-right {
    width: 50%
  }

  .li-right-2 {
    height: 19px
  }

  .nine-content-top-left ul li .span-plus {
    margin-right: 7px
  }

  .nine-content-top-left ul li {
    display: flex
  }

  .li-right {
    margin: 0 !important
  }

  .nine-content-top-left ul li br {
    display: block
  }

  .slid p br {
    display: none
  }

  .nine-content-bottom-right {
    width: 50%
  }

  .nine-right-bottom span {
    margin: 0 auto
  }

  .nine-right-bottom p br {
    display: none
  }

  .nine-right-bottom {
    height: auto;
    padding: 20px;
    margin-top: 122px
  }

  #four .container .block:nth-of-type(3) {
    height: 215px
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  #four .container :nth-of-type(2).block {
    height: 176px
  }

  #result .table .tr {
    min-height: 60px
  }

  .nine-right-bottom {
    height: 210px
  }

  .statist-block p .text-p::before {
    bottom: 0
  }

  footer {
    overflow: hidden;
    height: 110px
  }
}

@media (min-width:1201px) {
  #four .container .block:nth-of-type(3) {
    height: 180px
  }
}

.slick-slide {
  margin: 0 2px
}

@media (min-width:993px) and (max-width:999px) {
  .ever-popup__body .form-bottom span br {
    display: none
  }
}

@media (min-width:995px) and (max-width:999px) {
  .ever-popup__inner {
    max-width: 300px
  }
}

.rev__name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: Roboto
}

@media (max-width:1200px) {
  #sostav .content {
    justify-content: space-between;
  }
}