@import url("https://fonts.googleapis.com/css?family=Exo+2:400,500,600,900|Roboto:100,200, 300,300i,400,500,700|Open+Sans:300,400,500,600,700");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}

body {
  color: #5d5953;
  background-color: #faf5ef;
  text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  min-width: 320px;
}

footer {
  footer: #faf5ef;
}

input, .product-filters__select-wrapper select, select, button {
  font-family: "Roboto", sans-serif;
}

input[type=submit], .product-filters__select-wrapper select[type=submit], select, button {
  appearance: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #a79889;
}

:-moz-placeholder {
  color: #a79889;
}

::-moz-placeholder {
  color: #a79889;
}

:-ms-input-placeholder {
  color: #a79889;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.5s;
}

.main {
  flex: 1 0 auto;
  background: #fff;
}
.main_2-col {
  background: #ffffff;
  background: linear-gradient(to right, #fffcf3 40%, #ffffff 60%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sidebar, .content {
  flex-grow: 1;
}

.sidebar {
  width: 360px;
  max-width: 360px;
  background: #fffcf3;
}

.content {
  width: 680px;
  max-width: 680px;
  padding: 40px 10px 140px 45px;
  background: #ffffff;
}
.content_single-column {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer {
  flex: 0 0 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
.wrapper_single-column {
  margin-top: 35px;
  margin-bottom: 70px;
}

body.no-x-move {
  position: fixed;
  width: 100%;
  overflow-x: hidden;
}

header {
  background: #fffcf3;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
  flex-shrink: 0;
}

header > .wrapper {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}

.logo {
  display: block;
  float: left;
  width: 274px;
  margin-right: 233px;
  height: 60px;
  background: url(../../images/logo.png) no-repeat;
  background-size: contain;
}

.login-form_modal, .mob-nav-btn {
  display: none;
}

.mob-nav-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.mob-nav-btn_top-nav {
  left: 20px;
  background: url(../../images/header-icons.png) 0px -203px no-repeat;
  background-size: cover;
}
.mob-nav-btn_login-form {
  right: 20px;
  background: url(../../images/header-icons.png) 0px -269px no-repeat;
  background-size: cover;
}

.mob-nav-btn.pressed {
  background: url(../../images/header-icons.png) 0px -335px no-repeat;
  background-size: cover;
}

.sidenav {
  height: 100%;
  width: 0;
  padding-top: 48px;
  position: fixed;
  text-transform: capitalize;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav_top-nav {
  left: 0;
}
.sidenav_login-form, .sidenav_profile-nav {
  right: 0;
}
.sidenav_login-form {
  text-align: center;
}
.sidenav_top-nav.open, .sidenav_login-form.open, .sidenav_profile-nav.open {
  width: 0px;
}
.sidenav_login-form-heading {
  margin-bottom: 15px;
  font: 400 30px "Exo 2";
  color: #69b1b9;
}
.sidenav__menu-item {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 12px;
  color: #5b4e41;
  font-size: 20px;
  font-weight: 400;
  font-family: "Exo 2";
  pointer-events: none;
}
.sidenav__menu-item_active {
  color: #faf5ef;
  background-color: #e37258;
}
.sidenav__menu-item_order {
  color: #e37258;
}

.page-wrapper.translated-r, .page-wrapper.translated-l {
  overflow-x: hidden;
}

.page-wrapper.translated-r {
  transform: translateX(0px);
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.17);
}

.page-wrapper.translated-l {
  transform: translateX(0px);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.17);
}

.login-form_modal {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  padding: 20px 20px 30px;
  border: 2px solid #69b1b9;
  background: #fffcf3;
  text-align: center;
  z-index: 5;
}
.login-form_modal:before, .login-form_modal:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  border: 10px solid transparent;
  transform: translate(0%, -100%);
}
.login-form_modal:before {
  border-bottom-color: #69b1b9;
  top: 0;
}
.login-form_modal:after {
  border-bottom-color: #fffcf3;
  top: 3px;
}
.login-form__input {
  width: 246px;
  height: 46px;
  margin-bottom: 10px;
  padding: 0 10px 0 40px;
  border: 2px solid #e2ded5;
  font-size: 15px;
}
.login-form__input_email {
  background: #fff url(../../images/header-icons.png) 14px -70px no-repeat;
}
.login-form__input_password {
  background: #fff url(../../images/header-icons.png) 14px -103px no-repeat;
}
.login-form__input:focus {
  border-color: #69b1b9;
  outline: none;
}
.login-form__submit {
  display: block;
  margin: 0 auto 15px;
  width: 246px;
  height: 50px;
  border-radius: 25px;
  color: #faf5ef;
  font-size: 20px;
  font-weight: 900;
  font-family: "Exo 2";
  cursor: pointer;
  background-color: #69b1b9;
  box-shadow: inset 0 -4px 0 #438d95;
}
.login-form__submit:hover, .login-form__submit:active, .login-form__submit:focus {
  background: rgba(105, 177, 185, 0.9);
  box-shadow: inset 0 -4px 0 rgba(67, 141, 149, 0.9);
}
.login-form__forgot-link {
  color: #448e96;
  text-decoration: underline;
  font-weight: 400;
}
.login-form__forgot-link:hover {
  text-decoration: none;
}

.login-form_open {
  display: block;
}

.top-links, .top-nav {
  display: flex;
}

.top-links {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.top-nav {
  justify-content: space-between;
}
.top-nav__menu-item {
  color: #5b4e41;
  transition: all 0.4s;
}
.top-nav__menu-item_order {
  color: #df6c4f;
}
.top-nav__menu-item:hover {
  text-decoration: underline;
}

.btn-links {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.btn-link, .top-nav__menu-item {
  font-family: "Exo 2";
  font-size: 14px;
  transition: all 0.2s;
}

.btn-link_chat:before, .btn-link_login:before, .btn-link_profile:before {
  content: "";
  display: inline-flex;
}

.btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
}
.btn-link_medium {
  width: 243px;
  height: 38px;
  border-radius: 19px;
}
.btn-link_small {
  width: 106px;
  padding: 0 12px;
}
.btn-link_xs-small {
  width: 28px;
  padding: 0;
}
.btn-link_chat {
  margin-right: 22px;
  border-color: #85ac60;
  color: #85ac60;
}
.btn-link_chat:hover {
  background-color: #659339;
  box-shadow: 0 2px 0 #457319;
  border-color: #659339;
  color: #fff;
}
.btn-link_chat:before {
  width: 13px;
  height: 12px;
  margin-right: 6px;
  background: url(../../images/header-icons.png) 0px -15px no-repeat;
}
.btn-link_chat:hover:before {
  background-position: 0px -29px;
}
.btn-link_logged {
  display: none;
}
.btn-link_login, .btn-link_logged, .btn-link_profile, .btn-link_logout {
  border-color: #81b4ba;
  color: #81b4ba;
}
.btn-link_login:hover, .btn-link_login_active, .btn-link_profile:hover, .btn-link_logout:hover {
  background-color: #69b1b9;
  color: #fff;
}
.btn-link_login:hover, .btn-link_login_active, .btn-link_logged:hover, .btn-link_profile:hover, .btn-link_logout:hover {
  border-color: #69b1b9;
}
.btn-link_logged:hover .btn-link_logout {
  border-left-color: #69b1b9;
}
.btn-link_login:hover, .btn-link_login_active {
  box-shadow: 0 2px 0 #448e96;
}
.btn-link_login:before, .btn-link_profile:before {
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url(../../images/header-icons.png) 0px -42px no-repeat;
}
.btn-link_login:hover:before, .btn-link_login_active:before, .btn-link_profile:hover:before {
  background-position: 0px -57px;
}
.btn-link_logged {
  overflow: hidden;
}
.btn-link_profile, .btn-link_logout {
  height: 100%;
  display: inline-block;
  text-align: center;
}
.btn-link_logout {
  border-left: 2px solid #81b4ba;
  background: url(../../images/header-icons.png) 7px -142px no-repeat;
}
.btn-link_logout:hover {
  background-position: 7px -166px;
}
.btn-link_profile {
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-link_profile:before {
  position: relative;
  top: 2px;
}

.loggedin .btn-link_logged {
  display: inline-flex;
}
.loggedin .btn-link_login {
  display: none;
}

.footer {
  color: #a0958d;
  font-weight: 300;
  font-size: 12px;
}
.footer__policy {
  background: #56473d;
  padding: 55px 0 75px;
}
.footer__disclaimer {
  padding: 30px 0 40px;
  background: #493a31;
}

.footer__policy > .wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__policy-item {
  flex: 0 1 22%;
}
.footer__policy-item_payments br {
  display: none;
}

.policy-header {
  margin-bottom: 20px;
  color: #7e736c;
  font-weight: 600;
  font-size: 25px;
  font-family: "Exo 2";
}

.policy-text {
  line-height: 20px;
}

.bottom-nav {
  display: flex;
  flex-direction: column;
}
.bottom-nav__menu-item {
  margin-bottom: 10px;
  color: #fcefe7;
  font-weight: 400;
  font-size: 14px;
  font-family: "Exo 2";
}
.bottom-nav__menu-item:hover {
  text-decoration: underline;
}

.pay-accept {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-bottom: 15px;
  background: url(../../images/pay-accepts.png) 0px 0px no-repeat;
}
.pay-accept:nth-of-type(1), .pay-accept:nth-of-type(2), .pay-accept:nth-of-type(4), .pay-accept:nth-of-type(5) {
  margin-right: 30px;
}
.pay-accept_mastcard {
  background: url(../../images/pay-accepts.png) -78px 0px no-repeat;
}
.pay-accept_maestro {
  background: url(../../images/pay-accepts.png) -157px 0px no-repeat;
}
.pay-accept_discover {
  background: url(../../images/pay-accepts.png) 0px -46px no-repeat;
}
.pay-accept_amex {
  background: url(../../images/pay-accepts.png) -78px -46px no-repeat;
}
.pay-accept_wiretransf {
  background: url(../../images/pay-accepts.png) -157px -46px no-repeat;
}

.disclaimer {
  width: 1015px;
  height: 33px;
  margin: 0 auto 15px;
  line-height: 1.2;
}

.disclaimer::before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

.copyright {
  text-align: center;
}

.btn {
  display: block;
  width: 288px;
  height: 64px;
  margin: 0 auto;
  line-height: 58px;
  text-align: center;
  border-radius: 32px;
  font-size: 25px;
  font-weight: 900;
  font-family: "Exo 2";
  cursor: pointer;
}
.btn_dark {
  color: #fff;
  background-color: #65933a;
  box-shadow: inset 0 -4px 0 #457319;
}
.btn_dark:hover {
  background-color: #7caa4f;
  box-shadow: inset 0 -4px 0 #59872e;
}
.btn_dark:active, .btn_dark:focus {
  background-color: #65933a;
  box-shadow: inset 0 -2px 0 #457319;
}
.btn_bright {
  color: #fff;
  background-color: #f7854d;
  box-shadow: inset 0 -4px 0 #c95f28;
}
.btn_bright:hover {
  background-color: #ff945a;
  box-shadow: inset 0 -4px 0 #de7139;
}
.btn_bright:active, .btn_bright:focus {
  background-color: #f7854d;
  box-shadow: inset 0 -2px 0 #c95e28;
}
.btn_light {
  color: #ecd06f;
  background: transparent;
  border: 3px solid #ecd06f;
}
.btn_light:hover {
  border-color: #ddbf51;
  background: #ddbf51;
  color: #fff;
}
.btn_light:active, .btn_light:focus {
  border-color: #ecd06f;
  background-color: #ecd06f;
}
.btn_pale {
  color: #fff;
  background-color: rgba(208, 155, 29, 0.32);
  border: 3px solid #fff;
}
.btn_pale:hover {
  background: #fff;
  color: #d8bf5f;
}
.btn_pale:active, .btn_pale:focus {
  color: #ebcf6f;
}
.btn_resubmit-back {
  display: inline-block;
  margin-right: 20px;
}
.btn_resubmit-back:hover {
  text-decoration: underline;
}
.btn_proceed-order, .btn_proceed-order-no-credit {
  position: relative;
  width: 400px;
}
.btn_proceed-order:after, .btn_proceed-order-no-credit:after {
  content: "";
  position: absolute;
  right: 30%;
  top: 55%;
  display: block;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}
.btn_edit-order {
  position: relative;
  height: auto;
  width: auto;
  background: transparent;
  color: #6e6e6e;
  font: 200 20px/1.2 "Exo 2", sans-serif;
}
.btn_edit-order span {
  border-bottom: 1px dashed #6e6e6e;
}
.btn_edit-order:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 53%;
  display: block;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 6px solid transparent;
  border-right-color: #6e6e6e;
}
.btn_add-to-order {
  width: 194px;
  height: 43px;
  line-height: 37px;
  font-size: 17px;
  font-weight: 600;
}
.btn_inline {
  display: inline-block;
  margin: 0 10px;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.heading {
  margin-bottom: 18px;
  color: #856b51;
  font: 500 30px/1 "Exo 2";
}

.intro {
  background: #e37258;
}
.intro__info {
  width: 66%;
}
.intro__calculator {
  width: 34%;
  background: #a7d6dc;
  padding: 40px 35px;
}

.intro > .wrapper {
  display: flex;
}

.paper-tag {
  color: #faf5ef;
  padding: 80px 0;
  background: url(../../../images/intro-pencil-bg.png) 95% 80% no-repeat;
}

.paper-tag__heading {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 54px;
  font-family: "Exo 2";
}

.paper-tag__subheading {
  max-width: 560px;
  font-weight: 200;
  font-size: 22px;
  font-family: "Roboto";
}

.get-paper-scheme {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.get-paper-scheme:before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  width: 600%;
  background: #f58266;
}
.get-paper-scheme__step {
  display: flex;
  position: relative;
  align-items: center;
  flex: 1;
  padding: 35px 0;
  z-index: 2;
}
.get-paper-scheme__step:not(:last-of-type) {
  margin-right: 44px;
}
.get-paper-scheme__step:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
  border: 8px solid transparent;
  border-left-color: #faf5ef;
}
.get-paper-scheme__step-number, .get-paper-scheme__step-text {
  display: inline-block;
}
.get-paper-scheme__step-number {
  position: relative;
  top: -4px;
  margin-right: 10px;
  color: #fcefe7;
  font-weight: 900;
  font-size: 47px;
  line-height: 1;
  font-family: "Exo 2";
}
.get-paper-scheme__step-text {
  max-width: 95px;
  color: #a64d39;
  font-weight: 500;
  font-size: 17px;
}

.get-paper-form__select-wrapper {
  position: relative;
}
.get-paper-form__select-wrapper:before, .get-paper-form__select-wrapper:after {
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}
.get-paper-form__select-wrapper:after {
  width: 50px;
  background: linear-gradient(45deg, rgba(255, 252, 243, 0) 0%, rgba(255, 252, 243, 0.4) 20%, #fffcf3 50%);
  z-index: 2;
}
.get-paper-form__select-wrapper:before {
  width: 40px;
  background-image: url(../../../images/select-icons.png);
  background-repeat: no-repeat;
  background-position: 15px -117px;
  z-index: 3;
}
.get-paper-form__select {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 40px;
  border-radius: 0;
  border-bottom: 3px solid #83b1b6;
  background-color: #fffcf3;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  background-image: url(../../../images/select-icons.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  transition: background-color 0.2s, border 0.2s;
}
.get-paper-form__select:focus, .get-paper-form__select:hover {
  background-color: #fff;
  border-bottom-color: #448e96;
}
.get-paper-form__select_numpages {
  background-position: 15px -32px;
}
.get-paper-form__select_urgency {
  background-position: 13px -74px;
}
.get-paper-form__select option:first-child {
  color: #a79889;
}
.get-paper-form__input-wrapper_checkbox {
  text-align: center;
}
.get-paper-form__checkbox_discount {
  display: none;
}
.get-paper-form__label_discount {
  margin-bottom: 17px;
  display: inline-flex;
  align-items: center;
  color: #5b4e41;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}
.get-paper-form__label_discount strong {
  font-weight: 900;
}
.get-paper-form__label_discount:before {
  content: "";
  display: inline-flex;
  width: 33px;
  height: 33px;
  margin-right: 12px;
  background-color: #faf5ef;
  background-image: url(../../../images/select-icons.png);
  background-repeat: no-repeat;
  background-position: 10px -177px;
  border-bottom: 3px solid #83b1b6;
  transition: background-color 0.2s, border 0.2s;
}
.get-paper-form__label_discount:hover:before, .get-paper-form__label_discount:focus:before {
  background-color: #fff;
  background-position: 9px -224px;
  border-bottom-color: #448e96;
}
.get-paper-form__checkbox_discount:checked + .get-paper-form__label_discount:before {
  background-position: 9px -261px;
}
.get-paper-form__button_getit {
  position: relative;
  font-size: 25px;
  font-weight: 900;
  font-family: "Exo 2";
}
.get-paper-form__button_getit:after {
  content: "";
  position: absolute;
  right: 22%;
  top: 50%;
  display: block;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}

.activity {
  background: #faf5ef;
  background: linear-gradient(to right, #faf5ef 50%, #fffcf3 55%);
}
.activity .wrapper {
  display: flex;
}
.activity__advantages, .activity__figures {
  padding: 50px 0 70px;
}
.activity__advantages {
  width: 66%;
  background: #faf5ef;
}
.activity__figures {
  width: 34%;
  background-color: #fffcf3;
  padding-left: 35px;
  padding-right: 35px;
}

.advantage {
  display: flex;
  align-items: center;
  padding-right: 75px;
  color: #5d5953;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.advantage:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-image: url(../../../images/advantages-icons.png);
  background-repeat: no-repeat;
}
.advantage_quality:before {
  background-position: 0 0;
}
.advantage_price:before {
  background-position: 0 -103px;
}
.advantage_support:before {
  background-position: 0 -193px;
}

.activity-figure {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.activity-figure__amount {
  width: 30%;
  text-align: right;
  color: #5b4e41;
  font: 500 27px/1 "Exo 2", sans-serif;
}
.activity-figure__description {
  width: 65%;
  text-align: left;
  font: 200 18px/1 "Open Sans", sans-serif;
}

.social-links {
  margin-top: 28px;
  text-align: center;
}

.social-link {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  background: url(/../../../images/social-link-icons.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.social-link_fb {
  background-position: 16px 12px;
  background-color: #7086bc;
  box-shadow: inset 0 -4px 0 #4a6295;
}
.social-link_fb:hover {
  background-color: #8195cc;
  box-shadow: inset 0 -4px 0 #5b73a6;
}
.social-link_fb:active {
  background-color: #7085bc;
  box-shadow: inset 0 -2px 0 #4a6295;
}
.social-link_tw {
  background-position: -38px 12px;
  background-color: #64a1c0;
  box-shadow: inset 0 -4px 0 #377795;
}
.social-link_tw:hover {
  background-color: #6daaca;
  box-shadow: inset 0 -4px 0 #4f8dac;
}
.social-link_tw:active {
  background-color: #64a0c0;
  box-shadow: inset 0 -2px 0 #377795;
}
.social-link_gplus {
  background-position: -92px 12px;
  background-color: #e1604b;
  box-shadow: inset 0 -4px 0 #b94f37;
}
.social-link_gplus:hover {
  background-color: #f38165;
  box-shadow: inset 0 -4px 0 #d16349;
}
.social-link_gplus:active {
  background-color: #e37157;
  box-shadow: inset 0 -2px 0 #b94f37;
}

.testimonials {
  background: #ecd06f;
}
.testimonials .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 80px;
  background: url(/../../../images/testimonials-bg.png) 45px 30px no-repeat;
}
.testimonials__slider {
  width: 760px;
  margin: 0 auto 25px;
}
.testimonials__slider .slick-arrow {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 28px;
  height: 46px;
  background-image: url(/../../../images/slider-arrows.png);
  background-repeat: no-repeat;
}
.testimonials__slider .slick-prev {
  left: -130px;
  background-position: 0 0;
}
.testimonials__slider .slick-prev:hover, .testimonials__slider .slick-prev :active {
  background-position: -61px 0;
}
.testimonials__slider .slick-next {
  right: -130px;
  background-position: -31px 0;
}
.testimonials__slider .slick-next:hover, .testimonials__slider .slick-next :active {
  background-position: -90px 0;
}
.testimonials__slide .heading {
  font: 900 15px/1 "Roboto";
}
.testimonials__slide p {
  font: italic 300 17px/24px "Roboto";
  margin-bottom: 12px;
}
.testimonials .testimonial-rate {
  display: inline-flex;
  justify-content: space-between;
  width: 100px;
}
.testimonials .testimonial-rate__star {
  width: 16px;
  height: 16px;
  background-image: url(/../../../images/testimonial-rate.png);
  background-repeat: no-repeat;
}
.testimonials .testimonial-rate__star_full {
  background-position: 0 0;
}
.testimonials .testimonial-rate__star_half {
  background-position: -21px 0;
}
.testimonials .testimonial-rate__star_empty {
  background-position: -42px 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ! Slider  */
.code-policy__intro {
  background: #fff;
}
.code-policy__intro .wrapper {
  padding: 45px 0 35px;
  text-align: center;
  background: url(/../../../images/code-policy-bg.png) 100% 70% no-repeat;
}
.code-policy__intro p {
  color: #5d5953;
  max-width: 625px;
  margin: 0 auto;
  line-height: 24px;
}
.code-policy__text {
  background: linear-gradient(to right, #fffcf3 50%, #e7e2db 55%);
}
.code-policy__text .wrapper {
  display: flex;
}
.code-policy__text .heading {
  color: #518223;
  font-size: 15px;
  line-height: 24px;
}
.code-policy__text p {
  color: #797268;
  font-weight: 300;
  line-height: 24px;
}
.code-policy__item {
  flex: 1;
  padding: 20px 24px 70px;
}
.code-policy__item:first-of-type {
  padding-left: 0;
  background: #fffcf3;
}
.code-policy__item:nth-of-type(2) {
  background: #faf5ef;
}
.code-policy__item:nth-of-type(3) {
  background: #f1ebe4;
}
.code-policy__item:last-of-type {
  padding-right: 0;
  background: #e7e2db;
}

.trust-reasons__intro {
  background: #fff;
}
.trust-reasons__intro .wrapper {
  padding: 45px 0 15px;
  text-align: center;
}
.trust-reasons__text {
  background: linear-gradient(to right, #c1f1f6 50%, #9dccd1 55%);
}
.trust-reasons__text .wrapper {
  display: flex;
  text-align: center;
}
.trust-reasons__text .heading {
  padding: 0 40px;
  color: #4a777c;
  font-size: 22px;
  line-height: 24px;
}
.trust-reasons__text p {
  color: #5b888e;
  font-weight: 300;
  line-height: 24px;
}
.trust-reasons__item {
  flex: 1;
  padding: 35px 24px 95px;
}
.trust-reasons__item:first-of-type {
  padding-left: 0;
  background: #c1f1f6 url(/../../../images/reason-quality.png) 5% 96% no-repeat;
}
.trust-reasons__item:nth-of-type(2) {
  background: #b4e3e9 url(/../../../images/reason-any-topic.png) 5% 96% no-repeat;
}
.trust-reasons__item:nth-of-type(3) {
  background: #a7d6dc url(/../../../images/reason-originality.png) 5% 96% no-repeat;
}
.trust-reasons__item:last-of-type {
  padding-right: 0;
  background: #9dccd1 url(/../../../images/reason-money-guarantee.png) 5% 96% no-repeat;
}

.make-order {
  background: #fff;
}
.make-order .wrapper {
  text-align: center;
  padding: 35px 0 185px;
  background: url(/../../../images/make-order-bg.png) 55% 40% no-repeat;
}

.page-heading {
  width: 100%;
  background-color: #e37258;
}
.page-heading .heading {
  margin: 25px 0;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}

.content .heading {
  margin-bottom: 18px;
  color: #856b51;
  font: 500 30px/31px "Exo 2";
}
.content p {
  margin-bottom: 30px;
  color: #5d5953;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.content .btn {
  margin-bottom: 35px;
}
.content_single-column .btn {
  margin-bottom: 15px;
}

.side-nav {
  background: #faf5ef;
  padding: 40px 0;
}
.side-nav__menu-item {
  position: relative;
  display: block;
  max-width: 288px;
  margin: 0 auto;
  padding: 10px 20px 10px 34px;
  background: #e7e2db;
  border-bottom: 2px solid #faf5ef;
  color: #5b4e41;
}
.side-nav__menu-item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
  border: 4px solid transparent;
  border-left-color: #e37258;
}
.side-nav__menu-item:hover, .side-nav__menu-item:active {
  text-decoration: underline;
}

.sidebar__calculator {
  padding: 40px 34px;
  background-color: #a7d6dc;
}
.sidebar__calculator .heading {
  color: #83b1b6;
  margin-bottom: 10px;
}
.sidebar .activity__figures {
  width: 100%;
  padding: 40px 34px;
}

.accordion__panel {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.accordion__panel.opened {
  display: block;
}
.accordion__item {
  padding: 20px 20px 20px 60px;
  transition: all 0.3s;
}
.accordion__item.opened {
  background: #faf5ef;
}
.accordion__button {
  position: relative;
  color: #856b51;
  font: 500 26px/31px "Exo 2";
  cursor: pointer;
}
.accordion__button:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  transform: translate(-100%, 0);
  width: 32px;
  height: 32px;
  background: url(/../../../images/faq-accordion-icons.png) 0 0 no-repeat;
}
.accordion__button.opened:before {
  background: url(/../../../images/faq-accordion-icons.png) 0 -36px no-repeat;
}

.deadline-text-block {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.deadline-btn-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.prices-additional-info {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.discounts, .paper-format {
  width: 305px;
  padding: 15px 20px 30px;
  border-width: 2px;
  border-style: solid;
}
.discounts__heading, .paper-format__heading {
  font: 500 22px/31px "Exo 2";
  text-align: center;
  margin-bottom: 5px;
}

.discounts {
  border-color: #e37258;
}
.discounts__heading {
  color: #e37258;
}
.discounts__info {
  display: flex;
  justify-content: space-between;
}
.discounts__info-item {
  width: 31%;
}
.discounts__page-quantity {
  padding-top: 75px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  background-image: url(/../../../images/discounts-images.png);
  background-repeat: no-repeat;
}
.discounts__page-quantity_s {
  background-position: 10px 0;
}
.discounts__page-quantity_m {
  background-position: -80px 0;
}
.discounts__page-quantity_l {
  background-position: -170px 0;
}
.discounts__discount-value {
  background: #e37258;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: 900;
}

.paper-format {
  border-color: #a7d6dc;
}
.paper-format__heading {
  color: #a7d6dc;
}
.paper-format__info {
  width: 100%;
  font-size: 13px;
}
.paper-format td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.paper-format__info-name {
  color: #333333;
  width: 40%;
  text-align: right;
}
.paper-format__info-value {
  color: #5d5953;
  width: 60%;
  padding-left: 8px;
  font-weight: 600;
}

.quality-level-features {
  display: flex;
  width: 100%;
}
.quality-level-features__column div {
  display: flex;
  align-items: center;
  height: 36px;
  min-height: 36px;
  font-size: 13px;
}
.quality-level-features__column div.heading {
  height: 55px;
  min-height: 55px;
  margin: 0;
  font: 500 20px/31px "Exo 2";
}
.quality-level-features__column div.heading_features {
  justify-content: flex-end;
  color: #cdc8c1;
}
.quality-level-features__column div.heading_quality {
  background: #f5f0e9;
  color: #5d5953;
}
.quality-level-features__column div.heading_special-quality {
  background: #66943a;
  color: #fff;
}
.quality-level-features__column div span.checked {
  color: #66943a;
  font-size: 28px;
  font-weight: 600;
}
.quality-level-features__column_items {
  width: 37%;
}
.quality-level-features__column_items div {
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  font-weight: 400;
}
.quality-level-features__column_marks {
  width: 21%;
}
.quality-level-features__column_marks div {
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #e7e2db #e7e2db;
}
.quality-level-features__column_marks div.heading {
  border-color: #e7e2db;
}
.quality-level-features__column_marks div.heading_special-quality {
  transform: translate(0.5px, 0px) scale(1.02, 1.1);
  border-color: #4f7d24;
}
.quality-level-features__column_marks:last-of-type div:not(.heading) {
  border-color: transparent #e7e2db #e7e2db #e7e2db;
}

.prices__information.loading {
  padding-bottom: 20px;
  background-color: #f5f0e9;
  border: 1px solid #d5d0cc;
  border-top: 0px;
}

.product-filters {
  position: relative;
  background-color: #f5f0e9;
  border: 1px solid #d5d0cc;
}
.product-filters_top {
  border-bottom: 0px;
}
.product-filters_bottom {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-top: 0px;
}
.product-filters_bottom:after, .product-filters_bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border: 14px solid transparent;
  transform: translateX(-50%);
}
.product-filters_bottom:before {
  top: 100%;
  border-top: 14px solid #d5d0cc;
}
.product-filters_bottom:after {
  top: calc(100% - 1px);
  border-top: 14px solid #f5f0e9;
}
.product-filters__item {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}
.product-filters__item label {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-filters__item_currency {
  padding-top: 20px;
}
.product-filters__item-title {
  display: inline-block;
  margin-right: 25px;
  width: 200px;
  text-align: right;
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 400;
}
.product-filters__select-wrapper {
  flex: 2 1 auto;
}
.product-filters__select-wrapper input, .product-filters__select-wrapper select {
  height: 38px;
  line-height: 36px;
  width: 288px;
  padding: 0 30px 0 15px;
  border: 1px solid #b4b2af;
  font-size: 13px;
  border-radius: 0;
  background-color: #fff;
}
.product-filters__select-wrapper select {
  background-image: url(../../../images/select-icons.png);
  background-repeat: no-repeat;
  background-position: 255px -318px;
  cursor: pointer;
}
.product-filters__discount {
  color: #66943a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.prices-wrapper {
  margin-bottom: 50px;
}

.prices__currency-selector {
  font-size: 0;
}
.prices__currency {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 38px;
  border: 1px solid #66943a;
  border-right: 1px solid #ffffff;
  background-color: #ffffff;
  color: #66943a;
  cursor: pointer;
  font: 400 14px/1 "Roboto", sans-serif;
  transition: all 0.3s;
}
.prices__currency:last-of-type {
  border-right: 1px solid #66943a;
}
.prices__currency_selected, .prices__currency_selected:last-of-type, .prices__currency:hover {
  border: 1px solid #66943a;
  background-color: #66943a;
  color: #fff;
}

.prices-table {
  max-width: 624px;
  margin: 0 auto;
  border-collapse: collapse;
}
.prices-table__heading {
  padding: 15px 3px;
  border: 1px solid #d5d0cc;
  background-color: #f5f0e9;
  color: #5b4e41;
  font: 600 22px/1 "Exo 2";
  text-align: center;
}
.prices-table__heading_urgency {
  background-color: transparent;
  border: none;
  color: #cdc8c1;
  font-size: 20px;
}
.prices-table__heading_premium-quality, .prices-table__heading_premium {
  border: 1px solid #4f7d24;
  background-color: #66943a;
  color: #fff;
}
.prices-table__value {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}
.prices-table__value_urgency {
  color: #aca7a0;
}
.prices-table__value_price {
  border: 1px solid #d5d0cc;
  border-top: none;
  border-right: none;
}
.prices-table__value a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 3px;
  color: #333333;
}
.prices-table__value a:hover {
  background: #fffcf3;
  border: 2px solid #66943A;
  font-weight: 600;
  color: #66943a;
  transform: scale(1.05, 1.2);
  transition: all 0.2s;
}
.prices-table .price_tb_buy {
  box-shadow: 0px 2px #366507;
  margin-left: 8px;
  padding: 3px 6px;
  border-radius: 10px;
  background: #66943a;
  color: #fff;
  font: 600 14px/1 "Exo 2", sans-serif;
}
.prices-table th:first-child, .prices-table__heading_urgency {
  width: 130px;
}
.prices-table td:last-child .prices-table__value_price {
  border-right: 1px solid #d5d0cc;
}

.order-scheme {
  padding: 20px 0;
  background: #faf5ef;
}
.order-scheme .wrapper {
  display: flex;
  justify-content: center;
}
.order-scheme__step {
  position: relative;
  display: flex;
  align-items: center;
  width: 185px;
  margin: 0 25px;
}
.order-scheme__step:last-of-type {
  width: 140px;
  margin-right: 0px;
}
.order-scheme__step:first-of-type {
  margin-left: 0px;
}
.order-scheme__step .order-scheme__step-number, .order-scheme__step .order-scheme__step-description {
  opacity: 0.2;
}
.order-scheme__step_active .order-scheme__step-number, .order-scheme__step_active .order-scheme__step-description {
  opacity: 1;
}
.order-scheme__step_completed .order-scheme__step-number {
  opacity: 1;
  background: rgba(93, 89, 83, 0.2);
}
.order-scheme__step_completed .order-scheme__step-number:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: -3px;
  right: 0;
  background: url(/../../../images/order-scheme-tick.png) no-repeat;
}
.order-scheme__step:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
  border: 8px solid transparent;
  border-left-color: rgba(93, 89, 83, 0.2);
}
.order-scheme__step-number {
  position: relative;
  color: #faf5ef;
  background: #5d5953;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  font: 900 25px/44px "Exo 2";
}
.order-scheme__step-description {
  font-size: 17px;
  font-weight: 500;
}

.preview-comment {
  margin-bottom: 10px;
}

.previous_value {
  display: inline-block;
  margin: 0 3px;
  color: #e37258;
}

.orderform {
  counter-reset: orderStep;
  max-width: 784px;
  margin: 35px auto 0;
}
.orderform .blck_hide {
  display: none;
}
.orderform table {
  width: 100%;
}
.orderform div.validation_error, .orderform .details__security-notice {
  display: none;
  color: #e26b58;
  margin-top: 3px;
}
.orderform input, .orderform select, .orderform textarea {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.orderform input:focus, .orderform select:focus, .orderform textarea:focus {
  outline: dodgerblue solid 1px;
  outline-offset: 0px;
}
.orderform textarea {
  height: 102px;
  line-height: 1.2;
  padding: 5px 9px;
  border: 1px solid #b4b2af;
  border-radius: 2px;
  resize: none;
}
.orderform input, .orderform select {
  height: 27px;
  line-height: 25px;
  padding-left: 8px;
  border: 1px solid #b4b2af;
  border-radius: 2px;
}
.orderform select {
  width: 188px;
  padding-right: 30px;
  background-color: #f4f4f4;
  background-image: url(../../../images/select-icons.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right -218px;
  cursor: pointer;
}
.orderform input[type=text], .orderform .product-filters__select-wrapper select[type=text], .product-filters__select-wrapper .orderform select[type=text], .orderform textarea, .orderform #doctype {
  width: 386px;
}
.orderform #email, .orderform #quiz_login {
  width: calc(386px - 24px);
}
.orderform #firstname, .orderform #lastname {
  width: calc(186px - 7px);
}
.orderform #preff_wrt, .orderform #promo {
  width: 186px;
}
.orderform #phone1_country {
  width: 40px;
}
.orderform #phone1_area, .orderform #phone1_number {
  margin-left: 8px;
}
.orderform #phone1_area {
  width: 60px;
}
.orderform #phone1_number {
  width: 167px;
}
.orderform #country {
  width: 130px;
}
.orderform #input_deadline {
  display: flex;
  flex-wrap: wrap;
}
.orderform #input_deadline .extend_deadline_text {
  width: 100%;
}
.orderform #input_deadline .extend_deadline_text .extent_deadline_timezone {
  display: inline-block;
  margin: 4px 4px 4px 0;
}
.orderform #input_deadline .extend_deadline_text br {
  display: none;
}
.orderform #input_deadline label {
  width: 100%;
  margin: 4px 4px 4px 0;
  display: inline-flex;
  align-items: center;
}
.orderform .linear-select:not(#linear-select-o_interval) {
  display: flex;
}
.orderform .linear-select:not(#linear-select-o_interval) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #66943a;
  border-right: none;
  color: #66943a;
}
.orderform .linear-select:not(#linear-select-o_interval) a:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.orderform .linear-select:not(#linear-select-o_interval) a:last-child {
  border-right: 1px solid #66943a;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.orderform .linear-select:not(#linear-select-o_interval) a.selected {
  color: #fff;
  background-color: #66943a;
}
.orderform #linear-select-o_interval {
  display: flex;
}
.orderform #linear-select-o_interval a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  color: #000;
}
.orderform #linear-select-o_interval a:first-of-type {
  margin-right: 15px;
}
.orderform #linear-select-o_interval a:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-color: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 50%;
}
.orderform #linear-select-o_interval a.selected {
  color: #66943a;
}
.orderform #linear-select-o_interval a.selected:before {
  background: radial-gradient(circle, #66943a 40%, #f6f6f6 48%);
  background: -webkit-radial-gradient(circle, #66943a 40%, #f6f6f6 48%);
  background-position: center center;
}
.orderform .disabled-curr-selector .linear-select#linear-select-curr a {
  color: #B3B2AE;
  border-color: #B3B2AE;
  pointer-events: none;
}
.orderform .disabled-curr-selector .linear-select#linear-select-curr a.selected {
  color: #fff;
  background: #B3B2AE;
}

#cost_per_page {
  display: flex;
  align-items: center;
  height: 30px;
  color: #618640;
  font-weight: 700;
}

.order-heading {
  margin-bottom: 15px;
  color: #5b4e41;
  font: 700 25px/1 "Exo 2", sans-serif;
}
.order-heading_extras {
  padding-left: 30px;
}
.order-heading:before {
  counter-increment: orderStep;
  content: counter(orderStep) ". ";
}

.orderform_preview .order-heading {
  color: #d8d8d8;
}

.extras-cell {
  position: relative;
}
.extras-cell:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -25px;
  width: 50px;
  height: 50px;
  background-image: url(../../../images/crown-icon.png);
  background-repeat: no-repeat;
}

.order-form__panel {
  margin-bottom: 40px;
  padding: 30px 98px;
  box-shadow: 1px 1px 10px #e7e7e7;
}
.order-form__panel_extras {
  border: 1px solid #f49000;
}

.customer-info, .order-detail, .order-extra {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.customer-info__label, .order-detail__label, .order-extra__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 200px;
  padding-right: 30px;
  min-height: 27px;
  flex-shrink: 0;
  color: #474747;
  font-size: 12px;
  font-weight: 700;
}
.customer-info__label .required_star, .order-detail__label .required_star, .order-extra__label .required_star {
  color: #e26b58;
}
.customer-info__label .label_comment, .order-detail__label .label_comment, .order-extra__label .label_comment {
  font-weight: 400;
}
.customer-info__input, .order-detail__input, .order-extra__input {
  font-size: 12px;
}
.customer-info__inputs-wrapper, .order-detail__inputs-wrapper, .order-extra__inputs-wrapper {
  width: 386px;
  max-width: 386px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.customer-info__input_phone {
  max-width: 242px;
}

.customer-info__input_preview, .order-detail__input_preview {
  display: flex;
  align-items: center;
  min-height: 27px;
}

#row_preff_wr_id .order-extra__input_preview .order-extra__input-element {
  flex-wrap: wrap;
  align-items: flex-start;
}
#row_preff_wr_id .order-extra__input_preview .brdata {
  width: 100%;
}

.order-extra__input {
  display: flex;
}
.order-extra__input_preview {
  min-height: 27px;
}
.order-extra__label label {
  cursor: pointer;
}
.order-extra__input-element {
  display: flex;
  align-items: center;
}
.order-extra__input-label {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border: 1px solid #b4b2af;
  border-radius: 2px;
  background: url(../../../images/checkbox-icons.png) no-repeat 0 0;
  cursor: pointer;
}
.order-extra__input-element input[type=checkbox], .order-extra__input-element .product-filters__select-wrapper select[type=checkbox], .product-filters__select-wrapper .order-extra__input-element select[type=checkbox] {
  display: none;
}
.order-extra__input-element input[type=checkbox]:checked + .order-extra__input-label, .order-extra__input-element .product-filters__select-wrapper select[type=checkbox]:checked + .order-extra__input-label, .product-filters__select-wrapper .order-extra__input-element select[type=checkbox]:checked + .order-extra__input-label {
  background: url(../../../images/checkbox-icons.png) no-repeat 0 -20px;
}

#row_preff_wr_id .order-extra__input {
  flex-wrap: wrap;
}

#row_langstyle {
  display: none !important;
}

.field-hint {
  align-self: center;
}
.field-hint_preff-writers {
  align-self: flex-start;
  top: 8px;
}
.field-hint__text {
  display: none;
  width: 200px;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #b4b2af;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  z-index: 2;
}
.field-hint__text .brdata {
  margin: 0;
}
.field-hint__text_visible {
  display: block;
}

.field-hint {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
  margin: 0px 0 0 8px;
  cursor: pointer;
  background-color: #49a8ca;
  border-radius: 50%;
}
.field-hint:before {
  display: inline-block;
  content: "i";
  font: 600 10px/1 "Times New Roman", serif;
  color: #fff;
}

#preff_wr_id {
  width: 240px;
  max-width: 240px;
}
#preff_wr_id li {
  display: inline-flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#preff_wr_id li .add, #preff_wr_id li .delete {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}
#preff_wr_id li div.validation_error {
  max-width: 186px;
}

#prefwriter_urgency_attention {
  color: #e26b58;
}

.brdata, #num_pg_ord {
  margin-top: 5px;
}

.total-order-price, .preview-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-btn-wrapper_inner {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.payment-btn-wrapper {
  margin-bottom: 110px;
  display: flex;
  justify-content: center;
}
.payment-btn-wrapper .btn {
  margin: 0 25px;
}

.total-order-price {
  margin-bottom: 25px;
}
.total-order-price #label_total {
  margin-bottom: 12px;
  color: #484848;
  font-size: 30px;
  font-weight: 400;
}
.total-order-price #label_total #total, .total-order-price #label_total #value_total {
  color: #578f22;
  font-weight: 700;
}
.total-order-price #linear-select-curr {
  margin-bottom: 15px;
  font-size: 12px;
}
.total-order-price .label_comment {
  margin-bottom: 4px;
  color: #57565b;
  font-size: 14px;
  font-weight: 400;
}
.total-order-price #discount_span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.terms-and-conditions {
  margin-bottom: 110px;
  font-size: 12px;
  font-weight: 300;
}
.terms-and-conditions a {
  color: #3a8d9f;
  font-weight: 400;
  text-decoration: underline;
}

#value_cost_per_page {
  color: #618640;
}

#resubmit_readonly_field, #resubmit_readonly_field ~ #num_pg_ord {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin: 0 5px 0 0;
}

.thank-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 758px;
  margin: 35px auto 200px;
}

.gratitude {
  width: 100%;
  color: #856b51;
}
.gratitude__order-success {
  margin-bottom: 25px;
  padding: 15px 0;
  background-color: #fef8e5;
  text-align: center;
  font: 600 18px/1.2 "Exo 2", sans-serif;
}
.gratitude__heading {
  margin-bottom: 25px;
  text-align: center;
  font: 500 36px/1.2 "Exo 2", sans-serif;
}

.thankyou-extras {
  width: 388px;
}
.thankyou-extras__heading {
  margin-bottom: 8px;
  color: #856b51;
  text-align: center;
  font: 500 25px/1.2 "Exo 2", sans-serif;
}
.thankyou-extras__body {
  padding: 12px 15px 30px;
  border: 1px solid #bcbab7;
  font-size: 14px;
}
.thankyou-extras__proposal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 6px;
  margin-bottom: 12px;
  background: #fef8e5;
}
.thankyou-extras__proposal-text {
  line-height: 1.5;
  max-width: 203px;
}
.thankyou-extras__proposal-text strong {
  color: #e37258;
  font-size: 18px;
  text-transform: uppercase;
}
.thankyou-extras__proposal-timer {
  color: #b6b6b6;
  font-size: 69px;
  font-family: "Archivo Narrow", sans-serif;
}
.thankyou-extras__proposal-timer-seconds {
  color: #e37258;
}
.thankyou-extras__list {
  margin-bottom: 30px;
}
.thankyou-extras__list #doctype, .thankyou-extras__list-item-body, .thankyou-extras__list-item-price .checked-box-text {
  display: none;
}
.thankyou-extras__list-item {
  position: relative;
  border-top: 1px solid #bcbab7;
}
.thankyou-extras__list-item:last-of-type {
  border-bottom: 1px solid #bcbab7;
}
.thankyou-extras__list-item-heading {
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 7px;
}
.thankyou-extras__list-item-title {
  display: flex;
  align-items: center;
  color: #81b4ba;
  cursor: pointer;
  font-weight: 600;
}
.thankyou-extras__list-item-title-bullet {
  display: inline-block;
  color: #333333;
  margin-right: 8px;
  font-size: small;
  font-weight: 500;
}
.thankyou-extras__list-item-price {
  display: flex;
  flex-direction: column;
}
.thankyou-extras__list-item-price .checked-box-text {
  color: #81b4ba;
  margin-top: 4px;
  text-align: center;
}
.thankyou-extras__price-ticker {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #cecece;
  cursor: pointer;
  background: url(../../../images/checkbox-icons.png) no-repeat;
  background-position: 0 0;
  background-size: 16px auto;
}
.thankyou-extras__list-item-body {
  max-width: 240px;
  padding: 0 0 20px 20px;
  font-weight: 400;
  line-height: 1.3;
}
.thankyou-extras__total {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou-extras__total-price {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 12px;
}
.thankyou-extras__total-price #vasthankyoutotal {
  font-weight: 600;
}

.list-item-price__wrapper {
  display: flex;
  align-items: center;
}
.list-item-price__wrapper input[type=checkbox], .list-item-price__wrapper .product-filters__select-wrapper select[type=checkbox], .product-filters__select-wrapper .list-item-price__wrapper select[type=checkbox] {
  display: none;
}
.list-item-price__value {
  cursor: pointer;
  color: #333333;
  font-weight: 600;
}

.thankyou-extras__list-item-price.checked .checked-box-text {
  display: block;
}
.thankyou-extras__list-item-price.checked .thankyou-extras__price-ticker {
  background-position: 0 -16px;
}

.thankyou-extras__list-item.active {
  background: #eef5f6;
}
.thankyou-extras__list-item.active .thankyou-extras__list-item-body {
  display: block;
}

.thankyou-order-summary {
  position: relative;
  width: 322px;
  margin-left: 45px;
}
.thankyou-order-summary > img {
  position: absolute;
  pointer-events: none;
}
.thankyou-order-summary .content-heading {
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 8px;
  color: #856b51;
  font: 500 25px/1.2 "Exo 2", sans-serif;
}

.order-details-summary {
  margin-top: 12px;
  font-size: 14px;
}
.order-details-summary strong {
  font-weight: 600;
}
.order-details-summary td {
  padding-bottom: 18px;
}
.order-details-summary td:first-child {
  width: 70px;
}

.order-details-actions__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.order-details-actions__item:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../../../images/thku-page-icons.png);
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.order-details-actions__item a {
  color: #5a5a5a;
  padding-top: 4px;
  line-height: 1.5;
}
.order-details-actions__item_view-btn a, .order-details-actions__item_attach-btn a {
  color: #81b4ba;
  text-decoration: underline;
}
.order-details-actions__item_view-btn:before, .order-details-actions__item_attach-btn:before {
  display: none;
}

.auth {
  text-align: center;
}
.auth__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.auth__form-label {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.auth__form-label-text {
  position: absolute;
  transform: translateX(-100%);
}
.auth__btn {
  margin-top: 30px;
}
.auth__input {
  width: 288px;
  height: 27px;
  margin: 5px;
  line-height: 25px;
  padding-left: 8px;
  border: 1px solid #b4b2af;
  border-radius: 2px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.auth__form-error {
  color: #e26b58;
}
.auth__forgot-link {
  color: #448e96;
  text-decoration: underline;
  font-weight: 400;
}
.auth__forgot-link:hover {
  text-decoration: none;
}

.id_leftimg {
  margin-right: 34px;
  border-radius: 50%;
  float: left;
  position: relative;
  bottom: 40px;
}

.id_header-date, .id_breadcrumbs {
  display: none;
}

.id_readmore-link {
  display: block;
  position: relative;
  text-decoration: underline;
  font-size: 13px;
  color: #28a5c9;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
}

.id_readmore-link:after {
  position: relative;
  right: -11px;
  content: url("/images/arrow.png");
}

.id_readmore-link:hover {
  text-decoration: none;
}

.id_complex-header {
  float: right;
  width: 440px;
  min-height: 38px;
}

.id_complex-header h3 a {
  line-height: 20px;
  margin-bottom: 12px;
  color: #28a5c9;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.id_medit-text {
  line-height: 1.6;
}

.id_media-item {
  margin-bottom: 45px;
  position: relative;
  background: url(/images/news-pic4.png) no-repeat 0% 10%;
  background-size: 148px 156px;
  min-height: 156px;
}

.id_breadcrumbs + .id_complex-header {
  width: 100%;
}

.article-img {
  float: left;
  margin-right: 39px;
  width: 218px;
  height: 228px;
  border-radius: 50%;
  margin-top: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-items {
  background: url(/images/news-pic4.png) no-repeat top left;
  background-size: 218px 228px;
  margin-top: 25px;
}

@media only screen and (max-width: 1059px) {
  .wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }

  .main_2-col {
    background: #ffffff;
  }

  .sidebar {
    display: none;
  }

  .content {
    max-width: 740px;
    padding: 35px 0 90px;
  }

  .sidenav_top-nav.open, .sidenav_login-form.open, .sidenav_profile-nav.open {
    width: 282px;
  }

  .page-wrapper.translated-r {
    transform: translateX(282px);
    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.17);
  }

  .page-wrapper.translated-l {
    transform: translateX(-282px);
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.17);
  }

  header > .wrapper {
    padding: 14px 0;
  }

  .top-links, .top-nav {
    display: none;
  }

  .mob-nav-btn {
    display: block;
  }

  .logo {
    width: 383px;
    height: 84px;
    float: none;
    margin: 0 auto;
  }

  .sidenav_profile-nav {
    padding-top: 0;
  }
  .sidenav .btn-link_profile, .sidenav .btn-link_logout {
    pointer-events: none;
  }

  [data-sidenav=sidenav_profile-nav] {
    display: none;
  }

  .loggedin [data-sidenav=sidenav_login-form] {
    display: none;
  }
  .loggedin [data-sidenav=sidenav_profile-nav] {
    display: block;
  }

  .btn-link_chat {
    margin: 15px 0 0 12px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Exo 2";
  }
  .btn-link_logged, .btn-link_profile, .btn-link_logout {
    border: none;
  }
  .btn-link_logged {
    display: flex !important;
    height: 54px;
    margin: 32px 0;
    padding: 0 12px;
    justify-content: space-between;
    align-items: center;
  }
  .btn-link_profile {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 20px;
    margin-right: 10px;
    text-align: left;
  }
  .btn-link_profile:hover, .btn-link_profile:hover {
    color: #69b1b9;
    background-color: transparent;
  }
  .btn-link_profile:before {
    display: none;
  }
  .btn-link_logout {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background-position: 0 -413px;
  }
  .btn-link_logout:hover, .btn-link_logout:hover {
    background-color: transparent;
    background-position: 0 -480px;
  }

  .footer__policy > .wrapper {
    flex-wrap: wrap;
  }

  .footer__policy {
    padding: 35px 0 45px;
  }
  .footer__disclaimer {
    padding: 20px 0 32px;
  }
  .footer__policy-item {
    flex: 0 0 30%;
  }
  .footer__policy-item_payments {
    width: 100%;
    flex-grow: 1;
    margin-top: 20px;
  }

  .pay-accept {
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .disclaimer {
    width: 740px;
    height: 58px;
    margin: 0 auto 10px;
  }

  .btn {
    height: 56px;
    border-radius: 28px;
    line-height: 50px;
    font-size: 22px;
  }
  .btn_proceed-order {
    width: 364px;
  }
  .btn_edit-order {
    font-size: 20px;
  }

  .paper-tag {
    padding: 60px 0 75px;
    background-size: auto 50%;
    background-position: 98% 85%;
  }
  .paper-tag__heading {
    margin-bottom: 5px;
    font-size: 37px;
  }
  .paper-tag__subheading {
    max-width: 375px;
    font-size: 16px;
    line-height: 22px;
  }

  .get-paper-scheme:before {
    width: 110%;
  }
  .get-paper-scheme__step {
    padding: 38px 0;
  }
  .get-paper-scheme__step:not(:last-of-type) {
    margin-right: 0;
  }
  .get-paper-scheme__step:not(:first-of-type) {
    padding-left: 12px;
  }
  .get-paper-scheme__step-number {
    font-size: 43px;
  }
  .get-paper-scheme__step-text {
    font-size: 15px;
  }

  .intro__info {
    width: 58%;
    flex: 1;
  }

  .intro__calculator {
    width: 42%;
    max-width: 340px;
    padding: 32px 22px 22px;
  }

  .get-paper-form__fields {
    text-align: center;
  }
  .get-paper-form__select-wrapper {
    max-width: 272px;
    margin: 0 auto;
  }
  .get-paper-form__select-wrapper:before {
    background-position: 15px -119px;
  }
  .get-paper-form__select-wrapper:before, .get-paper-form__select-wrapper:after {
    height: 39px;
  }
  .get-paper-form__select {
    height: 42px;
    margin-bottom: 20px;
  }
  .get-paper-form__select_doctype {
    background-position: 15px 12px;
  }
  .get-paper-form__select_numpages {
    background-position: 15px -35px;
  }
  .get-paper-form__select_urgency {
    background-position: 13px -75px;
  }
  .get-paper-form__input-wrapper_checkbox {
    max-width: 272px;
    margin: 0 auto;
    text-align: left;
  }
  .get-paper-form__label_discount {
    margin-bottom: 8px;
  }
  .get-paper-form__button_getit.btn {
    display: block;
    width: 235px;
    height: 55px;
    margin: 0 auto;
    line-height: 49px;
    font-size: 22px;
  }
  .get-paper-form__button_getit.btn:after {
    right: 20%;
  }

  .activity__advantages, .activity__figures {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .activity__advantages {
    width: 52%;
    flex: 1;
  }
  .activity__figures {
    width: 42%;
    max-width: 340px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .advantage {
    font-size: 15px;
    padding-right: 20px;
  }
  .advantage:not(:last-of-type) {
    margin-bottom: 7px;
  }

  .testimonials .wrapper {
    padding: 40px 0 50px;
    background-size: 11% auto;
    background-position: 52px 60px;
  }
  .testimonials__slider {
    width: 576px;
    margin: 20px auto;
  }
  .testimonials__slider .slick-prev {
    left: -70px;
  }
  .testimonials__slider .slick-next {
    right: -70px;
  }
  .testimonials__slide .heading {
    margin-bottom: 10px;
  }
  .testimonials__slide p {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .code-policy__intro .wrapper {
    padding: 38px 13px 33px;
    text-align: left;
    background-size: auto 75%;
    background-position: 98% 60%;
  }
  .code-policy__intro p {
    font-size: 15px;
    max-width: 580px;
    margin: 0;
  }
  .code-policy__item {
    padding: 20px 10px 28px;
  }
  .code-policy__text .heading {
    font-size: 15px;
  }
  .code-policy__text p {
    font-size: 14px;
  }

  .trust-reasons__intro .wrapper {
    padding: 38px 13px 13px;
  }
  .trust-reasons__item {
    padding: 20px 13px;
  }
  .trust-reasons__item .heading {
    padding: 0 13px;
  }
  .trust-reasons__item p {
    font-size: 14px;
    padding-bottom: 80px;
  }
  .trust-reasons__item:first-of-type, .trust-reasons__item:nth-of-type(2), .trust-reasons__item:nth-of-type(3), .trust-reasons__item:last-of-type {
    background-image: none;
  }
  .trust-reasons__item:first-of-type p {
    background: url(/../../../images/reason-quality.png) 0% 100% no-repeat;
  }
  .trust-reasons__item:nth-of-type(2) p {
    background: url(/../../../images/reason-any-topic.png) 0% 100% no-repeat;
  }
  .trust-reasons__item:nth-of-type(3) p {
    background: url(/../../../images/reason-originality.png) 0% 100% no-repeat;
  }
  .trust-reasons__item:last-of-type p {
    background: url(/../../../images/reason-money-guarantee.png) 0% 100% no-repeat;
  }

  .make-order .wrapper {
    padding-bottom: 150px;
    background-position: 60% 45%;
  }

  .page-heading .heading {
    margin: 20px 0;
    font-size: 34px;
  }

  .content .heading {
    margin-bottom: 15px;
  }
  .content p {
    margin-bottom: 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .accordion__panel {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .accordion__item {
    padding: 14px 14px 14px 60px;
  }
  .accordion__button {
    font: 500 22px/27px "Exo 2";
  }

  .prices-additional-info, .quality-level-features {
    max-width: 634px;
  }

  .orderform {
    max-width: 740px;
  }

  .order-form__panel {
    margin-bottom: 32px;
    padding: 30px 72px;
  }

  .extras-cell:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: -13px;
    width: 27px;
    height: 27px;
    background-size: contain;
  }

  .order-heading_extras {
    padding-left: 10px;
  }

  .thank-wrapper {
    max-width: 738px;
    margin-bottom: 160px;
  }

  .gratitude__order-success {
    font-size: 14px;
  }
  .gratitude__heading {
    font-size: 32px;
  }

  .thankyou-extras {
    width: 366px;
  }

  .thankyou-order-summary {
    width: 300px;
    margin-left: 20px;
  }
  .thankyou-order-summary td {
    padding-bottom: 15px;
  }

  .thankyou-extras__proposal-timer {
    font-size: 60px;
  }

  .id_complex-header {
    width: 555px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content {
    max-width: 460px;
    padding: 40px 0 100px;
  }

  header > .wrapper {
    padding: 16px 0;
  }

  .logo {
    width: 278px;
    height: 58px;
  }
  .logo_blocked {
    pointer-events: none;
  }

  .mob-nav-btn {
    width: 50px;
    height: 50px;
  }
  .mob-nav-btn_top-nav {
    left: 15px;
    background-position: 0px -169px;
  }
  .mob-nav-btn_login-form {
    right: 15px;
    background-position: 0px -224px;
  }

  .mob-nav-btn.pressed {
    background-position: 0px -279px;
  }

  .sidenav {
    padding-top: 28px;
  }
  .sidenav_profile-nav {
    padding-top: 0;
  }
  .sidenav__menu-item {
    font-size: 22px;
    padding: 0 22px;
  }

  .btn-link_medium {
    width: 220px;
  }
  .btn-link_chat {
    margin: 15px 0 0 18px;
  }
  .btn-link_logged {
    height: 51px;
    margin: 19px 0;
    padding: 0 20px 0 22px;
  }
  .btn-link_logout {
    flex-shrink: 0;
    width: 51px;
    height: 51px;
    background-position: 3px -348px;
    background-size: cover;
  }
  .btn-link_logout:hover, .btn-link_logout:active {
    background-position: 3px -405px;
  }

  .login-form__input {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .login-form__forgot-link {
    font-size: 14px;
  }

  .footer__policy {
    padding: 25px 0 35px;
  }
  .footer__disclaimer {
    padding: 32px 0 42px;
  }
  .footer__policy-item {
    flex: 0 0 45%;
  }
  .footer__policy-item_payments br {
    display: inline;
  }
  .footer__policy-item_notice {
    order: 3;
    margin-top: 30px;
  }
  .footer__policy-item_policy {
    order: 4;
    margin-top: 30px;
  }
  .footer__policy-item_payments {
    order: 2;
    margin-top: 0;
  }

  .pay-accept:nth-of-type(1), .pay-accept:nth-of-type(2), .pay-accept:nth-of-type(4), .pay-accept:nth-of-type(5) {
    margin-right: 5%;
  }
  .pay-accept:nth-of-type(3), .pay-accept:nth-of-type(6) {
    margin-right: 0;
  }
  .pay-accept:nth-of-type(1), .pay-accept:nth-of-type(2), .pay-accept:nth-of-type(3) {
    margin-bottom: 25px;
  }

  .policy-header {
    margin-bottom: 16px;
  }

  .disclaimer {
    width: 456px;
    height: 75px;
    margin-bottom: 15px;
  }

  .btn {
    width: 330px;
    height: 66px;
    border-radius: 33px;
    line-height: 60px;
    font-size: 25px;
  }
  .btn_proceed-order {
    width: 400px;
  }
  .btn_add-to-order {
    width: 234px;
    height: 50px;
    line-height: 44px;
    font-size: 17px;
  }

  .intro .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .intro__info, .intro__calculator {
    width: 100%;
    max-width: 100%;
  }
  .intro__info {
    padding: 0 20px;
  }
  .intro__calculator {
    background: #f58266;
    padding: 0 50px;
  }

  .paper-tag {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
    background-size: auto 65%;
    background-position: 98% 79%;
  }

  .get-paper-scheme {
    display: none;
  }

  .get-paper-form__fields {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background: #a7d6dc;
  }
  .get-paper-form__select-wrapper {
    max-width: 300px;
  }
  .get-paper-form__select-wrapper:before, .get-paper-form__select-wrapper:after {
    height: 43px;
  }
  .get-paper-form__select-wrapper:before {
    background-position: 15px -116px;
  }
  .get-paper-form__select {
    height: 46px;
    margin-bottom: 16px;
  }
  .get-paper-form__select_doctype {
    background-position: 15px 14px;
  }
  .get-paper-form__select_numpages {
    background-position: 15px -33px;
  }
  .get-paper-form__select_urgency {
    background-position: 13px -73px;
  }
  .get-paper-form__input-wrapper_checkbox {
    max-width: 100%;
    text-align: center;
  }
  .get-paper-form__label_discount {
    margin: 0 auto 17px;
  }
  .get-paper-form__button_getit.btn {
    width: 288px;
    height: 64px;
    line-height: 58px;
    font-size: 25px;
  }
  .get-paper-form__button_getit.btn:after {
    right: 22%;
  }

  .activity .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .activity .heading {
    text-align: center;
  }
  .activity__advantages-inner-wrapper, .activity__figures-inner-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
  .activity__advantages, .activity__figures {
    width: 100%;
    max-width: 100%;
    padding: 35px 13px 55px;
  }
  .activity__figures {
    order: 1;
  }
  .activity__advantages {
    order: 2;
  }

  .activity-figure__amount {
    width: 40%;
  }
  .activity-figure__description {
    width: 58%;
    font-size: 16px;
  }

  .advantage {
    font-size: 16px;
  }
  .advantage:before {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
  .advantage_price:before {
    background-position: 0 -86px;
  }
  .advantage_support:before {
    background-position: 0 -172px;
  }

  .testimonials .wrapper {
    max-width: 480px;
    padding: 33px 13px 50px;
    background-size: 120px auto;
    background-position: 10px 65px;
  }
  .testimonials__slider {
    width: 330px;
    margin: 40px auto 30px;
  }
  .testimonials__slider .slick-prev {
    left: -54px;
  }
  .testimonials__slider .slick-next {
    right: -54px;
  }
  .testimonials__slide .heading {
    font-size: 16px;
  }
  .testimonials__slide p {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .code-policy__intro .wrapper {
    max-width: 480px;
    background-size: 160px auto;
    background-position: -2% 77%;
  }
  .code-policy__intro .heading {
    text-align: center;
  }
  .code-policy__intro p {
    max-width: 100%;
    padding-left: 150px;
    font-size: 16px;
  }
  .code-policy__text .wrapper {
    padding: 0;
    flex-direction: column;
  }
  .code-policy__text p {
    font-size: 16px;
  }
  .code-policy__item {
    padding: 26px 0 36px;
  }
  .code-policy__item .heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .code-policy__item-inner-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 13px;
  }

  .trust-reasons__text .wrapper {
    padding: 0;
    flex-direction: column;
  }
  .trust-reasons__item-inner-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 13px;
  }
  .trust-reasons__item p, .trust-reasons__item .heading {
    text-align: left;
    padding-left: 100px;
  }
  .trust-reasons__item p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .trust-reasons__item p:first-of-type, .trust-reasons__item p:nth-of-type(2), .trust-reasons__item p:nth-of-type(3), .trust-reasons__item p:last-of-type {
    background-size: auto 72px;
  }

  .make-order .wrapper {
    max-width: 480px;
    background-size: 386px auto;
    background-position: 86% 47%;
  }
  .make-order .wrapper .btn {
    width: 288px;
    height: 64px;
    line-height: 58px;
    border-radius: 32px;
    font-size: 25px;
  }

  .page-heading .heading {
    margin: 15px 0;
  }

  .content .heading {
    margin-bottom: 15px;
  }
  .content p {
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .content .btn {
    margin-bottom: 45px;
  }
  .content_single-column .btn {
    margin-bottom: 15px;
  }

  .accordion__panel {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .accordion__item {
    padding: 16px 16px 16px 60px;
  }

  .deadline-btn-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .deadline-btn-block__explanation {
    width: 100%;
    text-align: center;
  }

  .prices-additional-info {
    flex-direction: column;
  }

  .discounts, .paper-format {
    width: 460px;
    margin: 20px 0 0;
    padding: 20px 62px 30px;
  }
  .discounts__heading, .paper-format__heading {
    font: 500 24px/31px "Exo 2";
  }

  .discounts__page-quantity {
    padding-top: 85px;
    font-size: 16px;
    line-height: 22px;
  }
  .discounts__page-quantity_s {
    background-position: 24px 0;
  }
  .discounts__page-quantity_m {
    background-position: -68px 0;
  }
  .discounts__page-quantity_l {
    background-position: -155px 0;
  }
  .discounts__discount-value {
    font-size: 16px;
  }

  .paper-format__info {
    font-size: 16px;
  }
  .paper-format__info-name {
    width: 46%;
  }
  .paper-format__info-value {
    width: 54%;
    padding-left: 10px;
  }

  .quality-level-features__column div {
    height: 46px;
    min-height: 46px;
    font-size: 16px;
  }
  .quality-level-features__column div.heading {
    font: 500 18px/21px "Exo 2";
  }
  .quality-level-features__column div.heading_features {
    justify-content: flex-start;
  }
  .quality-level-features__column_items {
    width: 34%;
  }
  .quality-level-features__column_items div {
    justify-content: flex-start;
    padding-right: 12px;
  }
  .quality-level-features__column_marks {
    width: 22%;
  }

  .product-filters__item {
    padding-bottom: 15px;
  }
  .product-filters__item_currency {
    padding-top: 23px;
  }
  .product-filters__item-title {
    margin-right: 15px;
    width: 120px;
    font-size: 16px;
    font-weight: 300;
  }
  .product-filters__select-wrapper input, .product-filters__select-wrapper select {
    font-size: 16px;
  }

  .prices-table__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
  }
  .prices-table__heading_urgency {
    justify-content: flex-start;
    padding-left: 0;
  }
  .prices-table__heading_undergraduate, .prices-table__heading_specialized, .prices-table__heading_specialized-math-law-biology-finance {
    word-break: break-all;
  }
  .prices-table__value {
    font-size: 16px;
  }
  .prices-table__value_urgency {
    justify-content: flex-start;
  }
  .prices-table th:first-child, .prices-table__heading_urgency {
    width: 95px;
  }
  .prices-table a:hover {
    background: #fffcf3;
    border: 2px solid #66943A;
    font-weight: 600;
    color: #66943a;
    text-align: center;
    transform: scale(1.1, 1.8);
    transition: all 0.2s;
  }
  .prices-table a:hover .price_text, .prices-table a:hover .price_tb_buy {
    transform: scale(0.8, 0.6);
  }

  .order-scheme {
    padding: 25px 0;
  }
  .order-scheme__step {
    width: 165px;
    margin: 0 5px;
  }
  .order-scheme__step:last-of-type {
    width: 115px;
  }
  .order-scheme__step-description {
    font-size: 16px;
  }
  .order-scheme__step-number {
    width: 42px;
    height: 42px;
    margin-right: 6px;
    font: 900 25px/40px "Exo 2";
  }

  .orderform {
    max-width: 455px;
  }
  .orderform textarea {
    height: 172px;
    font-size: 16px;
  }
  .orderform input, .orderform select {
    height: 38px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 16px;
  }
  .orderform select {
    width: 292px;
    background-size: 31px auto;
    background-position: right -306px;
  }
  .orderform input[type=text], .orderform .product-filters__select-wrapper select[type=text], .product-filters__select-wrapper .orderform select[type=text], .orderform textarea, .orderform #doctype {
    width: 426px;
  }
  .orderform #email, .orderform #quiz_login {
    width: calc(426px - 25px);
  }
  .orderform #firstname, .orderform #lastname {
    width: calc(206px - 7px);
  }
  .orderform #promo {
    width: 206px;
  }
  .orderform #preff_wrt {
    width: 138px;
  }
  .orderform #phone1_country {
    width: 50px;
  }
  .orderform #phone1_area, .orderform #phone1_number {
    margin-left: 8px;
  }
  .orderform #phone1_area {
    width: 70px;
  }
  .orderform #phone1_number {
    width: 100px;
  }
  .orderform #country {
    width: 142px;
  }
  .orderform .linear-select:not(#linear-select-o_interval) a {
    height: 38px;
    padding: 0 10px;
    font-size: 16px;
    flex-grow: 1;
    text-align: center;
  }
  .orderform .linear-select#linear-select-curr a {
    height: 30px;
    font-size: 12px;
  }
  .orderform #row_o_interval .order-detail__label, .orderform #row_cost_per_page .order-detail__label {
    width: 25%;
  }
  .orderform #row_o_interval .order-detail__label_preview, .orderform #row_cost_per_page .order-detail__label_preview {
    width: 200px;
  }
  .orderform #row_o_interval .order-detail__input, .orderform #row_cost_per_page .order-detail__input {
    width: 75%;
  }
  .orderform #row_wrlevel .order-detail__input, .orderform #row_academic_level .order-detail__input {
    width: 100%;
  }
  .orderform #linear-select-o_interval a {
    height: 38px;
    font-size: 16px;
  }
  .orderform #linear-select-o_interval a:first-of-type {
    margin-right: 15px;
  }
  .orderform #linear-select-o_interval a:before {
    margin-right: 9px;
    width: 22px;
    height: 22px;
  }
  .orderform div.validation_error {
    font-size: 14px;
  }

  .order-heading {
    font-weight: 600;
    margin-bottom: 25px;
  }

  .order-form__panel {
    margin-bottom: 52px;
    padding: 30px 12px;
  }

  .customer-info, .order-detail {
    flex-wrap: wrap;
  }
  .customer-info_preview, .order-detail_preview {
    flex-wrap: nowrap;
  }
  .customer-info__label, .order-detail__label {
    width: 100%;
  }
  .customer-info__label_preview, .order-detail__label_preview {
    width: 200px;
  }

  .customer-info__input_preview, .order-detail__input_preview {
    font-size: 16px;
    min-height: 18px;
  }

  #set-discount-code .order-detail {
    flex-wrap: nowrap;
  }
  #set-discount-code .order-detail__label {
    width: 25%;
    height: 38px;
  }
  #set-discount-code .order-detail__input {
    width: 75%;
    padding-left: 25px;
  }

  .customer-info, .order-detail, .order-extra {
    margin-bottom: 15px;
  }
  .customer-info__label, .order-detail__label, .order-extra__label {
    padding: 0;
    margin-bottom: 4px;
    min-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  .customer-info__label_preview, .order-detail__label_preview, .order-extra__label_preview {
    padding: 0 25px 0 0;
    align-self: flex-start;
  }
  .customer-info__inputs-wrapper, .order-detail__inputs-wrapper, .order-extra__inputs-wrapper {
    width: 426px;
    max-width: 426px;
  }

  .customer-info__input_phone {
    max-width: 272px;
  }

  .order-extra__label {
    width: 216px;
    padding-right: 16px;
  }
  .order-extra__input-label {
    flex-shrink: 0;
  }
  .order-extra__input {
    align-items: flex-start;
    font-size: 16px;
  }
  .order-extra__input_preview {
    min-height: 18px;
  }

  #row_preff_wr_id .order-extra__label, #row_preff_wr_id .order-extra__input {
    align-items: flex-start;
  }
  #row_preff_wr_id .label_comment {
    display: block;
  }

  #preff_wr_id {
    width: 185px;
    max-width: 185px;
  }
  #preff_wr_id li div.validation_error {
    max-width: 150px;
  }

  #cost_per_page {
    font-size: 16px;
    padding-left: 10px;
    height: 38px;
  }

  #row_details .label_comment {
    padding-left: 6px;
    font-size: smaller;
  }
  #row_details br {
    display: none;
  }
  #row_details .order-detail_preview .label_comment {
    padding-left: 0px;
  }
  #row_details .order-detail__input_preview {
    align-self: flex-start;
  }

  .field-hint {
    height: 14px;
    width: 14px;
  }
  .field-hint__text {
    font-size: 12px;
  }
  .field-hint__text * {
    font-size: 12px;
  }
  .field-hint_preff-writers {
    top: 12px;
    margin-left: 0;
  }

  .terms-and-conditions {
    font-size: 13px;
  }

  .payment-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .payment-btn-wrapper .btn_edit-order {
    position: relative;
    order: 2;
    margin-top: 18px;
    height: 26px;
    font-size: 18px;
    line-height: 1.2;
    width: 100px;
  }
  .payment-btn-wrapper .btn_proceed-order {
    order: 1;
  }

  .thank-wrapper {
    max-width: 446px;
    margin-bottom: 120px;
  }

  .gratitude__order-success {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 15px 0 10px;
  }
  .gratitude__heading {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .thankyou-extras {
    width: 446px;
  }
  .thankyou-extras__proposal {
    padding: 0 9px;
  }
  .thankyou-extras__proposal-text {
    max-width: 240px;
    font-size: 16px;
  }
  .thankyou-extras__proposal-text strong {
    font-size: 20px;
  }
  .thankyou-extras__proposal-timer {
    font-size: 69px;
  }
  .thankyou-extras__list-item-title, .thankyou-extras__list-item-price {
    font-size: 16px;
  }
  .thankyou-extras__price-ticker {
    margin-right: 15px;
    width: 21px;
    height: 21px;
    background-size: 19px auto;
  }
  .thankyou-extras__list-item-body {
    max-width: 284px;
    padding: 0 0 20px 20px;
    font-weight: 400;
    font-size: 16px;
  }
  .thankyou-extras__total-price {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .thankyou-extras__list-item-price.checked .thankyou-extras__price-ticker {
    background-position: 0 -19px;
  }

  .thankyou-order-summary {
    width: 446px;
    margin-left: 0;
  }

  .order-details-summary {
    margin-top: 20px;
    font-size: 16px;
  }

  .order-details-actions__item {
    font-size: 16px;
  }
  .order-details-actions__item:before {
    width: 17px;
    height: 17px;
    margin-right: 11px;
    background-image: url(../../../images/thku-page-icons.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .order-details-actions__item span {
    line-height: 21px;
  }
  .order-details-actions__item a {
    padding-top: 0px;
    line-height: 1;
  }

  .id_complex-header {
    width: 275px;
  }
}
@media only screen and (max-width: 479px) {
  .content {
    max-width: 300px;
    padding: 34px 0 64px;
  }

  .logo {
    width: 178px;
    height: 40px;
  }

  .mob-nav-btn {
    width: 36px;
    height: 36px;
  }
  .mob-nav-btn_top-nav {
    left: 10px;
    background-position: 0px -122px;
  }
  .mob-nav-btn_login-form {
    right: 10px;
    background-position: 0px -161px;
  }

  .mob-nav-btn.pressed {
    background-position: 0px -201px;
  }

  .sidenav_top-nav.open, .sidenav_login-form.open, .sidenav_profile-nav.open {
    width: 208px;
  }

  .page-wrapper.translated-r {
    box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.17);
    transform: translateX(208px);
  }

  .page-wrapper.translated-l {
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.17);
    transform: translateX(-208px);
  }

  .sidenav {
    padding-top: 25px;
  }
  .sidenav_profile-nav {
    padding-top: 0;
  }
  .sidenav__menu-item {
    height: 50px;
    font-size: 16px;
    padding-left: 6px;
  }
  .sidenav_login-form-heading {
    margin: 30px 0 6px;
    font-size: 24px;
  }

  .btn-link_medium {
    width: 180px;
  }
  .btn-link_chat {
    font-size: 13px;
    margin: 15px 0 0 6px;
  }
  .btn-link_logged {
    margin: 16px 0;
    height: 39px;
    padding: 0 6px;
  }
  .btn-link_profile {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 15px;
  }
  .btn-link_logout {
    width: 39px;
    height: 39px;
    background-position: 2px -266px;
  }
  .btn-link_logout:hover, .btn-link_logout:active {
    background-position: 2px -310px;
  }

  .login-form__input {
    width: 175px;
    height: 40px;
    margin-bottom: 14px;
    padding: 0 8px 0 28px;
    border: 2px solid #e2ded5;
    font-size: 13px;
  }
  .login-form__input_email {
    background: #fff url(../../images/header-icons.png) 8px -73px no-repeat;
  }
  .login-form__input_password {
    background: #fff url(../../images/header-icons.png) 8px -106px no-repeat;
  }
  .login-form__submit {
    margin: 0 auto 10px;
    width: 162px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 900;
  }
  .login-form__forgot-link {
    font-size: 13px;
  }

  .footer__policy {
    padding: 25px 0 30px;
  }
  .footer__disclaimer {
    padding: 28px 0 35px;
  }
  .footer__policy-item {
    flex: 0 0 45%;
  }
  .footer__policy-item_policy, .footer__policy-item_notice {
    flex: 0 0 100%;
    order: 4;
  }
  .footer__policy-item_payments br {
    display: none;
  }

  .policy-header {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .bottom-nav__menu-item {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .pay-accept:nth-of-type(1), .pay-accept:nth-of-type(3), .pay-accept:nth-of-type(5) {
    margin-right: 28px;
  }
  .pay-accept:nth-of-type(2), .pay-accept:nth-of-type(4), .pay-accept:nth-of-type(6) {
    margin-right: 0;
  }
  .pay-accept:nth-of-type(1), .pay-accept:nth-of-type(2), .pay-accept:nth-of-type(3), .pay-accept:nth-of-type(4) {
    margin-bottom: 24px;
  }

  .disclaimer {
    width: 298px;
    height: 112px;
    margin-bottom: 17px;
  }

  .btn {
    width: 230px;
    height: 46px;
    border-width: 2px;
    border-radius: 23px;
    line-height: 42px;
    font-size: 18px;
  }
  .btn_proceed-order {
    width: 225px;
  }
  .btn_proceed-order span {
    display: none;
  }
  .btn_proceed-order:after {
    top: 53%;
    right: 22%;
  }
  .btn_add-to-order {
    width: 188px;
    height: 40px;
    line-height: 34px;
    font-size: 16px;
  }

  .heading {
    font-size: 24px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .intro__info {
    padding: 0 6px;
  }
  .intro__calculator {
    padding: 0 32px;
  }

  .paper-tag {
    max-width: 320px;
    padding-bottom: 50px;
    background-size: auto 55%;
    background-position: 98% 78%;
  }
  .paper-tag__heading {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .paper-tag__subheading {
    max-width: 240px;
    font-size: 14px;
    line-height: 21px;
  }

  .get-paper-form__fields {
    max-width: 320px;
    padding: 28px;
  }
  .get-paper-form__select-wrapper {
    min-width: 200px;
  }
  .get-paper-form__select-wrapper:before, .get-paper-form__select-wrapper:after {
    height: 32px;
  }
  .get-paper-form__select-wrapper:before {
    width: 30px;
  }
  .get-paper-form__select-wrapper:after {
    width: 40px;
  }
  .get-paper-form__select-wrapper:before {
    background-size: 32px auto;
    background-position: 11px -122px;
  }
  .get-paper-form__select {
    height: 34px;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 0 30px;
    border-bottom: 2px solid #83b1b6;
    background-size: 25px auto;
  }
  .get-paper-form__select_doctype {
    background-position: 10px 11px;
  }
  .get-paper-form__select_numpages {
    background-position: 10px -27px;
  }
  .get-paper-form__select_urgency {
    background-position: 9px -59px;
  }
  .get-paper-form__label_discount {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .get-paper-form__label_discount:before {
    width: 21px;
    height: 21px;
    margin-right: 6px;
    background-size: 25px auto;
    background-position: 6px -142px;
  }
  .get-paper-form__label_discount:hover:before, .get-paper-form__label_discount:focus:before {
    background-color: #fff;
    background-position: 4px -177px;
  }
  .get-paper-form__checkbox_discount:checked + .get-paper-form__label_discount:before {
    background-position: 4px -206px;
  }
  .get-paper-form__button_getit.btn {
    width: 200px;
    height: 44px;
    line-height: 40px;
    font-size: 18px;
  }
  .get-paper-form__button_getit.btn:after {
    border-width: 4px;
    right: 22%;
  }

  .activity__advantages, .activity__figures {
    width: 100%;
    max-width: 100%;
    padding: 30px 12px 45px;
  }
  .activity__advantages-inner-wrapper {
    max-width: 320px;
  }

  .activity-figure {
    align-items: center;
    margin-bottom: 15px;
  }
  .activity-figure__amount {
    font-size: 22px;
  }
  .activity-figure__description {
    font-size: 13px;
  }

  .social-links {
    margin-top: 16px;
  }

  .social-link {
    width: 38px;
    height: 38px;
    margin: 0 3px;
    background-size: auto 16px;
  }
  .social-link_fb {
    background-position: 14px 10px;
  }
  .social-link_tw {
    background-position: -27px 10px;
  }
  .social-link_gplus {
    background-position: -68px 10px;
  }

  .advantage {
    font-size: 13px;
    line-height: 20px;
  }
  .advantage:before {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .advantage_price:before {
    background-position: 0 -72px;
  }
  .advantage_support:before {
    background-position: 0 -147px;
  }

  .testimonials .wrapper {
    max-width: 320px;
    padding: 30px 12px;
    background-size: 100px auto;
    background-position: 10px 30px;
  }
  .testimonials__slider {
    width: 200px;
    margin: 10px auto 15px;
  }
  .testimonials__slider .slick-arrow {
    width: 22px;
    height: 38px;
    background-size: auto 38px;
  }
  .testimonials__slider .slick-prev {
    left: -40px;
    background-position: 0 0;
  }
  .testimonials__slider .slick-prev:hover, .testimonials__slider .slick-prev :active {
    background-position: -51px 0;
  }
  .testimonials__slider .slick-next {
    right: -40px;
    background-position: -27px 0;
  }
  .testimonials__slider .slick-next:hover, .testimonials__slider .slick-next :active {
    background-position: -76px 0;
  }
  .testimonials__slide .heading {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .testimonials__slide p {
    font-size: 13px;
    line-height: 20px;
  }

  .code-policy__intro .wrapper {
    max-width: 320px;
    padding: 30px 7px;
    background-size: 106px auto;
    background-position: 0% 55%;
  }
  .code-policy__intro .wrapper p {
    padding-left: 115px;
    font-size: 13px;
    line-height: 20px;
  }
  .code-policy__item-inner-wrapper {
    max-width: 320px;
  }
  .code-policy__item {
    padding: 20px 0 30px;
  }
  .code-policy__text .heading {
    font-size: 15px;
    line-height: 20px;
  }
  .code-policy__text p {
    font-size: 13px;
    line-height: 20px;
  }

  .trust-reasons__intro .wrapper {
    padding: 30px 7px 10px;
  }
  .trust-reasons__item-inner-wrapper {
    max-width: 320px;
    padding: 0 12px;
  }
  .trust-reasons__item {
    padding: 20px 0;
  }
  .trust-reasons__item .heading {
    font-size: 20px;
    margin-bottom: 8px;
    padding: 0 0 0 66px;
  }
  .trust-reasons__item p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 0 66px;
  }
  .trust-reasons__item p:first-of-type, .trust-reasons__item p:nth-of-type(2), .trust-reasons__item p:nth-of-type(3), .trust-reasons__item p:last-of-type {
    background-size: auto 56px;
    background-position: 0 25%;
  }

  .make-order .wrapper {
    max-width: 320px;
    padding-top: 25px;
    background-size: 280px auto;
    background-position: 98% 37%;
  }
  .make-order .wrapper .btn {
    width: 208px;
    height: 46px;
    line-height: 42px;
    border-radius: 23px;
    font-size: 18px;
  }

  .page-heading .heading {
    margin: 12px 0;
    font-size: 24px;
  }

  .content .heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 25px;
    line-height: 31px;
  }
  .content p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .content .btn {
    margin-bottom: 38px;
  }
  .content_single-column .btn {
    margin-bottom: 15px;
  }

  .accordion__panel {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
  }
  .accordion__item {
    padding: 15px 10px 15px 45px;
  }
  .accordion__button {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion__button:before {
    left: -6px;
    transform: translate(-100%, 0);
    width: 26px;
    height: 26px;
    background: url(/../../../images/faq-accordion-icons.png) 0 0 no-repeat;
    background-size: cover;
  }
  .accordion__button.opened:before {
    background: url(/../../../images/faq-accordion-icons.png) 0 -29px no-repeat;
    background-size: cover;
  }

  .deadline-text-block {
    font-size: 15px;
  }

  .discounts, .paper-format {
    width: 100%;
    padding: 22px 12px;
  }

  .discounts__page-quantity {
    padding-top: 85px;
    font-size: 13px;
  }
  .discounts__page-quantity_s {
    background-position: 17px 0;
  }
  .discounts__page-quantity_m {
    background-position: -77px 0;
  }
  .discounts__page-quantity_l {
    background-position: -166px 0;
  }

  .paper-format__info {
    font-size: 13px;
  }
  .paper-format__info-name {
    width: 38%;
  }
  .paper-format__info-value {
    width: 62%;
    padding-left: 6px;
  }

  .quality-level-features__column div {
    height: 46px;
    min-height: 46px;
    font-size: 13px;
  }
  .quality-level-features__column div.heading {
    font: 500 13px/31px "Exo 2";
  }
  .quality-level-features__column div.heading_features {
    font-size: 20px;
  }
  .quality-level-features__column_items {
    width: 37%;
  }
  .quality-level-features__column_items div {
    padding-right: 10px;
  }
  .quality-level-features__column_marks {
    width: 21%;
  }

  .prices-wrapper {
    margin-bottom: 25px;
  }

  .product-filters {
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-filters__item {
    padding-bottom: 12px;
  }
  .product-filters__item_currency {
    padding-top: 28px;
  }
  .product-filters__item label {
    flex-wrap: wrap;
  }
  .product-filters__item-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
  }
  .product-filters input, .product-filters select {
    height: 28px;
    line-height: 26px;
    width: 274px;
    padding: 0 22px 0 4px;
    font-size: 13px;
  }
  .product-filters select {
    background-size: 22px auto;
    background-position: 250px -218px;
  }

  .prices__currency {
    height: 28px;
    font-size: 12px;
  }

  .prices-table__heading {
    font-size: 15px;
  }
  .prices-table__value {
    font-size: 12px;
  }
  .prices-table th:first-child, .prices-table__heading_urgency {
    width: 64px;
  }
  .prices-table .price_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .prices-table .price_text .price_tb_buy {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .order-scheme {
    padding: 12px 0;
  }
  .order-scheme__step {
    width: 105px;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .order-scheme__step:last-of-type {
    width: 75px;
  }
  .order-scheme__step-description {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  .order-scheme__step-number {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    font: 900 25px/31px "Exo 2";
  }

  .order-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .order-form__panel {
    margin-bottom: 35px;
    padding: 22px 8px;
  }

  .customer-info, .order-detail, .order-extra {
    margin-bottom: 10px;
  }
  .customer-info__label, .order-detail__label, .order-extra__label {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
  }
  .customer-info__label_preview, .order-detail__label_preview, .order-extra__label_preview {
    width: 105px;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  .customer-info__inputs-wrapper, .order-detail__inputs-wrapper, .order-extra__inputs-wrapper {
    width: 283px;
    max-width: 283px;
  }

  .orderform {
    max-width: 304px;
  }
  .orderform textarea {
    height: 115px;
    font-size: 12px;
  }
  .orderform input, .orderform select {
    height: 27px;
    line-height: 25px;
    padding-left: 4px;
    font-size: 12px;
  }
  .orderform select {
    width: 190px;
    background-size: 22px auto;
    background-position: right -218px;
  }
  .orderform input[type=text], .orderform .product-filters__select-wrapper select[type=text], .product-filters__select-wrapper .orderform select[type=text], .orderform textarea, .orderform #doctype {
    width: 283px;
  }
  .orderform #email, .orderform #quiz_login {
    width: calc(283px - 25px);
  }
  .orderform #firstname, .orderform #lastname {
    width: calc(134px - 7px);
  }
  .orderform #promo {
    width: 134px;
  }
  .orderform #preff_wrt {
    width: 78px;
  }
  .orderform #phone1_country {
    width: 34px;
  }
  .orderform #phone1_area, .orderform #phone1_number {
    margin-left: 0px;
  }
  .orderform #phone1_area {
    width: 50px;
  }
  .orderform #phone1_number {
    width: 70px;
  }
  .orderform #country {
    width: 96px;
    padding-right: 26px;
  }
  .orderform .linear-select:not(#linear-select-o_interval) a {
    min-height: 27px;
    padding: 5px;
    font-size: 13px;
  }
  .orderform #linear-select-o_interval a {
    height: 27px;
    font-size: 12px;
  }
  .orderform #linear-select-o_interval a:first-of-type {
    margin-right: 12px;
  }
  .orderform #linear-select-o_interval a:before {
    margin-right: 2px;
    width: 15px;
    height: 15px;
  }
  .orderform .linear-select#linear-select-curr a {
    padding: 5px 13px;
  }
  .orderform .customer-info__input_phone .field-hint {
    margin-left: 2px;
  }
  .orderform #row_o_interval .order-detail__label, .orderform #row_o_interval .order-detail__input, .orderform #row_cost_per_page .order-detail__label, .orderform #row_cost_per_page .order-detail__input {
    height: 27px;
  }
  .orderform #row_o_interval .order-detail__input, .orderform #row_cost_per_page .order-detail__input {
    padding-left: 10px;
  }
  .orderform #row_o_interval .order-detail__input_preview, .orderform #row_cost_per_page .order-detail__input_preview {
    padding-left: 0px;
  }
  .orderform #row_o_interval .order-detail__label {
    width: 20%;
  }
  .orderform #row_o_interval .order-detail__label_preview {
    width: 105px;
  }
  .orderform #row_o_interval .order-detail__input {
    padding-left: 10px;
    width: 80%;
  }
  .orderform #row_o_interval .order-detail__input_preview {
    padding-left: 0px;
  }
  .orderform #row_cost_per_page .order-detail__label {
    width: 30%;
  }
  .orderform #row_cost_per_page .order-detail__label_preview {
    width: 105px;
  }
  .orderform #row_cost_per_page .order-detail__input {
    width: 70%;
  }
  .orderform #set-discount-code .order-detail__label {
    width: 30%;
  }
  .orderform #set-discount-code .order-detail__input {
    width: 70%;
  }
  .orderform div.validation_error {
    font-size: 12px;
  }

  #cost_per_page {
    font-size: 13px;
    height: 27px;
  }

  .order-extra__label {
    width: 140px;
    padding-right: 12px;
  }
  .order-extra__input {
    font-size: 13px;
  }
  .order-extra__input .field-hint {
    align-self: flex-start;
    top: 5px;
  }

  #preff_wr_id {
    width: 125px;
    max-width: 125px;
  }

  .total-order-price {
    margin-bottom: 12px;
  }
  .total-order-price #label_total {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .total-order-price T .label_comment {
    margin-bottom: 5Tpx;
    font-size: 13px;
  }
  .total-order-price #discount_span {
    font-size: 13px;
  }

  .terms-and-conditions {
    text-align: center;
    max-width: 190px;
  }

  .customer-info__input_preview, .order-detail__input_preview {
    font-size: 13px;
  }

  .thank-wrapper {
    max-width: 300px;
    margin-bottom: 10 0px;
  }

  .gratitude__order-success {
    margin-bottom: 16px;
    font-size: 14px;
    padding: 9px 0 6px;
  }
  .gratitude__heading {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .thankyou-extras {
    width: 300px;
  }
  .thankyou-extras__heading {
    font-size: 20px;
  }
  .thankyou-extras__body {
    padding: 12px 8px 30px;
    border: 1px solid #bcbab7;
    font-size: 13px;
  }
  .thankyou-extras__list {
    margin-bottom: 25px;
  }
  .thankyou-extras__proposal {
    padding: 0 7px;
    margin-bottom: 10px;
  }
  .thankyou-extras__proposal-text {
    max-width: 140px;
    font-size: 13px;
  }
  .thankyou-extras__proposal-text strong {
    font-size: 18px;
  }
  .thankyou-extras__list-item-heading {
    min-height: 40px;
    padding: 12px 6px;
  }
  .thankyou-extras__proposal-timer {
    font-size: 63px;
  }
  .thankyou-extras__list-item-title, .thankyou-extras__list-item-price {
    font-size: 13px;
  }
  .thankyou-extras__price-ticker {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-size: 13px auto;
  }
  .thankyou-extras__list-item-body {
    max-width: 200px;
    padding: 0 0 18px 18px;
    font-size: 13px;
  }
  .thankyou-extras__total-price {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .thankyou-extras__list-item-price.checked .thankyou-extras__price-ticker {
    background-position: 0 -13px;
  }

  .thankyou-order-summary {
    width: 300px;
  }
  .thankyou-order-summary .content-heading {
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .order-details-summary {
    margin-top: 18px;
    font-size: 13px;
  }
  .order-details-summary td {
    padding-bottom: 15px;
  }
  .order-details-summary td:first-child {
    width: 60px;
  }

  .order-details-actions__item {
    font-size: 13px;
  }
  .order-details-actions__item:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .order-details-actions__item span {
    line-height: 19px;
  }

  .auth__form-label {
    flex-direction: column;
  }
  .auth__form-label-text {
    position: static;
    transform: translateX(0%);
  }

  .id_complex-header {
    width: 300px;
  }

  .id_leftimg {
    margin-right: 15px;
    bottom: -2px;
  }

  .id_media-item {
    background: url(/images/news-pic4.png) no-repeat 4% 28%;
  }
}

/*# sourceMappingURL=main.css.map */
