/*!*******************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/ImagesLazyLoading/style.scss ***!
  \*******************************************************************************************************************************************************************************/
[data-observed-bg]:not(.load-bg) {
  background-image: none !important;
}
[data-observed-bg]:not(.load-bg)::before, [data-observed-bg]:not(.load-bg)::after {
  background-image: none !important;
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Slider/style.scss ***!
  \********************************************************************************************************************************************************************/
/*
 *  Fonts
 */
/*
 *  Font size
 */
/*
 *  Line height
 */
/*
 *  Font weight
 */
/*
 *  Colors
 */
/*
 *  Responsive widths
 */
/*
 *  Blocks width
 */
/*
 *  Padding
 */
/*
 *  Border size
 */
/*
 *  Border radius
 */
/*
 *  Transition
 */
/*
 * Media Queries
 *
 * @include mqMin(1025px|mobile|tablet|desktop) { ... }
 * @include mqMax(1025px|mobile|tablet|desktop) { ... }
*/
/*
 * Device Pixel Ratio
 *
 * @include maxPixelRatio(4|retina|no-retina) { ... }
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

body {
  background-color: white;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body.overflow {
  overflow: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.slider {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.slider .glide__slides {
  white-space: normal;
}
.slider .glide__track {
  transition: height 250ms ease-in-out;
}
.slider .slider-reviews {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider .slider-reviews {
    max-width: 675px;
  }
}
.slider__inner {
  background: white;
  position: relative;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .slider__inner {
    max-width: 675px;
    padding: 60px;
    min-height: 420px;
  }
}
.slider__head, .slider__footer {
  color: black;
  font-size: 14px;
}
.slider__head {
  color: #da1f3d;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  text-align: center;
}
.slider__footer {
  color: #828183;
}
.slider__body {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .slider__body {
    font-size: 20px;
  }
}
.slider__control {
  width: 100%;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.slider__control__prev, .slider__control__next {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  transition: all 0.5s;
  border: 4px solid #da1f3d;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .slider__control__prev, .slider__control__next {
    top: 50%;
    width: 46px;
    height: 46px;
  }
}
.slider__control__prev::before, .slider__control__next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-right: 3px solid #da1f3d;
  border-bottom: 3px solid #da1f3d;
}
@media screen and (min-width: 1024px) {
  .slider__control__prev::before, .slider__control__next::before {
    width: 15px;
    height: 15px;
    border-right: 4px solid #da1f3d;
    border-bottom: 4px solid #da1f3d;
  }
}
.slider__control__prev:hover, .slider__control__next:hover {
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .slider__control__prev:hover, .slider__control__next:hover {
    background-color: #da1f3d;
  }
}
.slider__control__prev:hover::before, .slider__control__next:hover::before {
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}
@media screen and (max-width: 1024px) {
  .slider__control__prev:active, .slider__control__next:active {
    background-color: #da1f3d;
  }
}
.slider__control__prev::before {
  top: 50%;
  left: 50%;
  transform: translate(-33%, -50%) rotate(135deg);
}
.slider__control__next::before {
  top: 50%;
  left: 50%;
  transform: translate(-66%, -50%) rotate(-45deg);
}
.slider__total {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  color: #828183;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
}
@media screen and (min-width: 1024px) {
  .slider__total {
    bottom: -60px;
  }
}
.slider__total #slides__index {
  font-size: 73px;
  color: white;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .slider__total #slides__index {
    font-size: 100px;
  }
}
.slider__total__second-part {
  position: relative;
  bottom: 38px;
}
@media screen and (min-width: 1024px) {
  .slider__total__second-part {
    bottom: 50px;
  }
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Accordion/Accordion.scss ***!
  \***************************************************************************************************************************************************************************/
/**
 *  Accordion
 */
/*
 *  Fonts
 */
/*
 *  Font size
 */
/*
 *  Line height
 */
/*
 *  Font weight
 */
/*
 *  Colors
 */
/*
 *  Responsive widths
 */
/*
 *  Blocks width
 */
/*
 *  Padding
 */
/*
 *  Border size
 */
/*
 *  Border radius
 */
/*
 *  Transition
 */
/*
 * Media Queries
 *
 * @include mqMin(1025px|mobile|tablet|desktop) { ... }
 * @include mqMax(1025px|mobile|tablet|desktop) { ... }
*/
/*
 * Device Pixel Ratio
 *
 * @include maxPixelRatio(4|retina|no-retina) { ... }
*/
.Accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.Accordion__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 4px solid #f2f2f2;
}
.Accordion__item:first-child {
  border-top: 4px solid transparent;
}
.Accordion__item:last-child {
  border-bottom: 4px solid transparent;
}
.Accordion__item:last-child:hover {
  border-bottom: 4px solid #303030;
}
.Accordion__item:hover {
  border-top: 4px solid #303030;
}
.Accordion__item:hover + .Accordion__item {
  border-top: 4px solid #303030;
}
.Accordion__item:hover .Accordion__item__close, .Accordion__item:hover .Accordion__item__close::after {
  background-color: #da1f3d;
}
.Accordion__item.open .Accordion__item__close {
  background-color: #da1f3d;
}
.Accordion__item.open .Accordion__item__close::after {
  transform: rotate(0);
  background-color: #da1f3d;
}
.Accordion__item.open .Accordion__item__body {
  transition: height 0.5s ease;
}
.Accordion__item__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 50px 15px 10px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .Accordion__item__heading {
    font-size: 20px;
    padding: 24px;
  }
}
.Accordion__item__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 4px;
  margin: auto;
  background-color: #303030;
  pointer-events: none;
}
.Accordion__item__close::after {
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 4px;
  margin: auto;
  background-color: #303030;
  pointer-events: none;
  transition: transform 0.5s ease;
  transform: rotate(90deg);
}
.Accordion__item__body {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease, background-color 0.5s ease;
  margin: 0 auto;
  width: 100%;
}
.Accordion__item__body p {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .Accordion__item__body p {
    font-size: 16px;
  }
}
.Accordion__item__content {
  padding: 17px 22px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .Accordion__item__content {
    padding: 20px;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./pages/home/index.scss ***!
  \*************************************************************************************************************************************************************/
/*
 *  Fonts
 */
/*
 *  Font size
 */
/*
 *  Line height
 */
/*
 *  Font weight
 */
/*
 *  Colors
 */
/*
 *  Responsive widths
 */
/*
 *  Blocks width
 */
/*
 *  Padding
 */
/*
 *  Border size
 */
/*
 *  Border radius
 */
/*
 *  Transition
 */
/*
 * Media Queries
 *
 * @include mqMin(1025px|mobile|tablet|desktop) { ... }
 * @include mqMax(1025px|mobile|tablet|desktop) { ... }
*/
/*
 * Device Pixel Ratio
 *
 * @include maxPixelRatio(4|retina|no-retina) { ... }
*/
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

body {
  background-color: white;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body.overflow {
  overflow: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/**
 *  Layout styles
 */
.page-wrapper {
  position: relative;
}

.section {
  padding: 80px 16px;
}
@media (min-width: 1024px) {
  .section {
    padding: 120px 30px;
  }
}
.section__title {
  width: 100%;
  max-width: 740px;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .section__title {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.section__text {
  width: 100%;
  max-width: 600px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .section__text {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.section--grey {
  color: white;
  background-color: #d9d9d9;
}
.section--light-grey {
  background-color: #f3f5f7;
}

.container {
  width: 100%;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 *  Heading styles
 */
h1,
.h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 50px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4,
.ul--delimited-list li strong {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h4,
.h4,
.ul--delimited-list li strong {
    font-size: 20px;
  }
}

/**
 *  Button styles
 */
.btn {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: none;
  padding: 15px 0;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  background-color: #da1f3d;
  display: inline-block;
}
.btn:hover, .btn:focus {
  color: white;
  background-color: #303030;
  text-decoration: none;
}
.btn:disabled {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn--border-outline {
  font-weight: bold;
  box-shadow: inset 0 0 0 4px #da1f3d;
  color: white;
  background-color: transparent;
}
.btn--border-outline:hover {
  box-shadow: inset 0 0 0 4px #303030;
  background-color: transparent;
}
.btn--border-red {
  box-shadow: inset 0 0 0 4px #da1f3d;
  color: #303030;
  background-color: transparent;
}
.btn--border-red:hover {
  color: white;
  background-color: #da1f3d;
}
.btn--red {
  display: inline-block;
  font-weight: bold;
  background-color: #da1f3d;
  color: white;
}
.btn--red:hover {
  background-color: #303030;
}
.btn--circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  min-width: auto;
  background-color: #da1f3d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .btn--circle {
    font-size: 16px;
    width: 146px;
    height: 146px;
  }
}
.btn--circle:hover {
  background-color: #303030;
}

/**
 *  Select styles
 */
.select,
select {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
  box-shadow: inset 0 0 0 4px #d9d9d9;
  padding: 15px 25px 15px;
  border: none;
  font-size: 14px;
  background-color: transparent;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .select,
select {
    font-size: 16px;
  }
}
.select:hover,
select:hover {
  box-shadow: inset 0 0 0 4px #da1f3d;
}
.select::-ms-expand,
select::-ms-expand {
  display: none;
}

.styled-select {
  position: relative;
  display: block;
  z-index: 1;
}
.styled-select::after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: calc(50% - 8px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #da1f3d;
  border-bottom: 2px solid #da1f3d;
  transform: rotate(45deg);
  z-index: -1;
}

/**
 *  Input styles
 */
.input,
input:not([type=submit]):not(.UIInput):not(.Pages__input):not(#pages) {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  vertical-align: middle;
  appearance: none;
  padding: 16px 15px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .input,
input:not([type=submit]):not(.UIInput):not(.Pages__input):not(#pages) {
    font-size: 16px;
  }
}
.input:hover, .input:focus,
input:not([type=submit]):not(.UIInput):not(.Pages__input):not(#pages):hover,
input:not([type=submit]):not(.UIInput):not(.Pages__input):not(#pages):focus {
  box-shadow: inset 0 0 0 4px #da1f3d;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

/**
 *  Loader styles
 */
.Loader {
  background-color: transparent;
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 15;
}
.Loader--center-mode {
  height: 100%;
  align-items: center;
}
.Loader--top-mode {
  display: block;
  padding-top: 20px;
}
.Loader span, .Loader__inner {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  transform: translateZ(0);
  animation: spinner-animation 0.35s infinite linear;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Loader span, .Loader__inner {
    margin: 0;
  }
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 *  Link styles
 */
a {
  color: black;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/*
 *  Fonts
 */
/*
 *  Font size
 */
/*
 *  Line height
 */
/*
 *  Font weight
 */
/*
 *  Colors
 */
/*
 *  Responsive widths
 */
/*
 *  Blocks width
 */
/*
 *  Padding
 */
/*
 *  Border size
 */
/*
 *  Border radius
 */
/*
 *  Transition
 */
/*
 * Media Queries
 *
 * @include mqMin(1025px|mobile|tablet|desktop) { ... }
 * @include mqMax(1025px|mobile|tablet|desktop) { ... }
*/
/*
 * Device Pixel Ratio
 *
 * @include maxPixelRatio(4|retina|no-retina) { ... }
*/
/**
 *  List styles
 */
.ul {
  list-style: none;
  padding-left: 0;
}
.ul--seo {
  width: 100%;
  max-width: 730px;
  margin: 25px auto;
  list-style: none;
}
.ul--seo li {
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1024px) {
  .ul--seo li {
    line-height: 1.7;
  }
}
.ul--seo li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .ul--seo li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.ul--seo li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #da1f3d;
  display: inline-block;
  border-radius: 50%;
}
.ul--enumerate {
  width: 100%;
  max-width: 725px;
  margin: 0 auto;
}
.ul--enumerate li {
  position: relative;
  min-height: 130px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ul--enumerate li:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .ul--enumerate li {
    min-height: 180px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.ul--enumerate li::before {
  content: attr(data-number);
  display: block;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  color: #fff;
  font-weight: 300;
  z-index: -1;
  font-size: 120px;
}
@media screen and (min-width: 1024px) {
  .ul--enumerate li::before {
    font-size: 200px;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
  }
}
.ul--enumerate li.light-grey::before {
  color: #e2e2e2;
}
.ul--enumerate li p {
  line-height: 1.4;
  max-width: 470px;
}
@media screen and (min-width: 1024px) {
  .ul--enumerate li p {
    line-height: 1.7;
  }
}
.ul--enumerate li:last-of-type::after {
  display: none;
}
.ul--enumerate li strong,
.ul--enumerate li h4 {
  width: 100%;
  max-width: 195px;
  text-align: center;
}
.ul--enumerate li::after {
  content: "";
  width: 44%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-color: #da1f3d;
  bottom: -15px;
  right: 0;
  display: block;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .ul--enumerate li::after {
    bottom: 0;
  }
}
.ul--align-end li {
  justify-content: flex-end;
}
.ul--delimited-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.ul--delimited-list li {
  width: 100%;
  padding: 35px 0 27px 0;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .ul--delimited-list li {
    max-width: 50%;
    line-height: 1.75;
    padding: 80px 120px 80px 60px;
  }
}
.ul--delimited-list li:nth-of-type(1) {
  border-bottom: 4px solid white;
}
@media screen and (min-width: 1024px) {
  .ul--delimited-list li:nth-of-type(1) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .ul--delimited-list li:nth-of-type(4) {
    padding-bottom: 0;
  }
}
.ul--delimited-list li:nth-of-type(3), .ul--delimited-list li:nth-of-type(4) {
  border-top: 4px solid white;
}
@media screen and (min-width: 1024px) {
  .ul--delimited-list li:nth-of-type(2), .ul--delimited-list li:nth-of-type(4) {
    border-left: 4px solid white;
  }
}
.ul--delimited-list li strong {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .ul--delimited-list li strong {
    margin-bottom: 40px;
  }
}

/**
 *  Paragraph styles
 */
p {
  margin-bottom: 1em;
}

.hidden-info::after {
  content: attr(data-title);
}

/*
 *  Fonts
 */
/*
 *  Font size
 */
/*
 *  Line height
 */
/*
 *  Font weight
 */
/*
 *  Colors
 */
/*
 *  Responsive widths
 */
/*
 *  Blocks width
 */
/*
 *  Padding
 */
/*
 *  Border size
 */
/*
 *  Border radius
 */
/*
 *  Transition
 */
/*
 * Media Queries
 *
 * @include mqMin(1025px|mobile|tablet|desktop) { ... }
 * @include mqMax(1025px|mobile|tablet|desktop) { ... }
*/
/*
 * Device Pixel Ratio
 *
 * @include maxPixelRatio(4|retina|no-retina) { ... }
*/
/**
 *  Main Header
 */
.Header {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #3a393c;
  z-index: 10;
}
.Header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.Header__logo {
  display: block;
}
.Header--open {
  z-index: 111;
}
.Header--open .Header__logo {
  z-index: 2;
}
.Header--open .Header__burger {
  z-index: 2;
}
.Header__user-box {
  margin-left: auto;
  margin-right: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .Header__user-box {
    margin-left: 20px;
    margin-top: 0;
    margin-right: 0;
  }
}
.Header__user-box > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .Header__user-box > a {
    width: 32px;
    height: 32px;
    box-shadow: none;
    padding: 0;
    color: transparent;
    text-indent: -9999px;
    font-size: 0;
    min-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .Header__user-box > a {
    display: inline-block;
    color: #303030;
    width: 100%;
    position: relative;
    font-weight: bold;
  }
}
.Header__user-box > a:hover {
  background-color: #da1f3d;
}
@media screen and (max-width: 1024px) {
  .Header__user-box > a:hover {
    box-shadow: none;
  }
}
.Header__user-box > a::before {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .Header__user-box > a::before {
    display: none;
  }
}
.Header__burger {
  background: none;
  border: none;
  position: relative;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .Header__burger {
    display: none;
  }
}
.Header__burger:hover {
  cursor: pointer;
}
.Header__burger span {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  display: inline-block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Header__burger span::before, .Header__burger span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #303030;
  position: absolute;
  right: 0;
  left: 0;
  transition: transform 0.35s ease;
}
.Header__burger span::before {
  top: 0;
}
.Header__burger span::after {
  bottom: 0;
}
.Header__burger.Header__burger--active span {
  color: transparent;
  background-color: transparent;
}
.Header__burger.Header__burger--active span::before, .Header__burger.Header__burger--active span::after {
  top: 18px;
  background-color: #303030;
}
.Header__burger.Header__burger--active span::before {
  transform: rotate(-45deg);
}
.Header__burger.Header__burger--active span::after {
  transform: rotate(45deg);
}
.Header__phone {
  margin-right: auto;
  margin-left: 30px;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
  display: none;
  color: #303030;
}
@media screen and (min-width: 1024px) {
  .Header__phone {
    display: block;
  }
}
.Header__phone::before {
  content: "";
  background: url(/wp-content/themes/customwritingservice.com/public/images/phone_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 25px;
  display: block;
}
.Header__menu {
  transform: translateY(-9999px);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.35s ease;
  padding: 55px 16px 130px 16px;
}
@media screen and (min-width: 1024px) {
  .Header__menu {
    transform: translateY(0);
    position: static;
    padding: 0;
  }
}
.Header__menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .Header__menu-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.Header__menu-list-item {
  display: inherit;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .Header__menu-list-item {
    width: 100%;
  }
}
.Header__menu-list-item > a:not(.btn) {
  font-size: 14px;
  line-height: 1.2;
  color: #303030;
  font-weight: bold;
  padding: 17px 20px;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 -4px 0 0 #d9d9d9;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .Header__menu-list-item > a:not(.btn) {
    box-shadow: none;
  }
}
.Header__menu-list-item > a:not(.btn):hover {
  box-shadow: inset 0 -4px 0 0 #da1f3d;
}
.Header__menu-list-item.Header__menu-list-item--without-border a {
  box-shadow: none;
}
.Header__menu.Header__menu--open {
  display: block;
  position: absolute;
  width: 100%;
  transform: translateY(0);
  padding: 114px 15px 135px 15px;
  height: 100vh;
  overflow: hidden;
  background-color: white;
}

/**
 *  Main Footer
 */
.Footer {
  position: relative;
  background-color: #303030;
  color: white;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .Footer {
    padding-bottom: 95px;
  }
}
.Footer__menu__list {
  list-style: none;
}
.Footer__menu__list-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .Footer__menu__list-item {
    margin-bottom: 30px;
  }
}
.Footer__menu__link {
  color: white;
}
.Footer__menu__link:hover {
  color: #d4d4d4;
}
.Footer .grid-wrapper {
  border-top: 4px solid rgba(103, 96, 96, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .Footer .grid-wrapper {
    grid-template-columns: 0.75fr 1fr 1fr 2fr;
    padding: 30px 0;
    border-bottom: 4px solid rgba(103, 96, 96, 0.2);
    grid-column-gap: 50px;
  }
}
.Footer .grid-wrapper .heading {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .Footer .grid-wrapper .heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .grid-wrapper .Footer__menu--services {
    grid-column: 1/3;
    grid-row: 1/2;
    border-bottom: 4px solid rgba(103, 96, 96, 0.2);
    padding: 35px 0;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .grid-wrapper .Footer__menu--services ul {
    column-count: 2;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .grid-wrapper .Footer__menu--company {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .grid-wrapper .Footer__menu--terms {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .grid-wrapper .Footer__info {
    grid-row: 3/4;
    grid-column: 1/3;
    border-top: 4px solid rgba(103, 96, 96, 0.2);
    padding: 35px 0;
  }
}
@media screen and (max-width: 1024px) {
  .Footer .accept {
    padding-top: 35px;
  }
}
.Footer .accept img {
  max-width: 280px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .Footer__disclaimer {
    padding-bottom: 35px;
    border-bottom: 4px solid rgba(103, 96, 96, 0.2);
  }
}
.Footer__disclaimer p {
  font-size: 14px;
  line-height: 1.6;
}
.Footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}

/**
 *  Calculator Section
 */
.calculator-section {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 60px;
  overflow: hidden;
}
.calculator-section .calculator-section__calculator {
  position: relative;
}
.calculator-section .calculator-section__calculator::after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: -70px;
  height: 83%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2f2f2;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .calculator-section .calculator-section__calculator::after {
    height: 93%;
    bottom: -60px;
  }
}

.first-screen-section {
  background-color: #17212b;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .first-screen-section {
    padding-bottom: 0;
  }
}
.first-screen-section--home .first-screen-section__content {
  padding-bottom: 226px;
}
@media (min-width: 768px) {
  .first-screen-section--home .first-screen-section__content {
    padding-bottom: 375px;
  }
}
@media screen and (min-width: 1366px) {
  .first-screen-section--home .first-screen-section__content {
    padding-bottom: 0;
  }
}
.first-screen-section--home .first-screen-section__content::after {
  content: "";
}
@media (min-width: 1024px) {
  .first-screen-section--home .first-screen-section__content::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.2x.webp);
  }
}
html.no-webp .first-screen-section--home .first-screen-section__content::after {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.png);
}
@media (min-width: 1024px) {
  html.no-webp .first-screen-section--home .first-screen-section__content::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.2x.png);
  }
}
.first-screen-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .first-screen-section .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1366px) {
  .first-screen-section .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
.first-screen-section__content {
  color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .first-screen-section__content {
    padding-bottom: 375px;
  }
}
@media screen and (min-width: 1366px) {
  .first-screen-section__content {
    margin-right: 50px;
    padding-bottom: 0;
  }
}
.first-screen-section__content::after {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.webp);
  position: absolute;
  display: block;
  width: calc(100vw - 32px);
  height: 226px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .first-screen-section__content::after {
    content: "";
    height: 375px;
    width: 520px;
    left: -10px;
  }
}
@media (min-width: 1366px) {
  .first-screen-section__content::after {
    bottom: -120px;
    left: 230px;
    width: 633px;
    height: 410px;
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.2x.webp);
  }
}
@media (min-width: 768px) {
  html.no-webp .first-screen-section__content::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.png);
  }
}
@media (min-width: 1366px) {
  html.no-webp .first-screen-section__content::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/img_girl.2x.png);
  }
}
.first-screen-section__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 17px;
}
@media screen and (min-width: 1366px) {
  .first-screen-section__title {
    margin-bottom: 55px;
    font-size: 50px;
  }
}
.first-screen-section .text-decorate {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 1366px) {
  .first-screen-section .text-decorate {
    margin-bottom: 80px;
  }
}
.first-screen-section .text-decorate__number {
  display: inline-block;
  font-weight: bold;
  font-size: 124px;
  color: #da1f3d;
  line-height: 0.75;
}
.first-screen-section .text-decorate span:nth-of-type(1) {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
}
.first-screen-section .text-decorate span:nth-of-type(3) {
  font-weight: 400;
  align-self: flex-end;
  color: #da1f3d;
  margin: 0 10px;
  font-size: 45px;
  line-height: 0.6;
}
.first-screen-section .text-decorate span:nth-of-type(4) {
  font-weight: 600;
  align-self: flex-end;
  text-transform: uppercase;
}
.first-screen-section__text {
  max-width: 480px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .first-screen-section__text {
    font-size: 16px;
  }
}

.guarantees-section {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .guarantees-section {
    padding-bottom: 130px;
  }
}
.guarantees-section .guarantees-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 80px;
  }
}
.guarantees-section .guarantees-list__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.guarantees-section .guarantees-list__item img {
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.guarantees-section .guarantees-list__item:nth-of-type(1) .guarantees-list__item-img {
  width: 61px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(1) .guarantees-list__item-img {
    width: 100%;
    max-width: 112px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
.guarantees-section .guarantees-list__item:nth-of-type(2) .guarantees-list__item-img {
  width: 60px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(2) .guarantees-list__item-img {
    width: 100%;
    max-width: 112px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(3) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.guarantees-section .guarantees-list__item:nth-of-type(3) .guarantees-list__item-img {
  width: 66px;
  height: 51px;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item:nth-of-type(3) .guarantees-list__item-img {
    width: 100%;
    max-width: 122px;
    height: auto;
  }
}
.guarantees-section .guarantees-list__item-body {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item-body {
    margin-left: 45px;
  }
}
.guarantees-section .guarantees-list__item-body p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item-body p {
    font-size: 16px;
  }
}
.guarantees-section .guarantees-list__item-heading {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .guarantees-section .guarantees-list__item-heading {
    margin-bottom: 1rem;
  }
}

.guarantees-block {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .guarantees-block {
    padding-top: 55px;
    padding-bottom: 130px;
  }
}

.guarantees-seo-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.guarantees-seo-section picture {
  display: block;
  height: 100%;
  margin: -60px -16px 40px;
}
@media (min-width: 768px) {
  .guarantees-seo-section picture {
    width: 75%;
    height: auto;
    margin: -60px -16px 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .guarantees-seo-section picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .guarantees-seo-section picture {
    width: 65vh;
  }
}
@media (max-height: 980px) and (min-width: 1920px) {
  .guarantees-seo-section picture {
    height: 470px;
    width: 853px;
  }
}
.guarantees-seo-section picture img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .guarantees-seo-section {
    padding-top: 130px;
  }
}
.guarantees-seo-section .section__text {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .guarantees-seo-section .section__text {
    line-height: 1.75;
  }
}
.guarantees-seo-section .guarantees-block {
  padding-top: 70px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .guarantees-seo-section .guarantees-block {
    padding-top: 220px;
    padding-bottom: 70px;
  }
}

.calculator-section {
  padding-top: 68px;
}
@media (min-width: 1024px) {
  .calculator-section {
    padding-top: 130px;
  }
}

.benefits-section {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/benefits-img-mobile.webp);
}
@media screen and (max-width: 768px) {
  html.no-webp .benefits-section {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/benefits-img-mobile.png);
  }
}
@media screen and (min-width: 768px) {
  .benefits-section {
    background-position: 100% 0;
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/benefits-img.webp);
  }
  html.no-webp .benefits-section {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/benefits-img.png);
  }
}
.benefits-section .benefits-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .benefits-section .benefits-list {
    display: grid;
    grid-template-columns: 1fr 4px 1fr 4px 1fr;
    align-items: flex-start;
    column-gap: 4vw;
    row-gap: 50px;
  }
}
.benefits-section .benefits-list__item {
  position: relative;
}
.benefits-section .benefits-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .benefits-section .benefits-list__item {
    max-width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .benefits-section .benefits-list__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .benefits-section .benefits-list__item:nth-of-type(6n) {
    display: none;
  }
}
.benefits-section .benefits-list__item.benefits-list__item-separetor {
  width: 105px;
  height: 4px;
  background-color: #f2f2f2;
  margin: auto auto 30px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .benefits-section .benefits-list__item.benefits-list__item-separetor {
    width: 4px;
    height: 150px;
    margin: auto;
  }
}
.benefits-section .benefits-list__item h4 {
  margin-bottom: 8px;
  color: #da1f3d;
}
@media screen and (min-width: 1024px) {
  .benefits-section .benefits-list__item h4 {
    margin-bottom: 25px;
  }
}
.benefits-section .benefits-list__item p {
  line-height: 1.7;
}
.benefits-section__text {
  max-width: 600px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .benefits-section__text {
    margin-bottom: 50px;
  }
}
.benefits-section .section__title {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .benefits-section .section__title {
    max-width: 600px;
  }
}

.steps-section {
  color: #303030;
}
.steps-section .section__text {
  margin-bottom: 65px;
}
.steps-section .ul--enumerate li::before {
  color: white;
}

.seo-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .seo-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.seo-section .seo-text, .seo-section .border p {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.seo-section br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .seo-section br {
    display: block;
  }
}
.seo-section .subtitle {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .seo-section .subtitle {
    padding-left: 90px;
  }
}
.seo-section .subtitle p {
  max-width: none;
  margin: 0;
}
.seo-section .border {
  border-bottom: 4px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .seo-section .border {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.seo-section .border p {
  padding-left: 0;
}
.seo-section picture {
  display: block;
  margin: -40px -16px 40px;
}
@media screen and (min-width: 1024px) {
  .seo-section picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    display: inherit;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .seo-section picture {
    width: 65vh;
  }
}
.seo-section picture img {
  width: 100%;
}
.seo-section p {
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .seo-section p {
    line-height: 1.75;
  }
}
.seo-section h1 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .seo-section h1 {
    margin-bottom: 60px;
    padding-left: 90px;
  }
}
.seo-section h2 {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .seo-section h2 {
    margin-bottom: 60px;
    padding-left: 90px;
    margin-top: 130px;
  }
}
.seo-section h2.without-margin {
  margin-top: 0;
}
.seo-section .ul--enumerate li:last-of-type {
  margin-bottom: 70px;
}
.seo-section .ul--enumerate li:last-of-type::after {
  display: block;
}

.reviews-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 30px 100px 30px;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/testimonials-bg-mobile.webp);
}
html.no-webp .reviews-section {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/testimonials-bg-mobile.jpg);
}
@media screen and (max-width: 1024px) {
  .reviews-section {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .reviews-section {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/testimonials-bg.webp);
  }
  html.no-webp .reviews-section {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/testimonials-bg.jpg);
  }
}
.reviews-section .section__title {
  color: white;
}
@media screen and (min-width: 1024px) {
  .reviews-section .glide__track {
    border-left: 4px solid #303030;
    border-right: 4px solid #303030;
  }
}

.services-section {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .services-section {
    padding-bottom: 120px;
  }
}
.services-section .section__title,
.services-section .section__text {
  padding: 0 16px;
}
@media screen and (min-width: 1300px) {
  .services-section .section__title,
.services-section .section__text {
    padding: 0;
  }
}
.services-section .services-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-section .services-list__item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .services-section .services-list__item {
    max-width: 50%;
    padding: 40px 35px 75px 35px;
  }
}
.services-section .services-list__item-title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .services-section .services-list__item-title {
    margin-bottom: 30px;
  }
}
.services-section .services-list__item-orders {
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .services-section .services-list__item-orders {
    margin-bottom: 50px;
    max-width: 300px;
  }
}
.services-section .services-list__item-descr {
  margin-bottom: 15px;
  padding-left: 36px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .services-section .services-list__item-descr {
    margin-bottom: 20px;
  }
}
.services-section .services-list__item .btn {
  margin: 0 auto;
}
.services-section .white-row {
  background-color: white;
}
@media screen and (min-width: 1024px) {
  .services-section .white-row {
    padding: 0;
  }
}
.services-section .white-row .services-list__item:nth-of-type(1) {
  padding: 35px 16px;
}
@media screen and (min-width: 1024px) {
  .services-section .white-row .services-list__item:nth-of-type(1) {
    border-right: 2px solid #f2f2f2;
    padding: 0 60px 70px 35px;
  }
}
.services-section .white-row .services-list__item:nth-of-type(2) {
  padding: 35px 16px;
}
@media screen and (min-width: 1024px) {
  .services-section .white-row .services-list__item:nth-of-type(2) {
    border-left: 2px solid #f2f2f2;
    color: #303030;
    padding: 0 60px 70px 35px;
  }
}
.services-section .white-row .services-list__item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  display: block;
  width: 100%;
  max-width: 65%;
  background-color: #f2f2f2;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .services-section .white-row .services-list__item::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .services-section .grey-row .container {
    border-top: 4px solid #f2f2f2;
  }
}
.services-section .grey-row .services-list__item:nth-of-type(1) {
  padding: 35px 16px;
}
.services-section .grey-row .services-list__item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  display: block;
  width: 100%;
  max-width: 65%;
  background-color: #f2f2f2;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .services-section .grey-row .services-list__item:nth-of-type(1)::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .services-section .grey-row .services-list__item:nth-of-type(1) {
    border-right: 2px solid #f2f2f2;
    padding: 35px 60px 70px 35px;
  }
}
.services-section .grey-row .services-list__item:nth-of-type(2) {
  padding: 35px 16px;
}
@media screen and (min-width: 1024px) {
  .services-section .grey-row .services-list__item:nth-of-type(2) {
    border-left: 2px solid #f2f2f2;
    background-color: transparent;
    padding: 35px 60px 70px 35px;
  }
}

.samples-section {
  padding: 0;
  overflow: hidden;
  color: #303030;
}
@media screen and (min-width: 1024px) {
  .samples-section {
    padding-bottom: 120px;
    background-color: #d9d9d9;
  }
}
.samples-section .section__title {
  position: relative;
  width: 100%;
  padding: 65px 16px 0 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .samples-section .section__title {
    max-width: 50%;
    padding: 140px 35px 60px 35px;
  }
}
.samples-section .samples-list {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.samples-section .samples-list__item {
  width: 100%;
  position: relative;
  padding: 35px 35px 0 35px;
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list__item {
    max-width: 50%;
    padding: 65px 35px 35px;
  }
}
.samples-section .samples-list__item [data-pages="2"].sample-view__link {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/sample-btn2.svg);
}
.samples-section .samples-list__item [data-pages="3"].sample-view__link {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/sample-btn3.svg);
}
.samples-section .samples-list__item [data-pages="5"].sample-view__link {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/sample-btn5.svg);
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list__item:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 70px;
    box-shadow: inset 0 -4px 0 0 white, 4px 0 0 0 white;
  }
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list__item:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list__item:nth-of-type(4) {
    box-shadow: 0 -4px 0 0 white, inset 4px 0 0 0 white;
  }
}
.samples-section .samples-list__item .sample-body {
  background-color: #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-list__item .sample-body {
    background-color: transparent;
  }
}
.samples-section .sample-view {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .samples-section .sample-view {
    margin-top: 75px;
    padding-bottom: 0;
  }
}
.samples-section .sample-view__link {
  color: black;
  display: block;
  background-repeat: no-repeat;
  width: 107px;
  height: 63px;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .samples-section .sample-view__link {
    width: 210px;
    height: 118px;
  }
}
.samples-section .sample-view__link span {
  font-weight: bold;
  width: 100%;
  max-width: 45px;
  display: block;
  text-align: center;
  position: relative;
  top: 13px;
  font-size: 11px;
  left: 8px;
}
@media screen and (min-width: 1024px) {
  .samples-section .sample-view__link span {
    top: 32px;
    left: 25px;
    max-width: 60px;
    font-size: 16px;
  }
}
.samples-section .sample-view__link:hover {
  text-decoration-color: #fa0303;
}
.samples-section .sample-view__link:hover span {
  color: #fa0303;
}
.samples-section .sample-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #f0f0f0;
}
.samples-section .sample-row__item {
  padding: 20px 10px;
  font-weight: bold;
  width: 49.5%;
}
.samples-section .sample-row__item.sample-row__item--title {
  font-weight: normal;
}
.samples-section .sample-preview-text {
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.7;
  padding: 0 18px;
}
@media screen and (min-width: 1024px) {
  .samples-section .sample-preview-text {
    padding: 0;
  }
}
.samples-section .samples-slider {
  position: relative;
}
.samples-section .samples-slider .slider__control__prev {
  left: 10px;
  transform: none;
}
.samples-section .samples-slider .slider__control__next {
  right: 10px;
  left: auto;
  transform: none;
}
@media screen and (min-width: 1024px) {
  .samples-section .samples-slider .slider__control__prev,
.samples-section .samples-slider .slider__control__next {
    display: none;
  }
}
.samples-section .samples__total {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .samples-section .samples__total {
    display: none;
  }
}
.samples-section .samples__total #current {
  color: #da1f3d;
  font-size: 60px;
  font-weight: bold;
}
.samples-section .samples__total__part {
  position: relative;
  top: -10px;
  color: #828183;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .samples-section .glide__track {
    overflow: visible;
  }
}
.samples-section .glide__slides {
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .samples-section .glide__slides {
    overflow: visible;
  }
}

.faq-section {
  padding-top: 0;
}

.pay-section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pay-section {
    padding-top: 65px;
  }
}
.pay-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: right 0;
  z-index: -1;
  opacity: 0.3;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/pay-section-img.webp);
}
@media screen and (min-width: 1024px) {
  .pay-section::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/pay-section-img@2x.webp);
    background-size: 43% auto;
    opacity: 1;
  }
}
@media screen and (min-width: 1920px) {
  .pay-section::after {
    background-size: auto 80%;
  }
}
html.no-webp .pay-section::after {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/pay-section-img.png);
}
@media screen and (min-width: 1024px) {
  html.no-webp .pay-section::after {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/pay-section-img@2x.png);
  }
}
@media screen and (max-width: 768px) {
  .pay-section .section__title {
    margin-bottom: 65px;
  }
}
.pay-section .pay-list {
  width: 100%;
  max-width: 730px;
  list-style: none;
  padding-left: 0;
}
.pay-section .pay-list__item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .pay-section .pay-list__item {
    margin-bottom: 40px;
    padding-left: 120px;
  }
}
.pay-section .pay-list__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pay-section .pay-list__item--card::before {
  width: 52px;
  height: 49px;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/card.svg);
}
@media screen and (min-width: 1024px) {
  .pay-section .pay-list__item--card::before {
    width: 77px;
    height: 72px;
  }
}
.pay-section .pay-list__item--money::before {
  width: 59px;
  height: 46px;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/money.svg);
}
@media screen and (min-width: 1024px) {
  .pay-section .pay-list__item--money::before {
    width: 88px;
    height: 68px;
  }
}
.pay-section .pay-list__item--pay::before {
  width: 56px;
  height: 49px;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/pay.svg);
}
@media screen and (min-width: 1024px) {
  .pay-section .pay-list__item--pay::before {
    width: 83px;
    height: 73px;
  }
}

.cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/cta-bg.webp);
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: unset;
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/cta-bg@2x.webp);
  }
}
html.no-webp .cta-section {
  background-image: url(/wp-content/themes/customwritingservice.com/public/images/cta-bg.png);
}
@media screen and (min-width: 1024px) {
  html.no-webp .cta-section {
    background-image: url(/wp-content/themes/customwritingservice.com/public/images/cta-bg@2x.png);
  }
}
.cta-section .container {
  text-align: center;
}
.cta-section .cta-title {
  color: white;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.cta-section .cta-text {
  color: white;
  margin-bottom: 40px;
}
.cta-section--without-margin {
  margin-bottom: 0;
}
.cta-section .cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.cta-section .cta-buttons .inquiry-btn {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-buttons .inquiry-btn {
    margin-top: 0;
    margin-left: 45px;
  }
}
