@charset "UTF-8";
/* Montserrat-Regular */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Montserrat-Medium */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Montserrat-Bold */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Montserrat-SemiBold */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Roboto Regular*/
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  width: 992px;
}

#wrapper {
  overflow: hidden;
}

.primary--green__btn {
  border-radius: 3px;
  background: #0C9A4D;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.primary--green__btn:hover {
  color: #fff;
  text-decoration: none;
  background: #0b743a;
}

.primary--transparent__btn {
  border-radius: 3px;
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 9px 10px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.primary--transparent__btn:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

h1 {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
  line-height: 35.1px;
}

h2 {
  color: #000;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 20px;
}

.header {
  padding-bottom: 10px;
  background-color: #fff;
}
.header .logo {
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  max-width: 338px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}
.header .logo img {
  flex-shrink: 0;
  max-width: 51px;
  margin-right: 19px;
}
.header .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .contact__mail {
  color: #2C5197;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  margin-right: 19px;
  display: inline-block;
}
.header .contact__phone {
  max-width: 160px;
  padding-left: 32px;
  position: relative;
  margin-right: 31px;
}
.header .contact__phone .icon {
  position: absolute;
  bottom: 1px;
  left: 8px;
  max-width: 17px;
}
.header .contact__phone a {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
}
.header .contact__order-call {
  color: #2C5298;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.54px;
  display: inline-block;
  padding: 11px 12px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #3068C3;
  background: #FFF;
  text-decoration: none;
  transition: 0.3s;
}
.header .contact__order-call:hover {
  background-color: #3068C3;
  color: #fff;
}

.header__top {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 4px;
  border-bottom: solid 1px #E6E6E6;
}
.header__top .location {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #3B63CD;
  font-weight: 400;
  line-height: 16.8px;
}
.header__top .location img {
  flex-shrink: 0;
  margin-right: 5px;
}
.header__top .workinfo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #474747;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
}
.header__top .workinfo p {
  margin-right: 27px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.header__top .workinfo p:last-child {
  margin-right: 0;
}

.header__bottom {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: solid 1px #E6E6E6;
}

.sc-banner {
  padding-top: 37px;
  padding-bottom: 28px;
  background: radial-gradient(136.24% 92.25% at 98.93% 95.85%, rgba(168, 221, 252, 0.77) 31.49%, rgba(246, 248, 250, 0) 95.22%), linear-gradient(90deg, #2A4989 0%, #3273D8 88.15%);
}
.sc-banner .banner__info {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
}
.sc-banner .banner__info ol {
  list-style-type: decimal-leading-zero;
  padding-left: 63px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  margin-top: 42px;
  padding-right: 43px;
}
.sc-banner .banner__info ol li {
  margin-bottom: 21px;
}
.sc-banner h1 {
  margin-bottom: 39px;
}
.sc-banner .subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
}
.sc-banner .banner__img {
  margin-left: -75px;
  display: inline-block;
  width: 492px;
  position: relative;
  width: 516px;
}
.sc-banner .banner__img img {
  max-width: 100%;
}
.sc-banner .banner__img-info {
  position: absolute;
  width: 100%;
  bottom: 64px;
  right: 58px;
}
.sc-banner .banner__img-info .info__1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 500;
  position: absolute;
  right: 103px;
  bottom: 116px;
}
.sc-banner .banner__img-info .info__2 {
  color: #FFF;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  width: 195px;
  display: inline-block;
  margin-top: 9px;
  position: absolute;
  right: 75px;
}
.sc-banner .info__logos {
  max-width: 140px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.sc-banner .info__logos img {
  max-width: 100%;
  display: block;
  margin: 7px 0 7px auto;
}
.sc-banner .info__btns {
  display: flex;
  width: 100%;
  max-width: 488px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 38px;
  margin-top: 42px;
}

.sc-produce {
  padding-top: 42px;
}
.sc-produce .produce__img {
  width: 927px;
  margin-left: -500px;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc-produce .produce__img img {
  max-width: 100%;
  max-height: 574px;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  display: block;
}
.sc-produce .produce__info {
  padding-left: 30px;
}
.sc-produce .produce__info ul {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
  padding-left: 14px;
}
.sc-produce .produce__info ul li {
  list-style: none;
  position: relative;
}
.sc-produce .produce__info ul li:before {
  content: "";
  position: absolute;
  left: -11px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  display: inline-block;
  background-color: #000;
  top: 13px;
}

.product--box {
  border-radius: 6px;
  background-color: #F6FAFF;
  min-height: 209px;
  padding: 14px 12px;
  position: relative;
  margin-bottom: 30px;
}
.product--box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-radius: 6px;
}
.product--box.linear-green:before {
  background-image: linear-gradient(270deg, #87E2A2 0%, rgba(207, 234, 215, 0) 76.72%);
}
.product--box.linear-green2:before {
  background-image: linear-gradient(270deg, #9B913A 0%, rgba(234, 231, 204, 0) 83.86%);
}
.product--box.linear-green3:before {
  background-image: linear-gradient(270deg, #83C196 0%, rgba(207, 234, 215, 0) 79.48%);
}
.product--box.linear-blue:before {
  background-image: linear-gradient(270deg, #5482DD 0%, rgba(229, 236, 250, 0) 68.25%);
}
.product--box.linear-blue2:before {
  background-image: linear-gradient(270deg, #BCC5EA 0%, rgba(210, 214, 230, 0) 86.28%);
}
.product--box.linear-blue3:before {
  background-image: linear-gradient(270deg, #919BC2 0%, rgba(210, 214, 230, 0) 86.79%);
}
.product--box.linear-blue4:before {
  background-image: linear-gradient(270deg, #97A8FE 3.13%, rgba(244, 243, 228, 0) 94.06%);
}
.product--box.linear-yellow:before {
  background-image: linear-gradient(270deg, #FBE779 0%, rgba(251, 231, 121, 0) 89.23%);
}
.product--box.linear-yellow2:before {
  background-image: linear-gradient(270deg, #FFDE9F 0%, rgba(255, 222, 159, 0) 79.07%);
}
.product--box.linear-pink:before {
  background-image: linear-gradient(270deg, #C7A6D9 0%, rgba(205, 194, 211, 0) 83.94%);
}
.product--box.linear-grey:before {
  background-image: linear-gradient(270deg, #73777E 0%, rgba(229, 236, 250, 0) 67.74%);
}
.product--box.linear-brown:before {
  background-image: linear-gradient(270deg, #D8C1A0 0%, rgba(234, 204, 160, 0) 82.58%);
}
.product--box.linear-brown2:before {
  background: linear-gradient(270deg, #EACCA0 0%, rgba(234, 204, 160, 0) 82.22%);
}
.product--box ul {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 14px;
  margin-left: 4px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.product--box ul li {
  list-style: none;
  position: relative;
}
.product--box ul li:before {
  content: "";
  position: absolute;
  left: -11px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  display: inline-block;
  background-color: #000;
  top: 13px;
}
.product--box h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  position: relative;
  z-index: 1;
  max-width: 309px;
  margin-bottom: 9px;
}
.product--box .product__img {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.product--box .product__img.out-right {
  right: -25px;
}
.product--box .product__img.out-bottom {
  bottom: -25px;
}

.sc-products {
  padding-top: 10px;
  padding-bottom: 20px;
}

.sc-material {
  padding-top: 20px;
  padding-bottom: 15px;
}
.sc-material .material__brands {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 15px 0 30px 0;
}
.sc-material .material__brands span {
  margin-right: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.sc-material .material__brands img {
  margin-right: 27px;
  max-width: 100%;
}
.sc-material .material__brands img:last-child {
  margin-right: 0;
}
.sc-material .material__list {
  display: flex;
  align-items: center;
  line-height: 181%;
}
.sc-material .material__list p {
  margin-bottom: 0;
}
.sc-material .material__list .list__item {
  width: 30px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
  flex-shrink: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.sc-material .material__list .list__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-material .material__list .list__item:first-of-type {
  margin-left: 15px;
}
.sc-material .material__info {
  margin-top: 30px;
  padding-bottom: 37px;
}
.sc-material .material__info p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 181%;
}
.sc-material .material__info p span {
  font-weight: 500;
}
.sc-material .line {
  background: #FFF;
  width: 100%;
  height: 2px;
  display: inline-block;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.sc-info {
  padding-top: 15px;
  padding-bottom: 45px;
}
.sc-info h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.sc-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.sc-info p::-moz-selection {
  color: #fff;
  background-color: #7692DC;
}
.sc-info p::selection {
  color: #fff;
  background-color: #7692DC;
}

.sc-form {
  background-color: #F6FAFF;
  position: relative;
  padding-top: 34px;
  padding-bottom: 15px;
  min-height: 341px;
}
.sc-form .form__img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 404px;
  height: 238px;
  background-image: url(../img/emkost-form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-form .document__img {
  position: absolute;
  left: -132px;
  right: 0;
  top: 22px;
  bottom: 0;
  margin: auto;
}
.sc-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #7692DC;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
}
.sc-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: #7692DC;
}
.sc-form h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.sc-form p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 1;
  max-width: 350px;
}
.sc-form .load__pdf {
  display: flex;
  align-items: center;
  padding: 7px 12px 7px 4px;
  border-radius: 3px;
  background: #EAE341;
  box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 38px;
}
.sc-form .load__pdf:hover {
  background: #aaa62c;
}
.sc-form .load__pdf img {
  max-width: 29px;
  margin-right: 20px;
}
.sc-form .form__body {
  max-width: 278px;
  display: block;
  margin-left: auto;
  width: 100%;
  padding-top: 16px;
}
.sc-form .form__item {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.sc-form .form__item .form__holder {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: 0.3s;
  pointer-events: none;
}
.sc-form .form__item .form__holder span {
  font-weight: 600;
  color: #D44444;
  position: relative;
  top: -6px;
  right: -3px;
}
.sc-form .form__item input {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #4B4B4B;
  background: #FFF;
  padding-top: 17px;
  padding-right: 47px;
}
.sc-form .form__item input::-moz-placeholder {
  color: #6D6D6D;
}
.sc-form .form__item input:-ms-input-placeholder {
  color: #6D6D6D;
}
.sc-form .form__item input::placeholder {
  color: #6D6D6D;
}
.sc-form .form__item input:focus + .form__holder, .sc-form .form__item input.active + .form__holder {
  top: 3px;
  font-size: 11px;
}
.sc-form .form__item .auto__fill {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.sc-form .form__item-tel {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.sc-form .form__item-tel.req:before {
  content: "*";
  position: absolute;
  color: #D44444;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: 6px;
  right: 56px;
}
.sc-form .form__item-tel input {
  width: 100%;
  height: 50px;
  padding-left: 71px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #4B4B4B;
  background: #FFF;
}
.sc-form .form__item-tel input::-moz-placeholder {
  color: #6D6D6D;
}
.sc-form .form__item-tel input:-ms-input-placeholder {
  color: #6D6D6D;
}
.sc-form .form__item-tel input::placeholder {
  color: #6D6D6D;
}
.sc-form .top__lng {
  position: absolute;
  top: 11px;
  left: 13px;
  bottom: 0;
  margin: auto;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
.sc-form .top__lng:hover .lng__lst {
  display: block;
}
.sc-form .top__lng img {
  width: 30px;
  height: 18px;
}
.sc-form .lng__selected {
  width: 100%;
  display: inline-block;
}
.sc-form .lng__lst {
  display: none;
  transition: 0.2s;
}
.sc-form .lng__lst ul {
  list-style: none;
  padding-left: 0;
}
.sc-form .lng__lst .is-active {
  display: none;
}
.sc-form .lng__trg {
  position: absolute;
  top: 0;
  right: -14px;
  left: 0;
  height: 21px;
  margin: auto;
  text-align: right;
}
.sc-form .lng__trg img {
  width: 6px;
  height: 6px;
}
.sc-form .submit__box {
  display: flex;
  justify-content: space-between;
}
.sc-form .paperclip {
  width: 53px;
  height: 50px;
  border-radius: 3px 0px 0px 3px;
  border: 0.5px solid #777;
  background: #FFF;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.sc-form .paperclip:hover {
  background: rgb(201, 201, 201);
}
.sc-form .paperclip img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 29px;
}
.sc-form .paperclip.not__empty {
  background-color: #1ce075;
  border-color: #1ce075;
}
.sc-form .paperclip input {
  position: absolute;
  background: #fff;
  border: none;
  opacity: 0;
  z-index: -1;
}
.sc-form .submit {
  border-radius: 0px 3px 3px 0px;
  background: #EAE341;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  max-width: 222px;
  width: 100%;
  height: 50px;
  border: none;
  transition: 0.3s;
}
.sc-form .submit:hover {
  background: #b8b332;
}
.sc-form .politics {
  position: relative;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  width: 421px;
  margin-top: 7px;
  margin-left: -96px;
  cursor: pointer;
}
.sc-form .politics input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.sc-form .politics input:checked + span:before {
  border-color: #b8b332;
  background-image: url(../img/icons/checked.svg);
  background-size: 100% 100%;
  z-index: 1;
}
.sc-form .politics a {
  color: #000;
}
.sc-form .politics span {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sc-form .politics span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 0.5px solid #818181;
  background-color: #FFF;
}

.work--box {
  position: relative;
  width: 100%;
  height: 335px;
  border-radius: 3px;
  overflow: hidden;
  padding: 16px 15px 16px 22px;
  transition: 0.3s;
}
.work--box:hover {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.work--box .work__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work--box .work__img img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.work--box .date-tip {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 22px;
  color: #FFF;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: baseline;
  width: calc(100% - 37px);
  justify-content: space-between;
}
.work--box .date-tip span {
  font-size: 35px;
  font-weight: 400;
  margin-right: 5px;
  line-height: 28px;
}
.work--box .date {
  display: flex;
  align-items: center;
  line-height: 17px;
  align-self: flex-start;
}
.work--box .tip {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 9.15px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #2C5ECB;
  align-self: flex-start;
  display: inline-block;
  margin-top: 7px;
}
.work--box .work__text {
  position: absolute;
  bottom: 29px;
  left: 20px;
  width: calc(100% - 35px);
  text-align: left;
  font-family: "Roboto";
}
.work--box .work__text h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0px;
}
.work--box .work__details {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 10.98px;
}
.work--box .work__city {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 14.64px;
}
.work--box .line {
  width: 35px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 7px 0 7px 0;
}

.sc-works {
  padding-top: 58px;
  padding-bottom: 20px;
}
.sc-works .swiper {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 31px;
}
.sc-works .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.sc-works .title {
  display: flex;
  align-items: center;
}
.sc-works .swiper-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92px;
  margin-left: 42px;
  flex-shrink: 0;
}
.sc-works .s-arrow {
  position: relative;
  background-image: url(../img/icons/arrow.svg);
}
.sc-works .s-arrow[aria-disabled=true] {
  filter: grayscale(1);
}
.sc-works .swiper-button-next {
  width: 36px;
  height: 14px;
  transform: rotate(180deg);
}
.sc-works .swiper-button-prev {
  width: 36px;
  height: 14px;
}
.sc-works .show__more {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
.sc-works .show__more:before, .sc-works .show__more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(50% - 175px);
  height: 1px;
  border-bottom: dotted 1px #447BF2;
}
.sc-works .show__more:before {
  left: 0;
}
.sc-works .show__more::after {
  right: 0;
}
.sc-works .show__more a {
  display: inline-block;
  color: #447BF2;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 11px 40px;
  border-radius: 3px;
  border: 1px solid #447BF2;
  text-decoration: none;
  transition: 0.3s;
  max-width: 309px;
}
.sc-works .show__more a:hover {
  background-color: #447BF2;
  color: #fff;
}

.stage--box {
  width: 100%;
  min-height: 240px;
  border: 0.5px solid #8A8A8A;
  background: #FFF;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 15px 0;
}
.stage--box .num {
  color: #2C5ECB;
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
}
.stage--box .stage__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 198px;
  height: 100%;
}
.stage--box .stage__img.big__img {
  max-height: 100%;
}
.stage--box .stage__img img {
  max-width: 100%;
  max-height: 100%;
}
.stage--box p {
  margin-bottom: 0;
  align-self: flex-end;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
  z-index: 1;
}

.sc-stages {
  padding-top: 20px;
  padding-bottom: 25px;
}

.sc-form-2 {
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sc-form-2 .blue__bg {
  position: relative;
}
.sc-form-2 .blue__bg:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 15px;
  width: calc(100% + 1000px);
  height: calc(100% + 45px);
  background: rgba(59, 99, 205, 0.7);
}
.sc-form-2 .form__img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 329px;
  height: 194px;
  background-image: url(../img/emkost-form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-form-2 .contacts {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sc-form-2 .phone span, .sc-form-2 .mail span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.sc-form-2 .phone a, .sc-form-2 .mail a {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  display: block;
}
.sc-form-2 .line {
  display: flex;
  width: 96%;
  height: 1px;
  background: #98AECF;
  margin-top: 23px;
  margin-bottom: 24px;
  margin-left: -10px;
}
.sc-form-2 .form__body {
  padding-left: 23px;
  position: relative;
}
.sc-form-2 .form__body h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.sc-form-2 .form__item {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.sc-form-2 .form__item .form__holder {
  position: absolute;
  top: 10px;
  left: 14px;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: 0.3s;
  pointer-events: none;
}
.sc-form-2 .form__item .form__holder span {
  font-weight: 600;
  color: #D44444;
  position: relative;
  top: -6px;
  right: -3px;
}
.sc-form-2 .form__item input {
  width: 100%;
  height: 43px;
  padding-left: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #777;
  background: #FFF;
  padding-top: 17px;
  padding-right: 47px;
}
.sc-form-2 .form__item input::-moz-placeholder {
  color: #6D6D6D;
}
.sc-form-2 .form__item input:-ms-input-placeholder {
  color: #6D6D6D;
}
.sc-form-2 .form__item input::placeholder {
  color: #6D6D6D;
}
.sc-form-2 .form__item input:focus + .form__holder, .sc-form-2 .form__item input.active + .form__holder {
  top: 1px;
  font-size: 11px;
}
.sc-form-2 .form__item .auto__fill {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.sc-form-2 .form__item-tel {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.sc-form-2 .form__item-tel.req:before {
  content: "*";
  position: absolute;
  color: #D44444;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: 6px;
  right: 8%;
}
.sc-form-2 .form__item-tel input {
  width: 100%;
  height: 43px;
  padding-left: 71px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #777;
  background: #FFF;
}
.sc-form-2 .form__item-tel input::-moz-placeholder {
  color: #6D6D6D;
}
.sc-form-2 .form__item-tel input:-ms-input-placeholder {
  color: #6D6D6D;
}
.sc-form-2 .form__item-tel input::placeholder {
  color: #6D6D6D;
}
.sc-form-2 .top__lng {
  position: absolute;
  top: 8px;
  left: 13px;
  bottom: 0;
  margin: auto;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
.sc-form-2 .top__lng:hover .lng__lst {
  display: block;
}
.sc-form-2 .top__lng img {
  width: 30px;
  height: 18px;
}
.sc-form-2 .lng__selected {
  width: 100%;
  display: inline-block;
}
.sc-form-2 .lng__lst {
  display: none;
  transition: 0.2s;
}
.sc-form-2 .lng__lst ul {
  list-style: none;
  padding-left: 0;
}
.sc-form-2 .lng__lst .is-active {
  display: none;
}
.sc-form-2 .lng__trg {
  position: absolute;
  top: 0;
  right: -14px;
  left: 0;
  height: 21px;
  margin: auto;
  text-align: right;
}
.sc-form-2 .lng__trg img {
  width: 6px;
  height: 6px;
}
.sc-form-2 .paperclip {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: right;
  cursor: pointer;
  width: 100%;
}
.sc-form-2 .paperclip.not__empty span:before {
  content: "Файл загружен";
  position: relative;
  color: #1ce075;
  font-weight: 700;
}
.sc-form-2 .paperclip span {
  position: relative;
}
.sc-form-2 .paperclip span:before {
  content: "Загрузить файл";
  position: relative;
}
.sc-form-2 .paperclip input {
  position: absolute;
  background: #fff;
  border: none;
  opacity: 0;
  z-index: -1;
  width: 58%;
}
.sc-form-2 .submit {
  border-radius: 3px;
  background: #EAE341;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 43px;
  border: none;
  transition: 0.3s;
}
.sc-form-2 .submit:hover {
  background: #b8b332;
}
.sc-form-2 .politics {
  position: relative;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  max-width: 495px;
  cursor: pointer;
  margin-left: auto;
  display: block;
  margin-top: 10px;
}
.sc-form-2 .politics input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.sc-form-2 .politics input:checked + span:before {
  border-color: #b8b332;
  background-image: url(../img/icons/checked.svg);
  background-size: 100% 100%;
  z-index: 1;
}
.sc-form-2 .politics a {
  color: #2C5ECB;
  text-decoration: underline;
}
.sc-form-2 .politics a:hover {
  text-decoration: none;
}
.sc-form-2 .politics span {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sc-form-2 .politics span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 0.5px solid #818181;
  background-color: #FFF;
}

.sc-factory {
  padding-top: 14px;
  padding-bottom: 27px;
}
.sc-factory .factory__img-main {
  margin-bottom: 29px;
  display: inline-block;
  width: 100%;
  position: relative;
} /* Отключил водяной знак на большом фото
.sc-factory .factory__img-main:before, .sc-factory .factory__img-main::after {
  overflow: hidden;
  content: "ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ ЦЕХПРОМ";
  height: 29px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(217, 217, 217, 0.5);
  position: absolute;
  left: 0;
  color: rgba(238, 238, 238, 0.7);
  font-size: 16px;
  font-weight: 700;
  word-spacing: 1rem;
  padding-left: 20px;
  padding-right: 20px; 
}
.sc-factory .factory__img-main:before {
  top: 20%;
}
.sc-factory .factory__img-main::after {
  bottom: 35%;
} Конец Отключения */ 
.sc-factory .factory__img-main img {
  width: 100%;
}
.sc-factory .factory__img-main .tip {
  top: 17px;
  right: 19px;
}
.sc-factory .factory__img {
  display: inline-block;
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
} /* Отключил водяной знак на маленьких фото
.sc-factory .factory__img:before, .sc-factory .factory__img::after {
  overflow: hidden;
  content: "ЦЕХПРОМ";
  height: 29px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.295);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgba(238, 238, 238, 0.514);
  font-size: 16px;
  font-weight: 700;
  word-spacing: 1rem;
  padding-left: 20px;
  padding-right: 20px;  */
}
.sc-factory .factory__img .tip {
  top: 8px;
  right: 6px;
}
.sc-factory .factory__img img {
  width: 100%;
}
.sc-factory .factory__img p {
  position: absolute;
  bottom: 11px;
  width: calc(100% - 14px);
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  background: rgba(44, 94, 203, 0.75);
  margin-bottom: 0;
  padding: 4px 6px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}
.sc-factory .tip {
  display: inline-block;
  position: absolute;
  color: #FFF;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 500;
  line-height: 9.15px;
  border-radius: 3px;
  background: #2C5ECB;
  padding: 4px 7px;
}

.sc-clients {
  padding-top: 27px;
  padding-bottom: 20px;
}
.sc-clients .clients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sc-clients .client__img {
  margin-right: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sc-contact {
  padding-top: 20px;
}
.sc-contact .map__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 531px;
  position: relative;
  overflow: hidden;
}
.sc-contact #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 40px);
}
.sc-contact .map__contact {
  max-width: 470px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.158);
  background: #FFF;
  padding: 24px 21px 24px 42px;
  position: relative;
  z-index: 1;
  margin-top: 62px;
}
.sc-contact .map__contact p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.sc-contact .map__contact p span {
  font-weight: 500;
}
.sc-contact .map__contact p.mail a {
  font-weight: 500;
  color: #2C5ECB;
}
.sc-contact .map__contact p a {
  color: #000;
}
.sc-contact .contact__links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.sc-contact .contact__links a {
  color: #2C5ECB;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.sc-contact .map__factory-img {
  position: absolute;
  max-width: 178px;
  top: 28px;
  right: 24px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.sc-contact .map__factory-img img {
  max-width: 100%;
}
.sc-contact .hover__finger {
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 33px;
  background: url(../img/icons/finger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 16px;
  right: 19px;
}

.footer {
  padding-top: 33px;
  background: #2D559E;
  padding-bottom: 21px;
}
.footer .menu {
  padding-left: 0;
  list-style: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .menu li {
  margin-bottom: 10px;
}
.footer .menu a {
  color: #FFF;
}
.footer .f__menu {
  list-style: none;
  padding-left: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 100.5%;
}
.footer .f__menu li {
  margin-bottom: 16px;
}
.footer .f__menu li span {
  font-weight: 700;
}
.footer .f__menu a {
  color: #FFF;
}
.footer .qr__img {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.footer .qr__img img {
  max-width: 100%;
}
.footer .footer__bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #4C79A1;
}
.footer .f__polytics {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #FFF;
}
.footer .f__polytics a {
  color: #FFF;
  margin-left: 20px;
  text-decoration: underline;
}
.footer .f__polytics a:hover {
  text-decoration: none;
}
.footer .f__site-info {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer .f__site-info span {
  margin-right: 54px;
}

#cookie {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #565656;
  padding: 7px 0;
}
#cookie .container {
  display: flex;
  align-items: center;
}
#cookie p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 181%;
  margin-bottom: 0;
}
#cookie p a {
  color: #FFF;
  text-decoration: underline;
}
#cookie p a:hover {
  text-decoration: none;
}
#cookie .ok {
  margin-left: 24px;
  width: 74px;
  height: 27px;
  border-radius: 3px;
  background: #EAE341;
  color: #545454;
  font-size: 14px;
  font-weight: 600;
  line-height: 27.34px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
#cookie .ok:hover {
  background: #9b9729;
}

.modal .close {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background-color: #2C5ECB;
  opacity: 1;
  position: absolute;
  top: -25px;
  right: -25px;
  transition: 0.3s;
}
.modal .close:hover {
  opacity: 1 !important;
  background-color: #1ce075;
}
.modal .close:focus {
  outline: none !important;
}
.modal .close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.custom__modal .modal-content {
  border-radius: 10px;
}
.custom__modal .modal-dialog {
  max-width: 477px;
}

.modal__form-box {
  padding: 25px 30px 20px 30px;
}
.modal__form-box .modal__title {
  text-align: center;
  color: #5A5A5A;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}
.modal__form-box .modal__subtitle {
  color: #5A5A5A;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 305px;
  margin: 0 auto 24px auto;
}
.modal__form-box .form__item {
  width: 100%;
  max-width: 278px;
  position: relative;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.modal__form-box .form__item .form__holder {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: 0.3s;
  pointer-events: none;
}
.modal__form-box .form__item .form__holder span {
  font-weight: 600;
  color: #D44444;
  position: relative;
  top: -6px;
  right: -3px;
}
.modal__form-box .form__item input {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #4B4B4B;
  background: #FFF;
  padding-top: 17px;
  padding-right: 47px;
}
.modal__form-box .form__item input::-moz-placeholder {
  color: #6D6D6D;
}
.modal__form-box .form__item input:-ms-input-placeholder {
  color: #6D6D6D;
}
.modal__form-box .form__item input::placeholder {
  color: #6D6D6D;
}
.modal__form-box .form__item input:focus + .form__holder, .modal__form-box .form__item input.active + .form__holder {
  top: 3px;
  font-size: 11px;
}
.modal__form-box .form__item .auto__fill {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.modal__form-box .form__item-tel {
  width: 100%;
  max-width: 278px;
  position: relative;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.modal__form-box .form__item-tel.req:before {
  content: "*";
  position: absolute;
  color: #D44444;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: 6px;
  right: 56px;
}
.modal__form-box .form__item-tel input {
  width: 100%;
  height: 50px;
  padding-left: 71px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  border-radius: 3px;
  border: 0.5px solid #4B4B4B;
  background: #FFF;
}
.modal__form-box .form__item-tel input::-moz-placeholder {
  color: #6D6D6D;
}
.modal__form-box .form__item-tel input:-ms-input-placeholder {
  color: #6D6D6D;
}
.modal__form-box .form__item-tel input::placeholder {
  color: #6D6D6D;
}
.modal__form-box .top__lng {
  position: absolute;
  top: 11px;
  left: 13px;
  bottom: 0;
  margin: auto;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
.modal__form-box .top__lng:hover .lng__lst {
  display: block;
}
.modal__form-box .top__lng img {
  width: 30px;
  height: 18px;
}
.modal__form-box .lng__selected {
  width: 100%;
  display: inline-block;
}
.modal__form-box .lng__lst {
  display: none;
  transition: 0.2s;
}
.modal__form-box .lng__lst ul {
  list-style: none;
  padding-left: 0;
}
.modal__form-box .lng__lst .is-active {
  display: none;
}
.modal__form-box .lng__trg {
  position: absolute;
  top: 0;
  right: -14px;
  left: 0;
  height: 21px;
  margin: auto;
  text-align: right;
}
.modal__form-box .lng__trg img {
  width: 6px;
  height: 6px;
}
.modal__form-box .submit {
  border-radius: 0px 3px 3px 0px;
  border-radius: 3px;
  background: #2C5ECB;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  min-height: 50px;
  max-width: 278px;
  border: none;
  transition: 0.3s;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.modal__form-box .submit:hover {
  background: #224592;
}
.modal__form-box .politics {
  position: relative;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  width: 381px;
  margin-top: 7px;
  left: 15px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal__form-box .politics input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.modal__form-box .politics input:checked + span:before {
  border-color: #b8b332;
  background-image: url(../img/icons/checked.svg);
  background-size: 100% 100%;
  z-index: 1;
}
.modal__form-box .politics a {
  color: #2C5ECB;
  text-decoration: underline;
}
.modal__form-box .politics a:hover {
  text-decoration: none;
}
.modal__form-box .politics span {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal__form-box .politics span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 0.5px solid #818181;
  background-color: #FFF;
}

.custom__modal-2 .modal-content {
  border-radius: 5px;
}
.custom__modal-2 .modal-dialog {
  max-width: 840px;
}

.modal__quest-box {
  padding: 24px 16px 50px 29px;
  border-radius: 5px;
  background: #FFF;
}
.modal__quest-box h2 {
  font-family: "Montserrat";
}
.modal__quest-box a {
  color: #2C5ECB;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding-left: 48px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.modal__quest-box a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 35px;
}

#scroll-top {
  border: none;
  position: fixed;
  bottom: 65px;
  right: 12px;
  outline: none;
  background: none;
  z-index: 998;
  display: none;
  width: 45px;
  height: 42px;
  padding: 0;
}
#scroll-top img {
  max-width: 100%;
}/*# sourceMappingURL=main.css.map */