

/* Start:/local/templates/dp/assets/css/preloader.css?16306627821195*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.7s opacity ease-out;
  -o-transition: 0.7s opacity ease-out;
  transition: 0.7s opacity ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

.loaded_hiding .preloader {
  opacity: 1;
}

.loaded .preloader {
  opacity: 0;
  -webkit-animation: fadeOut 0.7s;
  animation: fadeOut 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width:767px) {
  .preloader img{
    max-width: 100px;
  }
}
/* End */


/* Start:/local/templates/dp/assets/css/reset.css?15855617062934*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
/* End */


/* Start:/local/templates/dp/assets/css/style.css?1664618235732616*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  outline: none !important;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

.header_mob,
.header_mob_menu {
  display: none;
}

.dialog__overlay {
  background: rgba(10, 10, 10, 0.9) !important;
}

.dialog__content {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.red_btn__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.red_btn {
  width: 300px;
  height: 60px;
  background-color: #c40026;
  border: 2px solid #c40026;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
}

.red_btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  /* border: 2px solid #c40026; */
  color: #c40026;
  z-index: 3;
}

.grey_btn {
  width: 300px;
  height: 60px;
  background-color: #c0c2c4;
  border: 2px solid #c0c2c4;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
}

.grey_btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  /* border: 2px solid #c0c2c4; */
  color: #c0c2c4;
  z-index: 3;
}

h2 {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
}

.inner_page .footer__connect-title h2 {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
}

.dialog,
.dialog__overlay {
  z-index: 50;
}

.dialog .close_modal {
  position: absolute;
  right: 3%;
  top: 1%;
  cursor: pointer;
  font-weight: 300 !important;
  font-size: 45px;
  color: #ccc;
  transition: -webkit-transform 0.7s ease-in-out;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  right: 4%;
  top: 0%;
}

.dialog .close_modal:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#dialogModalVideo .dialog__content {
  max-width: 940px;
  width: 100%;
}

.dialog h2 {
  font-family: "Open Sans" !important;
  color: #c40026;
  font-weight: 300 !important;
}

.dialog h3 {
  font-family: "Open Sans" !important;
  color: #c40026;
  font-weight: 300 !important;
}

header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 0;
  -webkit-box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

header .header_cnt {
  width: 100%;
  height: 100px;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header_cnt .header__logo {
  width: 203px;
  position: relative;
  top: 57px;
}

header .header_cnt .header__menu {
  width: 67%;
  width: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header_cnt .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 840px; */
  width: 100%;
  width: 100%;
  justify-content: space-between;
}

header .header_cnt .header__menu ul li {
  margin-right: 71px;
  margin-right: 0;
}

header .header_cnt .header__menu ul li:last-of-type {
  margin-right: 0;
}

header .header_cnt .header__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  left: 0;
  -webkit-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}

header .header_cnt .header__menu ul li a:hover {
  left: 5px;
}

header .header_cnt .header__menu ul li a.active {
  color: #c40026;
}

header .header_cnt .header__search_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_cnt .card_link_href {
  display: block;
  margin-right: 33px;
}

header .header_cnt .card_link {
  display: none;
  width: 26px;
  height: 24px;
  background-image: url(/local/templates/dp/assets/css/../img/icon_cart.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_cnt .card_link:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

header .header_cnt .card_link.card_link_full {
  background-image: url(/local/templates/dp/assets/css/../img/icon_cart_full.svg);
  color: #ffffff;
  font-size: 10px;
  padding-left: 11px;
  padding-top: 3px;
}

header .header_cnt .header__search {
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-search.svg);
  background-repeat: no-repeat;
  margin-right: 40px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_cnt .header__search:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

header .header_cnt #search_form {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 53%;
  display: none;
}

header .header_cnt #search_form input {
  width: 100%;
  border: 1px solid #c7c8ca;
  height: 39px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_cnt #search_form input:focus {
  border: 1px solid #9a9a9a;
}

header .header_cnt #search_form input::-webkit-input-placeholder {
  color: #000;
}

header .header_cnt #search_form input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

header .header_cnt #search_form input:-ms-input-placeholder {
  color: #000;
}

header .header_cnt #search_form input:-moz-placeholder {
  color: #000;
}

header .header_cnt .header__profile {
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_cnt .header__profile:hover {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

header .header_cnt .header__lang {
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  background-image: url(/local/templates/dp/assets/css/../img/lang_hr.png);
  background-repeat: no-repeat;
  background-position: 100% 17%;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

header .header_cnt .header__lang:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

header .header_cnt .header__lang:hover .lang_block {
  display: block;
}

header .header_cnt .header__lang:hover .lang_block:after {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

header .header_cnt .header__lang:hover .lang_block:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 13px;
  margin-left: -13px;
}

header .header_cnt .header__lang .lang_block {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #fff;
  /* width: 73px; */
  width: 130px;
  /* height: 104px; */
  border: 2px solid #e5e5e5;
  padding: 7px;
  padding: 14px;
  z-index: 3;
}

@media (max-width:1500px){
  header .header_cnt .header__lang .lang_block {
   left: -30px;
  }
}

header .header_cnt .header__lang .lang_block ul {
  margin-top: 10px;
  padding-left: 7px;
}

header .header_cnt .header__lang .lang_block ul li {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_cnt .header__lang .lang_block ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

header .header_cnt .header__lang .lang_block ul li a {
  color: #96969a;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14px;
}

header .profile_btn {
  position: relative;
  padding-bottom: 20px;
  top: 10px;
  cursor: default !important;
}

header .profile_btn a {
  color: #96969a;
}

header .profile_btn:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

header .profile_btn:hover .profile_block {
  display: block;
}

header .profile_btn:hover .profile_block:after {
  bottom: 100%;
  left: 24%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

header .profile_btn:hover .profile_block:before {
  bottom: 100%;
  left: 24%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 13px;
  margin-left: -13px;
}

header .profile_btn .profile_block {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #fff;
  width: 140px;
  height: 140px;
  border: 2px solid #e5e5e5;
  padding: 7px;
  padding: 14px;
  z-index: 3;
}

header .profile_btn .profile_block:after {
  bottom: 100%;
  left: 24%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

header .profile_btn .profile_block:before {
  bottom: 100%;
  left: 24%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 13px;
  margin-left: -13px;
}

header .profile_btn .profile_block ul {
  /* margin-top: 10px; */
  padding-left: 7px;
}

header .profile_btn .profile_block ul li {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .profile_btn .profile_block ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

header .profile_btn .profile_block ul li a {
  color: #96969a;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14px;
}

header .profile_btn .profile_block ul li.exit a {
  color: #c40026;
}

header .profile_btn .profile_block ul li.exit {
  margin-top: 10px;
}

header .header_cnt .header__profile.profile_btn:hover {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.row_1__slider {
  max-width: 100%;
  margin: 0 auto;
  /* padding-top: 100px; */
}

.row_1__slider img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row_1__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.row_1__slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_1__slider .slick-dots li {
  margin-right: 20px;
}

.row_1__slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.row_1__slider .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_white.png);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
}

.row_1__slider .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_white.png);
}

.row_1__slider .slick-prev {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-left.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_1__slider .slick-prev:hover {
  opacity: 0.85;
  -webkit-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

.row_1__slider .slick-next {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-right.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999999px;
  right: 30px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_1__slider .slick-next:hover {
  opacity: 0.85;
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.row_1__slider_item {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

.row_1__slider_item .row_1__slider_item__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -27%);
  -ms-transform: translate(-50%, -27%);
  transform: translate(-50%, -27%);
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.row_1__slider_item .row_1__slider_item__text .row_1__slider_item__text_btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 50px;
}

.row_1__slider_item .row_1__slider_item__text .row_1__slider_item__text_title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.row_1__slider_item .row_1__slider_item__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.row_2__program {
  padding-top: 65px;
}

.row_2__program h2 {
  text-align: center;
}

.row_2__program .row_2__program_p {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.row_2__program .row_2__program_p::after {
  content: "";
  width: 317px;
  height: 328px;
  background-image: url(/local/templates/dp/assets/css/../img/row_2__program_p__item.png);
  position: absolute;
  top: -64%;
  right: -28%;
  z-index: -1;
}

.row_2__program .row_2__program_flex {
  max-width: 975px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.row_2__program .row_2__program_flex .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_dark_blue.png);
  background-repeat: no-repeat;
}

.row_2__program .row_2__program_flex .slick-dots li {
  margin-right: 20px;
}

.row_2__program .row_2__program_flex .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_dark_blue.png);
}

.row_2__program .row_2__program_flex .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  bottom: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_2__program .row_2__program_flex::before {
  content: "";
  width: 560px;
  height: 1090px;
  background-image: url(/local/templates/dp/assets/css/../img/programm_hr_3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  right: 21.3%;
  z-index: -1;
}

.row_2__program .row_2__program_flex .row_2__program_time {
  width: 50%;
}

.row_2__program .row_2__program_flex .row_2__program_money {
  width: 50%;
}

.row_2__program .row_2__program_flex .row_2__program_flex__title {
  color: #000000;
  font-family: "Open Sans";
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.row_2__program .row_2__program_flex .row_2__program_time_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.row_2__program .row_2__program_flex .row_2__program_money_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.row_2__program .row_2__program_flex .row_2__program_time_left__image {
  margin-top: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_2__program .row_2__program_flex .row_2__program_flex__title_2 {
  font-size: 23px;
  margin-top: 30px;
}

.row_2__program .row_2__program_flex .row_2__program_flex__title_3 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.row_2__program .row_2__program_flex .row_2__program_flex__no_cool {
  background-image: url(/local/templates/dp/assets/css/../img/pic-cross.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 22px;
  padding-top: 19.1px;
  margin-top: 20px;
  height: 237px;
}

.row_2__program .row_2__program_flex .row_2__program_flex__cool {
  background-image: url(/local/templates/dp/assets/css/../img/pic-mark.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 24px;
  padding-top: 15.3px;
  margin-top: 23px;
  height: 237px;
}

.row_2__program .row_2__program_flex .row_2__program_flex__no_cool_first {
  margin-top: 25px;
  margin-top: 30px;
}

.row_2__program .row_2__program_flex .row_2__program_flex__cool_first {
  margin-top: 30px;
}

.row_2__program .row_2__program_flex .row_2__program_money_left {
  width: 50%;
}

.row_2__program .row_2__program_flex .row_2__program_money_right {
  width: 50%;
}

.row_2__program .row_2__program_flex .row_2__program_time_left {
  width: 50%;
  position: relative;
}

.row_2__program .row_2__program_flex .row_2__program_time_right {
  width: 50%;
}

.row_2__program .row_2__program_flex p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  max-width: 90%;
  margin: 0 auto;
}

.row_2__program .row_2__program_flex p a {
  border-bottom: 1px solid #000;
}

.row_3__drive {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row_3__drive h2 {
  text-align: center;
  margin-bottom: 35px;
}

.row_3__drive .row_3__drive_p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}

.row_3__drive .row_3__drive_p_1 {
  position: relative;
}

.row_3__drive .row_3__drive_p_1:before {
  content: "";
  width: 250px;
  height: 251px;
  background-image: url(/local/templates/dp/assets/css/../img/row_3__drive__item.png);
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  left: -21%;
  top: 0;
}

.row_3__drive .red_btn {
  margin: 0 auto;
  margin-top: 20px;
}

.row_4__leading {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 35px;
  padding-bottom: 30px;
}

.row_4__leading h2 {
  text-align: center;
}

.row_4__leading .row_4__leading_flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_4__leading .row_4__leading_flex .row_4__leading_left {
  max-width: 610px;
  width: 100%;
}

.row_4__leading
  .row_4__leading_flex
  .row_4__leading_left
  .row_4__leading_left__name {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}

.row_4__leading
  .row_4__leading_flex
  .row_4__leading_left
  .row_4__leading_left__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.row_4__leading .row_4__leading_flex .row_4__leading_right {
  text-align: right;
  padding-top: 85px;
}

.row_4__leading
  .row_4__leading_flex
  .row_4__leading_right
  .row_4__leading_right__center {
  text-align: center;
  margin-top: 23px;
}

.row_4__leading .row_4__leading_right__inst {
  height: 45px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta-hover.png);
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta.png);
  background-repeat: no-repeat;
  background-size: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #96969a;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_4__leading .row_4__leading_right__inst:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta-hover.png);
}

.row_4__leading .row_4__leading_flex_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right {
  max-width: 620px;
  width: 100%;
  padding-top: 25px;
}

.row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_name {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}

.row_4__leading .row_4__leading_flex_2 .row_4__leading_right__center {
  margin-top: 23px;
}

.row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_text {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
  letter-spacing: 0.25px;
}

.row_5__reviews {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 35px;
  padding-bottom: 30px;
}

.row_5__reviews h2 {
  text-align: center;
  position: relative;
}

.row_5__reviews h2::after {
  content: "";
  width: 250px;
  height: 208px;
  background-image: url(/local/templates/dp/assets/css/../img/row_5__reviews_item.png);
  position: absolute;
  right: 2%;
  bottom: 23%;
  background-repeat: no-repeat;
}

.row_5__reviews .row_5__reviews_slider__cnt {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 32px;
}

.row_5__reviews .row_5__reviews_slider {
  position: relative;
}

.row_5__reviews .row_5__reviews_slider .slick-arrow {
  position: absolute;
  top: 26%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 53px;
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_5__reviews .row_5__reviews_slider .slick-arrow:hover {
  opacity: 0.85;
}

.row_5__reviews .row_5__reviews_slider .slick-next {
  right: 0;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_right.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.row_5__reviews .row_5__reviews_slider .slick-prev {
  left: 0;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_left.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.row_5__reviews .row_5__reviews_slider .row_5__reviews_slider__item {
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.row_5__reviews
  .row_5__reviews_slider
  .row_5__reviews_slider__item
  .row_5__reviews_slider__item_text {
  color: #283645;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.05px;
  max-width: 770px;
  margin: 0 auto;
}

.row_5__reviews
  .row_5__reviews_slider
  .row_5__reviews_slider__item
  .row_5__reviews_slider__item_name {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.05px;
  margin-top: 30px;
}

.row_5__reviews
  .row_5__reviews_slider
  .row_5__reviews_slider__item
  .row_5__reviews_slider__item_meta {
  color: #283645;
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
}

.row_5__reviews .row_5__reviews_slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_5__reviews .row_5__reviews_slider .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_dark_blue.png);
  background-repeat: no-repeat;
}

.row_5__reviews .row_5__reviews_slider .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_dark_blue.png);
}

.row_5__reviews .row_5__reviews_slider .slick-dots li {
  margin-right: 20px;
}

.row_5__reviews .row_5__reviews_slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.row_5__reviews .red_btn__cnt {
  margin-top: 43px;
}

.row_5__reviews .link_otzyv {
  text-align: center;
  margin-top: 24px;
}

.row_5__reviews .link_otzyv a {
  color: #c40026;
  font-size: 18px;
  font-weight: 400;
}

.choose_package {
  margin-top: 50px;
  padding-bottom: 80px;
  position: relative;
  background-image: url(/local/templates/dp/assets/css/../img/skrug.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 135px;
  background-position: 50% 0;
  margin-top: -10px;
}

.choose_package h2 {
  text-align: center;
}

.choose_package .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose_package .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_dark_blue.png);
  background-repeat: no-repeat;
}

.choose_package .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_dark_blue.png);
}

.choose_package .slick-dots li {
  margin-right: 20px;
}

.choose_package .slick-dots li:last-of-type {
  margin-right: 0;
}

.choose_package .choose_package_p {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.choose_package .choose_package_cnt {
  max-width: 942px;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose_package .choose_package_cnt .choose_package_cnt_item {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  margin-right: 2px;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .selectize-dropdown-content {
  max-height: 145px !important;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header {
  height: 108px;
  border: 2px solid #283645;
  background-color: #283645;
  text-align: center;
  padding-top: 25px;
  position: relative;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header
  .choose_package_cnt_item__header_title {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header
  .choose_package_cnt_item__header_price {
  color: #efefef;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header
  .choose_package_cnt_item__header_price_old {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
  text-transform: uppercase;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header
  .choose_package_cnt_item__header_skidk {
  width: 66px;
  height: 66px;
  background-image: url(/local/templates/dp/assets/css/../img/paket_price_down_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: -2px;
  bottom: -2px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__header
  .choose_package_cnt_item__header_skidk
  span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 9px;
  left: 9px;
}

.choose_package .choose_package_cnt .choose_package_cnt_item form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__body {
  padding: 17px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 22px;
  height: 79%;
  height: 70%;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose_package
  .choose_package_cnt
  .choose_package_cnt_item
  .choose_package_cnt_item__body
  .choose_package_cnt_item__body_text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  left: 7px;
  flex: 1 1 auto;
}

.choose_package .selectize-input {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  max-width: 190px;
  padding-left: 22px;
  margin-left: -15px;
}

.choose_package .selectize-dropdown {
  color: #96969a;
  padding-left: 12px;
  margin-left: -15px;
}

.choose_package .selectize-control.single .selectize-input:after {
  display: none;
}

.choose_package .selectize-input.focus {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.choose_package .selectize-input.input-active {
  background-image: url(/local/templates/dp/assets/css/../img/search_select.png) !important;
  background-repeat: no-repeat !important;
  background-position: 98% 50% !important;
  background-color: #fff;
}

.choose_package .choose_package__choose_item {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 33px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 7px;
}

.choose_package .choose_package__choose_item::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcorner-down.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 7px;
  position: absolute;
  top: 4px;
}

.choose_package .choose_package__choose_item.arrow_down::after {
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcorner-down.svg);
}

.choose_package .choose_package__choose_item.arrow_up::after {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_up_icon.png);
}

.choose_package .choose_package_cnt_item__body_meta {
  margin-top: auto;
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 auto;
}

.choose_package .choose_package__choose_item_send {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.choose_package .choose_package__choose_item_send input[type="submit"] {
  width: 200px;
  height: 60px;
  background-color: #c40026;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
}

.choose_package .choose_package__choose_item_send input[type="submit"]:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.choose_package .choose_package__choose_item_card {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.choose_package .choose_package__choose_item_card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}

.choose_package .choose_package__choose_item_card-elem {
  flex: 0 1 21%;
}

.choose_package .choose_package__choose_item_card-elem img {
  width: 80%;
}

.choose_package .choose_package__choose_item_help {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_07.png);
  background-repeat: no-repeat;
  top: 23%;
  left: 85%;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  cursor: pointer;
  z-index: 5;
}

.choose_package
  .choose_package__choose_item_help
  .choose_package__choose_item_help__cnt {
  position: absolute;
  right: 4px;
  bottom: 40px;
  width: 214px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  z-index: 6;
  padding: 15px 17px;
  color: #96969a;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  cursor: default;
  display: none;
  /* min-height: 243px; */
}

.choose_package
  .choose_package__choose_item_help
  .choose_package__choose_item_help__cnt
  p
  a {
  color: #96969a;
  border-bottom: 1px solid #96969a;
}

.choose_package .choose_package__choose_item_help:hover {
  opacity: 1;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_1.png);
}

.choose_package
  .choose_package__choose_item_help:hover
  .choose_package__choose_item_help__cnt {
  display: block;
}

.choose_package .choose_package__choose_item_help__no_content {
  top: -22px;
  left: 85%;
}

.choose_package .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.choose_package .slick-arrow:hover {
  opacity: 0.85;
}

.choose_package .slick-next {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-right.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999999px;
  right: -90px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.choose_package .slick-next:hover {
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.choose_package .slick-prev {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-left.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  left: -90px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.choose_package .slick-prev:hover {
  -webkit-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

.choose_package .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose_package .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  padding-top: 50px;
  padding-bottom: 30px;
}

footer h2 {
  text-align: center;
}

footer .footer_cnt {
  max-width: 515px;
  margin: 0 auto;
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

footer .footer_cnt .footer_cnt_p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

footer .footer_cnt .footer_cnt_p2 a {
  color: #000000;
  font-size: 23px;
  font-weight: 300;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  position: relative;
  left: 0;
}

footer .footer_cnt .footer_cnt_p2 a:hover {
  left: 5px;
}

footer .footer_image {
  margin-top: 15px;
}

footer .footer_image img {
  min-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .footer_copy {
  max-width: 940px;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer_copy .footer_copy_item {
  margin-top: 25px;
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc .footer_inst {
  width: 45px;
  height: 45px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta-hover.png);
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta.png);
  background-repeat: no-repeat;
  background-size: 45px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc .footer_inst:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-insta-hover.png);
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc .footer_vk {
  width: 45px;
  height: 45px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-vk-hover.png);
  background-image: url(/local/templates/dp/assets/css/../img/icon-vk.png);
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-size: 45px;
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc .footer_vk:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-vk-hover.png);
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc .footer_youtube {
  width: 45px;
  height: 45px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-vk-hover.png);
  background-image: url(/local/templates/dp/assets/css/../img/icon-youtube-hover.png);
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-size: 45px;
}

footer
  .footer_copy
  .footer_copy_item
  .footer_copy_item_soc
  .footer_youtube:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-youtube-hover.png);
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc a {
  margin-right: 38px;
  display: block;
  transition: -webkit-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

footer .footer_copy .footer_copy_item .footer_copy_item_soc a:last-of-type {
  margin-right: 0;
}

footer .footer_copy .footer_copy_item p {
  line-height: 26px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

footer .footer_copy .footer_copy_item__logo {
  margin-top: 0;
  position: relative;
  top: -65px;
  left: 20px;
}

footer .footer_copy .footer_copy_item__logo img {
  width: 177px;
  -o-object-fit: cover;
  object-fit: cover;
}

.w940 {
  position: relative;
  padding: 0 15px;
  max-width: 940px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.inner_page {
  margin-bottom: 55px;
}

.inner_page.products {
  margin-bottom: 0;
}

.inner_page h1 {
  padding-top: 130px;
  color: #c40026;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 27px;
}

/* .polis-osago.inner_page h1 {
  margin-bottom: 0;
}

.job-openings.inner_page h1 {
  margin-bottom: 0;
}

.inner_page.otzyvy h1 {
  margin-bottom: 0;
} */

.polis-osago.calculators .calc_tab_osago .p_tab_calc {
  margin-top: 0;
}

.inner_page h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.inner_page b {
  font-weight: 700;
}

.inner_page p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
}

.inner_page .inner_page_hr {
  width: 100%;
  max-width: 948px;
  height: 15px;
  background-image: url(/local/templates/dp/assets/css/../img/faq_hr.png);
  margin: 0 auto;
  margin-top: 10px;
  background-position: 50% 50%;
}

.roads_more {
  background-image: url(/local/templates/dp/assets/css/../img/roads_more_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.roads_more .roads_more_p {
  max-width: 760px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.roads_more .roads_more_p_2 {
  margin-top: 20px;
}

.roads_more .roads_more_p_3 {
  position: relative;
  max-width: 1328px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 47px;
}

.roads_more .roads_more_p_3::before {
  content: "";
  width: 201px;
  height: 251px;
  background-image: url(/local/templates/dp/assets/css/../img/roads_more_item_1_bg.png);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.roads_more .roads_more_p_4 {
  max-width: 926px;
  margin: 0 auto;
  margin-top: 37px;
}

.roads_more .roads_more_p_4 h2 {
  margin-bottom: 30px;
}

.roads_more .roads_more_p_4 .roads_more_p_4__title {
  margin-bottom: 25px;
  display: block;
}

.roads_more .roads_more_p_4 .center {
  margin-top: 40px;
}

.roads_more .roads_more_p_4 .center p {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

.inner_page__inp_submit {
  width: 200px;
  height: 60px;
  background-color: #c40026;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
}

.inner_page__inp_submit:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.inp_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.page-dropdown__title {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-position: 100% 66%;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.page-dropdown__title.active {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_down_big.png);
}

h2.page-dropdown__title {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-repeat: no-repeat;
  background-position: 100% 66%;
  padding-right: 40px;
  display: inline-block;
  margin: 25px auto;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

h2.page-dropdown__title:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

h2.page-dropdown__title.active {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_down_big.png);
}

h2.inner_page__tab_h {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-repeat: no-repeat;
  background-position: 100% 66%;
  padding-right: 40px;
  display: inline-block;
  margin: 25px auto;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

h2.inner_page__tab_h:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

h2.inner_page__tab_open_h {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_down_big.png);
}

.page-dropdown__content {
  display: none;
  opacity: 0;
  /* -webkit-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
  transition: all linear 0.35s; */
}

.page-dropdown__content.showed {
  display: block;
}

.inner_page__tab {
  display: none;
  opacity: 0;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  margin-bottom: 50px;
}

.inner_page__tab_open {
  display: block;
  opacity: 1;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner_page__inp {
  max-width: 330px;
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.inner_page__inp::-webkit-input-placeholder {
  color: #000000;
}

.inner_page__inp::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.inner_page__inp:-ms-input-placeholder {
  color: #000000;
}

.inner_page__inp:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.profile {
  background-image: url(/local/templates/dp/assets/css/../img/profile_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.profile .profile_p_1 {
  max-width: 780px;
  margin: 0 auto;
}

.profile .profile_p_1 p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.profile .profile_my_dannye {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 55px;
  width: 100%;
}

.profile .profile_my_dannye__form {
  margin-top: 15px;
}

.profile .inp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.profile .inp_flex p {
  margin-bottom: 0;
  max-width: 242px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.profile .profile_my_docs {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 5px;
  width: 100%;
}

.profile .profile_my_docs .profile_my_docs__form {
  margin-top: 15px;
}

.profile .profile_my_docs .profile_my_docs__form .inp_file_docs__label {
  margin-left: 10px;
  cursor: pointer;
}

.profile .profile_my_docs .profile_my_docs__form .inp_file_docs__label img {
  transition: -webkit-transform 0.7s ease-in-out;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  max-width: 21px;
}

.profile__favourite {
  max-width: 940px;
  width: 100%;
}

.profile
  .profile_my_docs
  .profile_my_docs__form
  .inp_file_docs__label
  img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile .profile_my_docs .choose_package__choose_item_help {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-image: url(/local/templates/dp/assets/css/../img/icon-question.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  right: 0%;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  cursor: pointer;
}

.profile .profile_my_docs .choose_package__choose_item_help:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-question-hover.svg);
}

.profile
  .profile_my_docs
  .choose_package__choose_item_help:hover
  .choose_package__choose_item_help__cnt {
  display: block;
}

.profile
  .profile_my_docs
  .choose_package__choose_item_help
  .choose_package__choose_item_help__cnt {
  position: absolute;
  left: 40px;
  top: 10px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  z-index: 6;
  padding: 15px 15px;
  cursor: default;
  display: none;
  min-width: 300px;
}

.profile
  .profile_my_docs
  .choose_package__choose_item_help
  .choose_package__choose_item_help__cnt
  p {
  color: #96969a;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.profile
  .profile_my_docs
  .choose_package__choose_item_help
  .choose_package__choose_item_help__cnt
  p
  a {
  color: #96969a;
}

.profile .profile_my_docs .profile_my_docs__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.profile
  .profile_my_docs
  .profile_my_docs__images
  .profile_my_docs__images_item_meta {
  text-align: center;
  position: relative;
}

.profile
  .profile_my_docs
  .profile_my_docs__images
  .profile_my_docs__images_item_flex {
  position: relative;
}

.profile .profile_my_docs .profile_my_docs__images .delete_file_docs {
  width: 21px;
  height: 21px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.profile .profile_my_docs .profile_my_docs__images .delete_file_docs:hover {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
}

.profile .profile_my_docs .profile_my_docs__images img {
  max-width: 70px;
}

.profile
  .profile_my_docs
  .profile_my_docs__images
  .profile_my_docs__images_item {
  margin-right: 70px;
  text-align: center;
}

.profile
  .profile_my_docs
  .profile_my_docs__images
  .profile_my_docs__images_item
  p {
  color: #96969a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.profile .profile_my_docs .profile_my_docs__images_row_2 {
  margin-top: 0px;
}

.profile
  .profile_my_docs
  .profile_my_docs__images_sostoyanie
  .profile_my_docs__images_sostoyanie_not {
  color: #e40021;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.profile
  .profile_my_docs
  .profile_my_docs__images_sostoyanie
  .profile_my_docs__images_sostoyanie_ok {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.profile .profile_my_zakaz {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}

.profile .profile_my_zakaz_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile .profile_my_zakaz_flex .profile_my_zakaz_item {
  display: inline-block;
  margin-right: 55px;
  margin-bottom: 40px;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__title
  p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 130px;
  margin-bottom: 10px;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__photo
  img {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__photo
  img:hover {
  opacity: 0.85;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__btns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__btns
  .profile_my_zakaz_item__btn_file {
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__btns
  .profile_my_zakaz_item__btn_file:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__btns
  .profile_my_zakaz_item__btn_download {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  cursor: pointer;
}

.profile
  .profile_my_zakaz_flex
  .profile_my_zakaz_item
  .profile_my_zakaz_item__btns
  .profile_my_zakaz_item__btn_download:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.inp_file_docs {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.profile {
}

.profile__favourite-container {
  max-width: 940px;
  position: relative;
  padding: 0 0;
  margin: 0 auto;
}

.profile__favourite-container .page-dropdown {
}

.profile__favourite-seasons {
}

.profile__favourite-title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  /* padding-right: 40px; */
  margin: 22px 0 0 0;
}

.profile__favourite-title .page-dropdown__title {
  width: 100%;
}

.profile__favourite-title img {
  margin: 0 12px 0 0;
}

.profile__favourite-container .page-dropdown__content {
  margin: 25px 0 0 0;
}

.profile__favourite-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}

.profile__favourite-item .item-text {
  flex: 0 1 75%;
}

.profile__favourite-item .item-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.profile__favourite-item .item-desc {
  font-size: 14px;
  font-weight: 400;
  padding: 0 30px 0 0;
}

.profile__favourite-item .item-desc span {
  font-weight: 700;
}

.profile__favourite-item .item-link {
  flex: 0 1 12.5%;
}

.profile__favourite-item .item-link a {
  color: #c30026;
  font-size: 14px;
}

.profile__favourite-item .item-delete {
  flex: 0 1 12.5%;
  cursor: pointer;
}

.profile__favourite-item .item-delete img {
  float: right;
}

.profile__favourite-products {
}

.profile__favourite-calcs {
}

.profile__favourite-useful {
}

/* ======================== Sub Navigation ====================== */

.container-1070 {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-1070-p-160 {
  max-width: 1270px;
  padding: 0 160px;
  margin: 0 auto;
  position: relative;
}

.sub-nav .container-1070-p-160 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* min-height: 380px; */
  max-height: 1200px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.sub-nav .container-1070-p-160.active {
  opacity: 1;
  visibility: visible;
}

.sub-nav .container-1070-p-160.relative {
  position: relative;
}

.sub-nav-container {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.sub-nav {
  position: relative;
  background-color: #45515e;
  width: 100%;
  height: 52px;
  transform: translate3d(0, -300%, 0);
  -webkit-transform: translate3d(0, -300%, 0);
  -o-transform: translate3d(0, -300%, 0);
  -ms-transform: translate3d(0, -300%, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.sub-nav .container-1070 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
}

.sub-nav.active {
  transform: translate3d(0, 000%, 0);
  -webkit-transform: translate3d(0, 000%, 0);
  -o-transform: translate3d(0, 000%, 0);
  -ms-transform: translate3d(0, 000%, 0);
}

.sub-nav__slider {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  min-width: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.sub-nav__slider.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.sub-nav__slider .slick-list,
.sub-nav__slider .slick-track {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sub-nav__slider .slick-arrow {
  position: absolute;
  top: 38%;
  font-size: 0;
  border: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.sub-nav__slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.sub-nav__slider .slick-arrow.slick-prev {
  background-image: url(/local/templates/dp/assets/img/sub-nav__scroll-left.png);
  background-color: transparent;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  left: 30px;
}

.sub-nav__slider .slick-arrow.slick-next {
  background-image: url(/local/templates/dp/assets/img/sub-nav__scroll-right.png);
  background-color: transparent;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  right: 25px;
}

.sub-nav .container-1070 .sub-nav__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 0;
  color: white;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  max-width: 200px;
}

.sub-nav__slide:hover {
  background-color: #283645;
}

.sub-nav__close {
  position: absolute;
  top: 15.5px;
  right: 0;
  cursor: pointer;
}

.sub-sub-nav {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  padding: 30px 0 25px 0;
  min-height: 350px;
  background-color: #283645;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.sub-sub-nav.active {
  visibility: visible;
  opacity: 1;
  /* overflow-y: auto; */
}

.sub-sub-nav .container-1070-p-160 {
  max-height: 730px;
  overflow-y: auto;
  scrollbar-color: #fff #283645;
  scrollbar-width: thin;
}

.sub-sub-nav .container-1070-p-160::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
}

.sub-sub-nav .container-1070-p-160::-webkit-scrollbar-track {
  background: #283645;
  /* цвет дорожки */
}

.sub-sub-nav .container-1070-p-160::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 0;
}

.sub-sub-nav__pic-cnt {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.sub-sub-nav__pic {
  position: absolute;
  right: 20%;
  top: 40px;
}

.sub-sub-nav__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 0 20px 0;
}

.sub-sub-nav__section:last-child {
  margin: 0;
}

.sub-sub-nav__section .title {
  color: white;
  flex: 0 1 25%;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 50px 0 0;
}

.sub-sub-nav__section .list {
  padding: 2px 15px 0 0;
  max-height: 154px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.sub-sub-nav__section .link-container {
  margin: 0 75px 13px 0;
  /*test width*/
  width: 240px;
}

.sub-sub-nav__section .link {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.sub-sub-nav__section .link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.sub-sub-nav__section .link:hover:after {
  width: 100%;
}

.container-940 {
  position: relative;
  margin: 0 auto;
  max-width: 970px;
  padding: 0 15px;
}

/* ======================== "About Us" Page ====================== */

.about-us {
  background-image: url(/local/templates/dp/assets/css/../img/about-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden;
}

.about-us .inner_page {
  margin-bottom: 20px;
}

.about-us .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 0 75px;
}

.about-us .subtitle a {
  color: #c40026;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-decoration: underline;
}

.about-us h2 {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 120px;
}

.about-us__dropdowns .flex_center h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}

/* --------------- Text --------------- */

.about-us__text-container {
  position: relative;
}

.text-container__text {
  padding: 0 70px;
}

.text-container__text p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.about-us__text-container .text-container__image {
  position: absolute;
  right: -80px;
  top: -100px;
  z-index: -1;
}

.text-container__text .positive {
  display: block;
  margin: 15px 0 40px 0;
}

.text-container__text .text-container__author {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
}

/* --------------- Interview --------------- */

.about-us__interview {
  margin-top: 72px;
  width: 100%;
}

.about-us__interview-title {
  margin: 40px 0 0 0;
}

.about-us__interview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us__interview .video-container {
  flex: 0 0 45%;
}

.about-us__interview .video-container iframe {
  width: 100%;
  height: 100%;
}

.about-us__interview .description {
  padding: 0 0 40px 48px;
}

.about-us__interview .description h3 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
}

.about-us__interview .description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

/* --------------- DropDowns Section --------------- */

.about-us__dropdowns {
  margin: 75px 0 0 0;
}

.about-us__dropdown:last-child > .grey-border {
  display: none;
}

/* --------------- Job Openings --------------- */

.about-us__dropdown {
  margin: 45px 0 0 0;
}

.job-opening {
  margin: 23px 0 0 0;
}

.job-opening:first-child {
  margin: 0;
}

.job-opening__title {
  margin: 0 0 12px 0;
}

.job-opening__title h3 {
  font-size: 30px;
  font-weight: 700;
}

.job-opening__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-opening__salary {
  color: #c40026;
  font-size: 18px;
  font-weight: 700;
}

.job-opening__city {
  color: #c40026;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 60px;
}

.job-opening__creation-date {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  flex: 1 0 20%;
}

.job-opening__description {
  font-size: 14px;
  line-height: 25.99px;
  letter-spacing: 0.14px;
  margin: 25px 0 25px 0;
}

.job-opening__detail-link {
  margin: 0 0 25px 0;
}

.job-opening__detail-link a {
  color: #c40026;
  font-size: 18px;
  font-weight: 400;
}

.grey-border {
  width: 100%;
  max-width: 940px;
  height: 15px;
  background-image: url(/local/templates/dp/assets/img/faq_hr.png);
  background-position: 50% 50%;
}

.tab_reviews .grey-border {
  display: none;
}

.job-opening.job-opening-last .job-opening__border {
  display: none;
}

.job-opening.job-openings__item:last-child .job-opening__border {
  display: none;
}

.about-us__dropdown .red_btn__cnt {
  margin: 25px 0 45px 0;
}

/* --------------- Reviews About Company --------------- */

.review__item {
  margin: 23px 0 0 0;
}

.review__item:first-child {
  margin: 0;
}

.review__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.review__author {
  font-size: 18px;
  font-weight: 700;
}

.review__date {
  font-size: 18px;
  font-weight: 400;
}

.review__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.14px;
  margin: 20px 0 20px 0;
}

.review__item-last .grey-border {
  display: none;
}

/* --------------- Our Journalists --------------- */

.journalist {
  margin: 27px 0 0 0;
}

.journalist .grey-border {
  margin: 20px 0 0 0;
}

.journalist:last-child .grey-border {
  display: none;
}

.journalists__container .journalists__title-cnt {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.journalists__container .journalists__title {
  font-size: 30px;
  font-weight: 700;
}

.journalist__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.journalist__picture-cnt {
  flex: 0 0 120px;
}

.journalist__picture-cnt .journalist__picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journalist__name {
  flex: 0 1 350px;
}

.journalist__name,
.journalist__license {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.journalist__license {
  margin: 0 40px 0 45px;
}

.journalist__name span,
.journalist__license span {
  font-size: 18px;
  font-weight: 700;
}

.journalist__link {
  margin: 30px 0 27px 0;
}

.journalist__link a {
  color: #c40026;
  font-size: 18px;
  font-weight: 400;
}

.journalist-last .grey-border {
  display: none;
}

@media (max-width: 1024px) {
  .journalist__info {
    flex-wrap: wrap;
  }

  .journalist__license {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .about-us .subtitle {
    padding: 0 15px;
  }

  .about-us h2 {
    margin: 0 0 20px 0;
    padding: 0 30px;
    font-size: 32px;
  }

  .text-container__text {
    padding: 0;
  }

  .about-us__text-container .text-container__text p {
    padding-left: 0;
    padding-right: 0;
  }

  .text-container__text .positive {
    margin: 5px 0 20px 0;
  }

  .text-container__text .text-container__author {
    font-size: 24px;
  }

  .about-us__interview {
    margin-top: 20px;
  }

  .about-us__interview-container {
    flex-direction: column;
  }

  .about-us__interview .video-container {
    width: 100%;
    height: 230px;
  }

  .about-us__interview .description {
    padding: 0;
    margin: 15px 0 0 0;
  }

  .about-us__interview .description h3 {
    font-size: 26px;
    padding: 0 0 10px 0;
  }

  .about-us__dropdowns {
    margin: 0;
  }

  .about-us__dropdown {
    margin: 0;
  }

  .job-opening__title h3 {
    font-size: 24px;
  }

  .job-opening__info {
    flex-direction: column;
  }

  .job-opening__city {
    margin: 10px 0 0 0;
  }

  .job-opening__creation-date {
    margin: 10px 0 0 0;
    text-align: left;
  }

  .job-opening__description {
    margin: 15px 0 15px 0;
  }
}

@media (max-width: 545px) {
  .journalist__info {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .journalist__name {
    margin-top: 12px;
    flex: 1 1 auto;
  }

  .journalist__picture-cnt {
    flex: 0 0 auto;
    max-height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .journalist__picture-cnt .journalist__picture {
    max-height: 250px;
    object-fit: contain;
  }

  .journalist__link {
    margin: 12px 0;
  }
}

@media (max-width: 400px) {
  .about-us__text-container .text-container__title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 32px;
  }

  .about-us__interview .video-container {
    height: 160px;
  }

  .about-us__dropdown {
    margin: 0;
  }

  .job-opening {
    margin: 13px 0 0 0;
  }

  .job-opening__detail-link {
    margin: 0 0 15px 0;
  }

  .about-us__dropdown .red_btn__cnt {
    margin: 25px 0 30px 0;
  }

  .review__item {
    margin: 13px 0 0 0;
  }

  .review__info {
    flex-direction: column;
    justify-content: flex-start;
  }

  .review__date {
    margin: 8px 0 0 0;
  }

  .review__text {
    margin: 10px 0 10px 0;
  }
}

/* ======================== "Job Openings" Page ====================== */

.inner_page.job-openings {
  background-image: url(/local/templates/dp/assets/css/../img/job-openings-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.inner_page.job-openings.journalists {
  background-image: url(/local/templates/dp/assets/css/../img/about-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.job-openings .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 0 75px;
}

@media (max-width: 767px) {
  .job-openings .subtitle {
    padding: 0;
  }
}

/* ======================== "Job Openings" Detail Page ====================== */

.job-openings-detail__container {
  margin: 35px 0 0 0;
}

.job-openings-detail__other .page-dropdown__content {
  margin: 40px 0 0 0;
}

.job-openings-detail__address {
  font-size: 18px;
  line-height: 26px;
  margin-top: 35px;
}

.job-openings-detail__address span {
  font-weight: 700;
}

.job-openings-detail__text {
  margin-top: 35px;
}

.job-openings-detail__text-p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}

.job-openings-detail__text-p:last-child {
  margin-bottom: 0;
}

.job-openings-detail__form {
  text-align: center;
  position: relative;
  margin: 70px 0;
}

.job-openings-detail__form .form__title-cnt {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.job-openings-detail__form .form__title {
  font-weight: 700;
}

.job-openings-detail__form .form__container {
  max-width: 100%;
  width: 100%;
}

.job-openings-detail__form .form__inputs-cnt {
  margin: 35px 0 30px 0;
}

.job-openings-detail__form .form__inputs-row-1 {
  margin-bottom: 10px;
}

.job-openings-detail__form .form__inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.job-openings-detail__form .form__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  height: 35px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 0 17px;
  font-size: 14px;
  min-width: 1px;
}

.job-openings-detail__form .form__input::placeholder {
  color: #909193;
}

.job-openings-detail__form .form__input-name {
  margin-right: 18px;
}

.job-openings-detail__form .form__input-surname {
  margin-right: 18px;
}

.job-openings-detail__form .form__file-cnt {
  margin-bottom: 18px;
}

.job-openings-detail__form .form__input-file {
  display: none;
}

.job-openings-detail__form .form__custom-file {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.job-openings-detail__form .form__custom-file:hover {
  text-decoration: underline;
}

.job-openings-detail__form .form__checkbox-cnt {
  position: relative;
  color: #909193;
  font-size: 14px;
  font-weight: 400;
}

.job-openings-detail__form .form__input-checkbox {
  display: none;
}

.job-openings-detail__form .form__custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.job-openings-detail__form
  .form__input-checkbox:checked
  + .form__custom-checkbox
  .control_indicator::after {
  opacity: 1;
}

.job-openings-detail__form .form__custom-checkbox .control_indicator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  min-width: 15px;
  top: unset;
  left: unset;
  margin-right: 12px;
}

.job-openings-detail__form .form__custom-checkbox .form__custom-checkbox-text {
  text-align: left;
}

.job-openings-detail__form .form__custom-checkbox .control_indicator::after {
  display: block;
  opacity: 0;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-openings-detail__form .form__checkbox-cnt .link {
  color: #909193;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-openings-detail__form .form__checkbox-cnt .link:hover {
  color: #c40026;
}

.job-openings-detail__form .form__submit-cnt {
  margin-top: 35px;
}

.job-openings-detail__form .form__submit {
  width: 270px;
}

@media (max-width: 767px) {
  .job-openings-detail__address {
    margin-top: 20px;
  }

  .job-openings-detail__text {
    margin-top: 20px;
  }

  .job-openings-detail__form {
    margin: 25px 0;
  }
}

@media (max-width: 415px) {
  .job-openings-detail__form .form__inputs-cnt {
    margin: 15px 0 12px 0;
  }

  .job-openings-detail__form .form__inputs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-openings-detail__form .form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .job-openings-detail__form .form__input-name {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .job-openings-detail__form .form__input-surname {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .job-openings-detail__form .form__checkbox-cnt {
    text-align: left;
  }

  .job-openings-detail__form .form__file-cnt {
    margin-bottom: 12px;
  }

  .job-openings-detail__form .form__submit-cnt {
    margin-top: 20px;
  }
}

/* ======================== "Journalists" Page ====================== */

/* .cert-reg {
  padding: 45px 0 0 0;
} */

.cert-reg .cert-reg__title {
  font-size: 30px;
  font-weight: 700;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}

.cert-reg .cert-reg__subtitle {
  line-height: 21.01px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.cert-reg .cert-reg__subtitle .link {
  color: #c40026;
  text-decoration: underline;
}

.cert-reg .cert-reg__subtitle .link:hover {
  text-decoration: none;
}

.cert-reg .cert-reg__content {
  margin-left: 38px;
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cert-reg .cert-reg__picture-cnt {
  flex: 0 0 144px;
  width: 144px;
  height: 203px;
  margin-right: 55px;
}

.cert-reg .cert-reg__picture-cnt .fancy {
  width: 100%;
  height: 100%;
}

.cert-reg .cert-reg__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-reg .cert-reg__info {
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}

.cert-reg .cert-reg__info .item {
  margin-bottom: 14px;
}

.cert-reg .cert-reg__info .item:last-child {
  margin-bottom: 0;
}

.cert-reg .cert-reg__info .item__value {
  font-weight: 700;
}

.warning {
  max-width: 658px;
  padding: 35px 70px;
  border-radius: 24px;
  margin: 85px auto 70px auto;
  border: 1px solid #c40026;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 768px) {
  .cert-reg {
    padding: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .cert-reg .cert-reg__title {
    margin-bottom: 20px;
  }

  .cert-reg .cert-reg__content {
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 15px;
    margin-left: 0;
  }

  .cert-reg .cert-reg__picture-cnt {
    flex: 0 0 240px;
    width: 240px;
    height: auto;
    margin-right: 0px;
  }

  .cert-reg .cert-reg__picture-cnt .fancy {
    display: flex;
    justify-content: center;
  }

  .cert-reg .cert-reg__info {
    text-align: center;
  }

  .cert-reg .cert-reg__title {
    font-size: 24px;
  }
}

@media (max-width: 545px) {
  .warning {
    padding: 20px;
    margin: 25px auto 20px auto;
    font-size: 16px;
    line-height: 26px;
  }
}

/* ======================== "Prodcuts" Page ====================== */

.products {
  background-image: url(/local/templates/dp/assets/css/../img/products-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.products .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 0 75px;
}

/* ----------- Navigation ----------- */

.page-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-navigation li {
  position: relative;
  margin: 6px 20px 0 0;
  font-size: 13px;
}

.page-navigation li a {
  color: #96969a;
  font-size: 13px;
  transition: all ease 0.4s;
}

.page-navigation li a:hover {
  color: #000;
}

.page-navigation li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: 40%;
  right: -11.5px;
  width: 3px;
  height: 3px;
  background-color: #aaaaaa;
  border-radius: 50%;
}

.page-navigation li:last-child:after {
  display: none;
}

.page-navigation li.active {
  color: #7c7c7c;
  margin: 6px 0 0 0;
}

/* ----------- Search ----------- */

.products__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 446px;
  max-width: 458px;
  height: 48px;
  padding: 0 20px 0 24px;
  margin: 27px 0 30px 0;
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.products__search-input {
  width: 85%;
  border: 0;
  background: transparent;
}

.products__search-img {
  width: 24px;
}

.products__search-input[type="search"]::-webkit-input-placeholder {
  color: #c40026;
}

.products__search-input[type="search"]::-moz-placeholder {
  color: #c40026;
}

.products__search-input[type="search"]::-ms-input-placeholder {
  color: #c40026;
}

.products__search-input[type="search"]:-ms-input-placeholder {
  color: #c40026;
}

.products__search-input[type="search"]::placeholder {
  color: #c40026;
}

/* ----------- Sale Slider ----------- */

.products__sale {
  margin: 25px 0 30px 0;
  width: 100%;
  position: relative;
  margin-top: -5px;
  margin-bottom: 20px;
}

.products__sale.products__sale-0_5 {
  width: 444px;
  margin: 0 0 20px 0;
}

.products__sale.products__sale-0_75 {
  width: 678px;
  margin: 0 0 20px 0;
  margin: 0 12.5px 20px 12.5px;
}

.products__sale .products__sale-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 12.5px;
}

.products__sale.products__sale-0_5 .products__sale-slide,
.products__sale.products__sale-0_75 .products__sale-slide {
  width: 100%;
  height: 100%;
  margin: 0;
}

.products__sale-slide .slide-left {
  flex: 0 0 50%;
  background-color: #283645;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 70px;
}

.products__sale.products__sale-0_5 .products__sale-slide .slide-left {
  padding: 35px 10px;
}

.products__sale.products__sale-0_75 .products__sale-slide .slide-left {
  padding: 35px 30px;
  padding: 25px 25px;
  flex: 0 0 33.33333%;
  /* flex: 0 0 50%; */
}

.products__sale-slide .slide-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.products__sale.products__sale-0_5 .slide-title,
.products__sale.products__sale-0_75 .slide-title {
  font-size: 16px;
  line-height: 22px;
}

.products__sale-slide .slide-description {
  margin: 14px 0 18px 0;
}

.products__sale.products__sale-0_5 .products__sale-slide .slide-description {
  margin: 14px 0 30px 0;
}

.products__sale.products__sale-0_75 .products__sale-slide .slide-description {
  padding: 0 25px;
}

.products__sale-slide .slide-description p {
  text-align: center;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.products__sale.products__sale-0_5 .products__sale-slide .slide-description p,
.products__sale.products__sale-0_75 .products__sale-slide .slide-description p {
  font-size: 16px;
}

.products__sale-slide .slide-description span {
  font-weight: 700;
}

.products__sale-slide .red_btn {
  width: 160px;
  height: 48px;
  font-size: 14px;
}

.products__sale-slide .slide-right {
  flex: 0 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.products__sale-slide .slide-right.ibg img,
.products__sale.products__sale-0_5 .products__sale-slide.ibg .slide-right,
.products__sale.products__sale-0_75 .products__sale-slide.ibg .slide-right {
  display: none;
}

.products__sale.products__sale-0_75 .products__sale-slide .slide-right {
  flex: 0 0 66.66667%;
}

.products__sale .slick-dots {
  position: absolute;
  left: 46.7%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.products__sale .slick-dots button {
  font-size: 0;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  opacity: 0.5;
}

.products__sale .slick-dots .slick-active button {
  opacity: 1;
}

@media (max-width: 1100px) {
  .products__sale.products__sale-0_75 .products__sale-slide .slide-description {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .products__sale.products__sale-0_75 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 575px) {
  .products__sale .slick-dots {
    /* left: 41%; */
    bottom: -26px;
  }

  .products__sale .slick-dots button {
    background-color: rgb(56, 56, 56);
  }

  .products__sale.products__sale-0_5 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* ----------- Products Grid ----------- */

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

.products__grid.for-health {
  justify-content: space-between;
}

/* .products__grid.for-health .products__grid-part {
  flex: 1 1 25%;
} */

/* .products__grid.for-health .products__grid-part .items {
  flex: 1 1 100%;
} */

.products-safety .products__grid {
  margin: 20px 0 0 0;
}

.products__grid-part {
  margin: 0 12.5px;
  /* flex: 1 1 auto; */
}

.products__grid-part.w-100 {
  width: 100%;
}

.products__grid-part .title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 15px 0 20px 0;
  margin-top: 0;
}

.products__grid .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  margin: 0 -12.5px;
}

.products > .container-940 > .products__grid > .items {
  margin: 0;
}

.products__grid-part .item-container {
  width: calc(865px / 4);
  /* width: 210px; */
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #fff;
  margin: 0 12.5px 20px 12.5px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.products__grid-part .item-container:hover {
  box-shadow: 6px 6px 0 rgb(207, 207, 207);
}

.products__grid-part .item {
  flex: 1 0 auto;
}

.products__grid-part .item-name {
  min-height: 40px;
  margin: 6px 0 30px 0;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}

.products__grid-part .item__img-container {
  padding: 25px 30px 0 30px;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__grid-part .item__img-container img {
  width: 100%;
}

/* ======================== Produxts > Auto Accessories Page ====================== */

.select-category {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 2px 0 0;
}

.select-category__title {
  margin: 0 0 15px 0;
}

.select-category__title h3 {
  font-size: 18px;
  font-weight: 700;
}

.select-category__slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 60px 0;
  margin: 0 -12.5px;
}

.select-category__slider.slick-initialized {
  display: block;
}

.select-category__slider .slick-list {
  overflow: hidden;
}

.select-category__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-category__slider .select-category__slide {
  width: 216px;
  height: 96px;
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #f2f3f3;
  margin: 0 12.5px 12px 12.5px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.select-category__slider .select-category__slide a {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}

.select-category__slider.slick-initialized .select-category__slide {
  margin: 0 12.5px;
}

.select-category__slider .select-category__slide.active {
  background-color: #fff;
}

.select-category__slider .select-category__slide.active a {
  color: #c40026;
}

.select-category__slider .slick-arrow {
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.select-category__slider .slick-prev {
  background-image: url(/local/templates/dp/assets/img/select-arrow-prev.png);
  left: -56px;
}

.select-category__slider .slick-next {
  background-image: url(/local/templates/dp/assets/img/select-arrow-next.png);
  right: -56px;
}

.select-category__arrow-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url(/local/templates/dp/assets/img/arrow-down.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.select-category__arrow-down.hidden {
  display: none;
}

.select-category__arrow-down.toTop {
  transform: rotate(180deg);
}

.filter-n-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  margin: 0 0 20px 0;
}

.filter-n-sort__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.filter-cnt__title {
  cursor: pointer;
  position: relative;
}

.filter-cnt__title.selected::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 34px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c40026;
  transition: all 0.3s ease-in-out;
}

.filter-n-sort__filter img {
  margin: 0 0 0 10px;
}

.sort-cnt {
  position: relative;
}

.sort-cnt .sort-cnt__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sort-cnt .sort-cnt__title.selected::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c40026;
  transition: all 0.3s ease-in-out;
}

.sort-cnt .products-sort {
  position: absolute;
  top: 36px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 24px;
  border: 1px solid #c40026;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 21px 40px 21px 34px;
  transition: all 0.3s ease-in-out;
}

.sort-cnt .products-sort {
  top: 41px;
  padding: 21px 32px 21px 34px;
}

.sort-cnt .products-sort.active {
  visibility: visible;
  opacity: 1;
}

.filter-n-sort__sort .arrow-down {
  margin: 0 0 0 8px;
}

.sort-cnt .products-sort__list {
}

.sort-cnt .products-sort__elem {
  margin: 0 0 16px 0;
}

.sort-cnt .products-sort__elem a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.sort-cnt .products-sort__elem:last-child {
  margin: 0;
}

.sort-cnt .products-sort__elem:hover a {
  color: #c40026;
}

.sort-cnt .products-sort__elem.active a {
  color: #c40026;
}

/*
.filter-n-sort__sort.up .arrow-up {
  display: block;
}

.filter-n-sort__sort.up .arrow-down {
  display: none;
} */

.filter-cnt {
  position: relative;
}

.filter-cnt .filter {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  border-radius: 24px;
  border: 1px solid #c40026;
  background-color: #ffffff;
  padding: 18px 4px 35px 24px;
  transition: all 0.3s ease-in-out;
}

.filter-cnt .filter.active {
  visibility: visible;
  opacity: 1;
}

.filter .filter__scroll-cnt {
  max-height: 550px;
  padding: 0 8px 0 0;
  overflow: hidden;
  overflow-y: scroll;
}

.filter .filter__scroll-cnt::-webkit-scrollbar {
  width: 12px;
}

.filter .filter__scroll-cnt::-webkit-scrollbar-track {
  background: #fff;
}

.filter .filter__scroll-cnt::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 2px;
  border: 5px solid #fff;
}

.filter .filter__close {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.filter .filter__close #filter-close-btn {
  cursor: pointer;
}

.filter .filter__section {
  margin: 20px 0 0 0;
}

.filter .filter__section-title {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.filter .filter__section-checkboxes-cnt {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  overflow: hidden;
}

.filter .filter-brand .filter__section-checkboxes-cnt {
  max-height: 220px;
}

.filter .filter-brand .filter__section-checkboxes-cnt.showed-all {
  max-height: inherit;
}

.filter .filter__section-checkbox-cnt {
  margin: 0 0 12px 0;
}

.filter .filter__section-checkbox-cnt:last-child {
  margin: 0;
}

.filter .filter__section-checkbox-cnt input {
  display: none;
}

.filter .filter__section-checkbox-cnt label {
  cursor: pointer;
}

.filter .filter__section-checkbox-cnt label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin: 0 10px 0 0;
}

.filter .filter__section-checkbox-cnt input:checked + label::before {
  background-image: url(/local/templates/dp/assets/css/../img/gal.png);
}

.filter .filter__section-show-all {
  width: 100%;
  margin: 12px 0 0 0;
  text-align: center;
}

.filter .filter__section-show-all a {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.filter .filter__section-show-all a:hover {
  color: #000;
}

.filter .filter-price {
  margin: -6px 0 35px 0;
}

.filter .filter-price__input-cnt {
  position: relative;
}

.filter .filter-price__input-placeholder {
  position: absolute;
  color: #b5b5b8;
  font-size: 12px;
  font-weight: 400;
  top: 12px;
  left: 12px;
}

.filter .filter-price__inputs-cnt {
  display: flex;
}

.filter .filter-price__input-min {
  position: relative;
  font-size: 13px;
  width: 84px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #d4d6d7;
  background-color: transparent;
  margin: 0 4px 0 0;
  padding: 0 12px 0 34px;
}

.filter .filter-price__input-min::-webkit-outer-spin-button,
.filter .filter-price__input-min::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.filter .filter-price__input-max {
  font-size: 13px;
  width: 84px;
  height: 36px;
  border-radius: 18px;
  background-color: transparent;
  border: 1px solid #d4d6d7;
  padding: 0 12px 0 34px;
}

.filter .filter-price__input-max::-webkit-outer-spin-button,
.filter .filter-price__input-max::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.filter .filter-price__range-cnt {
  margin: 20px 0 0 0;
  padding: 0 10px 0 11px;
  width: 100%;
}

.filter .filter-price__range {
  height: 2px;
  border: 0;
  background-color: #e1e2e3;
}

.filter .filter-price__range .ui-slider-range {
  border: 0;
  background: #d23d5a;
}

.filter .filter-price__range .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 2px solid #c40026;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  top: -8px;
}

.filter .filter-discount {
  margin: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter .filter-discount .filter__section-title {
  margin: 0;
}

.filter .filter-discount__input {
  display: none;
}

.filter .filter-discount__switch {
  display: flex;
  align-items: center;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background-color: #e1e2e3;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.filter .filter-discount__switch.active {
  background-color: #c40026;
}

.filter .filter-discount__switch-thumb {
  margin: 0 0 0 2px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.filter .filter-discount__switch.active .filter-discount__switch-thumb {
  margin: 0 0 0 26px;
}

.products-container {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-item {
  position: relative;
  border-radius: 24px;
  border: 1px solid #d4d6d7;
  width: calc(1 / 4 * 100% - 25px);
  margin: 0 12.5px 18px 12.5px;
  /* margin: 12.5px 12.5px 12.5px 12.5px; */
}

.slick-slider .product-item {
  width: auto;
}

.product-item__special {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #c40026;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02px;
}

.product-item__special.showed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-item__favourite {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 31px;
  height: 28px;
  background-image: url(/local/templates/dp/assets/img/favourite-product.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.product-item__favourite.active {
  background-image: url(/local/templates/dp/assets/img/favourite-product-active.png);
}

.profile__favourite-prodcuts-content .product-item__favourite {
  background-image: url(/local/templates/dp/assets/img/cross-sub-nav.png);
  width: 20px;
  height: 20px;
}

.product-item__main-picture {
  width: 100%;
  padding: 15px 30px 10px 30px;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item__main-picture img {
  width: 100%;
  object-fit: cover;
}

.product-item__name {
  width: 160px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.product-item__reviews {
  margin: 10px 0 0 0;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  justify-content: center;
  /* margin: 0 12px 0 0; */
  /* margin-bottom: 12px; */
}

.form_otzyv .product-item__stars {
  margin: 0 0 15px 0;
}

.product-item__star {
  width: 17px;
  height: 17px;
  margin: 0 1px 0 0;
  background-image: url(/local/templates/dp/assets/img/gray.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-item__star.active {
  background-image: url(/local/templates/dp/assets/img/red.png);
}

.product-item__reviews-count {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  margin-left: 5px;
}

.product-item__order-date {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  margin: 12px 0 20px 0;
  text-align: center;
}

.product-item__donwoload-link {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.product-item__donwoload-link a {
  position: relative;
  color: #c40026;
}

.product-item__donwoload-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  opacity: 0;
  background-color: #c40026;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-item__donwoload-link a:hover:after {
  width: 100%;
  opacity: 1;
}

.product-item__price {
  position: relative;
  text-align: center;
  margin: 12px 0 25px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-item__price.discount {
  color: #c40026;
}

.product-item__fullprice {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 23px;
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  text-transform: uppercase;
}

.product-item .red_btn,
.product-item .grey_btn {
  width: 160px;
  height: 48px;
}

.product-item__add-to-cart .red_btn,
.product-item__buy-one-click .grey_btn {
  font-size: 14px;
  font-weight: 700;
}

.product-item__buy-one-click .grey_btn {
  margin: 12px 0 30px 0;
}

/* ======================== Produxts > Detail Page ====================== */

.detail-card {
  position: relative;
  margin: 25px 0 0 0;
}

.detail-card__product-title h3 {
  font-size: 18px;
  font-weight: 700;
}

.detail-card__product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  margin: 20px 0 0 0;
}

.detail-card__product-pictures {
  flex: 1 1 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-card__product-slider {
  min-width: 0;
  margin: 50px 0 0 0;
  width: 82px;
}

.detail-card__product-slider .slick-list {
  overflow: hidden;
  width: 80px;
}

.detail-card__product-slide {
  padding: 7px;
  margin: 0 0 17px 0;
}

.detail-card__product-slide.slick-current {
  border-radius: 12px;
  border: 1px solid #d4d6d7;
  overflow: hidden;
}

.detail-card__product-slide img {
  width: 100%;
}

.detail-card__product-slider .slick-arrow {
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-card__product-slider .slick-prev {
  top: -60px;
  left: 10px;
  background-image: url(/local/templates/dp/assets/img/arrow-up.png);
}

.detail-card__product-slider .slick-next {
  left: 10px;
  background-image: url(/local/templates/dp/assets/img/arrow-down.png);
}

.detail-card__product-main-pic {
  margin: 16px 0 0 25px;
  position: relative;
  flex: 1 1 80%;
}

.detail-card__product-main-pic img {
  width: 100%;
  padding: 30px;
}

.detail-card .detail-card__product-special {
  width: 60px;
  height: 60px;
  font-size: 20px;
  top: 30px;
  right: 30px;
  left: auto;
}

.detail-card__product-info {
  flex: 1 1 34%;
  margin: 16px 0 0 80px;
}

.detail-card__product-info-bordered {
  border-radius: 24px;
  border: 1px solid #d4d6d7;
  overflow: hidden;
  padding: 35px 30px 40px 30px;
}

.detail-card__product-price {
  font-size: 32px;
  margin: 0;
}

.detail-card__product-fullprice {
  font-size: 18px;
  top: 44px;
}

.detail-card__product-add-to-cart {
  margin: 60px 0 0 0;
}

.detail-card__product-buy-one-click {
  margin: 18px 0 0 0;
}

.detail-card__product-reviews {
  margin: 35px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.detail-card__product-reviews .product-item__stars {
  margin: 0 10px 0 0;
}

.detail-card__product-favourite {
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0;
  cursor: pointer;
}

.detail-card__product-favourite-icon {
  width: 22px;
  height: 20px;
  margin: 0 12px 0 0;
  background-image: url(/local/templates/dp/assets/img/favourite-product.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detail-card__product-favourite-icon.active {
  background-image: url(/local/templates/dp/assets/img/favourite-product-active.png);
}

.detail-card__product-favourite-text {
  color: #8b8b90;
  font-size: 13px;
}

.detail-card__payment {
  margin: 24px 0 0 0;
  padding: 0 60px;
}

.detail-card__payment__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 10px 0;
}

.detail-card__payment-elem {
  display: block;
  flex: 0 1 20.5%;
  /* max-width: 46px; */
}

.detail-card__payment-elem#mastercard img,
.detail-card__payment-elem#jcb img {
  width: 80%;
}

.detail-card__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.detail-card__tab {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 28px;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.detail-card__tab.active {
  color: #c40026;
  border-radius: 24px;
  border: 2px solid #c40026;
}

.detail-card__open-tab-container {
  margin: 35px 0 0 0;
  display: none;
}

.detail-card__open-tab-container.active {
  display: block;
}

.product-review {
  margin: 25px 0 0 0;
}

.product-review .review__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 0;
}

.product-review .review__star {
  width: 19px;
  height: 19px;
  margin: 0 3px 0 0;
  background-image: url(/local/templates/dp/assets/img/grey-star-20.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-review .review__star.active {
  background-image: url(/local/templates/dp/assets/img/red-star-20.png);
}

.detail-together {
  margin: 75px 0 0 0;
}

.detail-together__title h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.detail-together__slider {
  margin: 20px -12.5px 0 -12.5px;
  position: relative;
}

.detail-together__slider .detail-together__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.detail-together__slider .slick-arrow {
  position: absolute;
  top: 182px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-together__slider .slick-prev {
  background-image: url(/local/templates/dp/assets/img/select-arrow-prev.png);
  left: -70px;
}

.detail-together__slider .slick-next {
  background-image: url(/local/templates/dp/assets/img/select-arrow-next.png);
  right: -70px;
}

.detail-together__slider .slick-arrow.slick-disabled {
  opacity: 0;
}

/* Modal Reviews */

#dialogModalCatalogReviews .dialog__content {
  padding: 40px 20px;
  max-width: 310px;
}

#dialogModalCatalogReviews .dialog h2 {
  padding: 0;
  margin: 0 0 15px 0;
}

#dialogModalCatalogReviews .dialog h3 {
  padding: 0;
  margin: 0 0 15px 0;
}

#dialogModalCatalogReviews .textarea_inpt {
  margin: 0;
  height: 214px;
}

#dialogModalCatalogReviews .textarea_inpt::-webkit-input-placeholder {
  line-height: 180px;
}

#dialogModalCatalogReviews .textarea_inpt::-moz-placeholder {
  line-height: 180px;
}

#dialogModalCatalogReviews .textarea_inpt:-ms-input-placeholder {
  line-height: 180px;
}

#dialogModalCatalogReviews .textarea_inpt:-moz-placeholder {
  line-height: 180px;
}

/* Modal Buy In One Click */

#dialogModalBuyOneClick .dialog__content {
  padding: 45px 20px 20px 20px;
  width: 320px;
}

#dialogModalBuyOneClick .dialog__content .title {
  padding: 0;
  font-size: 24px;
}

#dialogModalBuyOneClick .dialog__content .subtitle {
  padding: 0;
  margin: 12px 0 15px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#dialogModalBuyOneClick .dialog__content .form_inpt {
  width: 272px;
  height: 42px;
  margin: 0 0 15px 0;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: left;
}

#dialogModalBuyOneClick .dialog__content .form_inpt:last-child {
  margin: 0;
}

#dialogModalBuyOneClick .dialog__content .submit_inpt {
  width: 200px;
  height: 60px;
  border: 2px solid #c40026;
}

#dialogModalBuyOneClick .dialog__content .ok_usl {
  margin: 12px 0 0 0;
}

/* Modal Successfull */

#dialogOrderSuccessfull .dialog__content {
  width: 320px;
  padding: 45px 60px 47px 60px;
}

#dialogOrderSuccessfull .dialog__content .title {
  padding: 0;
  font-size: 24px;
}

#dialogOrderSuccessfull .dialog__content .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 12px 0 15px 0;
}

#dialogOrderSuccessfull .dialog__content .modal-pic {
}

@media (max-width: 1100px) {
  .select-category__slider {
    padding: 0 60px 60px 60px;
  }

  .select-category__slider .slick-prev {
    left: 0;
  }

  .select-category__slider .slick-next {
    right: 0;
  }

  .products__grid {
    /* justify-content: center; */
  }

  .products__grid-part .items {
    /* justify-content: center; */
  }

  .detail-together__slider {
    padding: 0 60px;
  }

  .detail-together__slider .slick-prev {
    left: 0;
  }

  .detail-together__slider .slick-next {
    right: 0;
  }
}

@media (max-width: 900px) {
  .detail-card__product-info {
    margin: 16px 0 0 30px;
  }
}

@media (max-width: 767px) {
  .detail-card__product-container {
    flex-direction: column;
    margin: 15px 0 0 0;
  }

  .detail-card__product-info {
    margin: 16px 0 0 0;
  }

  .detail-card__product-main-pic {
    margin: 0 0 0 25px;
  }

  .detail-card__product-slide {
    margin: 0 0 0 0;
  }

  .detail-card__tab {
    font-size: 14px;
    padding: 12px 12px;
    margin: 0 5px 0 0;
  }
}

/* ======================== "Making Order" Page ====================== */

.ordering {
  background-image: url(/local/templates/dp/assets/css/../img/ordering-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden;
}

.ordering .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 0 75px;
}

/* Cart */

.order-check {
  margin: 50px 0 0 0;
}

.ordering h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px 0;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 80px;
  margin: 20px 0 20px 0;
}

.cart-item .cart-item__picture {
  margin: 0 60px 0 0;
  flex: 0 0 18%;
}

.cart-item .cart-item__info {
  flex: 0 0 32%;
}

.cart-item .cart-item__name {
  color: #c40026;
  font-size: 30px;
  font-weight: 300;
}

.cart-item .cart-item__desc {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.cart-item .cart-item__price {
  flex: 0 0 41.5%;
  text-align: right;
}

.cart-item .cart-item__fullprice {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.cart-item .cart-item__nds {
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cart-item .cart-item__delete {
  flex: 0 0 8.5%;
}

.cart-item .cart-item__delete img {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cart-total {
  padding: 0 80px;
  margin: 0 0 35px 0;
}

.cart-total__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 70px 0 0 0;
  position: relative;
}

.cart-total__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin: 0 0 12px 0;
}

.cart-total__container .grey-border-short {
  position: absolute;
  right: -11%;
  top: -40px;
  height: 15px;
  width: 475px;
  background-image: url(/local/templates/dp/assets/css/../img/grey-border-short.png);
  background-repeat: no-repeat;
  background-position: center;
}

.cart-total__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 66px 0 0;
}

.cart-total__fullprice {
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}

.cart-total__nds {
  text-align: right;
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* Payment */

.choose-payment {
  margin: 45px 0 0 0;
}

.choose-payment h3 {
  margin: 0 0 35px 0;
}

.choose-payment .choose-payment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.choose-payment .choose-payment__item {
  flex: 0 0 16%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.choose-payment .choose-payment__item:hover {
  border: 1px solid #cccccc;
}

.choose-payment .choose-payment__item.active {
  border: 2px solid #cccccc;
}

/* User Contacts */

.user-contacts {
  margin: 45px 0 0 0;
}

.user-contacts h3 {
  margin: 0 0 35px 0;
}

.user-contacts .user-contacts__container {
}

.user-contacts .user-contacts__form {
}

.user-contacts .user-contacts__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.user-contacts .user-contacts__email {
  flex: 0 0 50%;
  padding: 0 12px 0 0;
}

.user-contacts .user-contacts__email span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07px;
  margin: 0 0 8px 0;
}

.user-contacts .user-contacts__email input {
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 0 0 15px;
}

.user-contacts .user-contacts__email input::-webkit-input-placeholder {
  color: #96969a;
  font-size: 14px;
}

.user-contacts .user-contacts__email input::-moz-placeholder {
  color: #96969a;
  font-size: 14px;
}

.user-contacts .user-contacts__email input::-ms-input-placeholder {
  color: #96969a;
  font-size: 14px;
}

.user-contacts .user-contacts__email input:-ms-input-placeholder {
  color: #96969a;
  font-size: 14px;
}

.user-contacts .user-contacts__email input::placeholder {
  color: #96969a;
  font-size: 14px;
}

.user-contacts .user-contacts__email-confirm {
  flex: 0 0 50%;
  padding: 0 0 0 12px;
}

.user-contacts .user-contacts__email-confirm span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07px;
  margin: 0 0 8px 0;
}

.user-contacts .user-contacts__email-confirm input {
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 0 0 15px;
}

.user-contacts .user-contacts__submit {
  margin: 40px 0 0 0;
}

.user-contacts .user-contacts__submit .red_btn {
  width: 200px;
}

.user-contacts .user-contacts__submit span {
  display: block;
  margin: 15px auto;
  width: 300px;
  color: #aeafb2;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.11px;
}

.user-contacts .user-contacts__submit span a {
  color: #aeafb2;
  text-decoration: underline;
}

.user-contacts .user-contacts__submit span a:hover {
  color: #5d5d5d;
}

@media (max-width: 900px) {
  .choose-payment .choose-payment__item {
    flex: 0 0 30%;
    margin: 0 0 12px 0;
  }
}

@media (max-width: 767px) {
  .ordering h3 {
    font-size: 26px;
  }

  .cart-item {
    padding: 0;
    margin: 12px 0 12px 0;
  }

  .cart-item .cart-item__picture {
    margin: 0 20px 0 0;
  }

  .cart-item .cart-item__name {
    font-size: 26px;
  }

  .cart-item .cart-item__price {
    flex: 0 0 37.5%;
  }

  .cart-item .cart-item__fullprice {
    font-size: 26px;
    margin: 0;
  }

  .cart-item .cart-item__delete {
    flex: 0 0 12.5%;
    padding: 0 15px 0 0;
  }

  .cart-total {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .cart-total__container {
    margin: 50px 0 0 0;
  }

  .user-contacts .user-contacts__email {
    flex: 0 0 100%;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
  }

  .user-contacts .user-contacts__email-confirm {
    flex: 0 0 100%;
    padding: 0 0 0 0;
  }
}

@media (max-width: 545px) {
  .choose-payment .choose-payment__item {
    flex: 0 0 48%;
  }
}

@media (max-width: 400px) {
  .cart-item .cart-item__price {
    padding: 0 12px 0 0;
  }

  .cart-item .cart-item__nds {
    display: none;
  }
}

/* ======================== "Seasons" Page ====================== */

.seasons {
  background-image: url(/local/templates/dp/assets/css/../img/seasons_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.seasons .seasons_p_1 {
  max-width: 710px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.seasons .seasons_cnt {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 27px;
  position: relative;
}

/* - Seasons Page Nav Margin - */

.seasons .page-navigation {
  margin-top: 20px;
}

.season_1 .page-navigation {
  margin-top: 20px;
}

/* -- */

.seasons .seasons_cnt::before {
  content: "";
  width: 264px;
  height: 246px;
  background-image: url(/local/templates/dp/assets/css/../img/seasons_after.png);
  position: absolute;
  right: -130px;
  top: 285px;
  z-index: -1;
}

.seasons .seasons_cnt .seasons_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 125px;
}

.seasons .seasons_item__left {
  max-width: 437px;
  width: 100%;
}

.seasons .seasons_item__left .seasons_item__left_big {
  max-width: 437px;
  width: 100%;
  position: relative;
}

.seasons .seasons_item__left .seasons_item__left_big img {
  width: 424px;
  height: 238px;
  -o-object-fit: cover;
  object-fit: cover;
}

.seasons .seasons_item__left .play_video_bnt {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-video-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-video.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.seasons .seasons_item__left .play_video_bnt:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-video-hover.svg);
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.seasons .seasons_item__left .seasons_item__left_mini {
  margin-top: 40px;
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider {
  max-width: 424px;
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  .slick-slide {
  margin-right: 15px;
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 35px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 0;
  background-position: 50% 50%;
  background-color: rgba(25, 34, 43, 0.9);
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  .slick-next {
  right: 0;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_r_seasons.png);
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  .slick-prev {
  left: 0;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_l_seasons.png);
}

.seasons .seasons_item__right {
  max-width: 470px;
  width: 100%;
}

.seasons .seasons_item__right h2 {
  /* max-width: 330px; */
  max-width: 100%;
  text-align: left;
  /* margin-top: -10px; */
  margin-top: -5px;
}

.seasons .seasons_item__right h2 span {
  display: block;
}

.seasons .seasons_item__right p {
  font-weight: 400;
  margin-bottom: 2px;
}

.seasons .seasons_item__right p span {
  font-weight: 700;
}

.seasons .seasons_item__right .red_btn {
  max-width: 275px;
  width: 100%;
  margin-top: 30px;
}

.seasons .seasons_map {
  margin-top: -28px;
}

.seasons .seasons_map h2 {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
}

.seasons .seasons_map .seasons_map_p {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.seasons .seasons_map .seasons_map_cnt_940 {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 940px;
  margin: 0 auto;
  z-index: 7;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 100px;
}

.seasons .seasons_map .seasons_map_cnt {
  margin-top: 40px;
  margin-bottom: -365px;
  position: relative;
}

.seasons .seasons_map .seasons_map_cnt img {
  height: 878px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal {
  padding: 37px 30px;
  background-color: #fff;
  max-width: 340px;
  margin: 0 auto;
  z-index: 8;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal h3 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 13px;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal h3 span {
  display: block;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal p span {
  font-weight: 700;
}

.seasons
  .seasons_map
  .seasons_map_cnt
  .seasons_map_modal
  .seasons_map_modal_links {
  margin-top: 18px;
  text-align: center;
}

.seasons .seasons_map .seasons_map_cnt .seasons_map_modal .red_btn {
  max-width: 275px;
  width: 100%;
}

.seasons
  .seasons_map
  .seasons_map_cnt
  .seasons_map_modal
  .seasons_map_modal_more {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.seasons
  .seasons_map
  .seasons_map_cnt
  .seasons_map_modal
  .seasons_map_modal_more:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.seasons
  .seasons_map
  .seasons_map_cnt
  .seasons_map_modal
  .seasons_map_modal__close {
  width: 21px;
  height: 21px;
  background-image: url(/local/templates/dp/assets/css/../img/close-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/close.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  transition: -webkit-transform 0.7s ease-in-out;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.seasons
  .seasons_map
  .seasons_map_cnt
  .seasons_map_modal
  .seasons_map_modal__close:hover {
  background-image: url(/local/templates/dp/assets/css/../img/close-hover.svg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.faq {
  background-image: url(/local/templates/dp/assets/css/../img/faq_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.faq .faq_p_1 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 665px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.faq .faq_p_1 span {
  color: #c40026;
}

.faq .faq_cnt {
  max-width: 932px;
  margin: 0 auto;
}

.faq .faq_cnt .faq_tab {
  margin-top: 45px;
  position: relative;
}

.faq .faq_cnt .faq_tab:first-of-type {
  margin-top: 55px;
}

.faq .faq_cnt .faq_tab:first-of-type::before {
  content: "";
  width: 100%;
  max-width: 932px;
  height: 15px;
  background-image: url(/local/templates/dp/assets/css/../img/faq_hr.png);
  margin: 0 auto;
  margin-top: 10px;
  background-position: 50% 50%;
  position: absolute;
  top: -40px;
  left: 0;
}

.faq .faq_cnt .faq_tab::after {
  content: "";
  width: 100%;
  max-width: 932px;
  height: 15px;
  background-image: url(/local/templates/dp/assets/css/../img/faq_hr.png);
  margin: 0 auto;
  margin-top: 10px;
  background-position: 50% 50%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.faq .faq_cnt .faq_tab .faq_tab__vopros {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  max-width: 94.5%;
  padding-right: 40px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.faq .faq_cnt .faq_tab .faq_tab__vopros:hover {
  background-position: 96% 50%;
}

.faq .faq_cnt .faq_tab .faq_tab__vopros__open {
  background-image: url(/local/templates/dp/assets/css/../img/arrow_down_faq.png);
}

.faq .faq_cnt .faq_tab .faq_tab__otvet {
  margin-top: 20px;
  max-width: 820px;
  display: none;
}

.faq .faq_cnt .faq_tab .faq_tab__otvet .faq_tab__otvet_p {
  font-weight: 700;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}

.faq .faq_cnt .faq_tab .faq_tab__otvet p {
  margin-bottom: 20px;
}

.faq .faq_cnt .faq_tab .faq_tab__otvet_open {
  display: block;
}

.faq_cnt_breadcrumbs {
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq_cnt_breadcrumbs .link.current {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  background-color: #c40026;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}

.faq_cnt_breadcrumbs .link.current:hover {
  font-weight: 400;
}

.faq_cnt_breadcrumbs .link {
  font-weight: 700;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 10px;
}

.faq_cnt_breadcrumbs .link:hover {
  font-weight: 700;
}

.faq_cnt_breadcrumbs .link:last-of-type {
  margin-right: 0;
}

.faq_cnt_breadcrumbs .dotted {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin-left: -10px;
}

.faq_cnt_breadcrumbs .next {
  padding-left: 10px;
  position: relative;
  left: -10px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  display: inline-block;
}

.faq_cnt_breadcrumbs .next:hover {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.otzv_bread .faq_cnt_breadcrumbs {
  margin-top: 45px;
}

.faq_cnt_btn_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.faq_cnt_btn_cnt .red_btn {
  width: 275px;
  height: 60px;
}

.otzv_bread .faq_cnt_btn_cnt.otzv_cnt_btn_cnt {
  margin-top: 35px;
}

.otzv_bread .faq_cnt_btn_cnt.otzv_cnt_btn_cnt .red_btn {
  width: 300px;
  height: 60px;
}

.season_1 {
  background-image: url(/local/templates/dp/assets/css/../img/season1_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.season_1 .season_1_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.season_1 .h1_season {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
  /* max-width: 505px; */
  max-width: 100%;
  text-align: center;
}

.season_1 .season_1_p p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.season_1 .inner_page_hr {
  margin-top: 0;
}

.season_1 h2.inner_page__tab_h {
  margin: 35px auto;
}

.season_1 .map_season {
  margin-top: 27px;
  margin-bottom: 16px;
}

.season_1 .map_season img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.season_1 .map_season_cnt {
  position: relative;
  height: 600px;
}

.season_1 .map_season_select_940 {
  max-width: 940px;
  margin: 0 auto;
  z-index: 7;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50px;
}

.season_1 .map_season_select {
  width: 335px;
  height: 500px;
  background-color: #fff;
  max-width: 940px;
  margin: 0 auto;
  z-index: 8;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.season_1 .map_season_select .custom-scroll_inner {
  padding-top: 42px;
  padding-left: 33px !important;
  padding-bottom: 20px !important;
}

.season_1 .map_season_select .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.season_1 .map_season_select .title p {
  font-weight: 700;
}

.season_1 .map_season_select .towns {
  padding-left: 10px;
}

.season_1 .map_season_select .item {
  margin-bottom: 10px;
}

.season_1 .map_season_select .play_video {
  margin-top: -3px;
  cursor: pointer;
}

.season_1 .map_season_select .play_video p {
  height: 30px;
  background-image: url(/local/templates/dp/assets/css/../img/button-red-seria-50-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/button-red-seria-30.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: 100% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.season_1 .map_season_select .play_video p:hover,
.season_1 .map_season_select .play_video .active {
  background-image: url(/local/templates/dp/assets/css/../img/button-red-seria-50-hover.svg);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.season_1 .map_season_select p {
  margin-bottom: 0;
  font-size: 14px;
}

.season_1 .season_buy {
  margin-top: 50px;
}

.season_1 .season_buy h2 {
  font-weight: 700;
  margin-bottom: 0;
}

.season_1 .season_buy h2 span {
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

.season_1 .season_buy .season_buy_price_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.season_1 .season_buy .season_buy_price_cnt .red_btn {
  width: 275px;
}

.season_1 .season_buy .season_buy_price {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 23px;
}

.season_1 .season_programm {
  margin-top: 30px;
}

.season_1 .season_programm .title {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
  position: relative;
}

.season_1 .season_programm .text {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 610px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.season_1 .season_programm .text::before {
  content: "";
  width: 218px;
  height: 264px;
  background-image: url(/local/templates/dp/assets/css/../img/program_season_1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -277px;
  top: -91px;
  z-index: -1;
}

.season_1 .season_programm .text a {
  color: #000000;
  text-decoration: underline;
}

.season_1 .season_what_vhodit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.season_1 .season_what_vhodit h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 35px auto;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-repeat: no-repeat;
  background-position: 100% 66%;
  padding-right: 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.season_1 .season_what_vhodit h3:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.season_1 .season_videos {
  max-width: 945px;
  margin: 0 auto;
  margin-top: 80px;
}

.season_1 .season_videos .inner_page_hr {
  margin-top: 40px;
}

.season_1 .season_videos .season_videos_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}

.season_1 .season_videos .season_videos_item .right {
  margin-left: 45px;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
}

.season_1 .season_videos .season_videos_item .right .title h3 {
  color: #000000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.season_1 .season_videos .season_videos_item .right .bold {
  font-weight: 700;
  font-family: "Open Sans";
}

.season_1 .season_videos .season_videos_item .right .kol_vo,
.season_1 .season_videos .season_videos_item .right .goroda {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.season_1 .season_videos .season_videos_item .right .kol_vo p,
.season_1 .season_videos .season_videos_item .right .goroda p {
  margin-bottom: 0;
}

.season_1 .season_videos .season_videos_item .right .kol_vo {
  margin-top: 18px;
}

.season_1 .season_videos .seasons_item__left_mini {
  /* margin-top: 51px; */
  margin-top: auto;
  max-width: 425px;
}

.season_1 .season_videos .season_videos_item .left {
  display: flex;
}

.season_1 .season_videos .seasons_item__left_mini .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 35px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 0;
  background-position: 50% 50%;
  background-color: rgba(25, 34, 43, 0.9);
}

.season_1 .season_videos .seasons_item__left_mini img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.season_1 .season_videos .seasons_item__left_mini .slick-prev {
  left: 0;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_l_seasons.png);
}

.season_1 .season_videos .seasons_item__left_mini .slick-slide {
  margin-right: 16px;
}

.season_1 .season_videos .seasons_item__left_mini .slick-next {
  right: 0;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_r_seasons.png);
}

.season_1 .season_spisok_veshey_inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.season_1 .season_spisok_veshey_inner .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.season_1 .season_spisok_veshey_inner p {
  font-size: 18px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.season_1 .season_spisok_veshey_inner .right {
  margin-left: 35px;
  position: relative;
}

.season_1 .season_spisok_veshey_inner .right::before {
  content: "";
  position: absolute;
  top: 78px;
  left: 242px;
  width: 262px;
  height: 286px;
  background-image: url(/local/templates/dp/assets/css/../img/season_spisok_veshey_inner_bg.png);
  z-index: -1;
}

.season_1 .season_spisok_veshey_inner .right .title {
  margin-bottom: 18px;
}

.season_1 .season_spisok_veshey_inner .right .right_2 {
  margin-top: 30px;
}

.season_1 .season_spisok_inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  margin-top: -7px;
}

.season_1 .season_spisok_inner::before {
  content: "";
  width: 282px;
  height: 309px;
  background-image: url(/local/templates/dp/assets/css/../img/season_raschet_inner_bg.png);
  position: absolute;
  z-index: -1;
  left: -200px;
  top: -87px;
}

.season_1 .season_spisok_inner p {
  margin-bottom: 4px;
  font-size: 18px;
}

.season_1 .season_spisok_inner p a {
  text-decoration: underline;
}

.season_1 .season_spisok_inner .season_spisok_inner_1 {
  margin-top: 30px;
}

.season_1 .season_spisok_inner .season_spisok_inner_1 p {
  font-size: 14px;
  text-align: center;
  font-style: italic;
}

.season_1 .season_spisok_inner .season_spisok_inner_2 p {
  text-align: center;
  margin-top: 18px;
}

.season_1 .season_spisok_inner .season_spisok_inner_2 p a {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.01px;
  text-decoration: underline;
}

.season_1 .help {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_07.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  top: 4px;
  cursor: pointer;
  position: relative;
}

.season_1 .help:hover {
  opacity: 1;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_1.png);
}

.season_1 .help:hover .help_inner {
  display: block;
}

.season_1 .help_inner {
  position: absolute;
  left: 40px;
  top: 10px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  z-index: 6;
  padding: 15px 15px;
  cursor: default;
  min-width: 300px;
  font-size: 14px;
  display: none;
  color: #96969a;
}

.season_1 .season_raschet_inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

.season_1 .season_raschet_inner::before {
  content: "";
  position: absolute;
  width: 299px;
  height: 307px;
  background-image: url(/local/templates/dp/assets/css/../img/season_raschet.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  z-index: -1;
  right: -86px;
  top: 30px;
}

.season_1 .season_raschet_inner .title {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.season_1 .season_raschet_inner .season_ul p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 18px;
}

.season_1 .season_raschet_inner .season_ul .season_ul_left {
  max-width: 400px;
  width: 100%;
  display: block;
}

.season_1 .season_raschet_inner .season_ul_sum {
  margin-top: 40px;
}

.season_1 .season_raschet_inner .season_ul_sum .season_ul_left {
  font-weight: 700;
  margin-bottom: 15px;
}

.season_1 .season_raschet_inner .season_ul_sum .italic {
  font-weight: 400;
  font-style: italic;
}

.season_1 .season_raschet_inner .season_ul_itog {
  margin-top: 15px;
}

.season_1 .season_raschet_inner .season_ul_itog p {
  font-weight: 700;
  margin-bottom: 0px;
}

.season_1 .season_vhodit_inner {
  text-align: center;
  margin-top: -10px;
}

.season_1 .season_vhodit_inner .p1 {
  max-width: 525px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26.02px;
  letter-spacing: -0.14px;
}

.season_1 .season_vhodit_inner .p2 {
  max-width: 590px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26.02px;
  letter-spacing: -0.14px;
  font-style: italic;
  margin-top: 20px;
}

.season_1 .season_vhodit_inner .p2 a {
  text-decoration: underline;
}

.season_1 .season_vhodit_inner .link {
  margin-top: 25px;
}

.season_1 .season_vhodit_inner .link a {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.01px;
  text-decoration: underline;
}

#dialogModalB h2 {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 10px;
}

#dialogModalB .dialog__content {
  width: 24%;
  padding: 3em;
}

#dialogModalB p {
  font-size: 14px;
  font-family: "Open Sans";
  margin-bottom: 10px;
  line-height: 26.02px;
}

#dialogModalB .bold {
  font-weight: 700;
  font-family: "Open Sans";
  margin-bottom: 0;
}

#dialogModalB .close_modal {
  top: 0;
}

.mob_vr_dn_flex {
  display: none;
}

.autoschool {
  background-image: url(/local/templates/dp/assets/css/../img/autoschool_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.autoschool .auto_logo {
  margin-top: 38px;
  margin-bottom: 45px;
}

.autoschool .zapis_auto_mob {
  display: none;
}

.autoschool .autoschool_desc h2 {
  margin-bottom: 20px;
}

.autoschool .autoschool_desc .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 850px;
  width: 100%;
  margin: auto;
}

.autoschool .autoschool_desc .items .item p {
  margin-bottom: 0;
}

.autoschool .autoschool_desc .items .item p span.bold {
  font-weight: 700;
}

.autoschool .autoschool_desc .items .item_1 {
  margin-left: 30px;
}

.autoschool .autoschool_desc .items .item_2 {
  margin-right: 20px;
}

.autoschool .autoschool_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.autoschool .autoschool_btns .zapis {
  margin-right: 10px;
  width: 275px;
}

.autoschool .autoschool_btns .back {
  margin-left: 10px;
  width: 275px;
  /* background-color: #96969a; */
}

.autoschool .autoschool_btns .back:hover {
  background-color: #fff;
  border: 2px solid #96969a;
}

.autoschool .autosch_hr {
  margin-top: 35px;
  margin-bottom: 35px;
}

.autoschool .autopark_slider {
  max-width: 790px;
  margin: 0 auto;
  width: 100%;
}

.autoschool .autopark_slider .item .photo {
  height: 134px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autoschool .autopark_slider .item p {
  margin-bottom: 0;
}

.autoschool .autopark_slider .item p .bold {
  font-weight: 700;
}

.autoschool .autopark_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.autoschool .autopark_slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.autoschool .autopark_slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.autoschool .autopark_slider .slick-arrow {
  position: absolute;
  top: 26%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 53px;
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.autoschool .autopark_slider .slick-prev {
  left: -70px;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_left.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.autoschool .autopark_slider .slick-next {
  right: -70px;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_right.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.autoschool .autopark_slider .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_dark_blue.png);
  background-repeat: no-repeat;
}

.autoschool .autopark_slider .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_dark_blue.png);
}

.autoschool .autopark_slider .slick-dots li {
  margin-right: 20px;
}

.autoschool .autopark_slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  bottom: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autoschool .instruktors h2 {
  margin-bottom: 15px;
}

.autoschool .instruktors .instruktors_slider {
  max-width: 801px;
  margin: 0 auto;
}

.autoschool .instruktors .instruktors_slider .item img {
  margin-bottom: 10px;
}

.autoschool .instruktors .instruktors_slider .item .bold {
  font-weight: 700;
}

.autoschool .instruktors .instruktors_slider .item p {
  margin-bottom: 0;
}

.autoschool .instruktors .instruktors_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.autoschool .instruktors .instruktors_slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.autoschool .instruktors .instruktors_slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.autoschool .instruktors .instruktors_slider .slick-arrow {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 53px;
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.autoschool .instruktors .instruktors_slider .slick-prev {
  left: -70px;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_left.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.autoschool .instruktors .instruktors_slider .slick-next {
  right: -70px;
  background-image: url(/local/templates/dp/assets/css/../img/slider_otz_right.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.autoschool .instruktors .instruktors_slider .slick-dots li button {
  text-indent: -9999999999px;
  width: 17px;
  height: 17px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/dp/assets/css/../img/circle_empty_dark_blue.png);
  background-repeat: no-repeat;
}

.autoschool .instruktors .instruktors_slider .slick-dots .slick-active button {
  background-image: url(/local/templates/dp/assets/css/../img/circle_dark_blue.png);
}

.autoschool .instruktors .instruktors_slider .slick-dots li {
  margin-right: 20px;
}

.autoschool .instruktors .instruktors_slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autoschool .auto_osob_hr {
  margin-top: 30px;
  margin-bottom: 40px;
}

.autoschool .auto_h2_1 {
  margin-bottom: 20px;
}

.autoschool .auto_p {
  max-width: 925px;
  margin: 0 auto;
}

.autoschool .w925 {
  max-width: 925px;
  margin: 0 auto;
}

.autoschool .w925 .autoschool_btns {
  margin-top: 40px;
}

.autoschool .auto_h2 {
  margin-bottom: 15px;
}

.autoschool .bold {
  font-weight: 700;
}

.poleznoe {
  background-image: url(/local/templates/dp/assets/css/../img/polezone_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.poleznoe .filter_benzin {
  margin-top: 37px;
  margin-bottom: 32px;
}

.poleznoe .filter_benzin .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poleznoe .filter_benzin .items .calc_select {
  border: 1px solid #d0d0d0;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  height: 24px;
  color: #000000;
  background: transparent;
  font-size: 14px;
  max-width: 145px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/dp/assets/css/../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 54%;
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: 700;
  padding-bottom: 2px;
}

.poleznoe .filter_benzin .items p {
  margin-bottom: 0;
  margin-right: 17px;
}

.poleznoe .p_1 {
  line-height: 30px;
  font-size: 18px;
  max-width: 755px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.poleznoe .p_1::before {
  content: "";
  width: 201px;
  height: 251px;
  background-image: url(/local/templates/dp/assets/css/../img/poleznoe_tab_auto_before.png);
  position: absolute;
  left: -307px;
  top: 160px;
}

.poleznoe h2.inner_page__tab_h {
  margin: 35px auto;
}

.poleznoe .inner_page_hr {
  margin-top: 0;
}

.poleznoe .poleznoe_tab_auto .top_p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: -10px;
}

.poleznoe .poleznoe_tab_auto .row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poleznoe .poleznoe_tab_auto .row_1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poleznoe .poleznoe_tab_auto .row_1 .left p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}

.poleznoe .poleznoe_tab_auto .row_1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poleznoe .poleznoe_tab_auto .row_1 .right p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}

.poleznoe .poleznoe_tab_auto .row_1 select {
  width: 230px;
  height: 35px;
  border: 1px solid #ccc;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/dp/assets/css/../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  cursor: pointer;
}

.poleznoe .poleznoe_tab_auto .row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.poleznoe .poleznoe_tab_auto .row_2 p {
  margin-bottom: 0;
  margin-right: 0px;
  font-size: 14px;
}

.poleznoe .poleznoe_tab_auto .row_2 select {
  border: none;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 20px;
  font-size: 14px;
  color: #c40026;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/dp/assets/css/../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 65%;
  cursor: pointer;
}

.poleznoe .poleznoe_tab_auto .row_3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.poleznoe .poleznoe_tab_auto .row_3 .top p {
  margin-bottom: 0;
  font-size: 14px;
  color: #96969a;
}

.poleznoe .poleznoe_tab_auto .row_4 {
  margin-top: -5px;
  height: 300px;
}

.poleznoe .poleznoe_tab_auto .row_4 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.poleznoe .poleznoe_tab_auto .row_4 .item:hover {
  background-color: #e6e6e6;
}

.poleznoe .poleznoe_tab_auto .row_4 .item:hover p {
  color: #000;
}

.poleznoe .poleznoe_tab_auto .row_4 .item:hover .name {
  color: #000000;
}

.poleznoe .poleznoe_tab_auto .row_4 .item:hover .arrow {
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
}

.poleznoe .poleznoe_tab_auto .row_4 .item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #96969a;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .arrow {
  width: 14px;
  height: 23px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right.svg);
  background-repeat: no-repeat;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .arrow::after, .poleznoe .poleznoe_tab_auto .row_4 .item .arrow::before{
  display: none;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .name {
  font-size: 18px;
  font-weight: 700;
  color: #96969a;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .price_cnt {
  width: 135px;
  text-align: center;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .name_cnt {
  width: 210px;
  text-align: left;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .geo_cnt {
  width: 260px;
  text-align: center;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .metro_cnt {
  width: 210px;
  text-align: center;
}

.poleznoe .poleznoe_tab_auto .row_4 .item .arrow_cnt {
  margin-left: 20px;
}

.poleznoe .poleznoe_tab_auto .map_poleznoe {
  text-align: center;
  margin-top: 40px;
}

.poleznoe .poleznoe_tab_auto .item.select {
  background-color: #e6e6e6;
}

.poleznoe .poleznoe_tab_auto .item.select p {
  color: #000;
}

.poleznoe .poleznoe_tab_auto .item.select .name {
  color: #000000;
}

.poleznoe .poleznoe_tab_auto .item.select .arrow {
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
}

.poleznoe .poleznoe_tab_auto .row_3 .top .col_1 {
  width: 210px;
  text-align: left;
}

.poleznoe .poleznoe_tab_auto .row_3 .top .col_2 {
  width: 135px;
  text-align: center;
}

.poleznoe .poleznoe_tab_auto .row_3 .top .col_3 {
  width: 260px;
  text-align: center;
}

.poleznoe .poleznoe_tab_auto .row_3 .top .col_4 {
  width: 210px;
  text-align: center;
}

.poleznoe .poleznoe_tab_price_platnie .pl_p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-top: -10px;
}

.poleznoe .poleznoe_tab_price_platnie .links {
  margin-top: 15px;
}

.poleznoe .poleznoe_tab_price_platnie .link {
  margin-bottom: 0;
}

.poleznoe .poleznoe_tab_price_platnie .link a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.poleznoe .poleznoe_tab_price_platnie .link a:hover {
  position: relative;
  left: 5px;
}

.poleznoe .benz_inner .titls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poleznoe .benz_inner .titls p {
  font-weight: 700;
  margin-bottom: 15px;
}

.poleznoe .benz_inner .titls .titls_counrty {
  width: 311px;
}

.poleznoe .benz_inner .titls .titls_95 {
  width: 237px;
}

.poleznoe .benz_inner .titls .titls_98 {
  width: 241px;
}

.poleznoe .benz_inner .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.poleznoe .benz_inner .items .item p {
  margin-bottom: 0;
  line-height: 24px;
}

.poleznoe .benz_inner .items .item p:nth-of-type(1) {
  width: 311px;
}

.poleznoe .benz_inner .items .item p:nth-of-type(1) img {
  margin-right: 20px;
  position: relative;
  top: -2px;
}

.poleznoe .benz_inner .items .item p:nth-of-type(2) {
  width: 237px;
  text-transform: uppercase;
}

.poleznoe .benz_inner .items .item p:nth-of-type(3) {
  width: 241px;
  text-transform: uppercase;
}

.poleznoe .benz_inner .items .item p:nth-of-type(4) {
  text-transform: uppercase;
}

.poleznoe .videoblog_inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.poleznoe .videoblog_inner .items .item {
  max-width: 424px;
  width: 100%;
  margin-left: 22px;
  margin-right: 22px;
}

.poleznoe .videoblog_inner .items .item .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 3px;
}

.poleznoe .videoblog_inner .items .item .text {
  margin-top: 20px;
}

.poleznoe .videoblog_inner .items::after {
  content: "";
  max-width: 469px;
  width: 100%;
}

.poleznoe .poleznoe_tab_inner,
.poleznoe .platnie_inner,
.poleznoe .benz_inner,
.poleznoe .videoblog_inner {
  max-width: 940px;
  margin: 0 auto;
}

.poleznoe .benz_p {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -5px;
}

.poleznoe .benz_p p {
  font-size: 18px;
}

.poleznoe .map_poleznoe {
  position: relative;
}

.poleznoe .dots_cnt {
  max-width: 940px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.poleznoe .dots_cnt .dots {
  max-width: 781px;
  width: 100%;
  height: 100%;
  position: relative;
}

.poleznoe .dots_cnt .dots .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
}

.poleznoe .dots_cnt .dots .d1 {
  top: 158px;
  left: 60px;
}

.poleznoe .dots_cnt .dots .d2 {
  top: 5%;
  left: 24%;
}

.poleznoe .dots_cnt .dots .d3 {
  top: 28.5%;
  left: 20%;
}

.poleznoe .dots_cnt .dots .d4 {
  top: 10.5%;
  left: 36.5%;
}

.poleznoe .dots_cnt .dots .d5 {
  top: 56.5%;
  left: 28.5%;
}

.poleznoe .dots_cnt .dots .d6 {
  top: 27.5%;
  left: 41.5%;
}

.poleznoe .dots_cnt .dots .d7 {
  top: 44.5%;
  left: 56.5%;
}

.poleznoe .dots_cnt .dots .d8 {
  top: 12.5%;
  left: 59.5%;
}

.poleznoe .dots_cnt .dots .d9 {
  top: 20.5%;
  left: 66.5%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.poleznoe .dots_cnt .dots .d10 {
  top: 18.5%;
  left: 69.5%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.poleznoe .dots_cnt .dots .d11 {
  top: 66.5%;
  left: 70.5%;
}

#dialogModalMapPoleznoe .dialog .close_modal,
#dialogModalMapAutoSchool .dialog .close_modal {
  right: 4%;
  top: 0%;
}

#dialogModalMapPoleznoe .dialog__content,
#dialogModalMapAutoSchool .dialog__content {
  width: 100%;
  min-width: 250px;
  max-width: 421px;
  padding: 30px;
  padding-top: 40px;
}

#dialogModalMapPoleznoe .dialog__content .stantion p,
#dialogModalMapAutoSchool .dialog__content .stantion p {
  color: #c40026;
  font-size: 30px;
  font-weight: 300;
}

#dialogModalMapPoleznoe .dialog__content .desc,
#dialogModalMapAutoSchool .dialog__content .desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 8px;
}

#dialogModalMapPoleznoe .dialog__content .row_2,
#dialogModalMapAutoSchool .dialog__content .row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}

#dialogModalMapPoleznoe .dialog__content .row_2 select,
#dialogModalMapAutoSchool .dialog__content .row_2 select {
  border: none;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 20px;
  font-size: 14px;
  color: #c40026;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/dp/assets/css/../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 65%;
  cursor: pointer;
}

#dialogModalMapPoleznoe .dialog__content .row_2 p,
#dialogModalMapAutoSchool .dialog__content .row_2 p {
  margin-bottom: 0;
  margin-right: 0px;
  font-size: 14px;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal {
  margin-top: 25px;
  height: 300px;
  max-width: 95%;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item {
  padding: 20px;
  padding-bottom: 12px;
  margin-bottom: 1px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  max-width: 99%;
  position: relative;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item .name,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item .name {
  text-align: left;
  color: #96969a;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 9px;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item .ulica,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item .ulica {
  text-align: left;
  color: #96969a;
  font-size: 14px;
  margin-bottom: 9px;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item .price,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item .price {
  text-align: left;
  color: #96969a;
  font-size: 14px;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item .link,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item .link {
  width: 14px;
  height: 23px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item.active,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item.active {
  background-color: #e6e6e6;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item.active .name,
#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item.active .price,
#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item.active .ulica,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal .item.active .name,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  .item.active
  .price,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  .item.active
  .ulica {
  color: #000000;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .item.active .link,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  .item.active
  .link {
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal a:hover .item,
#dialogModalMapAutoSchool .dialog__content .autoscools_modal a:hover .item {
  background-color: #e6e6e6;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal a:hover .item .name,
#dialogModalMapPoleznoe .dialog__content .autoscools_modal a:hover .item .price,
#dialogModalMapPoleznoe .dialog__content .autoscools_modal a:hover .item .ulica,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  a:hover
  .item
  .name,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  a:hover
  .item
  .price,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  a:hover
  .item
  .ulica {
  color: #000000;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal a:hover .item .link,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  a:hover
  .item
  .link {
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcornerbig-right-hover.svg);
}

.bold_vr_den {
  display: none;
}

.poleznoe_tab_auto .inner_page__tab .row_4 .custom-scroll_bar-y {
  height: 70%;
}

#dialogModalMapPoleznoe .dialog__content .autoscools_modal .custom-scroll_bar-x,
.poleznoe_tab_auto .row_4 .custom-scroll_bar-x,
.map_season_select .custom-scroll_bar-x,
#dialogModalMapAutoSchool
  .dialog__content
  .autoscools_modal
  .custom-scroll_bar-x,
.poleznoe_tab_auto .row_4 .custom-scroll_bar-x,
.map_season_select .custom-scroll_bar-x {
  display: none !important;
}

.active_sort_1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 6px;
}

.calculators .calc_form_row.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 15px;
}

.calculators .calc_form_row.ris_row {
  margin-top: 30px;
  margin-bottom: 25px;
}

.calculators .calc_form_row.franshiza_row {
  margin-top: -13px;
  margin-bottom: 13px;
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.radio.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.radio .label.mr6 {
  margin-right: 6px;
}

.radio .label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c40026;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.radio:hover .label:after {
  -webkit-transform: scale(2.8);
  -ms-transform: scale(2.8);
  transform: scale(2.8);
}

input[type="radio"]:checked + .label {
  border-color: #ccc;
}

input[type="radio"]:checked + .label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.cntr {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  text-align: center;
}

.hidden {
  display: none;
}

.active_sort_1 {
  position: relative;
}

.click_sort {
  cursor: pointer;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_down_icon.png);
  background-position: 100% 53%;
  background-repeat: no-repeat;
  padding-right: 20px;
}

#dialogModalMapPoleznoe .dialog__content .row_2 .flex,
#dialogModalMapAutoSchool .dialog__content .row_2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort_none {
  position: absolute;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  padding: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
  z-index: 3;
  left: 0;
  top: 37px;
  min-width: 200px;
  display: none;
}

.sort_none .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort_none:after,
.sort_none:before {
  bottom: 100%;
  left: 17%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.sort_none:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.sort_none:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 13px;
  margin-left: -13px;
}

.credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}

.credit img {
  width: 72px;
}

.credit:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.poleznoe .poleznoe_tab_auto .row_2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_copy_item__logo .logo_f {
  width: 177px;
  height: 146px;
  background-image: url(/local/templates/dp/assets/css/../img/logo_f.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#dialogModalReviews .dialog__content,
#dialogModalAuthentication .dialog__content,
#dialogModalForgotPass .dialog__content,
#dialogModalRegisterM .dialog__content,
#dialogModalAuto .dialog__content {
  max-width: 310px;
  padding: 20px;
  padding-top: 34px;
}

#dialogModalAuthentication .dialog__content .submit_inpt {
  margin-top: 5px;
  margin-bottom: 14px;
}

#dialogModalAuthentication .dialog__content p {
  letter-spacing: 0.12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

#dialogModalAuthentication .dialog__content .save_me {
  letter-spacing: 0.12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dialogModalAuthentication .dialog__content .fg_pass_modal_click {
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

#dialogModalAuthentication .dialog__content .fg_pass_modal_click:hover {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

#dialogModalAuthentication .dialog__content .save_me_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#dialogModalAuthentication .dialog__content .enter_soc {
  margin-top: 15px;
  padding-bottom: 20px;
}

#dialogModalAuthentication .dialog__content .enter_soc .enter_soc_cnt {
  margin-top: 5px;
}

#dialogModalAuthentication .dialog__content .enter_soc .enter_soc_cnt a {
  padding-right: 10px;
}

#dialogModalAuthentication
  .dialog__content
  .enter_soc
  .enter_soc_cnt
  a:last-of-type {
  padding-right: 0;
}

#dialogModalAuthentication .dialog__content .enter_soc .enter_soc_cnt img {
  cursor: pointer;
}

#dialogModalReviews .dialog .close_modal,
#dialogModalAuthentication .dialog .close_modal,
#dialogForgotPass .dialog .close_modal,
#dialogRegister .dialog .close_modal,
#dialogAuto .dialog .close_modal {
  right: 4%;
  top: 0%;
}

#dialogModalReviews .dialog__content .captcha_cnt {
  margin-top: 5px;
  margin-bottom: 10px;
}

#dialogModalReviews .dialog__content .captcha_cnt p {
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #000000;
  margin-bottom: 7px;
}

#dialogModalReviews .dialog__content .submit_inpt {
  margin-top: 5px;
}

#dialogModalReviews .dialog__content .ok_usl {
  padding-bottom: 15px;
}

#dialogModalReviews .dialog h2,
#dialogModalAuthentication .dialog h2,
#dialogForgotPass .dialog h2,
#dialogRegister .dialog h2,
#dialogAuto .dialog h2 {
  font-size: 30px;
  padding: 0;
  margin-bottom: 13px;
}

#dialogModalReviews .dialog h3,
#dialogModalAuthentication .dialog h3,
#dialogForgotPass .dialog h3,
#dialogRegister .dialog h3,
#dialogAuto .dialog h3 {
  font-size: 30px;
  padding: 0;
  margin-bottom: 13px;
}

#dialogForgotPass .dialog h2 {
  margin-bottom: 7px;
}

#dialogForgotPass .dialog h3 {
  margin-bottom: 7px;
}

#dialogAuto .dialog h2 {
  margin-bottom: 7px;
}

#dialogAuto .dialog h3 {
  margin-bottom: 7px;
}

#dialogRegister .dialog .dialog__content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  margin-bottom: 10px;
}

#dialogRegister .dialog .dialog__content .cpthca {
  margin-bottom: 10px;
}

#dialogRegister .dialog .dialog__content .captcha_cnt {
  margin-top: -5px;
}

#dialogRegister .dialog .dialog__content .captcha_cnt p {
  margin-bottom: 5px;
}

#dialogRegister .dialog .dialog__content .reg_soc_cnt {
  margin-top: 10px;
  padding-bottom: 20px;
}

#dialogRegister .dialog .dialog__content .reg_soc_cnt p {
  margin-bottom: 5px;
  margin-top: 15px;
}

#dialogRegister .dialog .dialog__content .reg_soc_cnt a {
  padding-right: 10px;
}

#dialogRegister .dialog .dialog__content .reg_soc_cnt a:last-of-type {
  padding-right: 0;
}

#dialogRegister .dialog .dialog__content .reg_soc_cnt .enter_soc_cnt img {
  cursor: pointer;
}

#dialogRegister .dialog .dialog__content .submit_inpt {
  margin-top: 5px;
}

#dialogRegister .dialog .dialog__content .gray_btn {
  margin-top: 10px;
}

#dialogForgotPass .dialog .dialog__content p,
#dialogAuto .dialog .dialog__content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  margin-bottom: 10px;
}

#dialogForgotPass .dialog .dialog__content .submit_inpt,
#dialogAuto .dialog .dialog__content .submit_inpt {
  margin-top: 5px;
}

#dialogForgotPass .dialog .dialog__content .gray_btn,
#dialogAuto .dialog .dialog__content .gray_btn {
  margin-top: 10px;
}

.form_inpt {
  width: 100%;
  max-width: 270px;
  height: 35px;
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.07px;
  background-color: #fff;
  border-radius: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Open Sans";
  font-weight: 400;
}

.form_inpt.tal {
  text-align: left;
  padding-left: 13px;
  padding-right: 13px;
}

.form_inpt::-webkit-input-placeholder {
  color: #909193;
  opacity: 1;
}

.form_inpt::-moz-placeholder {
  color: #909193;
}

.form_inpt:-ms-input-placeholder {
  color: #909193;
}

.form_inpt:-moz-placeholder {
  color: #909193;
  opacity: 1;
}

.textarea_inpt {
  width: 100%;
  max-width: 270px;
  height: 130px;
  border: 1px solid #cccccc;
  resize: none;
  padding: 15px;
  letter-spacing: 0.07px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.textarea_inpt::-webkit-input-placeholder {
  color: #909193;
  opacity: 1;
  text-align: center;
  line-height: 95px;
  letter-spacing: 0.07px;
}

.textarea_inpt::-moz-placeholder {
  color: #909193;
  text-align: center;
  line-height: 95px;
  letter-spacing: 0.07px;
}

.textarea_inpt:-ms-input-placeholder {
  color: #909193;
  text-align: center;
  line-height: 95px;
  letter-spacing: 0.07px;
}

.textarea_inpt:-moz-placeholder {
  color: #909193;
  opacity: 1;
  text-align: center;
  line-height: 95px;
  letter-spacing: 0.07px;
}

.submit_inpt {
  width: 100%;
  max-width: 270px;
  height: 60px;
  background-color: #c40026;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  margin-top: 15px;
}

.submit_inpt:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.ok_usl {
  color: #909193 !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 12px !important;
  margin-top: 6px;
}

.ok_usl a {
  color: #909193;
  text-decoration: underline;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_2 input:disabled ~ .control_indicator {
  background: #eee;
}

.control input:checked ~ .control_indicator {
  background: #fff;
}

.control.control_2 input:checked ~ .control_indicator {
  background: #eeeeee;
}

.control_indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #cccccc;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control.control_2 {
  font-size: 14px;
  padding-top: 6px;
}

.control.control_2.control_3 {
  padding-top: 0px;
  line-height: 20px;
}

.control.control_2.control_3 .control_indicator {
  top: 12px;
}

.control-checkbox.control-checkbox_2 .control_indicator:after {
  left: 7px;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #949494;
  border-width: 0 1px 1px 0;
}

.calculators .control.control_2.control-checkbox_2 input[disabled] {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  opacity: 0 !important;
}

.gray_btn {
  width: 100%;
  max-width: 270px;
  height: 60px;
  background-color: #96969a;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0);
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.gray_btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #96969a;
  color: #c40026;
  z-index: 3;
}

.calculators {
  background-image: url(/local/templates/dp/assets/css/../img/calculators_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.calculators .osago_links,
.calculators .polis_links,
.calculators .kasko_links,
.calculators .green_card_links {
  display: none;
  text-align: center;
  margin-top: 5px;
}

.calculators .osago_links a,
.calculators .polis_links a,
.calculators .kasko_links a,
.calculators .green_card_links a {
  font-size: 14px;
  color: #c40026;
  text-decoration: underline;
}

.calculators .straxovaya_forma {
  margin-top: 60px;
  display: none;
}

.calculators .straxovaya_forma .choose_package__choose_item_help {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-image: url(/local/templates/dp/assets/css/../img/icon-question.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  right: 0%;
  background-position: 50% 50%;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  cursor: pointer;
}

.calculators .straxovaya_forma .choose_package__choose_item_help:hover {
  opacity: 1;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_1.png);
  background-size: 20px;
}

.calculators
  .straxovaya_forma
  .choose_package__choose_item_help:hover
  .choose_package__choose_item_help__cnt {
  display: block;
}

.calculators .straxovaya_forma .choose_package__choose_item_help__cnt {
  position: absolute;
  left: 40px;
  top: 10px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  z-index: 6;
  padding: 15px 15px;
  cursor: default;
  display: none;
  min-width: 300px;
}

.calculators .straxovaya_forma .choose_package__choose_item_help__cnt p {
  margin-bottom: 0;
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.calculators .straxovaya_forma .straxovaya_forma__title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 35px;
}

.calculators .straxovaya_forma .prodlit_polis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 530px;
  margin: 0 auto;
}

.calculators .straxovaya_forma .prodlit_polis .prodlit_polis_p {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

.calculators .straxovaya_forma .prodlit_polis .calc_inp {
  width: 140px;
  margin-left: 15px;
}

.calculators .straxovaya_forma .prodlit_polis .prodlit_polis_sbmt {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #c40026;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 15px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.calculators .straxovaya_forma .prodlit_polis .prodlit_polis_sbmt:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.calculators .straxovaya_forma .new_polis {
  margin-top: 26px;
}

.calculators .straxovaya_forma .new_polis .new_polis__title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
}

.calculators .straxovaya_forma .new_polis .new_polis__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .straxovaya_forma .new_polis .new_polis__row .item {
  margin-right: 20px;
  margin-bottom: 10px;
}

.calculators .straxovaya_forma .new_polis .new_polis__row .item p {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07px;
}

.calculators .straxovaya_forma .new_polis .new_polis__row .item .s_small {
  width: 140px;
}

.calculators .straxovaya_forma .new_polis .new_polis__row .item .s_medium {
  width: 265px;
}

.calculators .straxovaya_forma .new_polis .new_polis__row .item .s_big {
  width: 425px;
}

.calculators .straxovaya_forma .new_polis .after_form_flex {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2px;
}

.calculators .straxovaya_forma .new_polis .after_form_flex p {
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #96969a;
  margin-bottom: 0;
  max-width: 586px;
}

.calculators .straxovaya_forma .new_polis .after_form_flex .zabery_iz_ofica {
  font-size: 14px;
}

.calculators
  .straxovaya_forma
  .new_polis
  .after_form_flex
  .zabery_iz_ofica
  .control_indicator {
  width: 15px;
  height: 15px;
}

.calculators
  .straxovaya_forma
  .new_polis
  .after_form_flex
  .zabery_iz_ofica
  .control {
  padding-left: 23px;
  padding-top: 4px;
}

.calculators
  .straxovaya_forma
  .new_polis
  .after_form_flex
  .zabery_iz_ofica
  .control-checkbox
  .control_indicator:after {
  left: 5px;
  top: 2px;
  width: 2px;
  height: 6px;
}

.calculators .straxovaya_forma .new_polis .files {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .straxovaya_forma .new_polis .files .files__item {
  width: 50%;
}

.calculators .straxovaya_forma .new_polis .files .files__item_2 {
  padding-left: 9px;
}

.calculators .straxovaya_forma .new_polis .files .inner_page__inp {
  max-width: 300px;
}

.calculators .straxovaya_forma .new_polis .files .inp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.calculators .straxovaya_forma .new_polis .files .profile_my_docs__images_item {
  display: inline-block;
}

.calculators .straxovaya_forma .new_polis .files .files_p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.calculators .straxovaya_forma .new_polis .files .inp_flex p {
  margin-bottom: 0;
  max-width: 242px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.calculators .straxovaya_forma .new_polis .files .inp_file_docs__label {
  margin-left: 10px;
  cursor: pointer;
}

.calculators
  .straxovaya_forma
  .new_polis
  .files
  .profile_my_docs__images_item
  p {
  color: #96969a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.calculators .straxovaya_forma .new_polis .files .profile_my_docs__images_item {
  max-width: 80px;
  text-align: center;
  margin-right: 60px;
}

.calculators
  .straxovaya_forma
  .new_polis
  .files
  .choose_package__choose_item_help__cnt
  p {
  color: #96969a;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.calculators .straxovaya_forma .new_polis .files .profile_my_docs__images img {
  max-width: 70px;
}

.calculators .straxovaya_forma .new_polis .files .delete_file_docs {
  width: 21px;
  height: 21px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.calculators .straxovaya_forma .new_polis .files .delete_file_docs:hover {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
}

.calculators
  .straxovaya_forma
  .new_polis
  .files
  .profile_my_docs__images_item_meta {
  text-align: center;
  position: relative;
}

.calculators .p_1 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto;
}

.calculators .p_2 {
  margin-top: 30px;
  margin-bottom: 35px;
  position: relative;
}

.calculators .p_2:before {
  content: "";
  position: absolute;
  width: 261px;
  height: 273px;
  left: -295px;
  top: 25px;
  background-image: url(/local/templates/dp/assets/css/../img/calc_icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.calculators .red_btn {
  width: 200px;
  height: 60px;
  border: 2px solid transparent;
  margin-bottom: 40px;
}

.calculators .submit_form {
  display: none;
}

.calculators .red_btn:hover {
  border: 2px solid #c40026;
}

.calculators .btns_cnt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculators .btns_cnt {
  margin-bottom: 35px;
}

.calculators h2.inner_page__tab_h {
  margin: 35px auto;
}

.calculators .inner_page_hr {
  margin-top: 0;
}

.calculators .p_tab_calc_1 {
  max-width: 756px;
  margin: 0 auto;
}

.calculators .p_tab_calc {
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  /* margin-top: -10px; */
  margin-bottom: 20px;
}

.calculators .calc_form {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
  padding: 20px 32px;
  margin-top: 27px;
}

.calculators .calc_form .calc_tab_mega_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .calc_form .calc_tab_mega_flex .calc_tab_mega_flex_col_1 {
  max-width: 538px;
  width: 100%;
}

.calculators .calc_form .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
  margin-left: 40px;
  max-width: 275px;
  width: 100%;
  padding-top: 5px;
}

.calculators .calc_tab_nalog_p_1 {
  margin-bottom: 15px;
}

.calculators .calc_form_hr {
  max-width: 538px;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin-bottom: 20px;
}

.calculators .calc_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.calculators .calc_form_row:last-of-type {
  margin-bottom: 0;
}

.calculators .calc_form_row .calc_form_row_col p {
  margin-bottom: 0;
}

.calculators .calc_form_row .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 20px;
}

.calculators .calc_form_row .title_no_bold {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
}

.calculators .calc_form_row .calc_form_row_col_1 {
  max-width: 248px;
  width: 100%;
}

.calculators .calc_form_row .calc_form_row_col_2 {
  max-width: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm {
  font-size: 14px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cccccc;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm_2 {
  width: 88px;
  min-width: 88px;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm_3 {
  width: 50px;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm_4 {
  width: 56px;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm_5 {
  color: #c2c4c6;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}

.calculators .calc_form_row .calc_form_row_col_2 .label_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.calculators .calc_form_row .calc_form_row_col_2 .ed_izm_calc {
  width: 39px;
  background-image: url(/local/templates/dp/assets/css/../img/calc_bg_inp.png);
  color: #c2c4c6;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 35px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}

.calculators .calc_form_row .calc_form_row_col_3 {
  margin-left: 40px;
}

.calculators .calc_form_row .calc_form_row_col_3 .right_text {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.calculators .calc_form_row .calc_form_row_col_3 .right_text_link {
  color: #c40026;
  font-size: 14px;
  text-decoration: underline;
}

.calculators .calc_form_title_a {
  line-height: 20px;
  text-decoration: underline;
  color: #c40026;
}

.calculators .calc_inp {
  border: 1px solid #cccccc;
  padding-left: 15px;
  border-radius: 0;
  height: 35px;
  color: #000000;
  font-size: 14px;
  width: 100%;
  padding-right: 15px;
  background: transparent;
  font-family: "Open Sans";
  font-weight: 400;
}

.calculators .calc_inp::-webkit-input-placeholder {
  color: #000000;
}

.calculators .calc_inp::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.calculators .calc_inp:-ms-input-placeholder {
  color: #000000;
}

.calculators .calc_inp:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.calculators .calc_inp:disabled {
  background-color: #eeeeee !important;
  background: #eeeeee !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}

.calculators input[disabled] {
  background-color: #eeeeee !important;
  background: #eeeeee !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}

.calculators .calc_inp.gray_placeholder::-webkit-input-placeholder {
  color: #96969a;
}

.calculators .calc_inp.gray_placeholder::-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.calculators .calc_inp.gray_placeholder:-ms-input-placeholder {
  color: #96969a;
}

.calculators .calc_inp.gray_placeholder:-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.calculators .calc_select.gray_placeholder::-webkit-input-placeholder {
  color: #96969a;
}

.calculators .calc_select.gray_placeholder::-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.calculators .calc_select.gray_placeholder:-ms-input-placeholder {
  color: #96969a;
}

.calculators .calc_select.gray_placeholder:-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.calculators .calc_inp.red_placeholder::-webkit-input-placeholder {
  color: #c40026;
  font-weight: 700;
}

.calculators .calc_inp.red_placeholder::-moz-placeholder {
  color: #c40026;
  font-weight: 700;
  opacity: 1;
}

.calculators .calc_inp.red_placeholder:-ms-input-placeholder {
  color: #c40026;
  font-weight: 700;
}

.calculators .calc_inp.red_placeholder:-moz-placeholder {
  color: #c40026;
  font-weight: 700;
  opacity: 1;
}

.calculators .calc_inp.red_placeholder {
  color: #c40026;
  font-weight: 700;
}

.calculators .calc_inp.red_placeholder.no_bold {
  font-weight: 400;
}

.calculators .calc_inp.red_placeholder.no_bold::-webkit-input-placeholder {
  color: #c40026;
  font-weight: 400;
}

.calculators .calc_inp.red_placeholder.no_bold::-moz-placeholder {
  color: #c40026;
  font-weight: 400;
  opacity: 1;
}

.calculators .calc_inp.red_placeholder.no_bold:-ms-input-placeholder {
  color: #c40026;
  font-weight: 400;
}

.calculators .calc_inp.red_placeholder.no_bold:-moz-placeholder {
  color: #c40026;
  font-weight: 400;
  opacity: 1;
}

.calculators .calc_inp.w100 {
  width: 100%;
}

.calculators .calc_select {
  border: 1px solid #cccccc;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  height: 35px;
  color: #000000;
  background: transparent;
  font-size: 14px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/dp/assets/css/../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: 400;
}

.calculators .calc_select.calc_select_none_arrow {
  background-image: none;
}

.calculators .calc_select::-webkit-input-placeholder {
  color: #000000;
}

.calculators .calc_select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.calculators .calc_select:-ms-input-placeholder {
  color: #000000;
}

.calculators .calc_select:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.calculators .calc_select.calc_select_red {
  color: #c40026;
  font-weight: 700;
}

.calculators .calc_select_bold {
  font-weight: 700;
  background-position: 97.8% 50%;
  padding-left: 10px;
}

.calculators .calc_form_hr_trans_nalog {
  margin-bottom: 38px;
}

.calculators .calc_tab_nalog .show_obr {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  line-height: 22px;
  color: #c40026;
  margin-top: 12px;
}

.calculators .calc_tab_nalog .calc_form {
  padding-bottom: 33px;
}

.calculators .calc_tab_polis .p_tab_calc {
  margin-top: 15px;
}

.calculators .calc_tab_polis .p_tab_calc_1 {
  max-width: 775px;
}

.calculators .calc_tab_polis .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
  padding-top: 310px;
}

.calculators
  .calc_tab_polis
  .calc_tab_mega_flex
  .calc_tab_mega_flex_col_2
  .show_obr {
  color: #c40026;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
  padding-left: 3px;
}

.calculators .calc_tab_polis .calc_form {
  padding-top: 32px;
}

.calculators .calc_tab_osago .p_tab_calc {
  margin-top: 15px;
}

.calculators .calc_tab_osago .calc_tab_mega_flex .calc_tab_mega_flex_col_1 {
  max-width: 700px;
}

.calculators .calc_tab_osago .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
  max-width: 150px;
}

.calculators .calc_tab_osago .calc_form_row .calc_form_row_col_3 {
  margin-left: 30px;
}

.calculators .calc_tab_osago .center {
  text-align: center;
}

.calculators .calc_tab_osago .show_obr {
  color: #c40026;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
  padding-left: 3px;
}

.calculators .calc_tab_osago .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
  padding-top: 108px;
}

.calculators .calc_tab_osago .calc_inp:disabled {
  background-color: #fff !important;
}

.calculators .calc_tab_kasko .polis_form .calc_form_row.add_driver_row {
  margin-bottom: -16px;
}

.calculators .calc_tab_kasko .add_driver_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.calculators .calc_tab_kasko .add_driver_flex .add_driver {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  padding-top: 2px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.calculators .calc_tab_kasko .add_driver_flex .add_driver:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.calculators .calc_tab_kasko .polis_form .red_placeholder.mt20 {
  margin-top: 29px;
}

.calculators .calc_tab_kasko .p_tab_calc {
  margin-top: 15px;
}

.calculators .calc_tab_kasko .polis_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .calc_tab_kasko .polis_form .calc_form_row_col_1 {
  max-width: 100%;
}

.calculators .calc_tab_kasko .polis_form .polis_form_col_2 {
  margin-left: 40px;
  max-width: 150px;
  padding-top: 165px;
}

.calculators .calc_tab_kasko .polis_form .polis_form_col_2 .show_obr {
  color: #c40026;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
  padding-left: 7px;
}

.calculators .calc_tab_kasko .polis_form .polis_form_col_1 {
  max-width: 682px;
  width: 100%;
}

.calculators .calc_tab_kasko .polis_form .gray_placeholder {
  margin-top: 10px;
}

.calculators .calc_tab_kasko .polis_form .red_placeholder {
  margin-top: 10px;
}

.calculators .calc_tab_kasko .polis_form .calc_select {
  margin-top: 10px;
  background-position: 98% 50%;
}

.calculators .calc_tab_kasko .polis_form .calc_form_row {
  margin-bottom: 16px;
}

.calculators .calc_tab_kasko .calc_form {
  padding-top: 27px;
}

.calculators .calc_tab_greencard.removeOther .order_polis,
.calculators .calc_tab_kasko.removeOther .order_polis,
.calculators .calc_tab_polis.removeOther .order_polis,
.calculators .calc_tab_osago.removeOther .order_polis {
  display: none !important;
}

.calculators .calc_tab_greencard.showOther .order_polis,
.calculators .calc_tab_kasko.showOther .order_polis,
.calculators .calc_tab_polis.showOther .order_polis,
.calculators .calc_tab_osago.showOther .order_polis {
  display: block !important;
}

.calculators .calc_tab_greencard .p_tab_calc {
  margin-top: 15px;
}

.calculators .calc_tab_greencard .green_card_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculators .calc_tab_greencard .green_card_form .calc_select {
  background-position: 97.5% 50%;
}

.calculators .calc_tab_greencard .green_card_form .green_card_form_col_1 {
  max-width: 682px;
  width: 100%;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .calc_form_row_col_2 {
  max-width: 100%;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .green_card_date_day {
  width: 65px;
  background-position: 85% 50%;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .green_card_date_month {
  width: 116px;
  background-position: 92% 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .green_card_date_year {
  width: 80px;
  background-position: 87% 50%;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .green_card_hr {
  height: 2px;
  width: 100%;
  background-color: #e5e5e5;
  margin-bottom: 20px;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_1
  .green_price {
  max-width: 291px;
}

.calculators .calc_tab_greencard .green_card_form .green_card_form_col_2 {
  max-width: 150px;
  margin-left: 40px;
}

.calculators
  .calc_tab_greencard
  .green_card_form
  .green_card_form_col_2
  .show_obr {
  color: #c40026;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
  padding-left: 4px;
}

.calc_form_row__two .calc_form_row_col_1,
.calc_form_row__two .calc_form_row_col_2 {
  max-width: 333px !important;
  display: block !important;
}

.calc_form_row__two {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zakaz_polisa_p {
  margin-top: 15px;
  margin-bottom: 13px;
}

.zakaz_polisa_p p {
  text-align: center;
  margin-bottom: 0;
  color: #c40026;
  font-size: 18px;
}

.zakaz_polisa_p .bold {
  font-weight: 700;
  margin-top: 3px;
}

.vibor_straxovoy {
  margin-top: 15px;
}

.vibor_straxovoy .calc_form_row .calc_form_row_col_2 {
  max-width: 60%;
}

.vibor_straxovoy .straxovaya_slider {
  max-width: 580px;
}

.vibor_straxovoy .straxovaya_slider .item {
  margin-right: 5px;
}

.vibor_straxovoy .straxovaya_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 35px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 0;
  background-position: 50% 50%;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
}

.vibor_straxovoy .straxovaya_slider .slick-prev {
  left: -35px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_left_faq.png);
}

.vibor_straxovoy .straxovaya_slider .slick-next {
  right: -25px;
}

.vibor_straxovoy .straxovaya_slider .slick-disabled {
  opacity: 0.65;
}

.vibor_straxovoy .straxovaya_slider .item {
  width: 140px;
}

.vibor_straxovoy .straxovaya_slider .item img {
  padding: 12px 10px;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.vibor_straxovoy .straxovaya_slider .item img:hover {
  opacity: 0.85;
}

.vibor_straxovoy .straxovaya_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vibor_straxovoy .straxovaya_slider .visually-hidden {
  position: absolute;
  left: -100vw;
}

.vibor_straxovoy .straxovaya_slider [type="radio"] + img {
  cursor: pointer;
}

.vibor_straxovoy .straxovaya_slider [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vibor_straxovoy .straxovaya_slider [type="radio"]:checked + img {
  border: 1px solid #ccc;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oformtit_online,
.oformtit_phone {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #c40026;
  font-weight: 700;
  cursor: pointer;
}

.oformtit_online {
  background-image: url(/local/templates/dp/assets/css/../img/icon-online-oform-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-online-oform.svg);
  background-size: 39px 25px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 47px;
  height: 25px;
  padding-top: 7px;
}

.oformtit_online:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-online-oform.svg);
  background-size: 39px 25px;
  text-decoration: none;
}

.oformtit_phone {
  background-image: url(/local/templates/dp/assets/css/../img/icon-phone-oform-hover.svg);
  background-size: 32px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 34px;
  height: 40px;
  padding-top: 19px;
  margin-left: 80px;
}

.oformtit_phone:hover {
  background-image: url(/local/templates/dp/assets/css/../img/icon-phone-oform-hover.svg);
  background-size: 32px 40px;
  text-decoration: none;
}

.calculators h2.inner_page__tab_h.mb8 {
  margin-bottom: 10px;
}

.label_select_none_arrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.label_select_none_arrow:after {
  content: "...";
  width: 39px;
  height: 35px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c2c4c6;
  font-weight: 700;
  font-size: 18px;
  top: 0;
  padding-bottom: 3px;
  pointer-events: none;
  /* let the click pass trough */
}

.order_polis {
  text-align: center;
  display: none;
  margin-top: -25px;
}

.order_polis .price_polis {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.order_polis .price_polis span {
  color: #c40026;
  font-weight: 300;
  font-size: 30px;
}

#dialogModalPolPhone .close_modal {
  right: 3.5%;
  top: -1%;
}

#dialogModalPolPhone .dialog__content {
  max-width: 370px;
  padding: 20px;
  padding-top: 40px;
}

#dialogModalPolPhone .dialog__content h2 {
  font-size: 30px;
  padding-bottom: 10px;
}

#dialogModalPolPhone .dialog__content h2 span {
  display: block;
}

#dialogModalPolPhone .dialog__content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#dialogModalPolPhone .dialog__content h3 span {
  display: block;
}

#dialogModalPolPhone .dialog__content .form_inpt {
  max-width: 300px;
  margin-bottom: 20px;
}

#dialogModalPolPhone .dialog__content .submit_inpt {
  max-width: 200px;
  margin-top: 0;
}

#dialogModalPolPhone .polis_phone_p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

#dialogModalPolPhone .polis_phone_p_2 {
  color: #96969a;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}

#dialogModalPolPhone .form_phone_polis {
  margin-top: 22px;
}

.benz_inner.benz_inner__mobile {
  display: none;
}

.otzyvy {
  background-image: url(/local/templates/dp/assets/css/../img/background-top-reviews.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.otzyvy .otzyvy_p_1 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto 25px auto;
  text-align: center;
}

.otzyvy .otzyvy_p_1 span {
  color: #c40026;
}

.otzyvy .modal_open_otz {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 18px;
  color: #c40026;
  margin-top: 6px;
}

.otzyvy .otzyvy_cnt {
  max-width: 940px;
  margin: 0 auto;
  /* margin-top: 25px; */
}

.otzyvy .otz_hr {
  height: 2px;
  max-width: 948px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
}

.otzyvy .otzyv {
  padding-top: 22px;
  padding-bottom: 22px;
}

.otzyvy .otzyv:first-child {
  padding-top: 0;
  padding-bottom: 22px;
}

.otzyvy .otzyv p {
  margin-bottom: 0;
}

.otzyvy .otzyv .name_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.otzyvy .otzyv .name_date .name p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.otzyvy .otzyv .name_date .date p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.otzyvy .otzyv .text p {
  line-height: 26px;
  letter-spacing: -0.14px;
  font-size: 14px;
  color: #000000;
}

.search_result {
  background-image: url(/local/templates/dp/assets/css/../img/background-top-search.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.search_result .search_result_cnt {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.search_result .search_result_cnt .form_search_search_result {
  margin-top: 45px;
}

.search_result .search_result_cnt .form_search_search_result .row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_result .search_result_cnt .form_search_search_result .sr_inpt {
  max-width: 881px;
  width: 100%;
  height: 43px;
  -webkit-appearance: none;
  font-family: "Open Sans";
  color: #c40026;
  font-size: 18px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c7c8ca;
  padding-left: 15px;
  padding-right: 15px;
}

.search_result .search_result_cnt .form_search_search_result .sr_smbt {
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-search.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  margin-left: 35px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.search_result .search_result_cnt .form_search_search_result .sr_smbt:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.search_result .search_result_cnt .form_search_search_result .row_2 {
  margin-top: 25px;
}

.search_result .search_result_cnt .form_search_search_result .row_2 p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
}

.search_result .search_result_cnt .items .search_res_hr {
  height: 2px;
  max-width: 948px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
}

.search_result .search_result_cnt .items .item {
  margin-top: 45px;
}

.search_result .search_result_cnt .items .item:first-of-type {
  margin-top: 0;
}

.search_result .search_result_cnt .items .item:first-of-type .title {
  margin-bottom: 37px;
}

.search_result
  .search_result_cnt
  .items
  .item:last-of-type
  .item_srch:last-of-type
  .search_item::after {
  display: none;
}

.search_result
  .search_result_cnt
  .items
  .item
  .item_srch:first-of-type
  .search_item::before {
  content: "";
  height: 2px;
  max-width: 948px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
  position: absolute;
  top: 0;
}

.search_result .search_result_cnt .items .item .title {
  margin-bottom: 45px;
}

.search_result .search_result_cnt .items .item .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.search_result .search_result_cnt .items .item .item_srch:hover .search_item {
  background-position: 88.2% 50%;
}

.search_result
  .search_result_cnt
  .items
  .item
  .item_srch:hover
  .search_item
  .link {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.search_result .search_result_cnt .items .item .search_item {
  padding-top: 22px;
  padding-bottom: 22px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_right_faq.png);
  background-repeat: no-repeat;
  background-position: 87% 50%;
  position: relative;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.search_result .search_result_cnt .items .item .search_item::after {
  content: "";
  height: 2px;
  max-width: 948px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.search_result .search_result_cnt .items .item .search_item .name p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  max-width: 75%;
}

.search_result .search_result_cnt .items .item .search_item .text {
  margin-top: 10px;
}

.search_result .search_result_cnt .items .item .search_item .text p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  max-width: 75%;
}

.search_result .search_result_cnt .items .item .search_item .link {
  margin-top: 5px;
  color: #c40026;
  font-size: 14px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.search_result .search_res_bread {
  margin-top: -15px;
}

.zakaz {
  background-image: url(/local/templates/dp/assets/css/../img/background-top-zakaz.jpg);
  background-repeat: no-repeat;
  background-position: 50% -70px;
}

.zakaz .zakaz_p_1 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
}

.zakaz .zakaz_cnt {
  max-width: 940px;
  margin: 0 auto;
}

.zakaz .check_order {
  margin-top: 85px;
}

.zakaz .check_order .items {
  margin-top: 60px;
}

.zakaz .check_order .items .item {
  max-width: 787px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 56px;
}

.zakaz .check_order .items .item::after {
  content: "";
  height: 2px;
  width: 948px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
}

.zakaz .check_order .items .item:last-of-type::after {
  content: "";
  height: 2px;
  width: 948px;
  background-position: 83% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/zakaz_page_hr.png);
  margin: 0 auto;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  bottom: -28px;
}

.zakaz .check_order .items .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 520px;
  width: 100%;
}

.zakaz .check_order .items .item .left .photo {
  max-width: 105px;
  text-align: center;
  width: 100%;
}

.zakaz .check_order .items .item .left .photo img {
  max-width: 105px;
  max-height: 120px;
}

.zakaz .check_order .items .item .left .title {
  margin-left: 57px;
}

.zakaz .check_order .items .item .left .title p {
  margin-bottom: 0;
}

.zakaz .check_order .items .item .left .title .name {
  color: #c40026;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 14px;
}

.zakaz .check_order .items .item .left .title .desc {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.zakaz .check_order .items .item .left .title .desc p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.zakaz .check_order .items .item .left .title .desc ul {
  margin-left: 11px;
}

.zakaz .check_order .items .item .left .title .desc ul li {
  position: relative;
}

.zakaz .check_order .items .item .left .title .desc ul li::before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.zakaz .check_order .items .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zakaz .check_order .items .item .right .price_cnt .price {
  text-align: right;
  margin-bottom: 14px;
}

.zakaz .check_order .items .item .right .price_cnt .price p {
  margin-bottom: 0;
  font-size: 30px;
  color: #000000;
  font-weight: 300;
}

.zakaz .check_order .items .item .right .price_cnt .nds {
  text-align: right;
}

.zakaz .check_order .items .item .right .price_cnt .nds p {
  color: #96969a;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  margin-bottom: 0;
}

.zakaz .check_order .items .item .right .price_cnt .nds p span {
  display: block;
}

.zakaz .check_order .items .item .right .delete {
  margin-left: 60px;
}

.zakaz .check_order .items .item .right .delete .del_btn {
  cursor: pointer;
  font-weight: 300 !important;
  font-size: 46px;
  color: #ccc;
  transition: -webkit-transform 0.7s ease-in-out;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.zakaz .check_order .items .item .right .delete .del_btn:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.zakaz .check_order .price_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 787px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  padding-right: 86px;
  margin-bottom: 56px;
  margin-top: 75px;
  position: relative;
}

.zakaz .check_order .price_bottom::after {
  content: "";
  height: 2px;
  width: 948px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -46px;
}

.zakaz .check_order .price_bottom .price_bottom_p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.zakaz .check_order .price_bottom .left {
  margin-right: 53px;
  margin-top: 7px;
}

.zakaz .check_order .price_bottom .right .price {
  text-align: right;
  margin-bottom: 14px;
}

.zakaz .check_order .price_bottom .right .price p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
}

.zakaz .check_order .price_bottom .right .nds {
  text-align: right;
}

.zakaz .check_order .price_bottom .right .nds p {
  color: #96969a;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  margin-bottom: 0;
}

.zakaz .check_order .price_bottom .right .nds p span {
  display: block;
}

.zakaz .choose_sposob_oplaty {
  margin-top: 90px;
  margin-bottom: 99px;
  position: relative;
}

.zakaz .choose_sposob_oplaty::after {
  content: "";
  height: 2px;
  width: 948px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -57px;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty .item {
  width: 16%;
  text-align: center;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty .item img {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty .item img:hover {
  opacity: 0.85;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.zakaz .choose_sposob_oplaty .sposob_oplaty .item.selected {
  border: 1px solid #ccc;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty .item.selected img {
  opacity: 1 !important;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty input[type="radio"] + img {
  cursor: pointer;
}

.zakaz .choose_sposob_oplaty .sposob_oplaty input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.zakaz .contacts_dannie .items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zakaz .contacts_dannie .items .item_2 {
  margin-left: 20px;
}

.zakaz .contacts_dannie .items .item {
  width: 50%;
}

.zakaz .contacts_dannie .items .item p {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.07px;
  font-weight: 700;
}

.zakaz .contacts_dannie .items .item .contacts_dannie__inp {
  border: 1px solid #cccccc;
  max-width: 460px;
  width: 100%;
  height: 35px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.07px;
  font-family: "Open Sans";
  font-weight: 400;
}

.zakaz
  .contacts_dannie
  .items
  .item
  .contacts_dannie__inp::-webkit-input-placeholder {
  color: #96969a;
}

.zakaz .contacts_dannie .items .item .contacts_dannie__inp::-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.zakaz
  .contacts_dannie
  .items
  .item
  .contacts_dannie__inp:-ms-input-placeholder {
  color: #96969a;
}

.zakaz .contacts_dannie .items .item .contacts_dannie__inp:-moz-placeholder {
  color: #96969a;
  opacity: 1;
}

.zakaz .subm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.zakaz .subm_btn .red_btn {
  width: 200px;
  border: 2px solid #fff;
}

.zakaz .subm_btn .red_btn:hover {
  border: 2px solid #c40026;
}

.zakaz .subm_btn_p {
  text-align: center;
  margin-top: 13px;
}

.zakaz .subm_btn_p p {
  margin-bottom: 0;
  color: #aeafb2;
  font-size: 11px;
  letter-spacing: 0.11px;
  line-height: 1.2;
}

.zakaz .subm_btn_p p a {
  color: #aeafb2;
  text-decoration: underline;
}

.close_map_season_select {
  display: none;
}

/* Страница пресса */

.presspage {
  background-image: url(/local/templates/dp/assets/css/../img/background-top-pressa.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}

.undertitle {
  margin-bottom: 28px;
}

.undertitle p {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.undertitle p.red {
  color: #c40026;
}

.selectionbl {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 50px auto;
  align-items: center;
}

ul.paginator {
  align-items: center;
  display: flex;
}

ul.paginator button.unactive {
  visibility: hidden;
  opacity: 0;
}

ul.paginator button {
  border: 0;
  background: none;
  font-family: monospace;
  font-size: 21px;
  line-height: 1;
  color: #c2c4c6;
}

ul.paginator li.active {
  background: #c40026;
  color: white;
  font-weight: 600;
  border-radius: 30px;
}

ul.paginator li {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.langchange select {
  border: 0;
  color: grey;
  margin-left: 10px;
  cursor: pointer;
}

.persondata {
  max-width: 960px;
  margin: 0 auto;
}

.persondata .row {
  display: flex;
  justify-content: left;
}

.persondata .row .img {
  width: 120px;
  margin-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.persondata .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.persondata .row .text p {
  line-height: 1.5;
  margin-bottom: 18px;
}

.persondata .row .text p img {
  display: block;
  margin: 5px 0;
  max-width: 136px;
}

.persondata .row .text b {
  display: block;
}

.persondata .inner_page_hr {
  margin: 40px 0;
}

.persondata span.description {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  max-width: 810px;
  margin: 0 auto 30px;
}

.persondata .qrbl {
  margin-left: 40px;
}

.persondata span.description a {
  color: #c40026;
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .selectionbl {
    display: block;
    max-width: 460px;
    text-align: center;
    margin: 0 auto 20px auto;
  }

  ul.paginator {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0px auto 20px;
    justify-content: center;
  }

  ul.paginator span {
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }

  .persondata {
    padding: 0 5px;
  }

  .persondata .row .text p {
    padding: 0;
  }

  .inner_page .persondata h2 br {
    display: none;
  }

  .persondata .row {
    flex-direction: column;
    align-items: center;
  }

  .persondata .row .img {
    margin-bottom: 20px;
    margin-right: 0;
    width: 190px;
  }

  .persondata .row .img img {
    max-width: 100%;
  }

  .persondata .text {
    width: 100%;
    max-width: 460px;
  }

  .persondata .qrbl {
    margin: 0;
  }

  .products .subtitle {
    padding: 0;
  }

  .ordering .subtitle {
    padding: 0;
  }

  /* .products__sale-slide {
    flex-direction: column;
  } */
  /* .products__sale-slide .slide-left {
    flex: 0 0 100%;
  } */
  .products__sale-slide .slide-right {
    padding-top: 37.5%;
    flex: 0 0 100%;
    background-position: 50% 100%;
  }
}

/* */

/*-----  Путеводители и курсы -----  */

.guides_and_courses {
  background-image: url(/local/templates/dp/assets/css/../img/guides_and_courses__bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.guides_and_courses .p_1 {
  max-width: 625px;
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}

.guides_and_courses .w_940 {
  max-width: 940px;
  margin: 0 auto;
}

.guides_and_courses .guides_t {
  margin-top: 33px;
}

.guides_and_courses .guides_t h2 {
  margin-bottom: 20px;
}

.guides_t {
  margin: 20px 0 0 0;
}

.guides_t .items {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.guides_t .items .product-item {
  width: 216px;
}

.guides_t .items::after {
  content: "";
  max-width: 221px;
  width: 100%;
}

.guides_t.courses {
  margin-top: 26px;
}

.guides_t .items .item {
  max-width: 221px;
  max-width: 216px;
  width: 100%;
  height: 469px;
  border-radius: 24px;
  border: 1px solid #d4d6d7;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 34px;
  position: relative;
  margin-bottom: 20px;
}

.added_cart_t {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: block;
  transition: all ease 0.5s;
  font-size: 13px;
}

.guides_t .items .item.added_cart .added_cart_t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  z-index: 4;
  visibility: visible;
  display: block;
}

.guides_t .items .item.added_cart .added_cart_t {
  font-size: 13px;
}

.guides_t .items .item.added_cart {
  position: relative;
}

.guides_t .items .item::after {
  content: "";
  transition: all ease 0.4s;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  display: block;
}

.guides_t .items .item.added_cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 54, 69, 0.98);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  display: block;
}

.guides_t .items .item .btns {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 32px;
}

.guides_t .items .item_empty {
  max-width: 221px;
  width: 100%;
}

.guides_t .items .item .photo {
  /* text-align: center;
  margin-bottom: 9px;
  max-height: 131px; */
  text-align: center;
  margin-bottom: 9px;
  max-height: 175px;
  padding: 0;
  min-height: 130px;
  /* padding-top: 20px; */
}

.guides_t .items .item .photo img {
  transition: all ease 0.4s;
  max-height: 131px;
}

.guides_t .items .item .photo img:hover {
  opacity: 0.85;
}

.guides_t .items .item .text {
  text-align: center;
  min-height: 60px;
}

.guides_t .items .item .text p {
  line-height: 20px;
  margin-bottom: 0;
}

.guides_t .items .item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.guides_t .items .item .flex .count_otzv {
}

.guides_t .items .item .flex .count_otzv span {
  color: #8b8b90;
  font-size: 13px;
}

.guides_t .items .item .price {
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.guides_t .items .item .price span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.guides_t .items .item .price span.red {
  color: #c40026;
}

.guides_t .items .item .price span.mini_price {
  position: absolute;
  text-decoration: line-through;
  text-transform: uppercase;
  font-size: 13px;
  color: #8b8b90;
  bottom: -19px;
  display: block;
  left: 0;
  right: 0;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.guides_t .items .item .add_cart {
  margin-top: 26px;
}

.guides_t .items .item .add_cart .btn {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.guides_t .items .item .add_cart .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
  z-index: 3;
}

.guides_t .items .item .buy_1_click {
  margin-top: 11px;
}

.guides_t .items .item .buy_1_click .btn {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #c0c2c4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.guides_t .items .item .buy_1_click .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c0c2c4;
  color: #c0c2c4;
  z-index: 3;
}

.guides_t .items .item .like {
  position: absolute;
  right: 23px;
  top: 22px;
}

.guides_t .items .item .skidka {
  position: absolute;
  left: 12px;
  top: 11px;
}

.guides_t .items .item .skidka .sk_i {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.guides_t .items .item .like .like_btn {
  width: 31px;
  height: 28px;
  background-image: url(/local/templates/dp/assets/css/../img/heart_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.guides_t .items .item.guides_r {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border: none;
  margin: 0 12.5px 18px 12.5px;
}

.guides_t .items .item.guides_r .text {
}

.guides_t .items .item.guides_r .photo {
  width: 100%;
  height: 236px;
  margin-bottom: 0;
  max-height: inherit;
}

.guides_t .items .item.guides_r .photo img:hover {
  opacity: 1;
}

.guides_t .items .item.guides_r .bottom {
  width: 100%;
  height: 233px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #283645;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
}

.guides_t .items .item.guides_r .bottom .read_more {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.guides_t .items .item.guides_r .bottom .read_more .btn {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  border: 2px solid transparent;
}

.guides_t .items .item.guides_r .bottom .read_more .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
  z-index: 3;
}

.guides_t .items .item.guides_r .photo img {
  width: 221px;
  height: 236px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  max-height: inherit;
}

.guides_t .items .item.guides_r .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 10px;
}

/* ----- Путеводители и курсы -----  */

/*-----  Путеводители и курсы карточка -----  */

.guiacor_cart .p_1 {
  max-width: 790px;
}

.guiacor_cart .buy_other {
  margin-top: 55px;
}

.guides_t.slider_guides_t .items .item .photo img {
  margin: 0 auto;
  width: 100%;
  object-fit: none;
}

.guides_t.slider_guides_t .slick-slide {
  margin: 0 10px;
}

.guiacor_cart__tvr .choose_package {
  padding-top: 0;
  background-image: none;
  margin-top: 0;
  padding-bottom: 0;
}

.detail-card__product-info-bordered .choose_package {
  padding-top: 0;
  background-image: none;
  margin-top: 0;
  padding-bottom: 0;
}

.guiacor_cart__tvr .center_flx {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.guiacor_cart__tvr .selectize-dropdown .active {
  background-color: #fff;
  cursor: pointer;
  outline: none !important;
  border: none !important;
}

.guiacor_cart__tvr .choose_package .selectize-input {
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.detail-card__product-info-bordered .choose_package .selectize-input {
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.guiacor_cart__tvr .choose_package .choose_package__choose_item {
  font-size: 18px;
  left: 0;
}

.detail-card__product-info-bordered .choose_package__choose_item {
  font-size: 18px;
  left: 0;
}

.guiacor_cart__tvr .choose_package .selectize-dropdown {
  margin-left: 0;
}

.detail-card__product-info-bordered .choose_package .selectize-dropdown {
  margin-left: 0;
}

.guiacor_cart__tvr .choose_package .choose_package__choose_item::after {
  margin-left: 12px;
  top: 7px;
}

.detail-card__product-info-bordered .choose_package__choose_item::after {
  margin-left: 12px;
  top: 7px;
}

.guiacor_cart__tvr .choose_package .selectize-control {
  left: 0;
}

.detail-card__product-info-bordered .choose_package .selectize-control {
  left: 0;
}

.guides_t.slider_guides_t .slick-list {
  margin: 0 -10px;
}

.guides_t.slider_guides_t .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  transition: all ease 0.4s;
}

.guides_t.slider_guides_t .slick-disabled {
  opacity: 0.5;
}

.guides_t.slider_guides_t .slick-prev {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-left.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  left: -80px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.guides_t.slider_guides_t .slick-next {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-right.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  right: -80px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.guiacor_cart__tvr {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.guiacor_cart__tvr h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.guiacor_cart__tvr .mini {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guiacor_cart__tvr .slider_tvr {
  display: flex;
}

.guiacor_cart__tvr .slider_tvr .left_part,
.guiacor_cart__tvr .slider_tvr .right_part {
  display: block;
}

.slider_tvr .right_part {
  max-width: 440px;
}

.guiacor_cart__tvr .left {
  max-width: 620px;
  width: 100%;
}

.guiacor_cart__tvr .right {
  max-width: 320px;
  width: 100%;
  margin-top: 58px;
}

.guiacor_cart__tvr .slider_tvr .photo .item img {
  max-width: 440px;
  object-fit: scale-down;
  max-height: 440px;
  object-position: 50% 50%;
  height: 440px;
  width: 100%;
  cursor: pointer;
}

.guiacor_cart__tvr .right .cnt {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid #d4d6d7;
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
}

.guiacor_cart__tvr .right .cnt.added_cart {
  position: relative;
}

.guiacor_cart__tvr .right .cnt.added_cart .added_cart_t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  z-index: 4;
  visibility: visible;
  display: block;
  font-size: 13px;
}

.guiacor_cart__tvr .right .cnt.added_cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 54, 69, 0.98);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  display: block;
  z-index: 3;
}

.guiacor_cart__tvr .right .cnt::after {
  content: "";
  transition: all ease 0.4s;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  display: block;
  z-index: 3;
}

.guiacor_cart__tvr .slider_tvr .right_part {
  /* margin-left: 83px;
  margin-top: 77px; */
  margin-left: 20px;
  margin-top: 37px;
  position: relative;
}

.guiacor_cart__tvr .slider_tvr .right_part .skidka {
  position: absolute;
  right: 33px;
  top: 33px;
}

.guiacor_cart__tvr .slider_tvr .right_part .skidka .sk_i {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.guiacor_cart__tvr .slider_tvr .left_part {
  max-width: 80px;
}

.guiacor_cart__tvr .slider_tvr .photo {
  /* margin-left: 40px; */
}

.guiacor_cart__tvr .right .cnt .price {
  text-align: center;
}

.guiacor_cart__tvr .right .cnt .add_cart {
  margin-top: 26px;
}

.guiacor_cart__tvr .right .cnt .add_cart .btn {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.guiacor_cart__tvr .right .cnt .add_cart .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
  z-index: 3;
}

.guiacor_cart__tvr .right .cnt .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.guiacor_cart__tvr .right .cnt .v_izbrannoe {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.guiacor_cart__tvr .h_tabs {
  display: flex;
  margin: 35px 0 0 0;
}

.guiacor_cart__tvr .h_tabs .item {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid rgba(196, 0, 38, 0);
  border-radius: 24px;
  padding: 11px 24px;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.guiacor_cart__tvr .tab_desc {
}

.guiacor_cart__tvr .as_left {
  max-width: 575px;
}

.guiacor_cart__tvr .tab_desc h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

.guiacor_cart__tvr .tab_desc p {
  line-height: 24px;
  margin-bottom: 11px;
}

.guiacor_cart__tvr .tab_desc a {
  border-bottom: 1px solid #000;
}

.guiacor_cart__tvr .h_tabs .item span.num {
  font-weight: 400;
}

.guiacor_cart__tvr .h_tabs .item.active {
  color: #c40026;
  border: 2px solid rgba(196, 0, 38, 1);
}

.guiacor_cart__tvr .right .cnt .v_izbrannoe .btn {
  background-image: url(/local/templates/dp/assets/img/favourite-product-active_2.png);
  background-image: url(/local/templates/dp/assets/css/../img/heart_mini.png);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  padding-left: 30px;
  color: #8b8b90;
  font-size: 13px;
  height: 20px;
  display: flex;
  align-items: center;
  background-size: 22px 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.guiacor_cart__tvr .right .cnt .v_izbrannoe .btn.active {
  background-image: url(/local/templates/dp/assets/img/favourite-product-active_2.png);
  background-size: 22px 20px;
  background-position: 2px 50%;
}

.guiacor_cart__tvr .right .cnt .flex .rating {
  margin-right: 11px;
}

.guiacor_cart__tvr .right .cnt .flex .count_otzv {
}

.guiacor_cart__tvr .right .cnt .flex .count_otzv span {
  color: #8b8b90;
  font-size: 13px;
  margin: 0 0 0 12px;
}

.guiacor_cart__tvr .right .cnt .buy_1_click {
  margin-top: 18px;
}

.guiacor_cart__tvr .right .cnt .buy_1_click .btn {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c0c2c4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.guiacor_cart__tvr .right .cnt .buy_1_click .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c0c2c4;
  color: #c0c2c4;
  z-index: 3;
}

.guiacor_cart__tvr .right .cnt .price span {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.two_cart .guiacor_cart__tvr .right .cnt {
  padding-bottom: 40px;
}

.guiacor_cart__tvr .right .cnt .price span.red {
  display: block;
  color: #c40026;
  margin-bottom: 5px;
}

.guiacor_cart__tvr .right .cnt .price span.price_mini {
  color: #8b8b90;
  font-size: 18px;
  text-decoration: line-through;
  text-transform: uppercase;
  font-weight: 300;
}

.guiacor_cart__tvr .mini .slick-prev {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-left.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  transform: rotate(90deg);
}

/* .guiacor_cart__tvr .mini .slick-arrow.slick-disabled{
  opacity: 0.5;
} */

.guiacor_cart__tvr .mini .item {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all ease 0.45s;
  cursor: pointer;
  /* margin-bottom: 10px; */
  margin: 5px;
}

.guiacor_cart__tvr .mini .item.slick-current {
  border: 1px solid #d4d6d7;
  border-radius: 12px;
}

.guiacor_cart__tvr .mini .item img {
  /* width: 60px;
  height: 42px;
  object-fit: cover; */
  width: 67px;
  height: 67px;
  object-fit: scale-down;
  object-position: 50% 50%;
}

.guiacor_cart__tvr .mini .slick-next {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-arrowcircle-left.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  transform: rotate(-90deg);
}

.guiacor_cart__tvr .tab_feature {
}

.guiacor_cart__tvr .right .cards_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.guiacor_cart__tvr .tab_feature .items {
}

.guiacor_cart__tvr .tab_feature .item {
  margin-bottom: 20px;
}

.guiacor_cart__tvr .tab_feature.as_left {
  max-width: 100%;
}

.guiacor_cart__tvr .tab_feature .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guiacor_cart__tvr .tab_feature .flx p:first-of-type {
  max-width: 381px;
  width: 100%;
}

.guiacor_cart__tvr .tab_feature .flx p:last-of-type {
  max-width: 140px;
  width: 100%;
}

.guiacor_cart__tvr .tab_feature .item h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.guiacor_cart__tvr .tab_feature .item p {
  margin-bottom: 0;
}

.guiacor_cart__tvr .tab_feature table {
  border-collapse: unset;
  border-spacing: 0 12px;
}

.guiacor_cart__tvr .tab_feature table td:first-child {
  min-width: 400px;
}

.guiacor_cart__tvr .tab_reviews {
}

.guiacor_cart__tvr .tab_reviews .add_review {
  display: flex;
  justify-content: center;
}

.guiacor_cart__tvr .tab_reviews .items_r {
  margin-top: 24px;
}

.guiacor_cart__guides_and_courses .guiacor_cart__tvr .tab_reviews .add_review {
  margin-top: 30px;
}

.guiacor_cart__tvr .tab_reviews .items_r .item {
  margin-bottom: 24px;
  margin-top: 27px;
}

.guiacor_cart__tvr .tab_reviews .items_r .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.guiacor_cart__tvr .tab_reviews .items_r .item .text {
  margin-top: 13px;
}

.guiacor_cart__tvr .tab_reviews .items_r .item .text p {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.14px;
}

.guiacor_cart__tvr .tab_reviews .items_r .item .name h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.guiacor_cart__tvr .tab_reviews .items_r .item .name span {
  color: #000000;
  font-size: 14px;
  display: none;
}

.guiacor_cart__tvr .tab_reviews .add_review .btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  background-color: #c40026;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all ease 0.4s;
  border: 2px solid transparent;
  cursor: pointer;
}

.guiacor_cart__tvr.guiacor_cart__tvr__tabs {
  margin-top: 30px;
  display: block;
}

.guiacor_cart__tvr .tabs {
  margin-top: 0;
}

.guiacor_cart__tvr .tab_reviews .add_review .btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
  z-index: 3;
}

.guiacor_cart__tvr .tab {
  display: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.guiacor_cart__tvr .tab.active_tab {
  display: block;
  animation: fadein 0.7s;
  -moz-animation: fadein 0.7s;
  -webkit-animation: fadein 0.7s;
  -o-animation: fadein 0.7s;
}

.rp_mob {
  display: none;
}

/*-----  Путеводители и курсы карточка -----  */

@media only screen and (max-width: 1680px) {
  .row_1__slider_item
    .row_1__slider_item__text
    .row_1__slider_item__text_title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1500px) {
  header .header_cnt .header__logo img {
    width: 180px;
  }

  header .header_cnt #search_form input {
    width: 100%;
  }

  header .header_cnt {
    padding-left: 30px;
    padding-right: 30px;
  }

  header .header_cnt .header__menu ul li a {
    font-size: 16px;
  }

  header .header_cnt .header__menu ul li {
    margin-right: 60px;
  }

  header .header_cnt .header__menu {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row_1__slider img {
    height: 500px;
  }

  .sub-nav-response {
    padding: 0 15px 0 60px;
  }
}

@media only screen and (max-width: 1440px) {
  header .header_cnt #search_form {
    width: 65%;
  }

  .row_1__slider_item
    .row_1__slider_item__text
    .row_1__slider_item__text_title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1439px) {
  .sub-nav-container {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .profile_my_dannye,
  .profile_my_docs,
  .profile_my_zakaz {
    padding-left: 30px;
    padding-right: 30px;
  }

  header .header_cnt #search_form {
    width: 62%;
  }

  .row_1__slider_item
    .row_1__slider_item__text
    .row_1__slider_item__text_title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1360px) {
  .row_1__slider_item
    .row_1__slider_item__text
    .row_1__slider_item__text_title {
    font-size: 40px;
  }

  .seasons .seasons_map h2 {
    font-size: 40px;
  }

  .seasons .seasons_item__right h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .inner_page h1 {
    font-size: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner_page h2 {
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  h2 {
    font-size: 40px;
  }

  .row_2__program .row_2__program_flex .row_2__program_flex__title {
    font-size: 25px;
  }

  .row_2__program .row_2__program_flex .row_2__program_flex__title_2 {
    font-size: 20px;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__name,
  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_name {
    font-size: 25px;
  }

  .sub-nav-response {
    padding: 0 15px 0 180px;
  }
}

@media only screen and (max-width: 1270px) {
  .row_2__program .row_2__program_p::after {
    width: 50%;
    background-repeat: no-repeat;
  }

  header .header_cnt .header__menu ul li {
    margin-right: 30px;
  }

  header .header_cnt .header__menu ul li a {
    font-size: 14px;
  }

  .row_1__slider_item .row_1__slider_item__text {
    width: auto;
  }
}

@media only screen and (max-width: 1140px) {
  header .header_cnt .header__logo img {
    width: 170px;
  }

  header .header_cnt .header__menu ul li {
    margin-right: 40px;
  }

  header .header_cnt .header__menu ul li {
    margin-right: 23px;
  }

  .products__sale-slide .slide-left {
    padding: 20px 15px;
  }

  .sub-nav__close {
    right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .row_2__program .row_2__program_p::after {
    width: 100%;
    max-width: 270px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -15%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .guides_and_courses {
    padding-left: 40px;
    padding-right: 40px;
  }

  .guiacor_cart .buy_other {
    margin-bottom: 100px;
  }

  .guides_t.slider_guides_t .slick-arrow {
    bottom: auto;
    top: -50px;
  }

  .guides_t.slider_guides_t .slick-next {
    right: 44%;
  }

  .guides_t.slider_guides_t .slick-prev {
    left: 44%;
  }

  .guiacor_cart__tvr h2 {
    font-size: 18px;
  }

  .zakaz .check_order .items .item:last-of-type::after {
    width: 115%;
    background-position: 90% 50%;
  }

  .search_result .search_result_cnt .items .item .search_item {
    max-width: 80%;
    margin: 0 auto;
  }

  .poleznoe .p_1::before {
    display: none;
  }

  .autoschool .autoschool_desc .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .autoschool .autoschool_desc .items .item {
    margin-bottom: 15px;
  }

  .autoschool .autoschool_desc .items .item_2 {
    margin-right: 0;
  }

  .autoschool .autoschool_desc .items .item_1 {
    margin-left: 0;
  }

  .map_season_select_940 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .season_raschet {
    padding-left: 60px;
    padding-right: 60px;
  }

  .seasons .seasons_cnt::before {
    width: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
  }

  .profile_my_dannye,
  .profile_my_docs,
  .profile_my_zakaz {
    padding-left: 15%;
    padding-right: 15%;
  }

  .choose_package
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    min-height: auto;
    width: 229px;
    right: -5px;
  }

  .choose_package .choose_package_cnt {
    max-width: 80%;
  }

  .row_5__reviews h2::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .row_1__slider .slick-dots {
    -webkit-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    bottom: 15px;
  }

  .row_1__slider .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }

  .row_1__slider .slick-next:hover {
    -webkit-transform: translate(5px, -50%) scale(0.8);
    -ms-transform: translate(5px, -50%) scale(0.8);
    transform: translate(5px, -50%) scale(0.8);
    opacity: 1;
  }

  .row_1__slider .slick-prev:hover {
    -webkit-transform: translate(-5px, -50%) scale(0.8);
    -ms-transform: translate(-5px, -50%) scale(0.8);
    transform: translate(-5px, -50%) scale(0.8);
    opacity: 1;
  }

  header .header_cnt .header__menu {
    width: 95%;
  }

  .row_1__slider_item .row_1__slider_item__img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    left: 0;
    top: 0;
    z-index: 1;
  }

  .row_1__slider_item .row_1__slider_item__text {
    z-index: 2;
  }

  .row_2__program .row_2__program_flex p br {
    display: none;
  }

  .choose_package
    .choose_package_cnt
    .choose_package_cnt_item
    .choose_package_cnt_item__body
    .choose_package_cnt_item__body_text {
    max-width: 90%;
  }

  .choose_package
    .choose_package_cnt
    .choose_package_cnt_item
    .choose_package_cnt_item__body
    .choose_package_cnt_item__body_text
    br {
    display: none;
  }

  .row_3__drive .row_3__drive_p_1:before {
    width: 26%;
    background-size: contain;
  }

  .row_3__drive {
    margin-top: 70px;
  }

  .row_5__reviews h2::after {
    bottom: -55%;
  }

  .choose_package .choose_package__choose_item_help {
    left: 78%;
  }

  .choose_package .choose_package__choose_item_help__no_content {
    left: 78%;
  }

  .profile
    .profile_my_docs
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    right: 42px;
    left: auto;
    top: -2px;
  }

  .profile
    .profile_my_docs
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt
    p {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .poleznoe .benz_inner .items .item p:nth-of-type(1) {
    width: 260px;
  }

  .poleznoe .benz_inner .titls .titls_counrty {
    width: 260px;
  }

  .poleznoe .benz_inner .titls .titls_95 {
    width: 160px;
  }

  .poleznoe .benz_inner .titls .titls_98 {
    width: 160px;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(2) {
    width: 160px;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(3) {
    width: 160px;
  }
}

@media only screen and (max-width: 960px) {
  header {
    display: none;
  }

  .guiacor_cart__tvr .tab_desc p,
  .guiacor_cart__tvr .tab_reviews .items_r .item .text p {
    padding-left: 0;
    padding-right: 0;
  }

  .guides_t.slider_guides_t .slick-prev {
    left: -20px;
  }

  .guiacor_cart__tvr h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .guides_t.slider_guides_t .slick-next {
    right: auto;
    left: 2%;
  }

  .guiacor_cart__tvr .h_tabs {
    flex-direction: column;
  }

  .guiacor_cart__tvr .h_tabs .item {
    margin-right: 0;
  }

  .guides_and_courses {
    padding-left: 40px;
    padding-right: 40px;
  }

  .guiacor_cart__tvr .slider_tvr .photo .item img,
  .guiacor_cart__tvr .slider_tvr .right_part {
    max-width: 260px;
    height: 360px;
  }

  .guiacor_cart__tvr .slider_tvr .right_part {
    margin-left: 30px;
  }

  .guides_t .items .item .text p {
    padding-left: 0;
    padding-right: 0;
  }

  .guiacor_cart__tvr .right {
    max-width: 285px;
  }

  .row_1__slider_item .row_1__slider_item__text {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .guides_t.slider_guides_t .slick-arrow {
    top: -40px;
  }

  .search_result .search_result_cnt .items .item .search_item {
    max-width: 100%;
  }

  footer .footer_copy .footer_copy_item .footer_copy_item_soc {
    margin-top: 25px;
  }

  footer {
    padding-bottom: 10px;
  }

  footer .footer_copy {
    height: auto;
  }

  .poleznoe .p_1 br,
  .poleznoe .poleznoe_tab_auto .top_p br {
    display: none;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top p,
  .poleznoe .poleznoe_tab_auto .row_4 .item p {
    padding-left: 0;
    padding-right: 0;
  }

  .poleznoe .videoblog_inner .items .item {
    margin-bottom: 20px;
  }

  .poleznoe .poleznoe_tab_auto .row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .left {
    margin-bottom: 20px;
  }

  .autoschool .autopark_slider .slick-arrow,
  .autoschool .instruktors .instruktors_slider .slick-arrow {
    display: none !important;
  }

  .autopark,
  .instruktors {
    padding-left: 30px;
    padding-right: 30px;
  }

  .season_1 .season_videos .season_videos_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .season_1 .season_videos .season_videos_item .right {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }

  #dialogModalB .dialog__content {
    width: 65%;
  }

  .season_1 .season_programm .text::before {
    left: -225px;
  }

  .season_spisok_veshey_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .season_vhodit_inner p br,
  .season_spisok_inner_1 p br {
    display: none;
  }

  .season_spisok_docs {
    padding-left: 60px;
    padding-right: 60px;
  }

  .season_1 .season_spisok_veshey_inner .right::before {
    display: none;
  }

  .season_videos_item .title {
    text-align: center;
  }

  .season_1 .season_videos .seasons_item__left_mini {
    margin-top: 25px;
  }

  .faq .faq_cnt .faq_tab .faq_tab__otvet p {
    padding-left: 0;
    padding-right: 0;
  }

  .faq .faq_cnt .faq_tab .faq_tab__otvet {
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile .inner_page__inp {
    max-width: 270px;
  }

  #dialogModalVideo .dialog__content {
    max-width: 80%;
    width: 100%;
  }

  .seasons .seasons_p_1 br {
    display: none;
  }

  .seasons .seasons_map {
    margin-top: 50px;
  }

  .inner_page .inner_page_hr {
    max-width: 75%;
  }

  .seasons .seasons_map .seasons_map_cnt_940 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .inner_page h1 br {
    display: none;
  }

  .seasons .seasons_cnt .seasons_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seasons_item__right_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .seasons .seasons_item__right h2 {
    margin-top: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  /* .seasons .seasons_cnt {
    margin-top: 30px;
  } */
  .seasons .seasons_cnt .seasons_item {
    margin-bottom: 40px;
  }

  .seasons_item__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 45px;
  }

  .seasons .seasons_item__left .seasons_item__left_mini {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .profile_my_dannye,
  .profile_my_docs,
  .profile_my_zakaz {
    padding-left: 10%;
    padding-right: 10%;
  }

  .profile
    .profile_my_zakaz_flex
    .profile_my_zakaz_item
    .profile_my_zakaz_item__title
    p {
    padding-left: 0;
    padding-right: 0;
  }

  .profile
    .profile_my_zakaz_flex
    .profile_my_zakaz_item
    .profile_my_zakaz_item__title {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .profile_my_zakaz_item__title br {
    display: none;
  }

  /* .inner_page p,  */
  .roads_more .roads_more_p_4 .roads_more_p_4__title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row_1__slider,
  .inner_page {
    margin-top: 50px;
  }

  .roads_more .roads_more_p_3::before {
    z-index: -1;
    width: 20%;
    background-size: contain;
  }

  .header_mob_menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 30;
    background: #212c38;
    height: 100%;
  }

  .header_mob_menu .header_mob_menu__close {
    left: 85%;
    top: 1.5vh;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    position: absolute;
    transition: -webkit-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }

  .header_mob_menu .header_mob_menu__close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .header_mob_menu .header_mob_menu_cnt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }

  .header_mob_menu .header_mob_menu_cnt ul {
    text-align: center;
  }

  .header_mob_menu .header_mob_menu_cnt ul li {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li a {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 300;
    margin: 5px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li a.active {
    font-weight: 600;
  }

  /* .header_mob_menu .header_mob_menu_cnt .header_mob_menu_profile {
    margin-top: 20px;
    margin-bottom: 30px;
  } */
  .header_mob_menu .header_mob_menu_cnt .header_mob_menu_profile a {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px;
    margin: 5px;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_profile
    .authentication {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    margin: 5px;
  }

  .header_mob_menu .header_mob_menu_cnt .header_mob_menu_soc {
    /* position: absolute;
    bottom: 50px; */
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }

  .header_mob_menu .header_mob_menu_cnt .header_mob_menu_soc p {
    margin-bottom: 5px;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_soc
    .header_mob_menu_soc_soc {
    margin-top: 20px;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_soc
    .header_mob_menu_soc_soc
    img {
    width: 45px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header_mob_menu .header_mob_menu_cnt .header_mob_menu_soc a {
    color: #fff;
    font-size: 14px;
  }

  .header_mob {
    display: block;
    height: 50px;
    position: fixed;
    z-index: 30;
    width: 100%;
    top: 0;
  }

  .header_mob .header_mob_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #212c38;
    height: 100%;
  }

  .header_mob .header_mob_cnt .header_mob_logo a {
    color: #fff;
    font-size: 14px;
  }

  .header_mob .header_mob_cnt .header_mob_logo img {
    width: 80px;
    position: relative;
    top: 15px;
    left: -15px;
  }

  .header_mob .header_mob_cnt .header_mob_menu_btn {
    width: 35px;
    height: 35px;
    background-image: url(/local/templates/dp/assets/css/../img/menu_open_mob.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
  }

  .header_mob #showSearchMob {
    display: none;
  }

  .header_mob .header_mob_menu_search {
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/dp/assets/css/../img/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 25px;
  }

  .header_mob .header_mob_cnt__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_card__link {
    display: block;
    margin-right: 20px;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_card {
    width: 26px;
    height: 24px;
    background-image: url(/local/templates/dp/assets/css/../img/icon_cart.svg);
    background-repeat: no-repeat;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_card.card_link_full {
    background-image: url(/local/templates/dp/assets/css/../img/icon_cart_full.svg);
    color: #ffffff;
    font-size: 10px;
    padding-left: 11px;
    padding-top: 3px;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search {
    margin-right: 20px;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    position: absolute;
    left: 14.5%;
    top: 0;
    width: 70%;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form input {
    font-size: 14px;
    font-family: "Open Sans";
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: 96%;
    border: none;
    height: 44px;
    color: #c40026;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header_mob
    .header_mob_cnt__meta
    .header_mob_menu_search_form
    input::-webkit-input-placeholder {
    color: #c40026;
  }

  .header_mob
    .header_mob_cnt__meta
    .header_mob_menu_search_form
    input::-moz-placeholder {
    color: #c40026;
    opacity: 1;
  }

  .header_mob
    .header_mob_cnt__meta
    .header_mob_menu_search_form
    input:-ms-input-placeholder {
    color: #c40026;
  }

  .header_mob
    .header_mob_cnt__meta
    .header_mob_menu_search_form
    input:-moz-placeholder {
    color: #c40026;
    opacity: 1;
  }

  .row_4__leading .row_4__leading_right__inst {
    font-size: 16px;
  }

  .row_5__reviews .red_btn__cnt {
    margin-top: 80px;
  }

  .row_3__drive {
    margin-top: 0;
  }

  .row_5__reviews h2::after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .row_2__program .row_2__program_p::after {
    right: -3%;
    top: -110%;
  }

  .row_3__drive .row_3__drive_p_1:before {
    width: 23%;
    left: -12%;
  }

  .row_5__reviews .row_5__reviews_slider__cnt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .choose_package {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row_5__reviews h2::after {
    bottom: -100%;
  }

  .row_1__slider_item .row_1__slider_item__text {
    top: 40%;
  }

  .row_2__program .row_2__program_p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row_2__program_p br {
    display: none;
  }

  .row_2__program .row_2__program_flex::before {
    display: none;
  }

  .row_2__program .row_2__program_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .row_2__program .row_2__program_flex .row_2__program_time {
    width: 100%;
  }

  .row_2__program .row_2__program_flex .row_2__program_money {
    width: 100%;
    margin-top: 25px;
  }

  .row_2__program .row_2__program_flex p {
    max-width: 75%;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_flex,
  .row_2__program .row_2__program_flex .row_2__program_money_flex {
    margin: 30px;
    padding: 20px;
    border: 1px solid #ccc;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_left,
  .row_2__program .row_2__program_flex .row_2__program_money_left {
    border-right: 1px solid #ccc;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_left__image {
    margin-top: 20px;
  }

  .row_3__drive,
  .row_4__leading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row_3__drive .row_3__drive_p br {
    display: none;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__text,
  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_text {
    font-size: 16px;
    line-height: 26px;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__text
    br,
  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_text br {
    display: none;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right {
    max-width: 455px;
    margin-left: 20px;
  }

  .row_4__leading .row_4__leading_flex .row_4__leading_left {
    max-width: 510px;
  }

  .row_5__reviews h2::after {
    z-index: -1;
  }

  footer .footer_copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .season_1 .season_vhodit_inner .p2,
  .season_1 .season_vhodit_inner .p1 {
    line-height: 24px;
  }

  .season_1 .season_vhodit_inner .p2 br,
  .season_1 .season_vhodit_inner .p1 br {
    display: none;
  }

  /* .container-1070 {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  } */
}

@media (max-height: 415px) {
  .header_mob_menu .header_mob_menu_cnt ul li a {
    font-size: 18px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li:first-child {
    margin-top: 0;
  }

  .header_mob_menu .header_mob_menu_cnt ul li:last-child {
    margin-bottom: 0;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_profile
    .authentication {
    font-size: 18px;
    padding: 7px;
  }
}

@media (max-height: 350px) {
  .header_mob_menu .header_mob_menu_cnt {
    padding: 12px 0;
  }

  .header_mob_menu .header_mob_menu_cnt ul li a {
    font-size: 15px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_profile
    .authentication {
    font-size: 15px;
    padding: 5px;
  }

  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_soc
    .header_mob_menu_soc_soc {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .choose_package .choose_package_cnt .choose_package_cnt_item {
    width: 280px;
  }

  .zakaz .check_order .items .item::after,
  .zakaz .choose_sposob_oplaty::after,
  .zakaz .check_order .price_bottom::after {
    width: 100%;
  }

  .check_order,
  .zakaz .choose_sposob_oplaty .sposob_oplaty,
  .contacts_dannie {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zakaz .check_order .items .item .left .title .name {
    padding-left: 0;
    padding-right: 0;
  }

  .zakaz .check_order .items .item .left .title {
    margin-left: 40px;
  }

  .zakaz .choose_sposob_oplaty .sposob_oplaty .item img {
    max-width: 80%;
  }

  .zakaz .check_order .items .item .right .price_cnt .price p,
  .zakaz .check_order .items .item .right .price_cnt .nds p,
  .zakaz .check_order .price_bottom .right .price p,
  .zakaz .check_order .price_bottom .right .nds p {
    padding-left: 0;
    padding-right: 0;
  }

  .zakaz .check_order .items .item .left {
    max-width: 480px;
  }

  .zakaz .check_order .items .item:last-of-type::after {
    width: 100%;
    background-position: 50% 50%;
    background-image: url(/local/templates/dp/assets/css/../img/otz_hr.png);
  }

  .form_search_search_result {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search_result .search_result_cnt .items .item .search_item .link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search_result .items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .otzyvy .otz_hr {
    max-width: 100%;
  }

  .otzyvy .otzyvy_p_1 br {
    display: none;
  }

  .otzyvy .otzyvy_cnt {
    margin-top: 20px;
  }

  .autoschool .autopark_slider .item p {
    padding-left: 0;
    padding-right: 0;
  }

  .autoschool .instruktors .instruktors_slider .item p {
    padding-left: 0;
  }

  .autoschool .instruktors .instruktors_slider .item .bold {
    display: block;
  }

  .autoschool .instruktors .instruktors_slider .item img {
    position: relative;
    left: -10px;
  }

  .autoschool .autopark_slider .slick-arrow,
  .autoschool .instruktors .instruktors_slider .slick-arrow {
    display: block !important;
  }

  .autoschool .autopark_slider .slick-arrow {
    bottom: -32%;
    width: 45px;
    height: 45px;
    top: auto;
    padding: 0;
    font-size: 0px;
  }

  .autoschool .instruktors .instruktors_slider .slick-arrow {
    bottom: -32%;
    width: 45px;
    height: 45px;
    top: auto;
    padding: 0;
    font-size: 0px;
  }

  .row_5__reviews .row_5__reviews_slider .slick-arrow {
    bottom: -56%;
    width: 45px;
    height: 45px;
    top: auto;
    padding: 0;
    font-size: 0px;
  }

  .row_1__slider .slick-arrow {
    bottom: -1%;
    width: 45px;
    height: 45px;
    top: auto;
    padding: 0;
    font-size: 0px;
  }

  .autoschool .autosch_hr.autosch_hr_mob_0 {
    margin-top: 85px;
  }

  .row_5__reviews .red_btn__cnt {
    margin-top: 107px;
  }

  .row_5__reviews
    .row_5__reviews_slider
    .row_5__reviews_slider__item
    .row_5__reviews_slider__item_name {
    margin-top: 20px;
  }

  .row_5__reviews .row_5__reviews_slider .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .autoschool .autopark_slider .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .autoschool .instruktors .instruktors_slider .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .autoschool .instruktors .instruktors_slider .slick-disabled {
    opacity: 0.5 !important;
  }

  .autoschool .instruktors .instruktors_slider .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .autoschool .auto_osob_hr.autosch_hr_mob_2 {
    margin-top: 91px;
  }

  .autoschool .autopark_slider .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .autoschool .autopark_slider .slick-disabled {
    opacity: 0.5 !important;
  }

  .row_5__reviews .row_5__reviews_slider .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .row_1__slider .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_white_circ-l.svg);
    left: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .row_1__slider .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_white_circ-r.svg);
    right: 41%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .row_1__slider .slick-disabled {
    opacity: 0.5 !important;
  }

  .row_5__reviews .row_5__reviews_slider .slick-arrow:hover {
    opacity: 1;
  }

  .row_1__slider .slick-next {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .row_1__slider .slick-prev {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .row_5__reviews .row_5__reviews_slider .slick-disabled {
    opacity: 0.5 !important;
  }

  .row_1__slider .slick-next:hover {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .row_1__slider .slick-prev:hover {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .calculators .straxovaya_forma .new_polis .new_polis__row .item {
    margin-right: 0;
  }

  .calculators .straxovaya_forma .choose_package__choose_item_help__cnt {
    right: 40px;
    left: auto;
  }

  .calculators .straxovaya_forma .prodlit_polis .prodlit_polis_p {
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .straxovaya_forma .new_polis .files .files_p {
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .straxovaya_forma .new_polis .files .inp_file_docs__label {
    min-width: 21px;
  }

  .calculators
    .straxovaya_forma
    .new_polis
    .files
    .profile_my_docs__images_item
    p {
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .straxovaya_forma .new_polis .files {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .calculators .straxovaya_forma .new_polis .after_form_flex .gray_text {
    max-width: 60%;
  }

  .calculators .straxovaya_forma .new_polis .files .files__item {
    width: 47%;
  }

  .calculators .straxovaya_forma .new_polis .after_form_flex p {
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .straxovaya_forma .new_polis .new_polis__row .item .s_medium,
  .calculators .straxovaya_forma .new_polis .new_polis__row .item .s_small,
  .calculators .straxovaya_forma .new_polis .new_polis__row .item .s_big {
    width: 100%;
  }

  .calculators .straxovaya_forma .new_polis .new_polis__row .item p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2px;
  }

  .calculators .straxovaya_forma .new_polis .new_polis__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .p_1 br {
    display: none;
  }

  /* .calculators .calc_form {
    max-width: 90%;
  } */
  .poleznoe .poleznoe_tab_auto .row_2 .flex p {
    padding-right: 0;
  }

  .poleznoe .poleznoe_tab_auto .row_2 .flex .active_sort_1 p {
    padding-left: 0;
  }

  .calculators .calc_form_row .calc_form_row_col_2 .ed_izm_2 {
    width: 150px;
  }

  .calculators .calc_form_row .calc_form_row_col_2 {
    max-width: 215px;
  }

  .calculators .calc_form_row .calc_form_row_col_1 {
    max-width: 240px;
  }

  .calculators .calc_form_row .title,
  .calculators .calc_form_row .calc_form_row_col_3 .right_text {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
  }

  .calculators .calc_tab_nalog_p_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .calc_tab_nalog_p_1 br {
    display: none;
  }

  .calculators .calc_form .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
    max-width: 180px;
    padding-top: 0;
    margin-top: -4px;
  }

  .radio .label {
    min-width: 20px;
  }

  .calculators .vibor_straxovoy .calc_form_row .calc_form_row_col_1 {
    max-width: 222px;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_2 {
    width: 280px;
    max-width: 100%;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_1 {
    width: 157px;
  }

  .calculators .calc_tab_osago .center {
    width: 110px;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_3 {
    margin-left: 5px;
  }

  .calculators
    .calc_tab_osago
    .calc_form
    .calc_tab_mega_flex
    .calc_tab_mega_flex_col_2 {
    margin-left: 0px;
    position: relative;
    left: 17px;
    top: 2px;
    padding-top: 110px;
  }

  .calculators .calc_tab_greencard .calc_form_row .calc_form_row_col_1 {
    max-width: 215px;
  }

  .calculators
    .calc_tab_greencard
    .green_card_form
    .green_card_form_col_2
    .show_obr {
    padding-left: 0;
  }

  .calculators .calc_tab_greencard .green_card_form .green_card_form_col_2 img {
    position: relative;
    left: -3px;
  }

  .calc_form_row__two {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .calculators .calc_tab_kasko .polis_form .polis_form_col_2 {
    margin-left: 30px;
  }

  .calc_form_row__two .calc_form_row_col_1,
  .calc_form_row__two .calc_form_row_col_2 {
    max-width: 240px !important;
  }

  .calc_tab_osago .calc_select {
    max-width: 100%;
    width: 265px;
  }

  .vibor_straxovoy .straxovaya_slider .item {
    margin-right: 0;
  }

  .calculators
    .calc_tab_polis
    .calc_form
    .calc_tab_mega_flex
    .calc_tab_mega_flex_col_2 {
    padding-top: 310px;
  }

  .vibor_straxovoy .straxovaya_slider {
    max-width: 425px;
  }

  .calculators .vibor_straxovoy .calc_form_row .calc_form_row_col_1 {
    width: 100%;
  }

  .calculators .calc_form_hr {
    max-width: 455px;
  }

  .calculators .calc_form_row .title_no_bold {
    padding-left: 0;
    padding-right: 0;
  }

  .poleznoe .poleznoe_tab_auto .row_2 .flex .active_sort_1 p {
    padding-right: 20px !important;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .left p {
    min-width: 286px;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .right p {
    padding-right: 10px;
  }

  .season_1 .season_videos .season_videos_item .right .kol_vo p,
  .season_1 .season_videos .season_videos_item .right .goroda p {
    padding-left: 0;
    padding-right: 0;
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item {
    width: 99%;
  }

  .custom-scroll_bar-y {
    right: 4px !important;
  }

  .poleznoe .videoblog_inner .items .item .text {
    padding-left: 0;
    padding-right: 0;
  }

  .season_1 .map_season_select .custom-scroll_inner {
    padding-left: 15px !important;
  }

  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider
    img {
    width: 200px;
    height: 145px;
  }

  .seasons .seasons_item__right {
    max-width: 748px;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .seasons_item__right {
    padding: 0;
  }

  .seasons .seasons_item__left {
    max-width: 627px;
  }

  .seasons .seasons_item__left .seasons_item__left_big {
    max-width: 100%;
  }

  .seasons .seasons_item__left .seasons_item__left_mini {
    margin-top: 20px;
  }

  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider {
    max-width: 100%;
  }

  .seasons .seasons_item__left .seasons_item__left_mini {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .seasons .seasons_item__left .seasons_item__left_big img {
    width: 100%;
    height: auto;
  }

  .autoschool .autopark_slider .slick-dots {
    bottom: -35px;
  }

  .seasons .seasons_map .seasons_map_cnt .seasons_map_modal p {
    padding-left: 0;
    padding-right: 0;
  }

  .choose_package
    .choose_package_cnt
    .choose_package_cnt_item
    .choose_package_cnt_item__body
    .choose_package_cnt_item__body_text {
    min-height: 105px;
  }
}

@media only screen and (max-width: 768px) {
  .choose_package .choose_package_cnt .choose_package_cnt_item {
    width: 265px;
  }

  .calculators .calc_form_row .calc_form_row_col_2 .ed_izm_4 {
    width: 65px;
  }

  /* .calculators .calc_form {
    max-width: 95%;
  } */
  .max_w768 {
    max-width: 180px;
  }

  .calculators .calc_select {
    background-position: 95.5% 50%;
  }

  .calculators .calc_select.calc_select_bold {
    background-position: 97.8% 50%;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form input {
    width: 94%;
  }

  .products__grid-part .item-container:hover {
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .row_1__slider_item
    .row_1__slider_item__text
    h1.row_1__slider_item__text_title {
    font-size: 28px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .guiacor_cart__tvr .slider_tvr .right_part .skidka .sk_i {
    width: 36px;
    height: 36px;
    font-size: 12px;
    border-radius: 18px;
  }

  .guiacor_cart__tvr .tab_feature .item p {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .guiacor_cart__tvr .slider_tvr .right_part .skidka {
    top: 10px;
    right: 10px;
  }

  .guiacor_cart__tvr .slider_tvr .photo .item img,
  .guiacor_cart__tvr .slider_tvr .right_part {
    max-width: 220px;
    height: 220px;
  }

  .rp_pc {
    display: none;
  }

  .rp_mob {
    display: flex;
  }

  .guiacor_cart__tvr .h_tabs .item {
    margin-right: 0;
  }

  .guides_t .items {
    justify-content: center;
    /* flex-direction: column;
    align-items: center; */
  }

  .guiacor_cart__tvr .tab_feature table td:first-child {
    min-width: auto;
  }

  .page-navigation ul li {
    white-space: nowrap;
  }

  .guiacor_cart__tvr .tab_reviews .items_r .item .name h3 {
    font-size: 16px;
  }

  .guiacor_cart__tvr .slider_tvr .left_part {
    max-width: 100%;
  }

  .guiacor_cart__tvr .mini .slick-arrow {
    position: absolute;
    bottom: -55px;
    width: 40px;
    height: 40px;
    top: auto;
    padding: 0;
    font-size: 0;
  }

  .guides_t.slider_guides_t .items .item .text {
    min-height: 60px;
  }

  .guiacor_cart__tvr .choose_package .choose_package__choose_item {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .guiacor_cart__tvr .tab_desc h3 {
    font-size: 16px;
  }

  .guiacor_cart__tvr .mini .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .page-navigation {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 40px;
    width: 100%;
  }

  .page-navigation ul {
    flex-wrap: nowrap;
  }

  .page-navigation li:after {
    top: 41%;
  }

  .guiacor_cart__tvr .right {
    margin: 0 auto;
    margin-top: 10px;
  }

  .page-navigation li a {
    display: block;
    white-space: nowrap;
  }

  .guiacor_cart__tvr .h_tabs {
    display: flex;
    justify-content: center;
  }

  .guiacor_cart__tvr .h_tabs .item:last-of-type {
    margin-right: 0;
  }

  .guiacor_cart__tvr .choose_package {
    padding-left: 0;
    padding-right: 0;
  }

  .page-navigation li.active {
    display: block;
    white-space: nowrap;
  }

  .guiacor_cart__tvr .mini .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .guiacor_cart__tvr .slider_tvr .photo .item img,
  .guiacor_cart__tvr .slider_tvr .right_part {
    margin: 0 auto;
  }

  .guiacor_cart__tvr .mini .item img {
    height: auto;
    max-width: 70%;
  }

  .guiacor_cart__tvr .choose_package {
    background-color: #fff;
  }

  .guiacor_cart__tvr .mini {
    margin: 0;
  }

  .guiacor_cart__tvr .mini {
    flex-direction: row;
  }

  .guides_and_courses .p_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .guiacor_cart__tvr .h_tabs {
    margin-top: 30px;
    flex-direction: column;
  }

  .guiacor_cart .buy_other {
    margin-bottom: 30px;
  }

  .guiacor_cart .buy_other h2 {
    font-size: 20px;
  }

  .guides_t.slider_guides_t .slick-next {
    left: 5%;
  }

  .guides_t.slider_guides_t .slick-list {
    margin: 0;
  }

  .guiacor_cart__tvr .slider_tvr .right_part {
    margin-left: 0;
    margin-top: 25px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .guides_t.slider_guides_t .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 35%;
    right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transform: rotate(0deg);
  }

  .guides_t.slider_guides_t .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 35%;
    left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .guides_t.slider_guides_t .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -65px;
    bottom: auto;
    transform: none;
    padding: 0;
    font-size: 0;
  }

  .guiacor_cart__tvr .right .cnt .add_cart .btn,
  .guiacor_cart__tvr .right .cnt .buy_1_click .btn {
    font-size: 14px;
    height: 50px;
  }

  .guiacor_cart__tvr .right .cnt .add_cart {
    margin-top: 20px;
  }

  .guides_and_courses .inner_page_hr {
    max-width: 100%;
  }

  .guiacor_cart__tvr .tab_reviews .add_review .btn {
    max-width: 250px;
    font-size: 14px;
    height: 50px;
  }

  .guides_t.slider_guides_t .items {
    flex-direction: row;
  }

  .guiacor_cart__tvr .h_tabs .item {
    font-size: 14px;
    text-align: center;
  }

  .guiacor_cart__tvr .tab_feature .flx p:last-of-type {
    text-align: right;
    max-width: 50%;
  }

  .guiacor_cart__tvr {
    margin-top: 15px;
  }

  .guiacor_cart__tvr .tab_feature .flx p:first-of-type {
    max-width: 50%;
  }

  .guiacor_cart__tvr .tab_reviews .items_r .item .text p {
    line-height: 24px;
  }

  .guiacor_cart__tvr .mini .slick-prev {
    transform: rotate(0deg);
  }

  .guiacor_cart__tvr .mini .item {
    width: auto;
    height: 60px;
    /* width: unset!important; */
  }

  /* .guiacor_cart__tvr .mini .item.slick-current{
    border:none;
  } */
  .guiacor_cart__tvr .mini .slick-next {
    transform: rotate(0deg);
  }

  .guiacor_cart__tvr {
    flex-direction: column;
  }

  .guiacor_cart__tvr .slider_tvr {
    flex-direction: column;
  }

  .guiacor_cart__tvr .slider_tvr .left_part {
    order: 2;
  }

  .guides_t .items .item.guides_r .photo img {
    max-width: 100%;
  }

  .guides_t .items .item .text {
    min-height: auto;
  }

  .guides_t .items .item.guides_r {
    height: 470px;
  }

  .guides_t .items .item {
    padding-bottom: 30px;
  }

  .guides_and_courses h1 {
    font-size: 30px;
  }

  .guides_t .items .item .btns {
    position: static;
  }

  .guides_t .items .item {
    height: auto;
  }

  .guides_and_courses .guides_t h2 {
    margin-bottom: 30px;
  }

  .guides_t .items .item {
    margin-bottom: 25px;
  }

  .guides_and_courses {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0 0 0 2100px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 2100px rgba(255, 255, 255, 0.7) inset;
  }

  .guides_and_courses .p_1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .row_1__slider_item .row_1__slider_item__text {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .season_1 .season_videos .season_videos_item .left {
    display: block;
    width: 100%;
    height: 200px;
  }

  .inner_page .season_1_center .h1_season span {
    display: inline !important;
  }

  .seasons .seasons_map .seasons_map_cnt .seasons_map_modal {
    left: 0;
  }

  .close_map_season_select {
    display: block;
    position: absolute;
    right: 15px;
    top: -4px;
    font-size: 40px;
    cursor: pointer;
    font-weight: 300 !important;
    color: #ccc;
  }

  .zakaz .choose_sposob_oplaty .sposob_oplaty .item img:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .zakaz .check_order {
    margin-top: 40px;
  }

  .zakaz .check_order h2 {
    font-size: 20px;
  }

  .zakaz .check_order .items .item .left .title {
    margin-left: 0;
    margin-top: 20px;
  }

  .zakaz .check_order .items .item .left .title .desc {
    text-align: center;
  }

  .zakaz .check_order .items .item .right .price_cnt .price p {
    font-size: 25px;
  }

  .zakaz .check_order .items .item .left .title .name {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .zakaz .check_order .items .item .right .price_cnt .price {
    margin-bottom: 5px;
  }

  .zakaz .check_order .price_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
  }

  .zakaz .choose_sposob_oplaty .sposob_oplaty .item {
    width: 30%;
  }

  .zakaz .choose_sposob_oplaty::after {
    padding-left: 30px;
    padding-right: 30px;
    bottom: -28px;
    width: 84.5%;
  }

  .contacts_dannie h2 {
    font-size: 20px;
  }

  .zakaz .choose_sposob_oplaty {
    margin-top: 75px;
    margin-bottom: 70px;
  }

  .zakaz .choose_sposob_oplaty .sposob_oplaty {
    margin-top: 0;
  }

  .zakaz .contacts_dannie .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zakaz .contacts_dannie .items .item_2 {
    margin-left: 0;
    margin-top: 25px;
  }

  .zakaz .contacts_dannie .items .item p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4px;
  }

  .zakaz .contacts_dannie .items .item {
    width: 100%;
  }

  .zakaz .check_order .price_bottom {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .zakaz .choose_sposob_oplaty .sposob_oplaty {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .zakaz .choose_sposob_oplaty h2 {
    font-size: 20px;
  }

  .zakaz .check_order .price_bottom::after {
    bottom: -37px;
  }

  .zakaz .check_order .price_bottom .left {
    margin-bottom: 5px;
  }

  .zakaz .check_order .price_bottom .right .nds p {
    text-align: center;
  }

  .zakaz .check_order .price_bottom .right .nds {
    text-align: center;
  }

  .zakaz .check_order .price_bottom .right .price {
    text-align: center;
    margin-bottom: 5px;
  }

  .zakaz .check_order .price_bottom .right .price p {
    font-size: 25px;
  }

  .zakaz .check_order .price_bottom .left {
    margin-right: 0;
  }

  .zakaz .check_order .items .item .right .price_cnt .price {
    text-align: center;
  }

  .zakaz .check_order .items .item .right .price_cnt .nds p {
    text-align: center;
  }

  .zakaz .check_order .items .item .right .price_cnt .nds {
    text-align: center;
  }

  .zakaz .check_order .items .item .left .title .desc ul li::before {
    display: none;
  }

  .zakaz .check_order .items .item .right {
    margin-top: 20px;
  }

  .zakaz .check_order .items .item .left .title .desc ul {
    margin-left: 0;
  }

  .zakaz .check_order .items {
    margin-top: 30px;
  }

  .zakaz .check_order .items .item .right .delete {
    position: absolute;
    margin-left: 0;
    top: -17px;
    right: 17px;
  }

  .zakaz .zakaz_p_1 {
    font-size: 14px;
    line-height: 22px;
  }

  .zakaz .check_order .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zakaz .check_order .items .item .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search_result .search_result_cnt .form_search_search_result .sr_inpt,
  .search_result .search_result_cnt .form_search_search_result .row_2 p {
    font-size: 14px;
  }

  .inner_page.search_result h1 {
    line-height: 1;
  }

  .search_result .search_result_cnt .items .item .title h3 {
    font-size: 20px;
  }

  .search_result .search_result_cnt .items .item .search_item .name p,
  .search_result .search_result_cnt .items .item .search_item .text p,
  .search_result .search_result_cnt .items .item .search_item .link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .search_result .search_result_cnt .items .item .title {
    margin-bottom: 35px;
  }

  .search_result .search_result_cnt .items .item {
    margin-top: 35px;
  }

  .search_result .search_result_cnt .items .item .search_item {
    background-position: 100% 50%;
    background-size: 12px;
  }

  .search_result .search_result_cnt .items .item .item_srch:hover .search_item {
    background-position: 98% 50%;
  }

  .search_result .search_result_cnt .items .item .search_item .name p {
    max-width: 85%;
  }

  .search_result .search_result_cnt .items .item .search_item .text p {
    max-width: 85%;
  }

  .search_result .search_result_cnt .form_search_search_result .row_2 p {
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .otzyvy .otzyvy_p_1,
  .otzyvy .modal_open_otz {
    font-size: 14px;
    line-height: 22px;
  }

  .otzyvy .otzyv .name_date .name p,
  .otzyvy .otzyv .name_date .date p {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0;
    padding-right: 0;
  }

  .otzyvy .otzyv .text p {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .country_b_mob {
    margin-bottom: -8px;
  }

  .country_b_mob p {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
  }

  .poleznoe .filter_benzin .items .calc_select {
    max-width: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .poleznoe .benz_inner.benz_inner__mobile .calc_select {
    max-width: 130px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .poleznoe .filter_benzin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1) img {
    margin-right: 16px;
  }

  .zapis_auto_pc {
    display: none;
  }

  .autoschool .zapis_auto_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #dialogAuto .dialog .dialog__content p {
    margin-top: 10px !important;
  }

  #dialogAuto .dialog .dialog__content p br {
    display: none;
  }

  .autoschool .autopark_slider .slick-next {
    right: 31%;
  }

  .autoschool .autopark_slider .slick-prev {
    left: 31%;
  }

  .autoschool .instruktors .instruktors_slider .slick-next {
    right: 31%;
  }

  .autoschool .instruktors .instruktors_slider .slick-arrow {
    bottom: -30%;
  }

  .autoschool .instruktors .instruktors_slider .item img {
    left: 0;
  }

  .autoschool .instruktors .instruktors_slider .item p {
    padding-right: 0;
  }

  .autoschool .auto_osob_hr.autosch_hr_mob_2 {
    margin-top: 92px;
  }

  .autoschool .instruktors .instruktors_slider .slick-prev {
    left: 31%;
  }

  .row_1__slider_item
    .row_1__slider_item__text
    h2.row_1__slider_item__text_title {
    font-size: 27px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row_1__slider .red_btn {
    width: 260px;
  }

  .row_1__slider_item .row_1__slider_item__text {
    top: 40%;
  }

  .row_1__slider_item .row_1__slider_item__text .row_1__slider_item__text_btn {
    margin-top: 60px;
  }

  .row_5__reviews .row_5__reviews_slider .slick-arrow {
    bottom: -47%;
    width: 45px;
    height: 45px;
    top: auto;
  }

  .row_5__reviews .red_btn__cnt {
    margin-top: 107px;
  }

  .row_5__reviews
    .row_5__reviews_slider
    .row_5__reviews_slider__item
    .row_5__reviews_slider__item_name {
    margin-top: 20px;
  }

  .row_5__reviews .row_5__reviews_slider .slick-prev {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-l.svg);
    left: 31%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .row_5__reviews .row_5__reviews_slider .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_gray_circ-r.svg);
    right: 31%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .row_5__reviews .row_5__reviews_slider .slick-arrow:hover {
    opacity: 1;
  }

  .row_5__reviews .row_5__reviews_slider .slick-disabled {
    opacity: 0.5 !important;
  }

  .row_5__reviews .red_btn__cnt .red_btn {
    width: 70%;
  }

  #dialogModalReviews .dialog__content .submit_inpt {
    font-size: 14px;
  }

  .row_5__reviews .link_otzyv a {
    font-size: 14px;
  }

  .calculators .calc_select.calc_select_bold {
    background-position: 95.5% 50%;
  }

  .benz_inner {
    display: none;
  }

  .benz_inner.benz_inner__mobile {
    display: block;
  }

  .benz_inner .items .item p:nth-of-type(4) {
    display: none;
    padding-left: 60px !important;
  }

  .benz_inner .items .item p:nth-of-type(3) {
    display: none;
    padding-left: 60px !important;
  }

  .benz_inner .items .item p:nth-of-type(2) {
    padding-left: 60px !important;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1),
  .poleznoe .benz_inner .items .item p:nth-of-type(2),
  .poleznoe .benz_inner .items .item p:nth-of-type(3),
  .poleznoe .benz_inner .items .item p:nth-of-type(4) {
    width: 50% !important;
    text-align: left !important;
  }

  .benz_inner.benz_inner__mobile .items {
    display: block;
    /* padding: 30px; */
    padding-top: 0;
    padding-bottom: 0;
  }

  .poleznoe .benz_inner.benz_inner__mobile .items .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .poleznoe .benz_inner.benz_inner__mobile .calc_select {
    width: 175px;
    height: 26px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/local/templates/dp/assets/css/../img/select_arrow_benz.png);
    background-repeat: no-repeat;
    background-position: 92% 55%;
    cursor: pointer;
  }

  .poleznoe .benz_inner.benz_inner__mobile .items .item {
    margin-bottom: 4px;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top,
  .poleznoe .benz_inner.benz_inner__mobile .titls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 37px;
    padding-bottom: 15px;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top p,
  .poleznoe .benz_inner.benz_inner__mobile .titls p {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding-right: 0;
  }

  #dialogModalPolPhone .polis_phone_p {
    line-height: 18px;
  }

  #dialogModalPolPhone .form_phone_polis {
    margin-top: 15px;
  }

  #dialogModalPolPhone .dialog__content .submit_inpt {
    margin-top: 10px;
  }

  #dialogModalPolPhone .dialog__content .form_inpt {
    margin-bottom: 13px;
  }

  .calculators .straxovaya_forma .choose_package__choose_item_help__cnt {
    min-width: 250px;
    right: 20px;
  }

  .calculators
    .straxovaya_forma
    .prodlit_polis
    .choose_package__choose_item_help__cnt {
    right: -78px;
  }

  .oformtit_online,
  .oformtit_phone {
    margin-left: 0 !important;
    background-image: none !important;
  }

  .calculators .straxovaya_forma .straxovaya_forma__title {
    margin-bottom: 20px;
  }

  .calculators .straxovaya_forma .new_polis .new_polis__title {
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .straxovaya_forma .new_polis .after_form_flex .gray_text {
    max-width: 100%;
  }

  .calculators
    .straxovaya_forma
    .new_polis
    .files
    .profile_my_docs__images_item_meta
    img {
    max-width: 100%;
  }

  .order_polis {
    margin-top: 0;
  }

  .calculators .straxovaya_forma .new_polis .files .files__item_2 {
    padding-left: 0;
  }

  .calculators .straxovaya_forma .new_polis .files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .straxovaya_forma .new_polis .files .files__item {
    width: 100%;
  }

  .calculators .straxovaya_forma .new_polis .after_form_flex .zabery_iz_ofica {
    margin-top: 10px;
  }

  .calculators .straxovaya_forma .new_polis .after_form_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .straxovaya_forma .straxovaya_forma__title {
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .calculators .p_tab_calc br {
    display: none;
  }

  .calculators .straxovaya_forma .prodlit_polis .prodlit_polis_sbmt {
    margin-left: 0;
    margin-top: 15px;
  }

  .calculators .straxovaya_forma {
    margin-top: 20px;
  }

  .calculators .straxovaya_forma .prodlit_polis .calc_inp {
    margin-left: 0;
  }

  .calculators .straxovaya_forma .prodlit_polis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .btns_cnt {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }

  .calculators .osago_links,
  .calculators .polis_links,
  .calculators .kasko_links,
  .calculators .green_card_links {
    margin-bottom: 10px !important;
  }

  .calculators .red_btn {
    margin-bottom: 10px;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_2 {
    width: 100%;
  }

  .calc_tab_osago .calc_select {
    max-width: 100%;
    width: 100%;
  }

  .calculators
    .calc_tab_greencard
    .green_card_form
    .green_card_form_col_1
    .green_card_date_month {
    width: 150px;
  }

  .calculators .p_1 {
    font-size: 14px;
    line-height: 22px;
    max-width: 95%;
  }

  .calculators
    .calc_tab_greencard
    .green_card_form
    .green_card_form_col_1
    .green_price {
    max-width: 100%;
  }

  .calculators .p_tab_calc {
    font-size: 14px;
    line-height: 22px;
  }

  .calculators .btns_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .calculators .calc_form_row .calc_form_row_col_1 {
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .calculators .calc_form_row .calc_form_row_col_2 {
    max-width: 100%;
  }

  .calculators .calc_tab_polis .calc_form {
    padding-top: 10px;
  }

  .calculators .calc_tab_polis .calc_form_row .title {
    margin-top: 10px;
  }

  .calculators .calc_tab_polis .calc_form_row .calc_form_row_col_1 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .calculators .calc_form_row.aifs {
    margin-top: 10px;
  }

  .vibor_straxovoy .straxovaya_slider .slick-prev {
    left: -30px;
  }

  .vibor_straxovoy .straxovaya_slider {
    max-width: 100%;
    width: 100%;
  }

  .calculators .osago_links,
  .calculators .polis_links,
  .calculators .kasko_links,
  .calculators .green_card_links {
    max-width: 80%;
    margin: 0 auto;
  }

  .calculators
    .calc_tab_osago
    .calc_form
    .calc_tab_mega_flex
    .calc_tab_mega_flex_col_2 {
    padding-top: 0px;
    left: -2px;
    margin-bottom: 15px;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_1 {
    width: 100%;
  }

  .calculators .calc_tab_osago .calc_form_row .calc_form_row_col_3 {
    margin-left: 0;
  }

  .p_tab_calc .p_tab_calc_1 br {
    display: none;
  }

  .vibor_straxovoy .straxovaya_slider .item {
    margin-left: 0;
    margin-right: 0;
  }

  .calculators .calc_form_row.aifs .calc_form_row_col_2 {
    margin-top: 10px;
  }

  .calculators
    .calc_tab_polis
    .calc_form
    .calc_tab_mega_flex
    .calc_tab_mega_flex_col_2 {
    padding-top: 0;
  }

  .calculators .calc_tab_kasko .polis_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calc_form_row__two .calc_form_row_col_1,
  .calc_form_row__two .calc_form_row_col_2 {
    max-width: 100% !important;
  }

  .calculators .calc_tab_kasko .polis_form .calc_select {
    background-position: 96% 50%;
  }

  .calculators .calc_tab_kasko .polis_form .polis_form_col_2 {
    max-width: 100%;
  }

  .calculators .calc_tab_greencard .green_card_form .green_card_form_col_2 {
    max-width: 100%;
    margin-top: 30px;
  }

  .calculators .calc_tab_greencard .green_card_form .green_card_form_col_2 {
    margin-bottom: 10px;
  }

  .calculators .calc_tab_greencard .green_card_form .green_card_form_col_2 {
    margin-left: 0;
  }

  .calculators .calc_tab_greencard .green_card_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .calc_tab_kasko .polis_form .polis_form_col_2 {
    margin-left: -7px;
    padding-top: 5px;
    margin-bottom: 10px;
  }

  .calculators .calc_tab_kasko .polis_form .red_placeholder.mt20 {
    margin-top: 0;
  }

  .calc_form_row.calc_form_row__two .calc_form_row_col_1,
  .calc_form_row.calc_form_row__two .calc_form_row_col_2 {
    margin-bottom: 16px;
  }

  .calculators .calc_tab_kasko .polis_form .calc_form_row {
    margin-bottom: 10px;
  }

  .calc_tab_kasko .calc_form_row__two {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .mobile_mt0 {
    margin-top: 0 !important;
  }

  .calculators .calc_form_hr_trans_nalog {
    margin-bottom: 20px;
  }

  .calculators .calc_tab_polis .calc_form_row .title_no_bold {
    margin-bottom: 0px;
  }

  .calculators .calc_form_row.ris_row {
    margin-top: 0;
  }

  .calculators .calc_tab_polis .calc_form_row {
    margin-bottom: 0px;
  }

  .calculators .calc_form_row .calc_form_row_col_3 .right_text_link {
    font-size: 13px;
  }

  .calculators .calc_form_row {
    margin-bottom: 25px;
  }

  .calculators .calc_form_row .calc_form_row_col_3 {
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
    max-width: 100%;
  }

  .calculators .calc_form .calc_tab_mega_flex .calc_tab_mega_flex_col_2 {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    margin-top: 30px;
    line-height: 22px;
  }

  .risk_tabl_2 br {
    display: none;
  }

  .calculators .calc_tab_nalog_p_1 {
    line-height: 22px;
  }

  .calculators .calc_form .calc_tab_mega_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculators .calc_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .oformtit_online,
  .oformtit_phone {
    text-decoration: none;
  }

  .calculators .calc_form_row .calc_form_row_col_3 .right_text {
    text-align: left;
    font-size: 13px;
  }

  .oformtit_online {
    background-size: 26px;
    padding-left: 33px;
    background-image: none;
    padding-left: 0;
    margin-bottom: -4px;
  }

  .calculators h2.inner_page__tab_h.mb8 {
    margin-bottom: 5px;
  }

  .calc_tab_polis .inner_page__tab_h2 {
    max-width: 80%;
    background-position: 100% 50% !important;
  }

  .calculators h2.inner_page__tab_h {
    margin: 20px auto;
    background-position: 100% 70%;
  }

  .oformtit_phone {
    margin-left: 0;
    background-size: 19px;
    background-position: 0px 68%;
    padding-left: 22px;
    background-image: none;
    padding-left: 0;
    padding-top: 0;
    margin-top: 10px;
  }

  .oformtit_online {
    margin-top: 0px;
  }

  .oformtit_online,
  .oformtit_phone {
    font-weight: 400;
  }

  .calculators .p_2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #dialogForgotPass .dialog .dialog__content p,
  #dialogAuto .dialog .dialog__content p {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #dialogForgotPass .dialog .dialog__content p br,
  #dialogAuto .dialog .dialog__content p br {
    display: none;
  }

  .ok_usl br {
    display: none;
  }

  #dialogModalRegisterM .dialog__content {
    overflow-y: scroll;
  }

  .footer_copy_item__logo .logo_f {
    max-width: 30%;
    height: 90px;
    margin: 0 auto;
    background-size: contain;
  }

  .bold_vr_den {
    display: block;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .right p {
    margin-right: 0;
  }

  .sort_none {
    left: -54px;
    top: 32px;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .left p {
    min-width: auto;
  }

  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider
    img {
    width: 120px;
    height: 90px;
  }

  .map_poleznoe {
    display: none;
  }

  /* .season_1 .map_season_select .custom-scroll_inner {
    padding-left: 0 !important;
  } */
  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .video_cnt_poleznoe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 8px;
  }

  .poleznoe .poleznoe_tab_price_platnie .pl_p br {
    display: none;
  }

  .benz_inner .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .poleznoe .benz_inner .items .item {
    width: 50%;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1),
  .poleznoe .benz_inner .items .item p:nth-of-type(2),
  .poleznoe .benz_inner .items .item p:nth-of-type(3),
  .poleznoe .benz_inner .items .item p:nth-of-type(4) {
    padding-left: 0;
    padding-right: 0;
  }

  .poleznoe h2.inner_page__tab_h {
    margin: 20px auto;
    background-position: 100% 70%;
  }

  .poleznoe .p_1,
  .poleznoe .poleznoe_tab_auto .top_p,
  .poleznoe .poleznoe_tab_price_platnie .pl_p,
  .poleznoe .poleznoe_tab_price_platnie .link a,
  .poleznoe .benz_p p {
    font-size: 14px;
    line-height: 22px;
  }

  .poleznoe .poleznoe_tab_auto .row_1 select {
    font-size: 14px;
  }

  .poleznoe .p_1 {
    margin-bottom: 15px;
  }

  .poleznoe .poleznoe_tab_auto .row_2 p {
    padding-left: 0;
    padding-right: 4px;
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item .name_cnt {
    text-align: center;
    width: 100%;
  }

  .poleznoe .benz_inner .titls .titls_counrty,
  .poleznoe .benz_inner .titls .titls_95,
  .poleznoe .benz_inner .titls .titls_98,
  .poleznoe .benz_inner .titls p {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
  }

  .poleznoe .benz_inner .titls p {
    margin-bottom: 0;
  }

  .poleznoe .benz_inner .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .poleznoe .videoblog_inner .items .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1) {
    font-weight: 400;
  }

  .poleznoe .videoblog_inner .items .item .text {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .poleznoe .videoblog_inner .items .item .title {
    font-size: 16px;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1),
  .poleznoe .benz_inner .items .item p:nth-of-type(2),
  .poleznoe .benz_inner .items .item p:nth-of-type(3),
  .poleznoe .benz_inner .items .item p:nth-of-type(4) {
    width: 87%;
    text-align: center;
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item .arrow_cnt {
    position: absolute;
    left: 73%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item {
    position: relative;
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item .name {
    font-size: 14px;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top,
  .poleznoe .benz_inner .titls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding-bottom: 20px;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top .col_1,
  .poleznoe .poleznoe_tab_auto .row_3 .top .col_2,
  .poleznoe .poleznoe_tab_auto .row_3 .top .col_3,
  .poleznoe .poleznoe_tab_auto .row_3 .top .col_4 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: none;
  }

  .poleznoe .poleznoe_tab_auto .row_4 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
  }

  .poleznoe .poleznoe_tab_auto .row_2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .left p,
  .poleznoe .poleznoe_tab_auto .row_1 .right p {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .poleznoe .poleznoe_tab_auto .row_1 .left,
  .poleznoe .poleznoe_tab_auto .row_1 .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .autoschool .auto_logo img {
    max-width: 30%;
  }

  .autoschool .auto_logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .autoschool .autopark_slider .slick-slide {
    text-align: center;
  }

  .autoschool .autopark_slider .item .photo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .autoschool .autopark_slider .slick-dots,
  .autoschool .instruktors .instruktors_slider .slick-dots {
    bottom: -45px;
  }

  .autoschool .autosch_hr_mob {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .autoschool .autosch_hr_mob_2 {
    margin-bottom: 25px;
  }

  .autoschool .autosch_hr_mob_0 {
    margin-bottom: 30px;
  }

  .autoschool_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .autoschool .w925 .bold {
    margin-bottom: 10px;
  }

  .autoschool .autosch_hr_mob_3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .autoschool .instruktors .instruktors_slider .slick-slide {
    text-align: center;
  }

  .autoschool .instruktors .instruktors_slider .item img {
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: 224px;
    width: 224px;
  }

  .row_2__program .row_2__program_flex {
    display: none;
  }

  .autoschool .autoschool_btns .zapis {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .autoschool .autoschool_btns .back {
    margin-left: 0;
  }

  .bold_vr_den {
    font-size: 25px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 700;
    margin-top: 25px;
  }

  .mob_vr_dn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .mob_vr_dn_flex .beer-reveal[data-beer-label]:after,
  .mob_vr_dn_flex .beer-slider[data-beer-label]:after {
    display: none;
  }

  .mob_vr_dn_flex .beer-reveal {
    border-right: 1px solid #ccc;
  }

  .mob_vr_dn_flex .beer-handle {
    background: hsla(0, 0%, 90%, 0.5);
  }

  .mob_vr_dn_flex img {
    border: 1px solid #ccc;
    padding-bottom: 56px;
  }

  .season_1 .h1_season {
    font-size: 35px;
  }

  .season_1 .map_season img {
    max-width: 100%;
  }

  .season_1 .season_videos .season_videos_item {
    margin-top: 25px;
  }

  .season_1 .map_season_select {
    width: auto;
    padding: 20px;
    padding-top: 30px;
    padding-left: 0;
    position: relative;
  }

  .season_1 .season_spisok_veshey_inner .right .title {
    margin-bottom: 10px;
  }

  .season_1 .season_vhodit_inner .p1 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .season_spisok_inner .with_help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px !important;
  }

  .season_spisok_inner .help {
    position: absolute;
    right: -50px;
    top: -7px;
  }

  .season_1 .help_inner {
    min-width: 265px;
    width: 100%;
    right: 40px;
    left: auto;
  }

  .season_1 .season_spisok_veshey_inner .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .season_1 .season_videos .season_videos_item .right .title h3 {
    font-size: 25px;
  }

  .season_1 .season_spisok_inner {
    margin-top: 0;
  }

  .season_1 .season_spisok_inner .season_spisok_inner_1 p,
  .season_1 .season_spisok_inner .season_spisok_inner_2 p {
    max-width: 100%;
  }

  .season_1 .season_spisok_inner p {
    max-width: 80%;
  }

  .season_1 .season_raschet_inner .season_ul_sum {
    margin-top: 20px;
  }

  .inner_page__tab {
    margin-bottom: 25px;
  }

  .season_raschet,
  .season_spisok_docs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .season_1 .season_videos .seasons_item__left_mini {
    max-width: 100%;
  }

  .season_1 .season_videos .inner_page_hr {
    margin-top: 13px;
  }

  .season_1 .season_raschet_inner::before {
    display: none;
  }

  .season_1 .season_1_p p,
  .season_1 .season_raschet_inner .title,
  .season_1 .season_raschet_inner .season_ul p,
  .season_1 .season_spisok_inner p,
  .season_1 .season_programm .text,
  .season_1 .season_spisok_veshey_inner p {
    font-size: 14px;
    line-height: 24px;
  }

  .season_raschet_inner .season_ul p,
  .season_1 .season_raschet_inner .title {
    padding-left: 0;
    padding-right: 0;
  }

  .season_1 .season_spisok_inner::before,
  .season_1 .season_spisok_veshey_inner .right::before,
  .season_1 .season_raschet_inner::before,
  .season_1 .season_spisok_inner::before {
    display: none;
  }

  .season_1 .season_spisok_veshey_inner .title,
  .season_1 .season_spisok_veshey_inner p {
    padding-left: 0;
    padding-right: 0;
  }

  .season_1 .season_buy .season_buy_price {
    font-size: 25px;
  }

  .season_1 .season_vhodit_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .season_1 .season_buy h2 {
    font-size: 20px;
  }

  .season_1 .season_spisok_veshey_inner .right {
    margin-left: 0;
    margin-top: 15px;
  }

  .season_1 h2.inner_page__tab_h {
    margin: 20px auto;
  }

  .season_1 .season_spisok_veshey_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* .season_1 .season_videos .season_videos_item .right .kol_vo, 
  .season_1 .season_videos .season_videos_item .right .goroda {
    padding-left: 20px;
    padding-right: 20px;
  } */
  .season_1 .season_videos {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }

  .season_1 .season_videos iframe {
    width: 100%;
  }

  .season_1 .season_videos .seasons_item__left_mini {
    width: 100%;
    margin: 15px auto 0 auto;
    /* -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85); */
  }

  .season_1 .season_programm .title {
    font-size: 35px;
  }

  .season_1 .season_spisok_inner p {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .season_1 .season_raschet_inner .season_ul .season_ul_left {
    max-width: 200px;
  }

  .faq .faq_cnt .faq_tab:first-of-type {
    margin-top: 45px;
  }

  .faq .faq_cnt .faq_tab .faq_tab__otvet {
    padding-left: 0;
    padding-right: 0;
  }

  .faq .faq_cnt .faq_tab .faq_tab__vopros {
    padding-left: 0;
    padding-right: 60px;
    background-position: 100% 50%;
    max-width: 100%;
    background-size: 12px;
  }

  .faq .faq_cnt .faq_tab::after {
    bottom: -28px;
  }

  .faq .faq_cnt .faq_tab .faq_tab__otvet p br {
    display: none;
  }

  .faq .faq_p_1,
  .faq .faq_cnt .faq_tab .faq_tab__vopros {
    font-size: 14px;
    line-height: 22px;
  }

  .row_2__program .row_2__program_flex .row_2__program_money {
    margin-top: 0;
  }

  .choose_package .choose_package_cnt .choose_package_cnt_item {
    width: 270px;
    min-height: 468px;
  }

  footer .footer_copy .footer_copy_item .footer_copy_item_soc {
    display: none;
  }

  .dialog__content {
    padding: 2em !important;
    padding-top: 2.6em !important;
  }

  .dialog__content iframe {
    height: auto;
  }

  #dialogModalVideo .dialog__content {
    max-width: 88%;
  }

  .dialog .close_modal {
    font-size: 40px;
    right: 5%;
  }

  .dialog h2 {
    font-size: 1.3em !important;
  }

  .dialog h3 {
    font-size: 1.3em !important;
  }

  .seasons .seasons_map .seasons_map_cnt {
    margin-bottom: -300px;
  }

  .seasons .seasons_p_1,
  .seasons .seasons_map .seasons_map_p {
    font-size: 14px;
    line-height: 24px;
  }

  .seasons .seasons_p_1 br,
  .seasons .seasons_map .seasons_map_p br {
    display: none;
  }

  .profile
    .profile_my_docs
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    top: 3px;
  }

  .seasons .seasons_map .seasons_map_cnt .seasons_map_modal p {
    padding-left: 0;
    padding-right: 0;
  }

  .seasons .seasons_map .seasons_map_cnt img {
    max-width: 100%;
  }

  .seasons .seasons_map h2 {
    font-size: 25px;
  }

  .seasons .seasons_item__left .seasons_item__left_big img {
    width: 100%;
    height: auto;
  }

  .seasons .seasons_map .seasons_map_p {
    margin-top: 0;
  }

  .seasons .seasons_item__left .seasons_item__left_big {
    text-align: center;
  }

  .seasons .seasons_cnt::before {
    display: none;
  }

  .choose_package {
    background-color: #edeeee;
  }

  .profile,
  .seasons,
  .faq,
  .season_1,
  .autoschool,
  .poleznoe,
  .calculators,
  .otzyvy,
  .search_result,
  .zakaz {
    -webkit-box-shadow: 0 0 0 2100px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 2100px rgba(255, 255, 255, 0.7) inset;
  }

  .profile .profile_my_zakaz_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile
    .profile_my_zakaz_flex
    .profile_my_zakaz_item
    .profile_my_zakaz_item__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile .profile_my_docs .profile_my_docs__images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile
    .profile_my_docs
    .profile_my_docs__images
    .profile_my_docs__images_item {
    margin-bottom: 15px;
  }

  .profile .profile_my_docs .profile_my_docs__form .inp_file_docs__label {
    position: absolute;
    right: 20px;
    top: 30px;
  }

  .profile_my_docs__images {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile .profile_my_docs .choose_package__choose_item_help {
    position: absolute;
    top: 21px;
    right: -22px;
  }

  .profile_my_docs__form .inp_flex .inner_page__inp {
    max-width: 85%;
  }

  .profile .inp_flex {
    position: relative;
  }

  .inp_file_docs__label img {
    /* max-width: 100% !important; */
    max-width: 21px;
  }

  .products-container{
    display: grid;
    grid-template-columns: 50% 50%;
    gap:15px;
  }

  .profile-products-container .product-item{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .profile .inner_page__inp{
    max-width: 100%;
  }

  .profile-products-container .product-item__name{
    margin-bottom: auto;
  }

  .profile-products-container .product-item__name, .profile-products-container .product-item__order-date{
    padding: 0 5px;
  }

  .profile-products-container .block_catalog_element_container{
    padding: 0 10px;
    position: static;
    transform:none;
  }

  .profile-products-container .product-item .red_btn, .profile-products-container .product-item .grey_btn{
    width: 100%;
  }

  .profile-products-container  .block_catalog_element_container, .profile-products-container .red_btn__cnt, .profile-products-container .red_btn__cnt a{
    width: 100%;
  }

  .profile .profile_p_1 p {
    font-size: 14px;
    line-height: 24px;
  }

  .profile .profile_p_1 p br {
    display: none;
  }

  .profile .profile_my_dannye {
    margin-top: 30px;
  }

  .profile
    .profile_my_docs
    .profile_my_docs__images_sostoyanie
    .profile_my_docs__images_sostoyanie_ok,
  .profile
    .profile_my_docs
    .profile_my_docs__images_sostoyanie
    .profile_my_docs__images_sostoyanie_not {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile_my_dannye,
  .profile_my_docs,
  .profile_my_zakaz {
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile
    .profile_my_zakaz_flex
    .profile_my_zakaz_item
    .profile_my_zakaz_item__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile .profile_my_zakaz_flex .profile_my_zakaz_item {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    text-align: center;
  }

  .profile .profile_my_zakaz_flex .profile_my_zakaz_item:last-of-type {
    margin-bottom: 0;
  }

  .profile_my_zakaz_flex {
    margin-top: 30px;
  }

  .profile
    .profile_my_docs
    .profile_my_docs__images
    .profile_my_docs__images_item_meta {
    text-align: left;
  }

  .profile
    .profile_my_docs
    .profile_my_docs__images
    .profile_my_docs__images_item
    p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .profile .inp_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  h2.inner_page__tab_h {
    margin: 10px auto;
    margin-top: 25px;
    font-size: 20px;
    background-position: 100% 51%;
    background-size: 10px;
  }

  h2.page-dropdown__title {
    margin: 25px auto 20px auto;
    font-size: 20px;
    background-position: 100% 51%;
    background-size: 10px;
  }

  h2.inner_page__tab_open_h {
    background-size: 20px;
  }

  h2.page-dropdown__title.active {
    background-size: 20px;
  }

  .page-dropdown__title.active {
    background-size: 20px;
  }

  .profile__favourite-title {
    width: 100%;
  }

  .profile__favourite-item .item-name {
    font-size: 14px;
  }

  .inner_page__inp_submit {
    font-size: 14px;
  }

  .profile .inp_flex p {
    padding-left: 0;
    max-width: 100%;
  }

  .inner_page h1 {
    padding-top: 50px;
  }

  .roads_more .roads_more_p_3::before {
    display: none;
  }

  .roads_more .roads_more_p {
    font-size: 14px;
    line-height: 24px;
  }

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

  .inner_page .inner_page_hr {
    background-repeat: no-repeat;
  }

  .inner_page p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .roads_more .roads_more_p_3 {
    margin-bottom: 25px;
  }

  .roads_more .roads_more_p_4 {
    margin-top: 25px;
  }

  .choose_package
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    width: 220px;
    right: 11px;
    line-height: 24px;
  }

  .row_1__slider .slick-prev {
    left: 34%;
  }

  .row_1__slider .slick-next {
    right: 34%;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__name,
  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_name {
    font-size: 18px;
  }

  .choose_package .choose_package__choose_item_send input[type="submit"] {
    font-size: 14px;
  }

  .row_5__reviews .row_5__reviews_slider__cnt {
    margin-top: 25px;
  }

  .choose_package
    .choose_package_cnt
    .choose_package_cnt_item
    .choose_package_cnt_item__body
    .choose_package_cnt_item__body_text {
    line-height: 24px;
  }

  .choose_package
    .choose_package_cnt
    .choose_package_cnt_item
    .choose_package_cnt_item__body
    .choose_package_cnt_item__body_text {
    max-width: 100%;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__text,
  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_text {
    font-size: 14px;
    line-height: 24px;
  }

  .products__search {
    margin: 0 0 20px 0;
  }

  h2 {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row_3__drive .row_3__drive_p,
  .row_2__program .row_2__program_p {
    text-align: center;
  }

  .row_3__drive .row_3__drive_p {
    margin-bottom: 10px;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__text {
    margin-bottom: 10px;
  }

  .row_2__program .row_2__program_p::after {
    display: none;
  }

  .row_2__program {
    padding-top: 30px;
  }

  .row_1__slider img {
    height: 450px;
  }

  .row_2__program .row_2__program_p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .row_2__program .row_2__program_flex {
    margin-top: 30px;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_flex,
  .row_2__program .row_2__program_flex .row_2__program_money_flex,
  .row_2__program .row_2__program_flex .row_2__program_time_flex,
  .row_2__program .row_2__program_flex .row_2__program_money_flex {
    padding: 0;
    margin: 15px;
    margin-top: 30px;
  }

  .row_2__program .row_2__program_flex p {
    max-width: 90%;
  }

  .row_2__program_time_left__image img {
    width: 40px;
  }

  .row_2__program .row_2__program_flex p {
    line-height: 24px;
  }

  .row_2__program .row_2__program_flex .row_2__program_flex__title_2 {
    margin-top: 5px;
  }

  .row_3__drive .row_3__drive_p_1:before {
    display: none;
  }

  .row_3__drive,
  .row_4__leading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row_3__drive .row_3__drive_p,
  .row_5__reviews
    .row_5__reviews_slider
    .row_5__reviews_slider__item
    .row_5__reviews_slider__item_text,
  .choose_package .choose_package_p {
    font-size: 14px;
    line-height: 24px;
  }

  .row_3__drive h2 {
    margin-bottom: 25px;
  }

  .row_4__leading {
    margin-top: 25px;
  }

  .red_btn {
    font-size: 14px;
  }

  .row_4__leading .row_4__leading_flex,
  .row_4__leading .row_4__leading_flex_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .row_4__leading .row_4__leading_flex .row_4__leading_right {
    padding-top: 0;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .row_4__leading .row_4__leading_flex .row_4__leading_right img,
  .row_4__leading_flex_2_left img {
    max-width: 50%;
  }

  .row_4__leading .row_4__leading_right__inst {
    height: 35px;
    padding-left: 40px;
    background-size: contain;
    margin-bottom: 30px;
  }

  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__name {
    margin-bottom: 10px;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_right__center,
  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_right
    .row_4__leading_right__center {
    margin-top: 10px;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right {
    margin-left: 0;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_text {
    margin-top: 10px;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right_name,
  .row_4__leading
    .row_4__leading_flex
    .row_4__leading_left
    .row_4__leading_left__name {
    text-align: left;
  }

  .row_4__leading .row_4__leading_flex_2 .row_4__leading_flex_2_right {
    padding-top: 0;
  }

  .row_5__reviews h2::after {
    display: none;
  }

  .row_5__reviews {
    margin-top: 25px;
  }

  .row_5__reviews
    .row_5__reviews_slider
    .row_5__reviews_slider__item
    .row_5__reviews_slider__item_name {
    font-size: 18px;
  }

  .choose_package .choose_package_cnt {
    max-width: 90%;
  }

  footer .footer_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .footer_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  footer .footer_copy .footer_copy_item__logo {
    top: 0;
    left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-bottom: 0;
  }

  footer .footer_copy .footer_copy_item__logo img {
    max-width: 30%;
  }

  footer .footer_copy .footer_copy_item .footer_copy_item_soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  footer .footer_copy .footer_copy_item .footer_copy_item_soc img {
    max-width: 70%;
  }

  .footer_cnt_left {
    margin-bottom: 25px;
  }

  footer .footer_cnt .footer_cnt_p {
    margin-bottom: 10px;
  }

  .choose_package:before {
    display: none;
  }

  .choose_package:after {
    display: none;
  }

  .choose_package {
    margin-top: 15px;
  }

  .choose_package {
    padding-top: 25px;
  }

  .choose_package .choose_package_p {
    margin-top: 15px;
  }

  footer {
    padding-top: 25px;
  }

  footer .footer_cnt .footer_cnt_p2 a {
    font-size: 18px;
  }

  .profile .profile_my_zakaz_flex .profile_my_zakaz_item {
    margin-right: 0;
    margin-left: 0;
  }

  .profile .profile_my_zakaz_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_mob_menu .header_mob_menu_cnt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* padding-top: 5%; */
  }

  .about-us__dropdowns .flex_center h2 {
    font-size: 20px;
  }

  .season_spisok_veshey_inner .with_help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px !important;
  }

  .season_spisok_veshey_inner .help {
    position: absolute;
    right: -50px;
    top: -7px;
  }

  .season_spisok_veshey_inner p {
    max-width: 85%;
  }

  .season_1 .season_spisok_veshey_inner .with_help {
    margin-top: 0;
  }

  .grey_btn {
    font-size: 14px;
  }

  .persondata .inner_page_hr {
    max-width: 100%;
    margin: 5px 0 25px 0;
  }
}

@media (max-width: 525px) {
  .inner_page h1 {
    font-size: 28px;
  }

  .filter-n-sort {
    flex-direction: column;
  }

  .filter-n-sort__sort {
    margin: 10px 0 0 0;
  }

  .products__grid-part .title {
    text-align: center;
    margin: 15px 0 10px 0;
  }

  .detail-card__product-info-bordered {
    border: 0;
    padding: 15px 30px 10px 30px;
  }

  .products__grid {
    margin: 0;
  }

  .products__grid .items {
    margin: 0;
    justify-content: space-between;
  }

  .products__grid-part .item-container {
    width: inherit;
    flex: 0 1 48%;
    margin: 0 0 12px 0;
  }

  .products__grid-part .item__img-container {
    padding: 12px 12px 0 12px;
  }

  .guides_t .items {
    justify-content: space-between;
  }

  .product-item {
    flex: 0 1 48%;
    margin: 0 0 12px 0;
  }

  .product-item__reviews {
    flex-direction: column;
  }

  .product-item__reviews-count {
    margin: 8px 0 0 0;
  }

  .product-item__buy-one-click .grey_btn {
    margin: 12px 0 15px 0;
  }

  .products-container {
    justify-content: space-around;
  }


  /* .products__grid.for-health .products__grid-part {
    flex: 0 1 48%;
  } */
  .products__grid.for-health .products__grid-part .item-container {
    flex: 1 1 auto;
    max-width: 216.5px;
  }

  .products__grid-part .item-name {
    font-size: 14px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 460px) {
  .products__grid.for-health {
    justify-content: center;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_flex,
  .row_2__program .row_2__program_flex .row_2__program_money_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row_2__program .row_2__program_flex .row_2__program_time_left,
  .row_2__program .row_2__program_flex .row_2__program_time_right,
  .row_2__program .row_2__program_flex .row_2__program_money_left,
  .row_2__program .row_2__program_flex .row_2__program_money_right {
    width: 100%;
    border: none;
    padding-bottom: 20px;
  }

  /* .season_1 .season_videos {
    padding-left: 0;
    padding-right: 0;
  } */
  .season_1 .season_videos iframe {
    height: 100%;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    width: 60%;
  }

  .poleznoe .poleznoe_tab_auto .row_3 .top,
  .poleznoe .benz_inner.benz_inner__mobile .titls {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .vibor_straxovoy .straxovaya_slider {
    max-width: 100%;
  }

  .calculators .p_1 {
    max-width: 97%;
    margin-bottom: 25px;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    left: 25.5%;
    width: 56%;
  }

  .benz_inner .items .item p:nth-of-type(3),
  .benz_inner .items .item p:nth-of-type(2),
  .benz_inner .items .item p:nth-of-type(4) {
    padding-left: 57px !important;
  }

  .calculators h2.inner_page__tab_h.custom-arrow {
    background-position: 85% 70%;
  }

  .inner_page p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 400px) {
  .product-item {
    flex: 0 1 100%;
    width: auto;
    max-width: 240px;
  }

  .guides_t .items {
    justify-content: center;
  }
}

@media only screen and (max-width: 375px) {
  .vibor_straxovoy .straxovaya_slider {
    max-width: 100%;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    left: 27.5%;
    width: 53%;
  }

  .benz_inner .items .item p:nth-of-type(3),
  .benz_inner .items .item p:nth-of-type(2),
  .benz_inner .items .item p:nth-of-type(4) {
    padding-left: 38px !important;
  }

  .calculators h2.inner_page__tab_h.custom-arrow {
    background-position: 87% 70%;
  }
}

@media only screen and (max-width: 360px) {
  .row_1__slider img {
    height: 430px;
  }

  .season_1 .map_season_select .item {
    padding-right: 20px;
  }

  .otzv_bread .faq_cnt_btn_cnt.otzv_cnt_btn_cnt .red_btn {
    width: 250px;
  }

  .contacts_dannie h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    left: 28.5%;
    width: 47% !important;
  }

  .row_1__slider .slick-arrow {
    bottom: -3%;
  }

  .row_1__slider .slick-prev {
    left: 32%;
  }

  .row_1__slider .slick-next {
    right: 32%;
  }

  .row_5__reviews .row_5__reviews_slider .slick-arrow {
    bottom: -39%;
  }

  .row_5__reviews .row_5__reviews_slider .slick-prev {
    left: 28%;
  }

  .row_5__reviews .red_btn__cnt .red_btn {
    width: 78%;
  }

  .row_5__reviews .row_5__reviews_slider .slick-next {
    right: 28%;
  }

  .benz_inner.benz_inner__mobile .items {
    padding-left: 21px;
  }

  .benz_inner .items .item p:nth-of-type(3),
  .benz_inner .items .item p:nth-of-type(2),
  .benz_inner .items .item p:nth-of-type(4) {
    padding-left: 36px !important;
  }

  .vibor_straxovoy .straxovaya_slider {
    max-width: 100%;
  }

  .choose_package .choose_package_cnt .choose_package_cnt_item {
    width: 100%;
  }

  .mob_vr_dn_flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .poleznoe h2.inner_page__tab_h {
    font-size: 16px;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    width: 52%;
  }

  .seasons_item__left_mini {
    width: 310px;
    margin: 0 auto;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }

  .season_1_p br {
    display: none;
  }

  .season_1 .map_season_select {
    padding-right: 0;
  }

  .season_1 .season_spisok_veshey_inner .with_help {
    margin-top: 0;
  }

  .season_1 .season_what_vhodit h3 {
    font-size: 16px;
  }

  .inner_page p,
  .roads_more .roads_more_p_4 .roads_more_p_4__title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .season_1 .map_season_select .title {
    max-width: 246px;
  }

  .season_1 .season_raschet_inner .season_ul .season_ul_left {
    max-width: 165px;
  }

  .season_1 .season_videos .seasons_item__left_mini {
    margin-top: 15px;
  }

  .season_1 .season_programm .text br {
    display: none;
  }

  .season_1 h2.inner_page__tab_h {
    font-size: 16px;
  }

  .season_1 h2.inner_page__tab_h {
    margin: 15px auto;
  }

  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form input {
    width: 100%;
  }

  .profile_my_docs__form .inp_flex .inner_page__inp {
    max-width: 79%;
  }

  .profile
    .profile_my_docs
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    min-width: 231px;
    top: 3px;
  }

  .profile .inp_flex p {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .row_1__slider_item
    .row_1__slider_item__text
    .row_1__slider_item__text_title {
    font-size: 30px;
  }

  .header_mob_menu .header_mob_menu_cnt ul li a,
  .header_mob_menu .header_mob_menu_cnt .header_mob_menu_profile a,
  .header_mob_menu
    .header_mob_menu_cnt
    .header_mob_menu_profile
    .authentication {
    font-size: 20px;
  }

  .header_mob_menu .header_mob_menu__close {
    left: 82%;
  }

  .choose_package
    .choose_package__choose_item_help
    .choose_package__choose_item_help__cnt {
    width: 195px;
  }

  .choose_package .choose_package__choose_item_help {
    left: 81%;
  }

  .red_btn {
    width: 250px;
  }

  h2 {
    font-size: 25px;
  }

  .choose_package .choose_package_cnt {
    max-width: 95%;
  }
}

@media only screen and (max-width: 320px) {
  .header_mob .header_mob_cnt__meta .header_mob_menu_search_form {
    left: 31.5%;
    width: 42% !important;
  }

  .products-container{
    grid-template-columns: 170px;
  }

  .guiacor_cart__tvr .h_tabs .item {
    padding: 10px 18px;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1) img {
    width: 15px;
    margin-right: 5px;
  }

  .guiacor_cart__tvr .mini .slick-next {
    right: 32%;
  }

  .guiacor_cart__tvr h2 {
    font-size: 16px;
  }

  .guiacor_cart__tvr .mini .slick-prev {
    left: 32%;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(1) {
    font-size: 13px;
  }

  .poleznoe .benz_inner .items .item p:nth-of-type(2),
  .poleznoe .benz_inner .items .item p:nth-of-type(3),
  .poleznoe .benz_inner .items .item p:nth-of-type(4) {
    font-size: 13px;
  }

  .products__grid-part .item-container {
    flex: 0 1 210px;
  }

  .products__grid-part .item__img-container {
    padding: 12px 12px 0 12px;
  }

  .products__grid.for-health .products__grid-part {
    flex: 1 1 100%;
  }

  .calculators h2.inner_page__tab_h.custom-arrow {
    background-position: 94% 70%;
  }

  .products__grid .items {
    justify-content: center;
  }
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #c40026 !important;
}

.bx-pagination .bx-pagination-container ul li a {
  height: 24px !important;
  min-width: 24px !important;
  line-height: 24px !important;
}

.bx-pagination .bx-pagination-container ul li span {
  min-width: unset !important;
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 14px !important;
}

.bx-pagination .bx-pag-prev {
  display: none !important;
}

.bx-pagination .bx-pag-next {
  display: none !important;
}

.bx-pagination .bx-pagination-container ul li {
  margin: unset !important;
}

.poleznoe .dots_cnt .dots .dot {
  width: 10px;
  height: 10px;
  background: #ff2027;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 5px #ffc7c9;
}

.poleznoe .dots_cnt .dots .dot::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: #ff2027;
  left: -12px;
  top: -12px;
  border-radius: 50%;
  opacity: 0.3;
}

.poleznoe .dots_cnt .dots .dot:hover::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #ff2027;
  left: -17px;
  top: -17px;
  border-radius: 50%;
  opacity: 0.3;
}

.poleznoe .dots_cnt .dots .dot:hover {
  width: 15px;
  height: 15px;
  background: #ff2027;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 5px #ffc7c9;
}

.poleznoe .dots_cnt .dots .d1:hover {
  top: 158px;
  left: 60px;
}

.poleznoe .dots_cnt .dots .d1 {
  top: 161px;
  left: 62px;
  box-shadow: 1px 0 10px rgb(0, 0, 0);
}

@media (max-width: 800px) {
  .map_poleznoe {
    display: none;
  }
}

.poleznoe .dots_cnt .dots .dot:hover {
  margin-left: -2px;
  margin-top: -2px;
}

.poleznoe .google-map-school {
  max-width: 1000px !important;
  width: 100% !important;
  height: 500px !important;
}

span.ruble-icon {
  font-family: "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 800px) {
  .map_metro_parent {
    display: none;
  }
}

.poleznoe .poleznoe_tab_auto .row_4 {
  margin-top: -5px;
  max-height: 300px;
  height: unset;
}

.seasons_map_cnt_940 .seasons_map_modal h3 span {
  /*white-space: nowrap;*/
}

.seasons_item .seasons_item__right h2 span {
  /*white-space: nowrap;*/
}

.inner_page .season_1_center .h1_season span {
  /*white-space: nowrap;*/
  display: block;
}

@media (max-width: 400px) {
  /* .header_mob_menu .header_mob_menu_cnt .header_mob_menu_soc {
    right: 27%;
  } */
  /* .header_mob_menu .header_mob_menu_cnt ul li a {    
    font-size: 16px;    
}
.header_mob_menu .header_mob_menu_cnt .header_mob_menu_profile .authentication {
  font-size: 16px;
} */
  /* .header_mob_menu .header_mob_menu_cnt {
    padding-top: 5%;
  } */
  /* .header_mob_menu .header_mob_menu_cnt .header_mob_menu_soc {
    position: absolute;
    bottom: 24px;
    text-align: center;
  } */
}

.calculators .calc_inp::placeholder {
  color: lightgray;
}

.faq .open-modal-link {
  color: #c40026;
}

footer .footer_copy .footer_copy_item p {
  margin-bottom: 0px;
}

.profile_my_docs__images_item {
}

.formImageUploader {
  display: none;
}

.seasons
  .seasons_item__left
  .seasons_item__left_mini
  .seasons_item__left_mini_slider
  img {
  width: 132px;
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 767px) {
  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider
    .slick-slide {
    margin-right: 0;
  }
}

@media (max-width: 615px) {
  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider
    img {
    width: 142px;
  }
}

@media (max-width: 500px) {
  .seasons
    .seasons_item__left
    .seasons_item__left_mini
    .seasons_item__left_mini_slider
    img {
    width: 142px;
  }
}

footer .footer_copy .footer_copy_item__logo {
  margin-top: 0;
  position: relative;
  top: -65px;
  left: -10px;
}

@media (max-width: 767px) {
  footer .footer_copy .footer_copy_item__logo {
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 25px;
  }
}

.calculators
  .straxovaya_forma
  .new_polis
  .new_polis__row
  .item
  input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* .products__sale .products__sale-slide {
  margin: 0;
} */

.like_block_left_like_and_back_to {
  position: relative;
}

.like_block_left_like_and_back_to .product-item__favourite {
  left: 0;
  background-image: url(/local/templates/dp/assets/img/icon-heart-empty.svg);
  top: 0;
  width: 32px;
  height: 30px;
}

.like_block_left_like_and_back_to .product-item__favourite.active {
  background-image: url(/local/templates/dp/assets/img/icon-heart-full.svg);
  width: 33px;
  height: 28px;
}

.inner_page .like_block_left_like_and_back_to {
  max-width: 248px;
  height: 28px;
  width: 100%;
  margin-left: 61px;
}

.inner_page .block_like_and_back_to {
  max-width: 730px;
  height: 110px;
  width: 100%;
  margin: 0 auto;
  margin-top: -27px;
  margin-top: 0;
  /* margin-bottom: 10px; */
  height: 80px;
}

.like_block_left_like_and_back_to .product-item__favourite p {
  color: #a7002a;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.05px;
  position: absolute;
  white-space: nowrap;
  left: 45px;
  top: 5px;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.question_block_like_block_left img {
  width: 20px;
  height: 20px;
}

.question_block_like_block_left {
  position: absolute;
  right: -10px;
  top: -3px;
  cursor: pointer;
}

.block_like_and_back_to .question_block_like_block_left {
  right: -7px;
  top: -5px;
}

.block_like_and_back_to {
  display: flex;
  align-items: center;
}

.like-back-cnt {
  /* "Like" and "Back to" BreadCrumbs Container*/
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 650px) {
  .like-back-cnt {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.back_block_right_like_and_back_to {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.back_block_right_like_and_back_to img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: -2px;
}

.back_block_right_like_and_back_to:hover {
  margin-left: 8px;
}

.back_block_right_like_and_back_to p {
  color: #95959a;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.05px;
  margin: 0;
}

.back_block_right_like_and_back_to {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.back_block_right_like_and_back_to a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.description_block_like_left {
  width: 320px;
  height: 114px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20%;
  transform: translateX(20%);
  z-index: 10;
  top: 48px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.description_block_like_left.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.description_block_like_left p {
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0;
}

.block_like_and_back_to {
  position: relative;
}

.navigation_class_container {
  margin-bottom: 27px;
}

.calculators .navigation_class_container {
  margin-bottom: 0;
}

.like_block_left_like_and_back_to .product-item__favourite p:hover {
  left: 48px;
}

@media (max-width: 960px) {
  .like_block_left_like_and_back_to .product-item__favourite p {
    padding: 0;
  }

  .back_block_right_like_and_back_to p {
    padding: 0;
  }

  .inner_page .like_block_left_like_and_back_to {
    max-width: 248px;
    height: 28px;
    width: 100%;
    margin-left: 38px;
  }

  .product-item {
    width: 216.5px;
  }
}

@media (max-width: 650px) {
  .inner_page .like_block_left_like_and_back_to {
    margin-left: 0;
  }

  .block_like_and_back_to {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .like_block_left_like_and_back_to {
    margin-bottom: 15px;
  }

  .like_block_left_like_and_back_to .product-item__favourite {
    height: 30px;
  }

  .description_block_like_left {
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    top: 64px;
  }
}

@media (max-width: 545px) {
  .navigation_class_container {
    margin-bottom: 12px;
  }

  .otzyvy .otzyvy_cnt {
    margin-top: 0;
  }
}

.question_block_like_block_left img {
  opacity: 1;
  background-image: url(/local/templates/dp/assets/css/../img/help_icon_07.png);
  background-image: url(/local/templates/dp/assets/css/../img/icon-question.svg);
}

.question_block_like_block_left img:hover {
  opacity: 1;
  background-image: url(/local/templates/dp/assets/css/../img/icon-question-hover.svg);
}

.question_block_like_block_left {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oformtit_online a {
  font-size: 14px;
  color: #c40026;
}

@media (max-width: 575px) {
  .products__sale-slide .slide-right {
    padding-top: 50.5%;
  }
}

.persondata .qrbl img {
  max-width: 101px;
  width: 100%;
}

.selectionbl .paginator .next,
.selectionbl .paginator .prev {
  border: 0;
  background: none;
  font-family: monospace;
  font-size: 21px;
  line-height: 1;
  color: #c2c4c6;
  margin: 0 8px;
}

.selectionbl .paginator .next.unactive {
  opacity: 0;
  visibility: hidden;
}

.selectionbl .paginator .prev.unactive {
  opacity: 0;
  visibility: hidden;
}

/* .persondata .row .img img{
  margin-top: 5px;
} */

.img_test_look {
  display: flex;
}

.img_test_look .img_test_look_a {
  width: 100%;
  margin-right: 7px;
}

#dialogModalQuestionRev .dialog__content {
  max-width: 310px;
  padding: 20px;
  height: 398px;
  width: 100%;
}

#dialogModalQuestionRev .dialog__content h2 {
  font-size: 30px;
  margin-top: 15px;
}

#dialogModalQuestionRev .dialog__content h3 {
  font-size: 30px;
  margin-top: 15px;
}

/*update 26.07.21*/

/*Удаление дублей заговков в продукции*/

/* .inner_page.products .products__grid-part .title{
  display: none;
  opacity: 0;
  visibility: hidden;
} */

/*Деталка путеводителей (выбор города)*/

.guides_and_courses .right.rp_pc .selectize-input.items .item {
  color: #c40026;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/*Блок описание от 4х дней и тд деталка путеводителей*/

.guides_and_courses .block_text_deskript_dp_packeg p {
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  /* max-width: 224px; */
  text-align: center;
  margin: 0;
}

.guides_and_courses .block_text_deskript_dp_packeg {
  display: flex;
  justify-content: center;
}

.guides_and_courses .cnt .selectize-control.choose_package__select {
  margin-bottom: 5px;
}

.guides_and_courses .block_text_deskript_dp_packeg a {
  text-decoration: underline;
  color: #96969a;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.review__star {
  width: 17px;
  height: 17px;
  margin: 0 1px 0 0;
  background-image: url(/local/templates/dp/assets/img/gray.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review__star.active {
  background-image: url(/local/templates/dp/assets/img/red.png);
}

.fix_product_item_star {
  justify-content: flex-start;
}

.date_inp_rev_produtct_block p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.name_date_block_contant {
  display: flex;
  justify-content: space-between;
}

.inner_page.products .inner_page_hr {
  display: none;
}

.products__sale .slick-dots li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.choose_package .choose_package_cnt_item__body_meta {
  min-height: 98px;
  max-height: 98px;
}

.header__menu ul li a.active {
  color: #c40026;
}

.card_link_width_items {
  display: none;
  width: 26px;
  height: 24px;
  background-image: url(/local/templates/dp/assets/css/../img/icon_cart_full.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  position: relative;
}

.card_link_width_items:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.card_link_width_items p {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 58%;
  transform: translateX(-42%);
}

@media (max-width: 346px) {
  .sort-cnt .products-sort {
    top: 61px;
  }
}

.block_catalog_element_container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

.block_catalog_element_container .product-item__reviews {
  padding: 0;
}

.item_catalog_system {
  height: 486px;
}

.guides_t .item_catalog_system {
  height: 471px;
}

.products__grid .product-item {
  margin: 12.5px 12.5px 12.5px 12.5px;
}

.guides_t .product-item {
  margin: 0 12.5px 18px 12.5px;
}

.guides_t .item_catalog_system_2 {
  height: 471px;
}

@media (min-width: 768px) {
  .products__sale.products__sale-0_75 {
    width: 698px;
  }
}

/*end update 26.07.21*/

@media (max-width: 900px) {
  .products__grid .product-item {
    margin-top: 20px;
  }
}

@media (min-width: 380px) and (max-width: 525px) {
  .products__grid .product-item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .product-item {
    flex: 0 1 100%;
    width: auto;
    max-width: 170px;
    width: 100%;
  }
}

.products__sale.products__sale-0_5 {
  margin-left: 12px;
  margin-right: 12px;
  width: 458px;
}

@media (max-width: 525px) {
  .products__sale.products__sale-0_5 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .products__sale .products__sale-slide {
    margin: 0;
  }

  .fixed_slider_block {
    padding-right: 12px;
    padding-left: 12px;
  }

  .products__sale .products__sale-slide {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .products__sale-slide .slide-right {
    flex: 0 0 50%;
  }

  .products__sale.products__sale-0_5 .products__sale-slide {
    flex-direction: column;
  }

  .products__sale.products__sale-0_75 .products__sale-slide {
    flex-direction: column;
  }

  .products__sale.products__sale-0_75 .products__sale-slide .slide-right {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .products__sale.products__sale-0_75 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* @media (max-width: 460px){
    .product-item{
      border: 2px solid #c2c4c6;
    }
  } */

/* .season_1 .season_videos .seasons_item__left_mini .slick-next {
    right: 5px;
  }
  .season_1 .season_videos .seasons_item__left_mini .slick-prev {
    left: 15px;
  }
  .season_1 .season_videos .seasons_item__left_mini .slick-slide{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
  }
  .inner_page.season_1 .seasons_item__left_mini_slider {
    margin-left: -15px;
  }
.seasons_item__left_mini .seasons_item__left_mini_slider{
  margin-left: 0;
} */

.review__star.active {
  background-image: url(/local/templates/dp/assets/img/red.svg);
}

.review__star {
  background-image: url(/local/templates/dp/assets/img/gray.svg);
}

.product-item__star {
  background-image: url(/local/templates/dp/assets/img/gray.svg);
}

.product-item__star.active {
  background-image: url(/local/templates/dp/assets/img/red.svg);
}

.about-us__text-container em {
  font-style: italic;
}

.about-us__text-container i {
  font-style: italic;
}

/*dich menu start*/

.sub-sub-nav__section .link-container {
  margin: 0 25px 13px 0;
  width: 240px;
  max-width: 180px;
}

.sub-sub-nav__section .title {
  color: white;
  flex: 0 1 25%;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 20px 0 0;
  max-width: 160px;
}

/*dich menu end*/

/* .sub-sub-nav__section{
  max-width: 720px;
} */

.sub-sub-nav__section .list {
  padding: 2px 20px 0 22px;
}

.sub-sub-nav__section .title {
  color: white;
  flex: 0 1 28%;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 10px 0 0;
  max-width: 200px;
  width: 100%;
}

.sub-sub-nav__pic {
  position: absolute;
  right: 18%;
  top: 40px;
}

.sub-sub-nav__section .more_links {
  color: #b7b7b7;
}

.product_item_cnt {
  height: 486px;
}

.accessories__product-item_fix {
  height: 486px;
}

.sub-sub-nav__section a {
  color: white;
  flex: 0 1 28%;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 10px 0 0;
  max-width: 200px;
  width: 100%;
}

.season_1 .season_videos .inner_page_hr:last-child {
  display: none;
}

.sub-sub-nav__section .link-container {
  margin: 0 25px 13px 0;
  width: 240px;
  max-width: 200px;
  max-width: 190px;
  /* max-height: 30px; */
}

.sub-sub-nav__section .list {
  max-height: 158px;
  max-height: 171px;
}

@media (max-width: 960px) {
  .season_1 .season_videos .season_videos_item .right {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .season_1 .season_videos .season_videos_item .right {
    margin-top: 55px;
  }
}

.prd_it_pos {
  position: relative;
  height: 466px;
}

@media (min-width: 768px) {
  .guiacor_cart__tvr .slider_tvr .left_part {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.guiacor_cart__tvr .mini .item a {
  display: flex;
  justify-content: center;
}

.guides_t .product-item {
  margin: 12.5px 12.5px 12.5px 12.5px;
}

.guides_t .items .item.guides_r {
  margin: 12.5px 12.5px 12.5px 12.5px;
}

@media (max-width: 500px) {
  .guides_t .items .item.guides_r {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 525px) {
  .guides_t .items .item {
    max-width: 250px;
    flex: 0 0 48%;
  }

  .guides_t .items .item.guides_r .photo img {
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .guides_t .items {
    margin: 0;
  }

  .guides_t .items .product-item {
    margin-left: 0;
    margin-right: 0;
  }

  .bx-retina .product-item {
    border-width: 1.5px;
  }

  .products__grid-part {
    margin: 0;
  }
}

@media (max-width: 525px) {
  .product-item.prd_it_pos {
    flex: 0 1 60%;
  }
}

@media (max-width: 450px) {
  .product-item.prd_it_pos {
    flex: 0 1 80%;
  }
}

@media (max-width: 350px) {
  .product-item.prd_it_pos {
    flex: 0 1 100%;
  }
}

.modal_product_pictures_block .dialog_content__product {
  max-width: 1280px;
  width: 100%;
  height: 768px;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.modal_product_pictures_block {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.left_rigth_block_modal_product {
  max-width: 960px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.title_of_product_modal p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 23px;
  max-width: 160px;
}

.price_of_product_modal p {
  color: #c40026;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
}

.price_of_product_modal img {
  width: 20px;
  height: 23px;
  margin-left: 8px;
}

.sale_of_product_modal p {
  color: #8b8b90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.button_for_buy_modal input {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border: none;
  transition: all ease 0.4s;
  cursor: pointer;
  border: 2px solid #c40026;
  text-align: center;
}

.button_for_buy_modal input:hover {
  background-color: #fff;
  color: #c40026;
  border: 2px solid #c40026;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
}

.button_sber_modal img {
  width: 201px;
  height: 64px;
  cursor: pointer;
}

.free_delivery_block_modal img {
  width: 60px;
  height: 60px;
}

.price_of_product_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.sale_of_product_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: line-through;
  color: #8b8b90;
  margin-bottom: 22px;
}

.right_rigth_block_modal_product {
  max-width: 201px;
}

.sale_of_product_modal img {
  width: 11px;
  height: 13px;
  margin-left: 1px;
}

.button_for_buy_modal {
  margin-bottom: 16px;
}

.button_sber_modal {
  margin-bottom: 20px;
}

.free_delivery_block_modal p {
  color: #c40026;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.13px;
}

.contact_of_product_modal {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  max-width: 153px;
  margin-top: 32px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.contact_of_product_modal a {
  color: #8b8b90;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.free_delivery_block_modal {
  max-width: 70px;
}

.right_rigth_block_modal_product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider_modal_prod_mini {
  /* max-width: 413px; */
  margin-top: 30px;
}

.dialog_content__product
  .left_rigth_block_modal_product
  .slider_modal_prod_mini
  img {
  width: 60px !important;
  height: 60px;
  max-width: 60px;
}

.slider_modal_prod .slick-prev {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/modal_product/prev_arr.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.slider_modal_prod .slick-next {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/modal_product/next_arr.svg);
  background-size: contain;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -99999999px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider_modal_prod_item img {
  max-height: 598px;
}

.left_rigth_block_modal_product .slider_modal_prod_item {
  display: flex;
  justify-content: center;
}

.modal_product_pictures_block {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.modal_product_pictures_block .dialog__overlay1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.9) !important;
  position: absolute;
  z-index: 99999;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal_product_pictures_block {
  visibility: hidden;
  opacity: 0;
}

.modal_product_pictures_block.dialog--open {
  opacity: 1;
  visibility: visible;
}

.dialog_content__product {
  z-index: 999999;
  padding: 30px;
}

.dialog--open .dialog_content__product {
  -moz-animation-name: don-open !important;
  -webkit-animation-name: don-open !important;
  animation-name: don-open !important;
}

.slider_modal_prod_mini_item {
  /* max-width: 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slider_modal_prod_mini .slick-list.draggable {
  /* max-width: 413px;
  width: 100%; */
}

.slider_modal_prod_mini {
  /* display: flex;
  justify-content: center; */
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}

.modal_product_pictures_block .dialog_content__product {
  padding: 30px;
}

.modal_product_pictures_block.dialog .close_modal {
  right: 19px;
}

.modal_product_pictures_block .dialog_content__product {
  justify-content: space-evenly;
}

.title_of_product_modal {
  margin-top: 27px;
}

@media (max-width: 1170px) {
  .right_rigth_block_modal_product {
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
  }

  .left_rigth_block_modal_product {
    max-width: unset;
  }

  .dialog_content__product {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    overflow-y: auto;
  }

  .right_rigth_block_modal_product {
    max-width: unset;
  }

  .contact_of_product_modal {
    margin-top: 0;
  }

  .button_sber_modal {
    margin-bottom: 0;
  }

  .button_for_buy_modal {
    margin-bottom: 0;
  }

  .sale_of_product_modal {
    margin-bottom: 0;
  }

  /* .price_of_product_modal{
    margin-bottom: 0;
  } */
  .title_of_product_modal {
    margin-top: 0;
  }

  .title_of_product_modal p {
    margin-bottom: 0;
  }
}

@media (max-width: 970px) {
  .right_rigth_block_modal_product {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .slider_modal_prod_item img {
    max-height: 500px;
  }

  .right_rigth_block_modal_product {
    margin-top: 20px;
  }
}

@media (max-width: 840px) {
  .slider_modal_prod .slick-prev {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .slider_modal_prod .slick-next {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 750px) {
  .slider_modal_prod_item img {
    max-height: 400px;
  }
}

@media (max-width: 600px) {
  .slider_modal_prod_item img {
    max-height: 340px;
  }
}

@media (max-width: 500px) {
  .slider_modal_prod_item img {
    max-height: 300px;
  }
}

@media (max-width: 468px) {
  /* .slider_modal_prod {
    margin-top: 70px;
  } */
  .slider_modal_prod_item img {
    max-height: 230px;
  }
}

@media (max-width: 370px) {
  .slider_modal_prod_mini {
    margin-top: 14px;
  }
}

@media (max-width: 537px) {
  .title_of_product_modal {
    margin-bottom: 20px;
  }

  .button_for_buy_modal {
    margin-bottom: 20px;
  }

  .button_sber_modal {
    margin-bottom: 20px;
  }
}

.slider_modal_prod_mini .swiper-slide-active .slider_modal_prod_mini_item {
  border: 1px solid #d4d6d7;
  border-radius: 10px;
  text-align: center;
  display: flex;
  /* padding: 12px; */
  width: 80px !important;
  height: 80px;
  margin-top: 0;
}

.slider_modal_prod_mini_item {
  /* margin-right: 2px;
  margin-left: 2px; */
}

/* .slider_modal_prod_mini{
  pointer-events: none;
  } */

.slider_modal_prod_mini .slider_modal_prod_mini_item {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  width: 80px !important;
  height: 80px;
}

.slider_modal_prod_mini .slick-track {
  display: flex;
  white-space: nowrap;
}

@media (max-width: 1171px) {
  #mdl_prd {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.title_block_sertificates_products_detail p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 30px;
}

.item_block_sertificates_products_detail
  .title_item_block_sertificates_products_detail
  p {
  color: #c40026;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.item_block_sertificates_products_detail img {
  width: 35px;
  height: 39px;
}

.tons_of_file_block_sertificates_products_detail p {
  color: #c40026;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.container_block_sertificates_products_detail {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.item_block_sertificates_products_detail a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.job-opening__city {
  position: absolute;
  left: 222px;
  margin: 0;
}

.job-opening__info {
  position: relative;
}

.sub-nav__slider {
  padding: 0 3%;
}

.page-navigation li {
  white-space: nowrap;
}

@media (max-width: 400px) {
  .guides_t .items .item {
    max-width: 240px;
    flex: 0 1 100%;
  }
}

/*vozvrat page*/

.top_block_read_me_block_vozvrat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 626px;
  width: 100%;
}

.bot_block_read_me_block_vozvrat {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 626px;
  width: 100%;
}

.read_me_block_vozvrat_item img {
  max-width: 117px;
  width: 117px;
  height: 117px;
  max-height: 117px;
}

.read_me_block_vozvrat_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.read_me_block_vozvrat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.read_me_block_vozvrat_item .read_me_block_vozvrat_item_arrow img {
  width: 61px;
  height: 15px;
  margin-top: 50px;
}

.read_me_block_vozvrat_item.solo_item {
  justify-content: flex-end;
  max-width: 117px;
}

.read_me_block_vozvrat_item_arrow {
  margin-right: 10px;
}

.read_me_block_vozvrat_item_arrow {
  display: flex;
  align-items: center;
}

.read_me_block_vozvrat_item p {
  color: #283645;
  font-size: 14px;
  font-weight: 700;
  max-width: 175px;
  text-align: center;
}

.read_me_block_vozvrat_item span {
  color: #07970d;
  font-weight: 400;
}

.read_me_block_vozvrat_item_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow_block_midle img {
  width: 15px;
  height: 32px;
}

.read_me_block_vozvrat_item p {
  margin-bottom: 0;
}

.arrow_block_midle {
  position: absolute;
  right: 208px;
  top: 47%;
  transform: translateY(-50%);
}

.read_me_block_vozvrat {
  position: relative;
}

.bot_block_read_me_block_vozvrat .read_me_block_vozvrat_item_arrow {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bot_block_read_me_block_vozvrat .read_me_block_vozvrat_item_arrow img {
  margin-bottom: 50px;
  margin-top: 50px;
}

.top_block_read_me_block_vozvrat {
  margin-bottom: 16px;
}

.bot_block_read_me_block_vozvrat {
  margin-top: 16px;
}

.slider_modal_prod_mini .slider_modal_prod_mini_item {
  /* padding: 13px; */
  margin-top: 0;
}

@media (max-width: 970px) {
  .arrow_block_midle {
    right: 22%;
    top: 50%;
  }
}

@media (max-width: 950px) {
  .arrow_block_midle {
    display: none;
  }
}

@media (max-width: 550px) {
  .read_me_block_vozvrat_item img {
    width: 82px;
    height: 82px;
  }

  .read_me_block_vozvrat_item p {
    color: #283645;
    font-size: 12px;
  }
}

.title_top_of_form_left p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.01px;
}

.inputs_top_of_form_left_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inputs_top_of_form_left_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 26.01px;
  margin-right: 18px;
}

.inputs_top_of_form_left_item input {
  max-width: 461px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  padding-left: 15px;
}

.passport_and_number .inputs_top_of_form_left_item input {
  max-width: 140px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.title_top_of_form_left {
  text-align: right;
}

.block_of_form_vozvrat {
  margin-top: 95px;
}

.passport_and_number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inputs_top_of_form_left_item {
  margin-bottom: 10px;
}

.passport_and_number .inputs_top_of_form_left_item:first-child {
  margin-right: 90px;
  margin-right: 66px;
}

.passport_and_number .inputs_top_of_form_left_item:nth-child(2) input {
  max-width: 221px;
}

.mid_block_of_form_vozvrat_item p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.52px;
  margin-bottom: 0;
  margin-right: 8px;
}

.mid_block_of_form_vozvrat_item .long_in_summa {
  max-width: 168px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  margin-right: 10px;
}

.mid_block_of_form_vozvrat_item input {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.mid_block_of_form_vozvrat_item .long_in_propis {
  max-width: 460px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.mid_block_of_form_vozvrat_item .long_in_chislo {
  max-width: 81px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  margin-right: 9px;
}

.mid_block_of_form_vozvrat_item .long_in_mounth {
  max-width: 201px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  margin-right: 10px;
}

.mid_block_of_form_vozvrat_item .long_in_year {
  max-width: 101px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.mid_block_of_form_vozvrat_item .long_in_product {
  max-width: 880px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.mid_block_of_form_vozvrat_item .long_in_opisanie {
  max-width: 846px;
  width: 100%;
  height: 140px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.mid_block_of_form_vozvrat_item .long_in_num {
  max-width: 319px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.mid_block_of_form_vozvrat_item {
  display: flex;
  align-items: center;
}

.mid_block_of_form_vozvrat_item {
  margin-bottom: 10px;
}

.mid_block_of_form_vozvrat_item.opisanie_item {
  align-items: flex-start;
}

.mid_block_of_form_vozvrat_item .long_in_opisanie {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  resize: none;
  display: flex;
  font-family: "Open Sans", sans-serif;
}

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

.block_of_form_vozvrat input::-webkit-outer-spin-button,
.block_of_form_vozvrat input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.title_bot_block_vozvrat_page p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.45px;
  text-align: center;
  margin-bottom: 10px;
}

.description_bot_block_vozvrat_page p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
}

.bot_block_vozvrat_page input {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  border-radius: 20px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.top_left_form_block_under_bot_description .day_inp {
  max-width: 80px;
  width: 100%;
  height: 40px;
  margin-right: 8px;
}

.top_left_form_block_under_bot_description .mounth_imp {
  max-width: 150px;
  height: 40px;
  width: 100%;
  margin-right: 8px;
}

.top_left_form_block_under_bot_description .year_inp {
  max-width: 90px;
  height: 40px;
  width: 100%;
}

.bot_left_form_block_under_bot_description {
  display: flex;
  align-items: center;
}

.bot_left_form_block_under_bot_description p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.45px;
  margin-bottom: 0;
  margin-right: 15px;
}

.bot_left_form_block_under_bot_description input {
  max-width: 273px;
  width: 100%;
  height: 40px;
}

.bot_left_form_block_under_bot_description {
  margin-top: 10px;
}

.form_block_under_bot_description {
  display: flex;
  justify-content: space-between;
}

.right_form_block_under_bot_description_item p {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}

.right_form_block_under_bot_description_item span {
  color: #0707bb;
  margin-bottom: 0;
}

.right_form_block_under_bot_description {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 541px;
}

.right_form_block_under_bot_description_item p:first-child {
  position: relative;
  max-width: 221px;
  width: 100%;
}

.right_form_block_under_bot_description_item p:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  top: 100%;
  left: 0;
}

.right_form_block_under_bot_description_item {
  max-width: 221px;
  width: 100%;
}

.right_form_block_under_bot_description_item.sec_item {
  max-width: 300px;
  width: 100%;
}

.right_form_block_under_bot_description_item.sec_item p:first-child {
  width: 100%;
  max-width: 300px;
}

.title_done_dowload_form p {
  color: #c40026;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.button_done_dowload_form button {
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.02px;
  border: 0;
  text-transform: uppercase;
}

.descript_under_button_done_dowload_form p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.descript_under_button_done_dowload_form a {
  text-decoration: underline;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

.done_dowload_form {
  text-align: center;
  margin-top: 76px;
}

.form_block_under_bot_description {
  margin-top: 31px;
}

.title_done_dowload_form {
  margin-bottom: 21px;
}

.button_done_dowload_form {
  margin-bottom: 15px;
}

.guiacor_cart__tvr .mobile__product_slider {
  display: none;
}

.button_for_file_vozvrat p {
  color: #c40026;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 73px;
}

.button_for_file_vozvrat img {
  width: 20px;
  height: 22px;
  margin-right: 5px;
}

.button_for_file_vozvrat label {
  cursor: pointer;
  white-space: nowrap;
}

.button_for_file_vozvrat label span {
  text-decoration: underline;
}

.button_download_files_vozvral_sredstv {
  text-align: center;
  margin-top: 23px;
}

.button_download_files_vozvral_sredstv button {
  max-width: 276px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.02px;
  text-align: center;
  text-transform: uppercase;
}

.big_red_btn button {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 2px solid #c40026;
}

.big_red_btn button:hover {
  background-color: #fff;
  color: #c40026;
  border: 2px solid #c40026;
}

@media (max-width: 450px) {
  .read_me_block_vozvrat_item p {
    line-height: 17px;
    padding: 0;
  }

  .read_me_block_vozvrat_item .read_me_block_vozvrat_item_arrow img {
    width: 42px;
  }
}

@media (max-width: 414px) {
  .read_me_block_vozvrat_item img {
    width: 68px;
    height: 68px;
  }

  .read_me_block_vozvrat_item p {
    color: #283645;
    font-size: 10px;
  }

  .read_me_block_vozvrat_item_arrow {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .inputs_top_of_form_left_item p {
    text-align: right;
  }
}

@media (max-width: 630px) {
  .passport_and_number .inputs_top_of_form_left_item:first-child {
    margin-right: 40px;
  }

  .inputs_top_of_form_left_item p {
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .passport_and_number .inputs_top_of_form_left_item:first-child {
    margin-right: 12px;
  }

  .inputs_top_of_form_left_item p {
    margin-right: 5px;
  }
}

@media (max-width: 414px) {
  .inputs_top_of_form_left_item p {
    padding: 0;
  }
}

@media (max-width: 968px) {
  .mid_block_of_form_vozvrat_item.first_item_block {
    align-items: center;
  }
}

@media (max-width: 685px) {
  .mid_block_of_form_vozvrat_item {
    flex-direction: column;
  }

  .mid_block_of_form_vozvrat_item .long_in_summa {
    margin-right: 0;
  }

  .mid_block_of_form_vozvrat_item input {
    margin-bottom: 10px;
  }

  .mid_block_of_form_vozvrat .mid_block_of_form_vozvrat_item input {
    max-width: 270px;
    width: 100%;
  }

  .mid_block_of_form_vozvrat_item .long_in_opisanie {
    max-width: 270px;
  }

  .mid_block_of_form_vozvrat_item p {
    margin-right: 0;
  }
}

@media (max-width: 915px) {
  .form_block_under_bot_description {
    flex-direction: column;
    align-items: center;
  }

  .right_form_block_under_bot_description {
    margin-top: 26px;
  }
}

@media (max-width: 580px) {
  .right_form_block_under_bot_description {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 374px) {
  .top_left_form_block_under_bot_description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_left_form_block_under_bot_description input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bot_left_form_block_under_bot_description {
    flex-direction: column;
  }

  .left_form_block_under_bot_description {
    width: 100%;
  }
}

@media (max-width: 452px) {
  .button_for_file_vozvrat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .button_for_file_vozvrat p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

/*end vozvrat page*/

.right_part .item.triger {
  cursor: pointer;
}

.modal_product_pictures_block .dialog_content__product {
  height: auto;
}

.button_for_buy_modal .add_cart.addToCartFromDetail {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.button_for_buy_modal .add_cart.addToCartFromDetail:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.button_for_buy_modal .add_cart.addToCartFromModal {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  margin: 0 auto;
  border: 2px solid transparent;
}

.button_for_buy_modal .add_cart.addToCartFromModal:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.button_for_buy_modal {
  width: 100%;
}

.subtitle_block_zayavlenie {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
}

.subtitle_block_zayavlenie .title_vozvrat_obmen {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.subtitle_block_zayavlenie .arrow_vozvrat_obmen {
  background-image: url(/local/templates/dp/assets/css/../img/modal_product/arrow_vozrt.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 12px;
  height: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.title_block_zayavlenie h2 {
  margin-bottom: 19px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}

.subtitle_block_zayavlenie.active .arrow_vozvrat_obmen {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drop_down_menu_vozvrat_obmen {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 24px;
  padding: 22px 26px 24px 21px;
  border: 1px solid #d4d6d7;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 28px;
}

.drop_down_menu_vozvrat_obmen.active {
  opacity: 1;
  visibility: visible;
}

.drop_down_menu_vozvrat_obmen p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block_tab_s {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.block_tab_s.active_tab {
  display: block;
  opacity: 1;
  visibility: visible;
}

.title_block_zayavlenie.vozv .dop_title_zayavka::after {
  content: " возврат денежных средств";
}

.title_block_zayavlenie.obm .dop_title_zayavka::after {
  content: " обмен товара";
}

#cookie-body.active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

#cookie-body.hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 685px) {
  .mid_block_of_form_vozvrat_item.opisanie_item {
    align-items: center;
  }
}

footer .footer__down .footer-cookie {
  position: fixed !important;
  z-index: 150;
}

@media (max-width: 1500px) {
  .sub-nav .container-1070 .sub-nav__slide {
    max-width: 193px;
  }
}

.sub-nav__slider .slick-arrow.slick-next,
.sub-nav__slider .slick-arrow.slick-prev {
  z-index: 50;
}

.vozvrat_block_paste {
  text-align: center;
}

.vozvrat_block_pic .profile_my_docs__images_item {
  max-width: 80px;
  text-align: center;
  margin-right: 60px;
}

.vozvrat_block_pic .profile_my_docs__images_item_meta {
  text-align: center;
  position: relative;
}

.vozvrat_block_pic .profile_my_docs__images_item_meta img {
  max-height: 80px !important;
}

.vozvrat_block_pic .delete_file_docs {
  width: 21px;
  height: 21px;
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.vozvrat_block_pic .profile_my_docs__images_item p {
  color: #96969a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.vozvrat_block_pic .delete_file_docs:hover {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  background-image: url(/local/templates/dp/assets/css/../img/icon-close-hover.svg);
}

.vozvrat_block_pic .profile_my_docs__images_1_items {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.slider_modal_prod_mini .slick-list.draggable {
  /* max-width: 420px; */
}

.subtitle_block_zayavlenie .drop_down_menu_vozvrat_obmen {
  border: 1px solid #c40026;
}

/* @media (min-width: 401px) and (max-width: 525px){

} */

.block_before_btn {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.block_before_btn.active {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.buttons_block_for_pdf.grey .button_done_dowload_form button {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.buttons_block_for_pdf.grey .button_done_dowload_form button:hover {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.buttons_block_for_pdf {
  position: relative;
}

.block_catch_files_scans {
  display: none;
}

.block_catch_files_scans.active {
  display: block;
}

.slider_modal_prod .slick-disabled {
  display: none !important;
}

.slider_modal_prod_mini_item {
  margin-right: 0;
  margin-left: 0;
}

.slider_modal_prod_mini {
  max-width: 500px;
}

/* .slider_modal_prod_mini .slider_modal_prod_mini_item {
	margin: 0 22px;
}

.slider_modal_prod_mini .slider_modal_prod_mini_item.slick-current.slick-active {
	margin: 0 22px;
} */

/* .slider_modal_prod_mini{
  margin: 20px;
  display: flex;
  
  align-items: center;
} */

.button_download_files_vozvral_sredstv {
  position: relative;
}

.hidden_block_download.active {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 276px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 30px;
  background-color: #d2d2d2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.02px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hidden_block_download.hiddenw {
  display: none;
  opacity: 0;
  visibility: visible;
}

.seasons_item__right_link {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
}

.seasons_item__right_link .red_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seasons .seasons_item__right {
  position: relative;
}

/* .block_before_btn {
  display: none!important;
  opacity: 0!important;
  visibility: hidden!important;
} */

#formBuyOneClick .submit_inpt.grey_btn_one {
  border: 2px solid #d2d2d2;
  background-color: #d2d2d2;
}

#formBuyOneClick .submit_inpt.grey_btn_one:hover {
  color: #fff;
}

.inputs_top_of_form_left {
  margin-bottom: 53px;
}

@media (max-width: 960px) {
  .seasons_item__right_link {
    position: relative;
    display: flex;
  }
}

.bot_block_vozvrat_page {
  margin-top: 36px;
}

#dialogModalVozvratSuccessfull .dialog__content {
  width: 320px;
  padding: 45px 60px 47px 60px;
}

#dialogModalVozvratSuccessfull .dialog__content .title {
  padding: 0;
  font-size: 24px;
}

#dialogModalVozvratSuccessfull .dialog__content .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 12px 0 15px 0;
}

.question_block_like_block_left {
  width: 40px;
  height: 40px;
}

.oformtit_online a {
  font-size: 14px;
  color: #c40026;
}

/* style_dp start */

/* up banner */

section.bannerUpPage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: calc(50px + (140 - 50) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  text-align: center;
  margin-top: 0;
}

section.bannerUpPage:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    color-stop(15%, rgba(255, 255, 255, 0.95)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(55%, rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    bottom,
    white 0%,
    rgba(255, 255, 255, 0.95) 15%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.7) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to top,
    white 0%,
    rgba(255, 255, 255, 0.95) 15%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.7) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

section.bannerUpPage img {
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bannerUpPage__breadCrumbs {
  margin-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  color: #5e6874;
  margin-top: 30px;
}

.bannerUpPage__breadCrumbs a {
  color: #96969a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bannerUpPage__breadCrumbs a:hover {
  color: #283645;
}

.bannerUpPage__breadCrumbs span,
.bannerUpPage__breadCrumbs li:not(:first-child) {
  margin-left: 7px;
}

.blog__search input {
  max-width: 461px;
  height: 48px;
  width: 100%;
  color: #c40026;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.13px;
}

.blog__search label {
  left: 435px;
}

.blog__filterWindow {
  height: auto;
  padding-bottom: 35px;
  padding-top: 15px;
  border-radius: 24px;
  border: 1px solid #c40026;
  background-color: #ffffff;
  margin-top: 20px !important;
}

.blog__filterWindow {
  overflow: unset;
}

.blog__filterItem {
  margin-top: 0;
}

@media (max-width: 550px) {
  .footer__contacts div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__contacts span {
    width: 100%;
    margin-top: 10px;
  }

  .blog__filterItem {
    width: 100%;
  }

  .profile__myFavoriteString a:nth-child(3) {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .profile__myFavoriteString span {
    width: 90%;
  }
}

@media (max-width: 775px) {
  .profile__navButtons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .profile__navButtons a {
    margin-right: 10px;
    margin-top: 10px;
    width: 220px;
  }

  .course__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course__mainContent {
    width: 100%;
  }

  .course__navigation {
    width: 100%;
    height: 42px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-perspective: 400px;
    perspective: 400px;
  }

  .course__navigation a:not(.active) {
    opacity: 0;
    -webkit-transform: translateZ(-100px) translateX(100%);
    transform: translateZ(-100px) translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .course__navigation.openCourseMenu {
    height: auto;
  }

  .course__navigation.openCourseMenu a:not(.active) {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }

  .course__navigation.openCourseMenu img {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .course__navigation a.active {
    padding: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .course__navigation a.active img {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .course__rightAngleInfo {
    top: 0;
  }

  .course__testComplete .course__rightAngleInfo {
    top: 0;
  }

  .blog__filterItem {
    width: 48%;
  }
}

/* auto school page style */

.autoSchool__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoSchool__video h3 {
  text-align: left;
}

.autoSchool__video iframe {
  width: 45%;
  height: auto;
}

.autoSchool__video div {
  width: 50%;
  height: auto;
}

.autoSchool__recording {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.autoSchool__recording a {
  width: 275px;
  height: 60px;
  margin-top: 20px;
}

.autoSchool__sliderCars {
  position: relative;
}

.autoSchool__sliderCars img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.autoSchool__sliderInstructor {
  position: relative;
}

.autoSchool__sliderInstructor .swiper-container {
  margin-left: 80px;
}

.autoSchool__sliderInstructor img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

.autoSchool__sliderInstructor .swiper-button-next,
.autoSchool__sliderInstructor .swiper-button-prev {
  top: 50% !important;
}

.autoSchool__WhereAreWe {
  width: 100%;
  height: auto;
}

.autoSchool__map {
  width: 100%;
  height: calc(300px + (600 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__map .leaflet-popup-tip-container {
  display: none;
}

.autoSchool__map .dg-popup_hidden_true {
  display: block;
}

.autoSchool__map .leaflet-popup-content-wrapper {
  background: #fff;
  border-radius: 15px;
  color: #283645;
  width: 335px !important;
}

.autoSchool__map .leaflet-popup-close-button {
  font-size: 28px !important;
  color: #c3c3c3 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.autoSchool__map .leaflet-popup-close-button:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.autoSchool__map .leaflet-popup {
  left: 80px !important;
  bottom: -30px !important;
}

.autoSchool__popupMap {
  padding: 22px 10px;
  color: #000;
}

.autoSchool__popupMap a {
  margin-top: 20px;
}

.autoSchool__popupMap h3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__popupMap h3:first-child {
  margin-bottom: 0;
}

.autoSchool__categoryItem {
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__categoryItem:last-child:after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.autoSchool__categoryItem:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.autoSchool__categoryItem .big {
  font-weight: 700;
}

.autoSchool__categoryItem div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__categoryItem div:last-child p {
  margin-left: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__categoryItem div:last-child a {
  margin-left: calc(40px + (180 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__categoryItem div:last-child img {
  width: auto;
  height: 50px;
  opacity: 0.1;
}

.autoSchool__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.autoSchool__training h3 {
  margin-bottom: -20px;
}

.autoSchool__trainingItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoSchool__trainingItems:first-child
  .autoSchool__trainingItem:not(:last-child):before {
  content: "";
  width: 61px;
  height: 15px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: -50%;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

.autoSchool__trainingItems:first-child
  .autoSchool__trainingItem:last-child:after {
  content: "";
  width: 15px;
  height: 35px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow-down.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 140%);
  -ms-transform: translate(-50%, 140%);
  transform: translate(-50%, 140%);
}

.autoSchool__trainingItems:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.autoSchool__trainingItems:last-child
  .autoSchool__trainingItem:not(:first-child):before {
  content: "";
  width: 61px;
  height: 15px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: -50%;
  -webkit-transform: translateX(40%) rotate(180deg);
  -ms-transform: translateX(40%) rotate(180deg);
  transform: translateX(40%) rotate(180deg);
}

.autoSchool__trainingItem {
  width: 140px;
  margin-top: 60px;
  position: relative;
}

.autoSchool__trainingItem img {
  width: 100%;
  height: auto;
}

.autoSchool__trainingItem p {
  text-align: center;
  font-weight: 700;
  line-height: 15px;
  margin-top: 10px;
}

.autoSchool__priceItems {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__priceItem {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 465px;
  border: 1px solid #c2c4c6;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.autoSchool__priceItem img {
  width: 80%;
  height: 130px;
  margin-bottom: 10px;
}

.autoSchool__priceItem a {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

.autoSchool__priceItem p {
  line-height: 18px;
}

.autoSchool__priceItemDiv {
  margin-top: 30px;
}

.autoSchool__priceItemDiv div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.autoSchool__priceItemDiv div p {
  font-size: 13px;
  line-height: 20px;
  color: #8b8b90;
}

.autoSchool__priceItemDiv div input {
  display: none;
}

.autoSchool__priceItemDiv div input:checked ~ label:after {
  opacity: 1;
}

.autoSchool__priceItemDiv div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.autoSchool__priceItemDiv div label {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  display: block;
  cursor: pointer;
  position: relative;
}

.autoSchool__priceItemDiv div label:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: #c2c4c6;
  position: absolute;
  top: 0;
  left: 0;
}

.autoSchool__priceItemDiv div label:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: #ffc600;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.autoSchool__priceItemDiv div label:hover:after,
.autoSchool__priceItemDiv div label:hover ~ label:after {
  opacity: 1;
}

.autoSchool__priceItemDiv .big {
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.autoSchool__priceItemDiv .salePrice {
  color: #c40026;
}

.autoSchool__priceItemDiv .salePrice span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  font-size: 13px;
  line-height: 20px;
  text-decoration: line-through;
  color: #8b8b90;
}

.autoSchool__priceItemHeart {
  width: 31px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}

.autoSchool__priceItemHeart.autoSchool__like svg {
  fill: #c40026;
}

.autoSchool__priceItemHeart svg {
  fill: #fff;
  stroke: #c2c4c6;
  stroke-linejoin: round;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.autoSchool__priceItemHeart svg:hover {
  stroke: #c40026;
  -webkit-filter: drop-shadow(0 1px 3px #c40026);
  filter: drop-shadow(0 1px 3px #c40026);
}

.autoSchool__priceItemSale {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: #c40026;
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 15px;
}

.autoSchool__priceSlider {
  display: none;
  position: relative;
}

.autoSchool__priceSlider .autoSchool__priceItem {
  width: 90%;
  margin: 0 auto;
}

.autoSchool__priceSlider .autoSchool__priceItem img {
  width: 113px;
}

.swiper-button-nextPrice,
.swiper-button-prevPrice {
  display: none !important;
  top: 50% !important;
}

/* profile page style */

.profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile section {
  margin: 0;
}

.profile .container:not(:last-child) .mainTab__title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile__myData button {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.profile__inputItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.profile__inputItem input {
  width: 280px;
  padding: 5px 10px;
  border: 1px solid #c2c4c6;
}

.profile__inputItem p {
  font-weight: 700;
  margin-right: 20px;
  width: 200px;
}

.profile__myDocument .profile__question {
  width: 200px;
  padding: 10px;
  border: 1px solid #c2c4c6;
  color: #c2c4c6;
  z-index: 5;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-35%, 20%);
  -ms-transform: translate(-35%, 20%);
  transform: translate(-35%, 20%);
  display: none;
}

.profile__myDocument .profile__inputItem p {
  width: 240px;
}

.profile__myDocument .profile__inputItem div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myDocument .profile__inputItem div p {
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 0 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.profile__myDocument .profile__inputItem div p:nth-child(2) {
  background: #c40026;
}

.profile__myDocument .profile__inputItem div p:nth-child(2):hover {
  background: #f9e5e9;
}

.profile__myDocument .profile__inputItem div p:nth-child(3) {
  background: #edeeee;
}

.profile__myDocument
  .profile__inputItem
  div
  p:nth-child(3):hover
  + .profile__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__myDocumentNotSuccessDoc {
  color: #c40026;
}

.profile__myDocumentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile__myOrder .autoSchool__priceItem {
  min-height: 470px !important;
}

.profile__myDocumentBoxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 20px;
}

.profile__myDocumentBoxItem a {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background: #ebebeb;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}

.profile__myDocumentBoxItem a:hover {
  background: #c2c4c6;
}

.profile__myDocumentBoxItem span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myDocumentBoxItem span img {
  width: auto;
  height: 60px;
}

.profile__myDocumentBoxItem span p {
  font-size: 12px;
  color: #96969a;
  text-align: center;
}

.profile__myTrainingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #c2c4c6;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 20px;
}

.profile__myTrainingItem img {
  width: 113px;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto 30px auto 0;
}

.profile__myTrainingItemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myTrainingItemContent div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.profile__myTrainingItemContent h3 {
  text-align: left;
}

.profile__myTrainingItemContent span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 0 0;
}

.profile__myTrainingItemContent span img {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

.profile__myTrainingItemContent span p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c40026;
  margin-right: 20px;
}

.profile__myTrainingAddCourse {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myTrainingAddCourse h3 {
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin: auto 0;
}

.profile__myTrainingAddCourse a {
  width: calc(100px + (220 - 100) * ((100vw - 320px) / (1920 - 320)));
  height: calc(100px + (220 - 100) * ((100vw - 320px) / (1920 - 320)));
  margin-right: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #edeeee;
  border-radius: 25px;
  color: #283645;
  padding: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myTrainingAddCourse a:hover {
  background: #c2c4c6;
}

.profile__myTrainingAddCourse a p:first-child {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}

.profile__myFavorite .autoSchool__priceItemHeart {
  width: 20px;
  height: 20px;
  background: #fff;
}

.profile__myFavorite .autoSchool__priceItemHeart img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavorite .autoSchool__priceItemHeart img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__myFavorite .big {
  font-weight: 700;
}

.profile__myFavorite .swiper-button-nextFavorite,
.profile__myFavorite .swiper-button-prevFavorite {
  display: none !important;
  top: 50% !important;
}

.profile__myFavorite .autoSchool__priceItem {
  min-height: 450px !important;
}

.profile__myFavorite .swiper-button-nextFavorite {
  right: 0 !important;
}

.profile__myFavorite .swiper-button-prevFavorite {
  left: 0 !important;
}

.profile__myFavorite .autoSchool__priceItem {
  padding: 20px;
}

.profile__myFavoriteString {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.profile__myFavoriteString span {
  width: 70%;
}

.profile__myFavoriteString a:nth-child(2) {
  color: #c40026;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavoriteString a:nth-child(2):hover {
  color: #f9e5e9;
}

.profile__myFavoriteString a:nth-child(3) {
  width: 20px;
  height: 20px;
}

.profile__myFavoriteString a:nth-child(3) img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavoriteString a:nth-child(3):hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__popupWrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.profile__popupWrapper.profilePopupWrapperOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__popup {
  width: 300px;
  height: 450px;
  border-radius: 25px;
  background: #fff;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}

.profile__popup h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.profile__popup h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.profile__popupBox {
  width: 100%;
  height: 210px;
  margin-top: 20px;
  overflow-y: auto;
}

.profile__popupBox span {
  text-align: left;
  color: #283645;
}

.profile__popupBox span p {
  line-height: 20px;
}

.profile__popupBox a {
  width: 97%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__popupBox a:hover {
  background: #ebebeb;
}

.profile__popupClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.profile__popupClose img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__popupClose img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__navButtons {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile__navButtons .active {
  background: #fff !important;
  color: #c40026 !important;
  -webkit-box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
}

.profile__navButtons span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #c40026;
  color: #fff;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 20px;
}

.profile__navButtons a {
  width: 23%;
  color: #283645 !important;
  font-weight: 700;
  text-transform: none !important;
  background: #ebebeb !important;
}

.profile__navButtons a:hover {
  background: #fff !important;
  color: #c40026 !important;
}

.profile__coursesString {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
}

.profile__coursesString:hover {
  background: #edeeee;
}

.profile__coursesString a {
  margin-left: 25px;
}

.profile__coursesString span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__coursesString span img {
  width: 20px;
  margin-right: 10px;
}

.profile__courses .miniTab__title span:last-child span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background: #1a985e;
  margin-left: 10px;
}

.profile__courses .miniTab__title span:last-child svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin: 0;
}

.profile__NoAccess {
  width: calc(80px + (250 - 80) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(20%, -30%);
  -ms-transform: translate(20%, -30%);
  transform: translate(20%, -30%);
  display: none;
  text-align: center;
}

.profile__NoAccess img {
  width: calc(60px + (130 - 60) * ((100vw - 320px) / (1920 - 320)));
  height: calc(60px + (130 - 60) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 10px;
}

.profile__patent {
  padding: 0 20px;
}

.profile__patent .big:not(:first-child) {
  margin-top: 20px;
}

.profile__downloadWork {
  margin-top: 20px;
  position: relative;
}

.profile__downloadWork div:nth-child(2) {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__downloadWork div:nth-child(2) input {
  width: 43%;
  padding: 8px 10px;
  border: 1px solid #c2c4c6;
}

.profile__downloadWork div:nth-child(2) a {
  color: #5e6874;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__downloadWork div:nth-child(2) a:hover {
  color: #c40026;
}

.profile__downloadWork div:nth-child(2) a span {
  font-size: 35px;
  margin-right: 5px;
  font-weight: 300;
}

.profile__downloadWork div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
}

.profile__downloadWork div:nth-child(3) p {
  color: #c2c4c6;
}

.profile__downloadWork div:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 5px;
}

.profile__downloadWork div:nth-child(3) svg {
  width: auto;
  height: 20px;
  margin-left: 5px;
  stroke: #c40026;
}

.profile__downloadWork div:nth-child(4) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.profile__downloadWork div:nth-child(4) a {
  width: 200px;
}

.profile__workTitle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.profile__workWork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px;
  background: #fafafa;
  margin-top: 10px;
}

.profile__workWork img {
  height: 40px;
}

.profile__workWork p {
  margin-left: 10px;
}

.profile__workWork p:nth-child(2) {
  color: #2589ec;
}

.profile__workWork p:nth-child(3) {
  color: #c2c4c6;
}

.profile__workNotificat {
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #c2c4c6;
  margin: 10px 0;
}

.profile__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.profile__people div {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__people div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  border-radius: 50%;
  background: #edeeee;
  position: relative;
}

.profile__people div:first-child .circleRed {
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile__people div:first-child h3 {
  margin: 0;
  font-weight: 400;
  font-size: 35px;
  color: #c2c4c6;
  text-transform: uppercase;
}

.profile__people div p:first-child {
  color: #283645;
}

.profile__people div p:last-child {
  font-size: 13px;
  color: #c2c4c6;
}

.profile__people img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__workMessageMess {
  padding: 20px;
  width: 100%;
  background: #edeeee;
  margin-top: 10px;
}

.profile__practice {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.profile__practice div {
  background: #edeeee;
  min-height: 100px;
  padding: 10px;
}

.profile__practiceTask {
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 25px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  color: #283645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__practiceTask:hover {
  -webkit-box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
}

.profile__practiceTask .big {
  font-weight: 700;
}

.profile__practiceTask.test:hover {
  background: #e5eff9;
}

.profile__practiceTask.test .big {
  color: #2589ec;
}

.profile__practiceTask.task:hover {
  background: #fff9e5;
}

.profile__practiceTask.task .big {
  color: #ffc600;
}

.profile__practiceTask .profile__practiceTaskLine {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.profile__practiceTask span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.profile__practiceTask span p {
  line-height: 20px;
}

.profile__practiceTask span img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.profile__practiceCheck .profile__practiceTaskLine {
  background: #ffc600;
}

.profile__practiceRevision .profile__practiceTaskLine {
  background: #c40026;
}

.profile__practiceReady .profile__practiceTaskLine {
  background: #1a985e;
}

.profile__notificationsMessage {
  margin-top: 30px;
}

.profile__notificationsMessage.oldMessage {
  opacity: 0.3;
}

.profile__notificationsMessage.oldMessage .circleRed {
  display: none;
}

.profile__notificationsMessageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__notificationsMessageTitle p {
  color: #c2c4c6;
}

.profile__notificationsMessageText .big {
  font-weight: 700;
  margin-top: 20px;
}

.profile__notificationsMessageText li {
  list-style-type: disc;
  margin-left: 20px;
}

.profile__calendarGrid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: 0.3fr repeat(5, 1fr);
}

.profile__calendarGrid .profile__calendarGridNextAndBackMonth {
  opacity: 0.2;
}

.profile__calendarGrid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #c2c4c6;
  min-height: 80px;
  position: relative;
}

.profile__calendarGrid span {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 5;
  padding: 1px 7px;
  background: #fff;
  border-radius: 50%;
}

div.profile__calendarGridDaysWeek {
  height: 30px;
  background: #edeeee;
  padding: 2px 5px;
  min-height: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile__calendarNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.profile__calendarNav div:first-child p {
  color: #c2c4c6;
}

.profile__calendarNav div:first-child h3 {
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.profile__calendarNav div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

.profile__calendarNav div:last-child a:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__calendarNav div:last-child a:nth-child(2):active {
  -webkit-transform: rotate(180deg) translateX(5px);
  -ms-transform: rotate(180deg) translateX(5px);
  transform: rotate(180deg) translateX(5px);
}

.profile__calendarNav div:last-child a:nth-child(3) {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__calendarNav div:last-child a:nth-child(3):active {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.profile__calendarNav div:last-child p {
  margin-right: 15px;
}

div.profile__calendarGridTask {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
  min-height: 0;
  padding: 5px 5px 5px 10px;
  background: #e5eff9;
  position: relative;
  border-top: 1px solid #fff;
}

div.profile__calendarGridTask p {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
}

div.profile__calendarGridTask span {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2589ec;
  border-radius: 0;
  padding: 0;
}

div.profile__calendarGridTask div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  border: none;
  min-height: 0;
  overflow: hidden;
}

div.profile__calendarGridTask div p {
  width: 100%;
  font-weight: 700;
}

div.profile__calendarGridTask div img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

/* blog page style */

.blog__search {
  position: relative;
}

.blog__search input {
  padding: 10px 50px 10px 20px;
  /* width: 280px; */
  border-radius: 30px;
  border: 1px solid #c2c4c6;
}

.blog__search input::-webkit-input-placeholder {
  color: #c40026;
}

.blog__search input::-moz-placeholder {
  color: #c40026;
}

.blog__search input:-ms-input-placeholder {
  color: #c40026;
}

.blog__search input::-ms-input-placeholder {
  color: #c40026;
}

.blog__search input::placeholder {
  color: #c40026;
}

.blog__search label {
  position: absolute;
  top: 50%;
  left: 260px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog__search label img {
  width: 25px;
  height: 25px;
}

.blog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 0 !important;
}

.blog__filter p {
  text-transform: uppercase;
  font-weight: 700;
}

.blog__filter span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.blog__filter span:first-child img {
  width: 30px;
  height: 20px;
  margin-left: 10px;
}

.blog__filter span:last-child img {
  width: 20px;
}

.blog__filter span:last-child img:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}

.blog__items {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.blog__item {
  border-radius: 26px;
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
  border: 1px solid #c2c4c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.blog__itemTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog__itemTitle .big {
  font-weight: 700;
  color: black;
}

.blog__itemTitle div {
  width: 100%;
}

.blog__itemTitle div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  color: #c2c4c6;
}

.blog__itemTitle div:last-child span:first-child p:last-child {
  margin-left: 10px;
}

.blog__itemTitle svg {
  width: 20px;
  margin-left: 10px;
  fill: #c2c4c6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog__itemTitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__itemTitle span p {
  font-size: 11px;
}

.blog__like:hover {
  fill: #1a985e;
}

.blog__dis {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog__dis:hover {
  fill: #c40026;
}

.blog__share:hover {
  fill: #000;
}

.blog__itemImg {
  width: 100%;
  height: 243px;
  position: relative;
}

.blog__itemImg .autoSchool__priceItemHeart svg {
  fill: none;
}

.blog__itemImg .autoSchool__priceItemHeart.autoSchool__like svg {
  fill: #fff;
}

.blog__itemImg img,
.blog__itemImg iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  max-width: 100.2%;
  width: 100.2%;
  max-height: 243px;
}

.blog__avatar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  /* border: 3.6px solid #fff; */
  background-color: #fff;
  padding: 4px;
}

.blog__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__itemBanner {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-height: 244px;
  margin-bottom: 0;
}

.blog__itemBanner div {
  width: 50%;
}

.blog__itemBanner div:first-child {
  padding: 20px;
  background: #283645;
  color: #fff;
}

.blog__itemBanner .button {
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
}

.blog__itemBanner h3 {
  margin: 0;
}

.blog__itemBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__itemBox {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
}

.blog__itemBox img {
  width: 50%;
  height: 80%;
  margin: auto 0;
}

.blog__itemBox .big {
  text-transform: uppercase;
  font-weight: 700;
}

.blog__itemBoxBackImg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.blog__itemBoxBackColor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 54, 69, 0.8);
  mix-blend-mode: multiply;
  z-index: -1;
}

.blog__itemBoxTitle {
  width: 50%;
  padding: 10px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.blog__itemBoxTitle p {
  width: 100%;
  word-wrap: break-word;
}

.blog__itemBoxTitle a {
  margin-top: 10px;
}

.blog__filterWindow {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px 0 20px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  margin-top: 0 !important;
}

.blog__filterItem {
  width: 32%;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.blog__filterItem .big {
  margin-bottom: 10px;
}

.blog__filterItem .button {
  width: 100%;
  height: 60px;
}

.blog__filterItemButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.filterWindowOpen {
  height: auto;
  padding-bottom: 20px;
  border: 1px solid #c40026;
  overflow: unset;
  margin-top: 20px !important;
}

.custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 22px;
  color: #3b3b3b;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid #c2c4c6;
  border-radius: 30px;
}

.custom-options {
  max-height: 250px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #c2c4c6;
  border-top: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  border-radius: 0 0 30px 30px;
  overflow-y: auto;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-select.open .custom-select__trigger {
  border-bottom: none;
  border-radius: 30px 30px 0 0;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #c2c4c6;
}

.closeItemList .custom-select__trigger {
  background: #edeeee;
}

.closeItemList .custom-option:not(.selected) {
  display: none;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow::before {
  left: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #c2c4c6;
}

.arrow::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #c2c4c6;
}

.open .arrow::before {
  left: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .arrow::after {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog__sort {
  font-weight: 700;
  text-transform: uppercase;
  width: 300px;
}

.blog__sort .custom-select__trigger {
  border: none;
  height: auto;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog__sort .custom-options {
  border-radius: 25px;
  border: 2px solid #c40026;
}

.blog__sort .custom-option {
  line-height: 30px;
}

.blog__titleDetails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.blog__titleDetails .autoSchool__priceItemHeart {
  position: unset;
}

.blog__titleDetails p {
  width: auto;
  margin: 0 0 0 10px;
  font-weight: 700;
}

.blog__titleDetails img,
.blog__titleDetails svg {
  width: 30px !important;
  height: 30px !important;
}

.blog__titleDetails a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 20px 0 20px;
}

.blog__titleDetails a:hover {
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.blog__titleDetails a:not(:last-child) {
  color: #c40026;
}

.blog__titleDetails a:last-child {
  color: #5e6874;
}

.blog__blogDetails .line {
  margin-bottom: 10px;
}

/* .blog__blogDetails .swiper-container {
	width: 70% !important;
}

.blog__blogDetails .swiper-slide {
	height: 100%;
}

.blog__blogDetails .swiper-slide p {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.blog__blogDetails .swiper-slide img {
	width: 100%;
	height: calc(200px + (400 - 200) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: cover;
	object-fit: cover;
} */

.swiperSliderImg {
  position: relative;
  margin: 20px 0;
}

.swiperSliderImg .swiper-button-nextImg,
.swiperSliderImg .swiper-button-prevImg {
  top: 50% !important;
}

.blog__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.blog__tags a {
  padding: 5px 10px;
  border: 1px solid #c40026;
  border-radius: 25px;
  color: #c40026;
  margin: 10px;
}

.blog__detailsAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__detailsAbout div {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0 !important;
}

.blog__detailsAbout p {
  color: #c2c4c6;
  margin-right: 15px;
  margin-top: 10px;
}

.blog__detailsAbout svg {
  margin-left: 15px;
  margin-top: 10px;
}

.blog__aboutAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog__aboutAuthor h3 {
  text-align: left;
}

.blog__aboutAuthor div:last-child p {
  margin-bottom: 20px;
}

.blog__aboutAuthor div:first-child {
  margin-right: 20px;
}

.blog__aboutAuthor div:first-child img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.blog__aboutAuthor div:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
  color: #c2c4c6;
  font-size: 18px;
}

.blog__aboutAuthor div:first-child a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blogDetail__comment h3 {
  text-align: left;
}

.blogDetail__comment .button {
  margin: 20px auto 0 auto;
  font-size: 14px;
  width: 280px;
}

.blogDetail__commentItem span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogDetail__commentItem p,
.blogDetail__commentItem .line {
  margin-bottom: 10px;
}

.blogDetail__commentItem .big {
  font-weight: 700;
}

.blog__read h3 {
  text-align: left;
}

.blog__read a {
  display: block;
  color: #c40026;
  font-weight: 700;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog__read a:hover {
  color: #283645;
}

/* course page style */

section.course__navButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
}

section.course__navButtons .button {
  width: 220px;
  height: 48px;
  color: #283645;
  font-weight: 700;
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
  background: #f2f3f3 !important;
}

section.course__navButtons .button img {
  height: 15px;
  margin: 2px 3px 0;
}

section.course__navButtons .button:nth-child(1) img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.course__navButtons .button:not(:first-child) {
  margin-left: 20px;
}

.course__title p {
  font-size: 18px;
  font-weight: 700;
}

.course__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -15px;
}

.course__navigation {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course__navigation img {
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.course__navigation a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
  color: #283645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.course__navigation a:last-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course__navigation a:last-child svg {
  margin-top: 3px;
}

.course__navigation a:hover,
.course__navigation a.active {
  background: #edeeee;
  color: #c40026;
}

.course__navigation a:hover .cls-2,
.course__navigation a:hover .cls-1,
.course__navigation a.active .cls-2,
.course__navigation a.active .cls-1 {
  stroke: #c40026;
}

.course__navigation .cls-2,
.course__navigation .cls-1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.course__navigation svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.course__mainContent {
  width: 77%;
  padding-left: 10px;
}

.course__terms p:not(:first-child) {
  margin-top: 20px;
}

.course__materials li {
  margin-left: 20px;
  margin-top: 5px;
  color: #c40026;
}

.course__materials .big {
  font-weight: 700;
}

.course__materials .big:not(:first-child) {
  margin-top: 20px;
}

.course__presentation {
  width: 100%;
  height: auto;
}

.course__presentation .course__presentationBox {
  width: 100%;
  height: auto;
  min-height: calc(300px + (400 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.course__lecture .big,
.course__webinar .big {
  font-weight: 700;
  margin-top: 20px;
}

.course__lecture form,
.course__webinar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.course__lecture textarea,
.course__webinar textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  margin-top: 20px;
  resize: none;
  border: none;
  background: #f7f7f7;
  border-radius: 24px;
}

.course__lecture button,
.course__webinar button {
  width: 150px;
  margin-top: 10px;
}

.course__lectureVideo {
  width: 100%;
  height: auto;
  min-height: calc(300px + (400 - 300) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 24px;
}

.course__task .profile__downloadWork div:nth-child(2) input {
  width: 40%;
}

.course__task .line {
  margin: 20px 0;
}

.course__task ul li {
  list-style-type: disc;
}

.course__task li {
  margin-left: 40px;
}

.course__task .big {
  font-weight: 700;
}

.course__task .big:not(:first-child) {
  margin-top: 20px;
}

.course__teacherMessage .profile__workMessageMess {
  background: #e5eff9;
}

.course__teacherMessage .profile__people img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.course__teacherMessage .profile__people .note {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: auto 0 auto 20px;
  padding: 1px 5px 2px 5px;
}

.course__test span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.course__test img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.course__test a {
  width: 200px;
}

.course__testPassed {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.course__testPassed span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course__testPassed span p {
  color: #c40026;
}

.course__testPassed span .note {
  margin-left: 10px;
  position: unset;
}

.course__testPassed .note {
  position: absolute;
  top: -47px;
  right: 17%;
}

.course__testPassed .big {
  font-weight: 700;
  margin-bottom: 20px;
}

.course__testPassed .button {
  background: #1a985e;
  border-color: #1a985e;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.course__testPassed .button:hover {
  color: #1a985e;
}

.course__testPassed img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

.course__testFailed .underlinedLink {
  text-decoration: none;
}

.course__testFailed .course__testPassed .button {
  background: #c40026;
  border-color: #c40026;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.course__testFailed .course__testPassed .button:hover {
  background: #fff;
  color: #c40026;
}

.course__testQuestionBox {
  position: relative;
}

.course__testQuestionBox .button {
  width: 250px;
  margin-top: 20px;
}

.course__testQuestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
}

.course__testQuestion:not(:first-child) {
  padding-top: 15px;
}

.course__testQuestion:not(:last-child):before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.course__testQuestion .big {
  font-weight: 700;
}

.course__testQuestion input {
  display: none;
  position: relative;
}

.course__testQuestion input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c2c4c6;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course__testQuestion input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/dp/assets/css/../img/test/check.png") no-repeat;
  background-size: 100% 100%;
}

.course__testQuestion input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c2c4c6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course__testQuestion input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/dp/assets/css/../img/test/radio.png") no-repeat;
  background-size: 100% 100%;
}

.course__testQuestion label {
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
}

.course__rightAngleInfo {
  position: absolute;
  top: calc(-30px + (-85 - -30) * ((100vw - 320px) / (1920 - 320)));
  right: 0;
}

.course__rightAngleInfo h2 {
  font-size: 30px;
  font-weight: 700;
}

.course__rightAngleInfo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course__rightAngleInfo p {
  color: #c40026;
  margin: -8px 0 0 5px;
}

.course__rightAngleInfo img {
  width: 25px;
  height: 25px;
  margin: 2px 5px 0 0;
}

.course__testComplete .course__rightAngleInfo {
  top: calc(-20px + (-62 - -20) * ((100vw - 320px) / (1920 - 320)));
}

.course__testComplete .course__rightAngleInfo p {
  color: #1a985e;
}

.course__testComplete .course__rightAngleInfo .note {
  margin-left: 10px;
}

.failComplete .course__rightAngleInfo p {
  color: #c40026;
}

.good div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/dp/assets/css/../img/test/goodQuestion.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}

.good input[type="checkbox"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/checkGood.png") no-repeat;
}

.good input[type="radio"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/radioGood.png") no-repeat;
}

.fail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fail span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/dp/assets/css/../img/test/failQuestion.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}

.fail input[type="checkbox"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/checkFail.png") no-repeat;
}

.fail input[type="radio"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/radioFail.png") no-repeat;
}

/* useful page style */

.useful__packages {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #edeeee;
  padding: 100px 0 70px;
  text-align: center;
}

.useful__packages .swiper-container {
  margin-top: 20px;
}

.useful__packages .container {
  position: relative;
}

.useful__packages p {
  width: 80%;
  margin: 20px auto 0;
}

.useful__packages:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 80% 80%;
  position: absolute;
  top: 0;
  left: 0;
}

.useful__tabs {
  position: relative;
}

.useful__packagesItemTitle {
  width: 100%;
  height: auto;
  color: #fff;
  background: #283645;
  padding: 20px;
  text-transform: uppercase;
}

.useful__packagesItemTitle p {
  width: 100%;
  font-weight: 700;
  margin: 0;
}

.useful__packagesItemTitle h3 {
  font-weight: 300;
  margin: 0;
}

.useful__packagesItemContent {
  width: 100%;
  height: auto;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px;
  background: #fff;
}

.useful__packagesItemContent div {
  width: 100%;
}

.useful__packagesItemContent p {
  width: 100%;
  text-align: left;
  margin: 0;
}

.useful__packagesItemContentPayCards {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.useful__packagesItemContentPayCards img {
  height: 20px;
}

.useful__packagesItemContentSelect {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  position: relative;
}

.useful__packagesItemContentSelect option,
.useful__packagesItemContentSelect select {
  font-weight: 700;
}

.useful__packagesItemContentSelect select {
  border: none;
}

.useful__packagesItemContentSelect p {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #edeeee;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: right;
}

.useful__packagesItemContentSelect p:hover {
  background: #c2c4c6;
}

.useful__packagesItemContentSelect p:hover + .useful__packagesItemContentModal {
  display: block;
}

.useful__packagesItemContentModal {
  width: 160px !important;
  height: auto;
  padding: 10px;
  border: 1px solid #c2c4c6;
  z-index: 6;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8%, -100%);
  -ms-transform: translate(-8%, -100%);
  transform: translate(-8%, -100%);
  display: none;
}

.useful__packagesItemContentModal p {
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  height: auto;
  margin: 0;
  color: #c2c4c6;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.swiper-button-nextPack,
.swiper-button-prevPack {
  top: 65% !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  border-radius: 50%;
}

.swiper-button-nextPack:after,
.swiper-button-prevPack:after {
  font-size: 15px !important;
}

.useful__icon {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-92%, -35%);
  -ms-transform: translate(-92%, -35%);
  transform: translate(-92%, -35%);
}

/* media */

@media (min-width: 1340px) {
}

@media (max-width: 1340px) {
}

@media (max-width: 1230px) {
}

@media (max-width: 980px) {
  .mainBody .container {
    width: 100%;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:not(:last-child):before {
    right: calc(40px + (-70 - 40) * ((100vw - 320px) / (980 - 320)));
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:not(:first-child):before {
    right: calc(40px + (-70 - 40) * ((100vw - 320px) / (980 - 320)));
  }
}

@media (max-width: 950px) {
  .autoSchool__priceItems {
    display: none;
  }

  .autoSchool__priceSlider {
    display: block;
  }

  .swiper-button-nextPrice,
  .swiper-button-prevPrice {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .profile__myFavorite .swiper-button-nextFavorite,
  .profile__myFavorite .swiper-button-prevFavorite {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 899px) and (min-width: 615px) {
  .autoSchool__sliderInstructor .swiper-container {
    margin-left: calc(73px + (160 - 73) * ((100vw - 615px) / (899 - 615)));
  }
}

@media (max-width: 899px) {
  .autoSchool__sliderInstructor .swiper-container {
    width: 75% !important;
  }

  .course__testPassed span .note {
    margin: 0 10px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .course__testPassed .note {
    position: relative;
    top: 0;
    right: unset;
    left: 0;
    margin-bottom: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 850px) {
}

@media (max-width: 830px) {
  .profile__downloadWork div:nth-child(2) input {
    width: 40%;
  }
}

@media (max-width: 806px) {
  .autoSchool__categoryItem div:last-child img {
    display: none;
  }
}

@media (max-width: 736px) {
  .profile__practice {
    grid-template-columns: 1fr;
  }

  .blog__item {
    width: 100%;
  }

  .blog__itemBanner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog__itemBanner div {
    width: 100%;
  }

  .blog__itemBanner div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 700px) {
  .autoSchool__trainingItems {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .autoSchool__trainingItems .autoSchool__trainingItem {
    margin-top: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
  }

  .autoSchool__trainingItems .autoSchool__trainingItem p {
    margin-top: calc(-10px + (10 - -10) * ((100vw - 320px) / (700 - 320)));
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:not(:last-child):before {
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(2):before {
    display: none;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(2):after {
    content: "";
    width: 15px;
    height: 35px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow-down.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 140%);
    -ms-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%);
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(3):before {
    right: unset;
    left: -15%;
    -webkit-transform: translateX(-40%) rotate(180deg);
    -ms-transform: translateX(-40%) rotate(180deg);
    transform: translateX(-40%) rotate(180deg);
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .autoSchool__trainingItems:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:not(:first-child):before {
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(1):before {
    content: "";
    height: 15px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(2):before {
    display: none;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(2):after {
    content: "";
    width: 15px;
    height: 35px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow-down.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 140%);
    -ms-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%);
  }

  .autoSchool__trainingItems:last-child .autoSchool__trainingItem:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(3):before {
    display: none;
  }

  .autoSchool__trainingItems:last-child .autoSchool__trainingItem:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .autoSchool__trainingItem {
    width: 40%;
  }

  .autoSchool__trainingItem img {
    height: calc(150px + (200 - 150) * ((100vw - 320px) / (700 - 320)));
  }

  .swiper-button-nextPack,
  .swiper-button-prevPack {
    width: auto !important;
    height: auto !important;
    background: none;
    border-radius: 0;
  }

  .swiper-button-nextPack:after,
  .swiper-button-prevPack:after {
    font-size: 25px !important;
  }

  section.course__navButtons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.course__navButtons .button:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
  }

  section.course__navButtons .button:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .blog__detailsAbout div:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 686px) {
  .blog__aboutAuthor {
    display: block;
  }

  .blog__aboutAuthor div:first-child {
    width: auto;
    float: left;
    margin-bottom: 10px;
  }

  .blog__aboutAuthor div {
    width: 100%;
    margin-right: 0;
  }

  .profile__question {
    width: 200px !important;
  }

  .profile__myDocument .profile__inputItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__myDocument .profile__inputItem input {
    width: 80%;
    margin-top: 5px;
  }

  .profile__myDocument .profile__inputItem div {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  div.profile__calendarGridTask {
    padding-left: 5px;
  }

  div.profile__calendarGridTask div img {
    display: none;
  }
}

@media (max-width: 670px) {
  .footer__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }

  .footer__info p {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: pre;
  }

  .footer__info p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }

  .footer__info p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 641px) {
  .autoSchool__categoryItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .autoSchool__categoryItem div {
    width: 100%;
  }

  .autoSchool__categoryItem div:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .autoSchool__categoryItem div:last-child a,
  .autoSchool__categoryItem div:last-child p {
    width: 100%;
    margin-left: 0;
  }

  .profile__coursesString span {
    width: 100%;
  }

  .profile__coursesString span:last-child a:first-child {
    margin-left: 0;
    margin-top: 5px;
  }

  .profile__coursesString span:last-child a:last-child {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .course__testComplete .course__rightAngleInfo {
    position: relative;
    margin-bottom: 20px;
  }

  .course__testComplete .course__rightAngleInfo div p {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (641 - 320)));
  }
}

@media (max-width: 615px) {
  .autoSchool__sliderInstructor .swiper-container {
    margin-left: calc(40px + (186 - 40) * ((100vw - 320px) / (615 - 320)));
  }
}

@media (max-width: 614px) {
  .profile__notificationsMessageTitle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__notificationsMessageTitle .profile__people {
    width: 100%;
    margin-bottom: 10px;
  }

  .autoSchool__sliderInstructor .swiper-container {
    width: 240px !important;
  }

  .autoSchool__video iframe {
    width: 100%;
    height: 200px;
  }

  .autoSchool__video div {
    width: 100%;
    margin-top: 10px;
  }

  .bannerUpPage__content p {
    width: 100%;
  }

  .useful__packages p {
    width: 100%;
  }

  .useful__packagesItemContentSelect p {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 580px) {
  .profile__myTrainingItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__myTrainingItem img {
    margin-bottom: 20px;
  }

  .profile__myTrainingItemContent span img {
    margin-bottom: 0;
  }

  .profile__downloadWork div:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile__downloadWork div:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .profile__downloadWork div:nth-child(2) a {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .profile__downloadWork div:nth-child(2) input {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 75%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 75%;
  }
}

@media (max-width: 531px) {
  .profile__inputItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__inputItem input {
    width: 100%;
    margin-top: 5px;
  }

  .course__testPassed {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course__testPassed .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .course__testPassed div {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .profile__navButtons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile__navButtons a {
    margin-right: 0;
    width: 49%;
  }

  section.course__navButtons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  section.course__navButtons .button p {
    display: none;
  }

  section.course__navButtons .button:not(:nth-child(2)) {
    width: 40px;
  }

  section.course__navButtons .button:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (500 - 320)));
  }

  section.course__navButtons .button:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /*.leaflet-popup {display: none;}*/
}

@media (max-width: 480px) {
  .profile__downloadWork div:nth-child(2) input {
    width: 70%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 70%;
  }

  .profile__calendarNav div:last-child p {
    display: none;
  }

  .course__rightAngleInfo {
    position: relative;
    margin-bottom: 20px;
  }

  .blog__filter p {
    font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (480 - 320)));
  }

  .blog__filter img {
    display: none;
  }

  .blog__sort {
    width: calc(180px + (300 - 180) * ((100vw - 320px) / (480 - 320)));
    font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (480 - 320)));
  }
}

@media (max-width: 400px) {
  .blog__aboutAuthor div:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog__itemBoxTitle {
    width: 100%;
  }

  .blog__itemBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog__itemBox img {
    height: 150px;
    margin: 0 auto;
  }

  .profile__navButtons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile__navButtons a {
    margin-right: 0;
    width: 100%;
  }

  .profile__question {
    left: 30%;
  }

  .profile__myDocument .profile__question {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .profile__downloadWork div:nth-child(4) a {
    width: 100%;
  }

  .profile__downloadWork div:nth-child(2) input {
    width: 60%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 60%;
  }
}

@media (max-width: 379px) {
  .bannerUpPage__content div a {
    margin-top: 10px;
    margin-top: 0;
  }

  .blog__itemTitle div:last-child span:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog__itemTitle div:last-child span:first-child p:last-child {
    margin-left: 0px;
  }
}

@media (max-width: 336px) {
  .header__logo {
    left: 2px;
  }
}

/* auto_dp start */

/* main style */

.sub-nav-container {
  transform: translateY(calc(200% - 5px));
  transform: translateY(calc(000% - 5px));
}

.sub-nav-container img {
  /* width: 20px;
  height: 20px; */
}

@media (min-width: 960px) {
  header {
    /* position: fixed !important; */
  }
}

.mainBody .auto_styles {
  font-family: "Open Sans", sans-serif;
  /* padding-top: 100px; */
  /* text style */
}

.mainBody .auto_styles .container {
  width: 940px;
  height: auto;
  /* padding: 0 20px; */
  margin: 0 auto;
}

.mainBody .auto_styles main {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mainBody .auto_styles section {
  /* margin-top: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320))); */
}

.mainBody .auto_styles .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px;
  background: #c40026;
  border: 2px solid #c40026;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mainBody .auto_styles .button.grey {
  background: #c2c4c6;
  border-color: #c2c4c6;
}

.mainBody .auto_styles .button p {
  font-weight: 700;
}

.mainBody .auto_styles .button:hover {
  background: #fff;
  color: #c40026;
  -webkit-box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
}

.mainBody .auto_styles .button:active {
  -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}

.mainBody .auto_styles .underlinedLink {
  color: #c40026;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mainBody .auto_styles .underlinedLink:hover {
  color: #5e6874;
}

.mainBody .auto_styles .mainTab {
  -webkit-perspective: 400px;
  perspective: 400px;
  position: relative;
}

.mainBody .auto_styles .mainTab:not(:last-child) .mainTab__title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainBody .auto_styles .mainTab.mainTab__open .mainTab__content {
  height: auto;
  -webkit-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  opacity: 1;
  padding: 20px;
}

.mainBody .auto_styles .mainTab.mainTab__open .mainTab__title img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .auto_styles .mainTab .mainTab__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateX(90deg) scale(0);
  transform: rotateX(90deg) scale(0);
  padding: 0 20px;
}

.mainBody .auto_styles .mainTab .mainTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}

.mainBody .auto_styles .mainTab .mainTab__title h3 {
  margin: 0;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.mainBody .auto_styles .mainTab .mainTab__title img {
  margin-left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mainBody .auto_styles .miniTab {
  -webkit-perspective: 400px;
  perspective: 400px;
  position: relative;
}

.mainBody .auto_styles .miniTab:not(:last-child) .miniTab__title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainBody .auto_styles .miniTab.miniTab__open .miniTab__content {
  height: auto;
  -webkit-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  opacity: 1;
  padding: 20px 0 0 0;
}

.mainBody .auto_styles .miniTab.miniTab__open .profile__NoAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainBody .auto_styles .miniTab.miniTab__open .miniTab__title img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .auto_styles .miniTab .miniTab__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateX(90deg) scale(0);
  transform: rotateX(90deg) scale(0);
  padding: 0 20px;
}

.mainBody .auto_styles .miniTab .miniTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}

.mainBody .auto_styles .miniTab .miniTab__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mainBody .auto_styles .miniTab .miniTab__title span svg {
  width: 31px;
  height: 28px;
  fill: #c40026;
  margin-right: 10px;
}

.mainBody .auto_styles .miniTab .miniTab__title img {
  margin-left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mainBody .auto_styles .line {
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
}

.mainBody .auto_styles .line:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainBody .auto_styles h1 {
  font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
  color: #c40026;
  font-weight: 400;
  margin-bottom: 10px;
}

.mainBody .auto_styles h2 {
  font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
  color: #c40026;
  font-weight: 300;
}

.mainBody .auto_styles h3 {
  /* font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px; */
}

.mainBody .auto_styles p {
  /* font-size: 14px;
	font-weight: 400; */
  /* line-height: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320))); */
}

.mainBody .auto_styles p.big {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.mainBody .auto_styles p span {
  font-weight: 700;
}

.bannerUpPage__content p {
  width: 80%;
  margin: 0 auto;
}

.bannerUpPage__content div {
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start; */
}

.bannerUpPage__content div a {
  /* width: 50px;*/
  /* height: auto; */
  /* margin-left: 20px; */
  /* -webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;  */
}

.bannerUpPage__content div a:hover {
  /* -webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg); */
}

.bannerUpPage__content div img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.bannerUpPage__content h3 {
  padding: 5px 20px;
  color: #fff;
  background: #5e6874;
  border-radius: 30px;
  margin-bottom: 0;
}

/* sliders */

/* .swiper-container {
	width: 90% !important;
} */

.swiper-button-next,
.swiper-button-prev {
  color: #c2c4c6 !important;
  top: 37% !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #5e6874 !important;
}

.swiper-button-next:active {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.swiper-button-prev:active {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

/* circle background */

.circleGreen {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1a985e;
}

.circleRed {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c40026;
}

.circleYellow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffc600;
}

.circleNoneColor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #283645;
}

/* note profile-courses */

.note {
  padding: 5px;
  text-align: right;
  color: #c2c4c6;
}

.noteGreen {
  color: #1a985e;
  background: #e8f4ef;
}

.noteRed {
  color: #c40026;
  background: #f9e5e9;
}

.noteYellow {
  color: #ffc600;
  background: #fff9e5;
}

.noteBlue {
  color: #2589ec;
  background: #e5eff9;
}

/* auto school page style */

.autoSchool__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoSchool__video h3 {
  text-align: left;
}

.autoSchool__video iframe {
  width: 45%;
  height: auto;
}

.autoSchool__video div {
  width: 50%;
  height: auto;
}

.autoSchool__recording {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.autoSchool__recording button {
  width: 275px;
  height: 60px;
  font-weight: bold;
  margin-top: 20px;
}

.autoSchool__sliderCars {
  position: relative;
}

.autoSchool__sliderCars img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .autoSchool__sliderCars,
  .autoSchool__sliderInstructor,
  .autoSchool__priceSlider {
    width: 100vw !important;
  }
}

.autoSchool__sliderInstructor {
  position: relative;
}

.autoSchool__sliderInstructor img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

.autoSchool__sliderInstructor .swiper-button-next,
.autoSchool__sliderInstructor .swiper-button-prev {
  top: 50% !important;
}

.autoSchool__WhereAreWe {
  width: 100%;
  height: auto;
}

.autoSchool__map {
  width: 100%;
  height: calc(300px + (600 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__map .leaflet-popup-tip-container {
  display: none;
}

.autoSchool__map .dg-popup_hidden_true {
  display: block;
}

.autoSchool__map .leaflet-popup-content-wrapper {
  background: #fff;
  border-radius: 15px;
  color: #283645;
}

.autoSchool__map .leaflet-popup-close-button {
  font-size: 28px !important;
  color: #c3c3c3 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: 5px !important;
  top: 5px !important;
}

.autoSchool__map .leaflet-popup-close-button:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.autoSchool__map .leaflet-popup {
  left: 80px !important;
  bottom: -30px !important;
}

.autoSchool__popupMap {
  padding: 15px 0;
}

.autoSchool__popupMap a {
  margin-top: 10px;
}

.autoSchool__popupMap h3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__popupMap h3:first-child {
  margin-bottom: 0;
}

.autoSchool__categoryItem {
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__categoryItem:last-child:after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.autoSchool__categoryItem:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.autoSchool__categoryItem .big {
  font-weight: 700;
}

.autoSchool__categoryItem p {
  max-width: 380px;
}

.autoSchool__categoryItem div:last-child {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__categoryItem div:last-child p {
  margin-left: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__categoryItem div:last-child a {
  margin-left: calc(40px + (180 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.autoSchool__categoryItem div:last-child img {
  width: auto;
  height: 50px;
  opacity: 0.1;
}

.autoSchool__price .underlinedLink {
  margin-top: 20px;
}

.autoSchool__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.autoSchool__training h3 {
  margin-bottom: 0;
}

.autoSchool__trainingItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoSchool__trainingItems:first-child
  .autoSchool__trainingItem:not(:last-child):before {
  content: "";
  width: 61px;
  height: 15px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: -50%;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

.autoSchool__trainingItems:first-child
  .autoSchool__trainingItem:last-child:after {
  content: "";
  width: 61px;
  height: 15px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50px) rotate(90deg);
  -ms-transform: translate(-50%, 50px) rotate(90deg);
  transform: translate(-50%, 50px) rotate(90deg);
}

.autoSchool__trainingItems:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.autoSchool__trainingItems:last-child
  .autoSchool__trainingItem:not(:first-child):before {
  content: "";
  width: 61px;
  height: 15px;
  background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: -50%;
  -webkit-transform: translateX(40%) rotate(180deg);
  -ms-transform: translateX(40%) rotate(180deg);
  transform: translateX(40%) rotate(180deg);
}

.autoSchool__trainingItem {
  width: 140px;
  margin-top: 60px;
  position: relative;
}

.autoSchool__trainingItems:last-child .autoSchool__trainingItem {
  margin-top: 90px;
}

.autoSchool__trainingItem img {
  width: 100%;
  height: auto;
}

.autoSchool__trainingItem p {
  text-align: center;
  font-weight: 700;
  line-height: 15px;
  margin-top: 10px;
}

.autoSchool__priceItems {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.autoSchool__priceItem {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 465px;
  border: 1px solid #c2c4c6;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.autoSchool__priceItem img {
  width: 80%;
  height: 130px;
  margin-bottom: 10px;
}

.autoSchool__priceItem a {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

.autoSchool__priceItem p {
  line-height: 18px;
}

.autoSchool__priceItemDiv {
  margin-top: 30px;
}

.autoSchool__priceItemDiv div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.autoSchool__priceItemDiv div p {
  font-size: 13px;
  line-height: 20px;
  color: #8b8b90;
}

.autoSchool__priceItemDiv div input {
  display: none;
}

.autoSchool__priceItemDiv div input:checked ~ label:after {
  opacity: 1;
}

.autoSchool__priceItemDiv div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.autoSchool__priceItemDiv div label {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  display: block;
  cursor: pointer;
  position: relative;
}

.autoSchool__priceItemDiv div label:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: #c2c4c6;
  position: absolute;
  top: 0;
  left: 0;
}

.autoSchool__priceItemDiv div label:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: #ffc600;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.autoSchool__priceItemDiv div label:hover:after,
.autoSchool__priceItemDiv div label:hover ~ label:after {
  opacity: 1;
}

.autoSchool__priceItemDiv .big {
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.autoSchool__priceItemDiv .salePrice {
  color: #c40026;
}

.autoSchool__priceItemDiv .salePrice span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  font-size: 13px;
  line-height: 20px;
  text-decoration: line-through;
  color: #8b8b90;
}

.autoSchool__priceItemHeart {
  width: 31px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}

.autoSchool__priceItemHeart.autoSchool__like svg {
  fill: #c40026;
}

.autoSchool__priceItemHeart svg {
  fill: #fff;
  stroke: #c2c4c6;
  stroke-linejoin: round;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.autoSchool__priceItemHeart svg:hover {
  stroke: #c40026;
  -webkit-filter: drop-shadow(0 1px 3px #c40026);
  filter: drop-shadow(0 1px 3px #c40026);
}

.autoSchool__priceItemSale {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: #c40026;
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 15px;
}

.autoSchool__priceSlider {
  display: none;
  position: relative;
}

.autoSchool__priceSlider .autoSchool__priceItem {
  width: 90%;
  margin: 0 auto;
}

.autoSchool__priceSlider .autoSchool__priceItem img {
  width: 113px;
}

.swiper-button-nextPrice,
.swiper-button-prevPrice {
  display: none !important;
  top: 50% !important;
}

/* profile page style */

.profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile section {
  margin: 0;
}

.profile .container:not(:last-child) .mainTab__title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile__myData button {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.profile__inputItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.profile__inputItem input {
  width: 280px;
  padding: 5px 10px;
  border: 1px solid #c2c4c6;
}

.profile__inputItem p {
  font-weight: 700;
  margin-right: 20px;
  width: 200px;
}

.profile__myDocument .profile__question {
  width: 200px;
  padding: 10px;
  border: 1px solid #c2c4c6;
  color: #c2c4c6;
  z-index: 5;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-35%, 20%);
  -ms-transform: translate(-35%, 20%);
  transform: translate(-35%, 20%);
  display: none;
}

.profile__myDocument .profile__inputItem p {
  width: 240px;
}

.profile__myDocument .profile__inputItem div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myDocument .profile__inputItem div p {
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 0 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.profile__myDocument .profile__inputItem div p:nth-child(2) {
  background: #c40026;
}

.profile__myDocument .profile__inputItem div p:nth-child(2):hover {
  background: #f9e5e9;
}

.profile__myDocument .profile__inputItem div p:nth-child(3) {
  background: #edeeee;
}

.profile__myDocument
  .profile__inputItem
  div
  p:nth-child(3):hover
  + .profile__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__myDocumentNotSuccessDoc {
  color: #c40026;
}

.profile__myDocumentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile__myOrder .autoSchool__priceItem {
  min-height: 470px !important;
}

.profile__myDocumentBoxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 20px;
}

.profile__myDocumentBoxItem a {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background: #ebebeb;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}

.profile__myDocumentBoxItem a:hover {
  background: #c2c4c6;
}

.profile__myDocumentBoxItem span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myDocumentBoxItem span img {
  width: auto;
  height: 60px;
}

.profile__myDocumentBoxItem span p {
  font-size: 12px;
  color: #96969a;
  text-align: center;
}

.profile__myTrainingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #c2c4c6;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 20px;
}

.profile__myTrainingItem img {
  width: 113px;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto 30px auto 0;
}

.profile__myTrainingItemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myTrainingItemContent div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.profile__myTrainingItemContent h3 {
  text-align: left;
}

.profile__myTrainingItemContent span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 0 0;
}

.profile__myTrainingItemContent span img {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

.profile__myTrainingItemContent span p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c40026;
  margin-right: 20px;
}

.profile__myTrainingAddCourse {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__myTrainingAddCourse h3 {
  font-weight: 400;
  text-align: left;
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin: auto 0;
}

.profile__myTrainingAddCourse a {
  width: calc(100px + (220 - 100) * ((100vw - 320px) / (1920 - 320)));
  height: calc(100px + (220 - 100) * ((100vw - 320px) / (1920 - 320)));
  margin-right: calc(5px + (30 - 5) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #edeeee;
  border-radius: 25px;
  color: #283645;
  padding: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myTrainingAddCourse a:hover {
  background: #c2c4c6;
}

.profile__myTrainingAddCourse a p:first-child {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}

.profile__myFavorite .autoSchool__priceItemHeart {
  width: 20px;
  height: 20px;
  background: #fff;
}

.profile__myFavorite .autoSchool__priceItemHeart img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavorite .autoSchool__priceItemHeart img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__myFavorite .big {
  font-weight: 700;
}

.profile__myFavorite .swiper-button-nextFavorite,
.profile__myFavorite .swiper-button-prevFavorite {
  display: none !important;
  top: 50% !important;
}

.profile__myFavorite .autoSchool__priceItem {
  min-height: 450px !important;
}

.profile__myFavorite .swiper-button-nextFavorite {
  right: 0 !important;
}

.profile__myFavorite .swiper-button-prevFavorite {
  left: 0 !important;
}

.profile__myFavorite .autoSchool__priceItem {
  padding: 20px;
}

.profile__myFavoriteString {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.profile__myFavoriteString span {
  width: 70%;
}

.profile__myFavoriteString a:nth-child(2) {
  color: #c40026;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavoriteString a:nth-child(2):hover {
  color: #f9e5e9;
}

.profile__myFavoriteString a:nth-child(3) {
  width: 20px;
  height: 20px;
}

.profile__myFavoriteString a:nth-child(3) img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__myFavoriteString a:nth-child(3):hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__popupWrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.profile__popupWrapper.profilePopupWrapperOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__popup {
  width: 300px;
  height: 450px;
  border-radius: 25px;
  background: #fff;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}

.profile__popup h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.profile__popupBox {
  width: 100%;
  height: 210px;
  margin-top: 20px;
  overflow-y: auto;
}

.profile__popupBox span {
  text-align: left;
  color: #283645;
}

.profile__popupBox span p {
  line-height: 20px;
}

.profile__popupBox a {
  width: 97%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__popupBox a:hover {
  background: #ebebeb;
}

.profile__popupClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.profile__popupClose img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__popupClose img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.profile__navButtons {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile__navButtons .active {
  background: #fff !important;
  color: #c40026 !important;
  -webkit-box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
}

.profile__navButtons span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #c40026;
  color: #fff;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 20px;
}

.profile__navButtons a {
  width: 23%;
  color: #283645 !important;
  font-weight: 700;
  text-transform: none !important;
  background: #ebebeb !important;
}

.profile__navButtons a:hover {
  background: #fff !important;
  color: #c40026 !important;
}

.profile__coursesString {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
}

.profile__coursesString:hover {
  background: #edeeee;
}

.profile__coursesString a {
  margin-left: 25px;
}

.profile__coursesString span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__coursesString span img {
  width: 20px;
  margin-right: 10px;
}

.profile__courses .miniTab__title span:last-child span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background: #1a985e;
  margin-left: 10px;
}

.profile__courses .miniTab__title span:last-child svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin: 0;
}

.profile__NoAccess {
  width: calc(80px + (250 - 80) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(20%, -30%);
  -ms-transform: translate(20%, -30%);
  transform: translate(20%, -30%);
  display: none;
  text-align: center;
}

.profile__NoAccess img {
  width: calc(60px + (130 - 60) * ((100vw - 320px) / (1920 - 320)));
  height: calc(60px + (130 - 60) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 10px;
}

.profile__patent {
  padding: 0 20px;
}

.profile__patent .big:not(:first-child) {
  margin-top: 20px;
}

.profile__downloadWork {
  margin-top: 20px;
  position: relative;
}

.profile__downloadWork div:nth-child(2) {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__downloadWork div:nth-child(2) input {
  width: 43%;
  padding: 8px 10px;
  border: 1px solid #c2c4c6;
}

.profile__downloadWork div:nth-child(2) a {
  color: #5e6874;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__downloadWork div:nth-child(2) a:hover {
  color: #c40026;
}

.profile__downloadWork div:nth-child(2) a span {
  font-size: 35px;
  margin-right: 5px;
  font-weight: 300;
}

.profile__downloadWork div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
}

.profile__downloadWork div:nth-child(3) p {
  color: #c2c4c6;
}

.profile__downloadWork div:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 5px;
}

.profile__downloadWork div:nth-child(3) svg {
  width: auto;
  height: 20px;
  margin-left: 5px;
  stroke: #c40026;
}

.profile__downloadWork div:nth-child(4) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.profile__downloadWork div:nth-child(4) a {
  width: 200px;
}

.profile__workTitle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.profile__workWork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px;
  background: #fafafa;
  margin-top: 10px;
}

.profile__workWork img {
  height: 40px;
}

.profile__workWork p {
  margin-left: 10px;
}

.profile__workWork p:nth-child(2) {
  color: #2589ec;
}

.profile__workWork p:nth-child(3) {
  color: #c2c4c6;
}

.profile__workNotificat {
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #c2c4c6;
  margin: 10px 0;
}

.profile__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.profile__people div {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__people div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  border-radius: 50%;
  background: #edeeee;
  position: relative;
}

.profile__people div:first-child .circleRed {
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile__people div:first-child h3 {
  margin: 0;
  font-weight: 400;
  font-size: 35px;
  color: #c2c4c6;
  text-transform: uppercase;
}

.profile__people div p:first-child {
  color: #283645;
}

.profile__people div p:last-child {
  font-size: 13px;
  color: #c2c4c6;
}

.profile__people img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__workMessageMess {
  padding: 20px;
  width: 100%;
  background: #edeeee;
  margin-top: 10px;
}

.profile__practice {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.profile__practice div {
  background: #edeeee;
  min-height: 100px;
  padding: 10px;
}

.profile__practiceTask {
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 25px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  color: #283645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__practiceTask:hover {
  -webkit-box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 10px 10px 0 rgba(34, 60, 80, 0.2);
}

.profile__practiceTask .big {
  font-weight: 700;
}

.profile__practiceTask.test:hover {
  background: #e5eff9;
}

.profile__practiceTask.test .big {
  color: #2589ec;
}

.profile__practiceTask.task:hover {
  background: #fff9e5;
}

.profile__practiceTask.task .big {
  color: #ffc600;
}

.profile__practiceTask .profile__practiceTaskLine {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.profile__practiceTask span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.profile__practiceTask span p {
  line-height: 20px;
}

.profile__practiceTask span img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.profile__practiceCheck .profile__practiceTaskLine {
  background: #ffc600;
}

.profile__practiceRevision .profile__practiceTaskLine {
  background: #c40026;
}

.profile__practiceReady .profile__practiceTaskLine {
  background: #1a985e;
}

.profile__notificationsMessage {
  margin-top: 30px;
}

.profile__notificationsMessage.oldMessage {
  opacity: 0.3;
}

.profile__notificationsMessage.oldMessage .circleRed {
  display: none;
}

.profile__notificationsMessageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile__notificationsMessageTitle p {
  color: #c2c4c6;
}

.profile__notificationsMessageText .big {
  font-weight: 700;
  margin-top: 20px;
}

.profile__notificationsMessageText li {
  list-style-type: disc;
  margin-left: 20px;
}

.profile__calendarGrid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: 0.3fr repeat(5, 1fr);
}

.profile__calendarGrid .profile__calendarGridNextAndBackMonth {
  opacity: 0.2;
}

.profile__calendarGrid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #c2c4c6;
  min-height: 80px;
  position: relative;
}

.profile__calendarGrid span {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 5;
  padding: 1px 7px;
  background: #fff;
  border-radius: 50%;
}

div.profile__calendarGridDaysWeek {
  height: 30px;
  background: #edeeee;
  padding: 2px 5px;
  min-height: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile__calendarNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.profile__calendarNav div:first-child p {
  color: #c2c4c6;
}

.profile__calendarNav div:first-child h3 {
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.profile__calendarNav div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

.profile__calendarNav div:last-child a:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__calendarNav div:last-child a:nth-child(2):active {
  -webkit-transform: rotate(180deg) translateX(5px);
  -ms-transform: rotate(180deg) translateX(5px);
  transform: rotate(180deg) translateX(5px);
}

.profile__calendarNav div:last-child a:nth-child(3) {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile__calendarNav div:last-child a:nth-child(3):active {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.profile__calendarNav div:last-child p {
  margin-right: 15px;
}

div.profile__calendarGridTask {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
  min-height: 0;
  padding: 5px 5px 5px 10px;
  background: #e5eff9;
  position: relative;
  border-top: 1px solid #fff;
}

div.profile__calendarGridTask p {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
}

div.profile__calendarGridTask span {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2589ec;
  border-radius: 0;
  padding: 0;
}

div.profile__calendarGridTask div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  border: none;
  min-height: 0;
  overflow: hidden;
}

div.profile__calendarGridTask div p {
  width: 100%;
  font-weight: 700;
}

div.profile__calendarGridTask div img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

/* blog page style */

/* course page style */

section.course__navButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
}

section.course__navButtons .button {
  width: 220px;
  background: #edeeee !important;
  color: #283645;
  font-weight: 700;
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
}

section.course__navButtons .button img {
  height: 15px;
  margin: 2px 3px 0;
}

section.course__navButtons .button:nth-child(1) img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.course__navButtons .button:not(:first-child) {
  margin-left: 20px;
}

.course__title p {
  font-size: 18px;
  font-weight: 700;
}

.course__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -15px;
}

.course__navigation {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course__navigation img {
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.course__navigation a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
  color: #283645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.course__navigation a:hover,
.course__navigation a.active {
  background: #edeeee;
  color: #c40026;
}

.course__navigation a:hover .cls-2,
.course__navigation a:hover .cls-1,
.course__navigation a.active .cls-2,
.course__navigation a.active .cls-1 {
  stroke: #c40026;
}

.course__navigation .cls-2,
.course__navigation .cls-1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.course__navigation svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.course__mainContent {
  width: 77%;
  padding-left: 10px;
}

.course__terms p:not(:first-child) {
  margin-top: 20px;
}

.course__materials li {
  margin-left: 20px;
  margin-top: 5px;
  color: #c40026;
}

.course__materials .big {
  font-weight: 700;
}

.course__materials .big:not(:first-child) {
  margin-top: 20px;
}

.course__presentation {
  width: 100%;
  height: auto;
}

.course__presentation .course__presentationBox {
  width: 100%;
  height: auto;
  min-height: calc(300px + (400 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.course__lecture .big,
.course__webinar .big {
  font-weight: 700;
  margin-top: 20px;
}

.course__lecture form,
.course__webinar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.course__lecture textarea,
.course__webinar textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-top: 20px;
  resize: none;
  border: none;
  background: #edeeee;
}

.course__lecture button,
.course__webinar button {
  width: 150px;
  margin-top: 10px;
}

.course__lectureVideo {
  width: 100%;
  height: auto;
  min-height: calc(300px + (400 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.course__task .profile__downloadWork div:nth-child(2) input {
  width: 40%;
}

.course__task .line {
  margin: 20px 0;
}

.course__task ul li {
  list-style-type: disc;
}

.course__task li {
  margin-left: 40px;
}

.course__task .big {
  font-weight: 700;
}

.course__task .big:not(:first-child) {
  margin-top: 20px;
}

.course__teacherMessage .profile__workMessageMess {
  background: #e5eff9;
}

.course__teacherMessage .profile__people img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.course__teacherMessage .profile__people .note {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: auto 0 auto 20px;
  padding: 1px 5px 2px 5px;
}

.course__test span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.course__test img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.course__test a {
  width: 200px;
}

.course__testPassed {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.course__testPassed span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course__testPassed span p {
  color: #c40026;
}

.course__testPassed span .note {
  margin-left: 10px;
  position: unset;
}

.course__testPassed .note {
  position: absolute;
  top: -47px;
  right: 17%;
}

.course__testPassed .big {
  font-weight: 700;
  margin-bottom: 20px;
}

.course__testPassed .button {
  background: #1a985e;
  border-color: #1a985e;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.course__testPassed .button:hover {
  color: #1a985e;
}

.course__testPassed img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

.course__testFailed .underlinedLink {
  text-decoration: none;
}

.course__testFailed .course__testPassed .button {
  background: #c40026;
  border-color: #c40026;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.course__testFailed .course__testPassed .button:hover {
  background: #fff;
  color: #c40026;
}

.course__testQuestionBox {
  position: relative;
}

.course__testQuestionBox .button {
  width: 250px;
  margin-top: 20px;
}

.course__testQuestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
}

.course__testQuestion:not(:first-child) {
  padding-top: 15px;
}

.course__testQuestion:not(:last-child):before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, #edeeee),
    color-stop(70%, #edeeee),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #edeeee 30%,
    #edeeee 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.course__testQuestion .big {
  font-weight: 700;
}

.course__testQuestion input {
  display: none;
  position: relative;
}

.course__testQuestion input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c2c4c6;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course__testQuestion input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/dp/assets/css/../img/test/check.png") no-repeat;
  background-size: 100% 100%;
}

.course__testQuestion input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c2c4c6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course__testQuestion input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/dp/assets/css/../img/test/radio.png") no-repeat;
  background-size: 100% 100%;
}

.course__testQuestion label {
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
}

.course__rightAngleInfo {
  position: absolute;
  top: calc(-30px + (-85 - -30) * ((100vw - 320px) / (1920 - 320)));
  right: 0;
}

.course__rightAngleInfo h2 {
  font-size: 30px;
  font-weight: 700;
}

.course__rightAngleInfo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course__rightAngleInfo p {
  color: #c40026;
  margin: -8px 0 0 5px;
}

.course__rightAngleInfo img {
  width: 25px;
  height: 25px;
  margin: 2px 5px 0 0;
}

.course__testComplete .course__rightAngleInfo {
  top: calc(-20px + (-62 - -20) * ((100vw - 320px) / (1920 - 320)));
}

.course__testComplete .course__rightAngleInfo p {
  color: #1a985e;
}

.course__testComplete .course__rightAngleInfo .note {
  margin-left: 10px;
}

.failComplete .course__rightAngleInfo p {
  color: #c40026;
}

.good div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/dp/assets/css/../img/test/goodQuestion.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}

.good input[type="checkbox"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/checkGood.png") no-repeat;
}

.good input[type="radio"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/radioGood.png") no-repeat;
}

.fail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fail span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/dp/assets/css/../img/test/failQuestion.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}

.fail input[type="checkbox"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/checkFail.png") no-repeat;
}

.fail input[type="radio"]:checked + label:after {
  background: url("/local/templates/dp/assets/css/../img/test/radioFail.png") no-repeat;
}

/* useful page style */

.useful__packages {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #edeeee;
  padding: 100px 0 70px;
  text-align: center;
}

.useful__packages .swiper-container {
  margin-top: 20px;
}

.useful__packages .container {
  position: relative;
}

.useful__packages p {
  width: 80%;
  margin: 20px auto 0;
}

.useful__packages:before {
  content: "";
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 80% 80%;
  position: absolute;
  top: 0;
  left: 0;
}

.useful__packagesItemTitle {
  width: 100%;
  height: auto;
  color: #fff;
  background: #283645;
  padding: 20px;
  text-transform: uppercase;
}

.useful__packagesItemTitle p {
  width: 100%;
  font-weight: 700;
  margin: 0;
}

.useful__packagesItemTitle h3 {
  font-weight: 300;
  margin: 0;
}

.useful__packagesItemContent {
  width: 100%;
  height: auto;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px;
  background: #fff;
}

.useful__packagesItemContent div {
  width: 100%;
}

.useful__packagesItemContent p {
  width: 100%;
  text-align: left;
  margin: 0;
}

.useful__packagesItemContentPayCards {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.useful__packagesItemContentPayCards img {
  height: 20px;
}

.useful__packagesItemContentSelect {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  position: relative;
}

.useful__packagesItemContentSelect option,
.useful__packagesItemContentSelect select {
  font-weight: 700;
}

.useful__packagesItemContentSelect select {
  border: none;
}

.useful__packagesItemContentSelect p {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #edeeee;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: right;
}

.useful__packagesItemContentSelect p:hover {
  background: #c2c4c6;
}

.useful__packagesItemContentSelect p:hover + .useful__packagesItemContentModal {
  display: block;
}

.useful__packagesItemContentModal {
  width: 160px !important;
  height: auto;
  padding: 10px;
  border: 1px solid #c2c4c6;
  z-index: 6;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8%, -100%);
  -ms-transform: translate(-8%, -100%);
  transform: translate(-8%, -100%);
  display: none;
}

.useful__packagesItemContentModal p {
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  height: auto;
  margin: 0;
  color: #c2c4c6;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.swiper-button-nextPack,
.swiper-button-prevPack {
  top: 65% !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  border-radius: 50%;
}

.swiper-button-nextPack:after,
.swiper-button-prevPack:after {
  font-size: 15px !important;
}

.useful__icon {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-92%, -35%);
  -ms-transform: translate(-92%, -35%);
  transform: translate(-92%, -35%);
}

/* media */

@media (max-width: 980px) {
  .mainBody .auto_styles .container {
    width: 100%;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:not(:last-child):before {
    right: calc(40px + (-70 - 40) * ((100vw - 320px) / (980 - 320)));
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:not(:first-child):before {
    right: calc(40px + (-70 - 40) * ((100vw - 320px) / (980 - 320)));
  }
}

@media (max-width: 950px) {
  .autoSchool__price {
    width: 100vw !important;
  }

  .autoSchool__price .swiper-container {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .autoSchool__priceItems {
    display: none;
  }

  .autoSchool__priceSlider {
    display: block;
  }

  .swiper-button-nextPrice,
  .swiper-button-prevPrice {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .profile__myFavorite .swiper-button-nextFavorite,
  .profile__myFavorite .swiper-button-prevFavorite {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 899px) {
  .autoSchool__sliderInstructor .swiper-container {
    width: 75% !important;
  }

  .course__testPassed span .note {
    margin: 0 10px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .course__testPassed .note {
    position: relative;
    top: 0;
    right: unset;
    left: 0;
    margin-bottom: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 830px) {
  .profile__downloadWork div:nth-child(2) input {
    width: 40%;
  }
}

@media (max-width: 806px) {
  .autoSchool__categoryItem div:last-child img {
    display: none;
  }
}

@media (max-width: 775px) {
  .profile__navButtons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .profile__navButtons a {
    margin-right: 10px;
    margin-top: 10px;
    width: 220px;
  }

  .course__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course__mainContent {
    width: 100%;
  }

  .course__navigation {
    width: 100%;
    height: 42px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-perspective: 400px;
    perspective: 400px;
  }

  .course__navigation a:not(.active) {
    opacity: 0;
    -webkit-transform: translateZ(-100px) translateX(100%);
    transform: translateZ(-100px) translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .course__navigation.openCourseMenu {
    height: auto;
  }

  .course__navigation.openCourseMenu a:not(.active) {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }

  .course__navigation.openCourseMenu img {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .course__navigation a.active {
    padding: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .course__navigation a.active img {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .course__rightAngleInfo {
    top: 0;
  }

  .course__testComplete .course__rightAngleInfo {
    top: 0;
  }
}

@media (max-width: 736px) {
  .profile__practice {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .autoSchool__trainingItems {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .autoSchool__trainingItems:last-child .autoSchool__trainingItem,
  .autoSchool__trainingItems:first-child .autoSchool__trainingItem:nth-child(3),
  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(4) {
    margin-top: calc(60px + (90 - 60) * ((100vw - 320px) / (700 - 320)));
  }

  .autoSchool__trainingItems .autoSchool__trainingItem p {
    margin-top: calc(-10px + (10 - -10) * ((100vw - 320px) / (700 - 320)));
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:not(:last-child):before {
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(2):before {
    display: none;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:last-child:after {
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(2):after {
    content: "";
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    height: 15px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50px) rotate(90deg);
    -ms-transform: translate(-50%, 50px) rotate(90deg);
    transform: translate(-50%, 50px) rotate(90deg);
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(3):before {
    right: unset;
    left: -15%;
    -webkit-transform: translateX(-40%) rotate(180deg);
    -ms-transform: translateX(-40%) rotate(180deg);
    transform: translateX(-40%) rotate(180deg);
  }

  .autoSchool__trainingItems:first-child
    .autoSchool__trainingItem:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .autoSchool__trainingItems:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:not(:first-child):before {
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(1):before {
    content: "";
    height: 15px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    right: -15%;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(2):before {
    display: none;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(2):after {
    content: "";
    width: calc(40px + (60 - 40) * ((100vw - 320px) / (700 - 320)));
    height: 15px;
    background: url("/local/templates/dp/assets/css/../img/autoschool/arrow.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50px) rotate(90deg);
    -ms-transform: translate(-50%, 50px) rotate(90deg);
    transform: translate(-50%, 50px) rotate(90deg);
  }

  .autoSchool__trainingItems:last-child .autoSchool__trainingItem:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .autoSchool__trainingItems:last-child
    .autoSchool__trainingItem:nth-child(3):before {
    display: none;
  }

  .autoSchool__trainingItems:last-child .autoSchool__trainingItem:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .autoSchool__trainingItem {
    width: 40%;
  }

  .autoSchool__trainingItem img {
    height: calc(150px + (200 - 150) * ((100vw - 320px) / (700 - 320)));
  }

  .swiper-button-nextPack,
  .swiper-button-prevPack {
    width: auto !important;
    height: auto !important;
    background: none;
    border-radius: 0;
  }

  .swiper-button-nextPack:after,
  .swiper-button-prevPack:after {
    font-size: 25px !important;
  }

  section.course__navButtons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.course__navButtons .button:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
  }

  section.course__navButtons .button:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 686px) {
  .profile__question {
    width: 200px !important;
  }

  .profile__myDocument .profile__inputItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__myDocument .profile__inputItem input {
    width: 80%;
    margin-top: 5px;
  }

  .profile__myDocument .profile__inputItem div {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  div.profile__calendarGridTask {
    padding-left: 5px;
  }

  div.profile__calendarGridTask div img {
    display: none;
  }
}

@media (max-width: 641px) {
  .autoSchool__categoryItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .autoSchool__categoryItem div {
    width: 100%;
  }

  .autoSchool__categoryItem div:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .autoSchool__categoryItem div:last-child a,
  .autoSchool__categoryItem div:last-child p {
    width: 100%;
    margin-left: 0;
  }

  .profile__coursesString span {
    width: 100%;
  }

  .profile__coursesString span:last-child a:first-child {
    margin-left: 0;
    margin-top: 5px;
  }

  .profile__coursesString span:last-child a:last-child {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .course__testComplete .course__rightAngleInfo {
    position: relative;
    margin-bottom: 20px;
  }

  .course__testComplete .course__rightAngleInfo div p {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (641 - 320)));
  }
}

@media (max-width: 614px) {
  .profile__notificationsMessageTitle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__notificationsMessageTitle .profile__people {
    width: 100%;
    margin-bottom: 10px;
  }

  .autoSchool__sliderInstructor .swiper-container {
    width: 240px !important;
  }

  .autoSchool__video iframe {
    width: 100%;
    height: 200px;
  }

  .autoSchool__video div {
    width: 100%;
    margin-top: 10px;
  }

  .bannerUpPage__content p {
    width: 100%;
  }

  .useful__packages p {
    width: 100%;
  }

  .useful__packagesItemContentSelect p {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 580px) {
  .profile__myTrainingItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__myTrainingItem img {
    margin-bottom: 20px;
  }

  .profile__myTrainingItemContent span img {
    margin-bottom: 0;
  }

  .profile__downloadWork div:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile__downloadWork div:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .profile__downloadWork div:nth-child(2) a {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .profile__downloadWork div:nth-child(2) input {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 75%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 75%;
  }
}

@media (max-width: 550px) {
  .profile__myFavoriteString a:nth-child(3) {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .profile__myFavoriteString span {
    width: 90%;
  }
}

@media (max-width: 531px) {
  .profile__inputItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__inputItem input {
    width: 100%;
    margin-top: 5px;
  }

  .course__testPassed {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course__testPassed .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .course__testPassed div {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .profile__navButtons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile__navButtons a {
    margin-right: 0;
    width: 49%;
  }

  section.course__navButtons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  section.course__navButtons .button p {
    display: none;
  }

  section.course__navButtons .button:not(:nth-child(2)) {
    width: 40px;
  }

  section.course__navButtons .button:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (500 - 320)));
  }

  section.course__navButtons .button:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 480px) {
  .profile__downloadWork div:nth-child(2) input {
    width: 70%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 70%;
  }

  .profile__calendarNav div:last-child p {
    display: none;
  }

  .course__rightAngleInfo {
    position: relative;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .profile__navButtons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile__navButtons a {
    margin-right: 0;
    width: 100%;
  }

  .profile__question {
    left: 30%;
  }

  .profile__myDocument .profile__question {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .profile__downloadWork div:nth-child(4) a {
    width: 100%;
  }

  .profile__downloadWork div:nth-child(2) input {
    width: 60%;
  }

  .course__task .profile__downloadWork div:nth-child(2) input {
    width: 60%;
  }
}

@media (max-width: 379px) {
  .bannerUpPage__content div a {
    margin-top: 10px;
    margin-top: 0;
  }
}

.mainBody .auto_styles .top_description_blog {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 774px;
  width: 100%;
}

#cookie-body {
  display: none !important;
}

.mainBody .auto_styles .blog__filter.container {
  justify-content: flex-start;
  margin-top: 24px !important;
}

.custom-select__trigger {
  margin-left: 62px;
}

#buttonFilter p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
}

#buttonFilter img {
  width: 27px;
  height: 17px;
}

.custom-select__trigger span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
}

.blog__item {
  margin-top: 24px;
}

.autoSchool__priceItemHeart {
  position: absolute;
  top: 21px;
  right: 18px;
  width: 31px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-image: url(/local/templates/dp/assets/img/like_img.svg);
  width: 32px;
  height: 30px;
  background-size: contain;
}

.autoSchool__priceItemHeart.autoSchool__like {
  background-image: url(/local/templates/dp/assets/img/like_img_liked.png);
  width: 66px;
  height: 64px;
  right: 0px;
  top: 6px;
}

.blog__itemTitle .creator_page_date_list p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.creator_page_date_list {
  margin-bottom: 13px;
}

.blog__itemTitle .title_of_page_blog {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-width: 277px;
  width: 100%;
  display: block;
}

.blog__avatar {
  width: 54px;
  height: 54px;
  width: 60px;
  height: 60px;
}

.blog__itemTitle .calculator_block_likes p {
  color: #8b8b90;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.blog__itemTitle div:last-child span:first-child p:last-child {
  margin-left: 13px;
}

.socia_btns_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 120px;
  width: 100%;
}

.calculator_block_likes {
  display: flex;
  align-items: center;
}

.blog__itemTitle {
  padding-bottom: 19px;
}

.blog__itemTitle div:last-child {
  margin-top: 16px;
}

.blog__itemImg img,
.blog__itemImg iframe {
  border-radius: 24px;
}

.blog__blogDetails .block_pic_left_text h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.block_pic_left_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btn_send_blog {
  max-width: 160px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  text-transform: uppercase;
  font-family: "Open Sans";
}

.block_pic_left_text h3 {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.block_pic_left_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog__itemBanner div:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog__itemBox .pack_block_blog_mini {
  max-width: 181px;
  width: 100%;
  height: 212px;
}

.blog__itemBoxTitle .title_blog_mini {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog__itemBoxTitle .desk_blog_mini {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px;
}

.blog__item.blog__itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog__itemBoxTitle {
  max-width: 201px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog__item.blog__itemBox {
  padding-right: 28px;
  padding-left: 33px;
}

@media (max-width: 940px) {
  .blog__itemBox .pack_block_blog_mini {
    height: auto;
  }
}

@media (max-width: 940px) {
  .blog__itemBox .pack_block_blog_mini {
    display: none;
  }

  .blog__item.blog__itemBox {
    justify-content: center;
  }
}

.mob_css_bnr {
  display: none;
}

@media (max-width: 736px) {
  .blog__item {
    width: 100%;
  }

  .blog__itemBox .pack_block_blog_mini {
    display: block;
  }

  .blog__itemBanner {
    display: flex;
    flex-direction: column-reverse;
  }

  .desk_css_bnr {
    display: none;
  }

  .mob_css_bnr {
    display: block;
  }
}

@media (max-width: 480px) {
  .blog__filter img {
    display: block;
  }

  .blog__itemTitle .title_of_page_blog {
    max-width: 71%;
  }
}

@media (max-width: 550px) {
  .blog__item.blog__itemBox {
    display: flex;
    flex-direction: column;
  }

  .blog__itemBox .pack_block_blog_mini {
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .calculator_block_likes {
    display: flex;
    flex-direction: column;
  }

  .blog__itemTitle div:last-child span:first-child p:last-child {
    margin-left: 0;
    width: 100%;
  }
}

.btn_send_blog {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 2px solid #c40026;
}

.btn_send_blog:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
}

.custom-select__trigger {
  margin-left: 0;
}

.mainBody .auto_styles .title_filtr_sel {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.13px;
}

.custom-select {
  max-width: 275px;
  width: 100%;
  height: 48px;
}

.blog__titleDetails .bannerUpPage__content p {
  background-image: unset;
}

.autoSchool__priceItemHeart.like_nowrap.autoSchool__like {
  background-image: unset;
}

.autoSchool__priceItemHeart.like_nowrap {
  background-image: unset;
}

.bannerUpPage_content .bannerUpPage__content p {
  width: 100%;
  margin: 0 auto;
  margin-right: 10px;
}

.grey_btn_remake_all {
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c0c2c4;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 2px solid #c0c2c4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red_btn_done_filtr {
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 2px solid #c40026;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red_btn_done_filtr:hover {
  color: #c40026;
  background-color: #fff;
}

.grey_btn_remake_all:hover {
  background-color: #fff;
  color: #c40026;
}

.arrow_custom {
  position: relative;
  width: 36px;
  height: 26px;
}

.arrow_custom::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #c0c2c4;
  border-right: 2px solid #c0c2c4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.active.arrow_custom::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 10px;
}

.custom-select__trigger {
  padding-right: 10px;
}

.nolikesystem {
  background-image: none;
}

.block_like_and_back_to {
  position: relative;
}

.block_like_and_back_to {
  display: flex;
  align-items: center;
}

.block_like_and_back_to {
  max-width: 730px;
  height: 110px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: -27px;
  margin-bottom: 10px;
}

.description_block_like_left {
  width: 320px;
  height: 114px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20%;
  transform: translateX(20%);
  z-index: 10;
  top: 48px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.description_block_like_left.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.like-back-cnt {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.like_block_left_like_and_back_to {
  max-width: 248px;
  height: 28px;
  width: 100%;
  margin-left: 61px;
  position: relative;
}

.back_block_right_like_and_back_to {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.back_block_right_like_and_back_to a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.back_block_right_like_and_back_to img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.back_block_right_like_and_back_to p {
  color: #95959a;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.05px;
  margin: 0;
}

.inner_page.blog_detail {
  background-image: url(/local/templates/dp/assets/css/../img/top_detail_blog.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.inner_page.blog_detail h1 {
  padding-top: 260px;
  padding-top: 160px;
  padding-top: 200px;
}

.blog_detail_left_time {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 250px;
}

.blog_detail_left_time p {
  color: #c40026;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.01px;
  margin: 0;
}

.blog_detail_left_time img {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}

.blog_detail.inner_page .like_block_left_like_and_back_to {
  margin-left: 49px;
  margin-right: 30px;
}

.blog_detail.inner_page .block_like_and_back_to {
  max-width: 842px;
}

.block_under_title_description p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 754px;
}

.block_under_title_description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.block_text_detail_page_inner p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.video_block_detail_blog iframe {
  border-radius: 24px;
}

.play_why_we {
  display: flex;
  justify-content: center;
}

.block_video_dp {
  position: relative;
  max-width: 660px;
  width: 100%;
}

.you_tube {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 5;
}

.block_text_detail_page_inner h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

/* .big_container_block_img_slider{
	display: flex;
	justify-content: center;
	align-items: center;
  } */

/* .big_img_blog_slider .big_img_blog_slider{
	max-width: 660px;
	width: 100%;
  } */

.mini_container_img_slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini_container_img_slider .mini_blog_detail_slider {
  max-width: 432px;
}

/* .big_img_blog_slider img{
	max-width: 440px;
	object-fit: scale-down;
	max-height: 440px;
	object-position: 50% 50%;
	height: 440px;
	width: 100%;
	cursor: pointer;
  } */

.big_img_blog_slider {
  max-width: 600px;
}

.block_slider_detail_blog {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.big_container_block_img_slider {
  width: 600px;
  display: flex;
  flex-direction: column;
}

/* .mini_blog_detail_slider_item img{
	margin-left: 7px;
	margin-right: 7px;
  } */

.mini_blog_detail_slider_item img {
  padding: 12px 4px 13px 4px;
}

.mini_blog_detail_slider_item.slick-active.slick-current img {
  border-radius: 12px;
  border: 1px solid #d4d6d7;
}

.mini_container_img_slider .mini_blog_detail_slider {
  max-width: 492px;
}

.big_img_blog_slider .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.big_img_blog_slider .slick-prev {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_prev_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  left: -122px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.big_img_blog_slider .slick-next {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_next_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  right: -112px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.big_img_blog_slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}

.big_img_blog_slider .slick-dots button {
  font-size: 0;
}

.big_img_blog_slider .slick-dots li button {
  width: 72px;
  height: 6px;
  border-radius: 3px;
  background-color: #f2f3f3;
  border: none;
  margin-left: 9px;
  margin-right: 9px;
}

.big_img_blog_slider .slick-dots li.slick-active button {
  background-color: #c30026;
}

/* .mini_blog_detail_slider_item  img{
	width: 72px!important;
	height: 55px!important;
  } */

.mini_blog_detail_slider_item {
  width: 80px !important;
  height: 80px !important;
  display: flex !important;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
}

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

.tags_of_page_blog_item p {
  cursor: pointer;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #c40026;
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  /* padding: 10px 15px 9px 15px; */
}

.tags_of_page_blog {
  padding-top: 20px;
}

.tags_of_page_blog_item {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
}

.tags_of_page_blog_item:first-child {
  margin-left: 0;
}

.tags_of_page_blog_item:last-child {
  margin-right: 0;
}

.left_block_about_this_page_blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 567px;
  width: 100%;
}

.block_about_this_page_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left_block_about_this_page_blog p {
  color: #8b8b90;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  margin: 0;
}

.block_about_this_page_blog {
  margin-top: 53px;
  margin-bottom: 37px;
}

.right_block_about_this_page_blog {
  max-width: 120px;
  width: 100%;
}

.picture_left_pic_side_avtor img {
  border-radius: 50%;
  max-width: 200px;
  height: 200px;
  width: 100%;
}

.insta_left_pic_side_avtor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left_pic_side_avtor {
  max-width: 200px;
}

.insta_left_pic_side_avtor p {
  margin: 0;
  color: #96969a;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 15px;
  white-space: nowrap;
}

.picture_left_pic_side_avtor {
  margin-bottom: 20px;
}

.text_right_about_avtor p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.text_right_about_avtor b {
  font-weight: 700;
}

.title_right_about_avtor p {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.more_right_about_avtor p {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  text-decoration: underline;
}

.about_avtor_blog_page {
  display: flex;
  justify-content: space-between;
}

.right_about_avtor {
  max-width: 694px;
  width: 100%;
}

.title_block_coments_blog_page p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 46px;
}

.text_block_coments_blog_page_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}

.title_block_coments_blog_page_item p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.block_coments_blog_page_item:last-child .block_hr_detail_blog {
  display: none;
}

.title_contest_block_blog_page p {
  color: #c30026;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  /* text-decoration: underline; */
  margin: 0;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding-left: 23px;
  padding-right: 23px;
}

.title_contest_block_blog_page p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c30026;
  bottom: -5px;
  left: 0;
}

.contest_block_blog_page {
  border-radius: 24px;
  border: 2px solid #c30026;
  max-width: 940px;
  /* height: 142px; */
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
  padding-bottom: 49px;
}

.text_contest_block_blog_page p {
  color: #c30026;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.04px;
  margin: 0;
}

.text_contest_block_blog_page a {
  color: #c30026;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.04px;
  text-decoration: underline;
  margin: 0;
}

.text_contest_block_blog_page b {
  color: #c30026;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.05px;
  margin: 0;
}

.block_btn_link_ur_comment {
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 400px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #c30026;
  border: 2px solid #c30026;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.block_btn_link_ur_comment_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
}

.block_btn_link_ur_comment:hover {
  background-color: #fff;
  color: #c30026;
}

.how_u_like_that_block_container_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.how_u_like_that_block_container_item input {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.how_u_like_that_block_container_item label {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: left;
  letter-spacing: -0.05px;
  margin: 0;
  cursor: pointer;
}

.how_u_like_that_block_container_item:first-child {
  margin-bottom: 13px;
}

.title_how_u_like_that_block p {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.how_u_like_that_block {
  margin-top: 75px;
  margin-bottom: 68px;
}

.block_read_also_blog {
  margin-top: 68px;
  margin-bottom: 37px;
}

.block_read_also_blog_title p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 35px;
}

.block_read_also_blog_container p {
  color: #c30026;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  letter-spacing: -0.05px;
  margin: 0;
  cursor: pointer;
}

.block_bannerblog_detail {
  margin-top: 75px;
}

.block_bannerblog_detail p {
  margin-bottom: 0;
}

.title_block_download_blog_page p {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  margin-bottom: 9px;
}

.text_desk_block_download_blog_page p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.block_form_input_email_left {
  max-width: 640px;
  margin-right: 40px;
  width: 100%;
}

.block_form_input_email_left input {
  max-width: 640px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #96969a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 55px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 26px;
}

.block_form_input_email_right input {
  max-width: 260px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c40026;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.block_form_input_email_right input:hover {
  background-color: #fff;
  color: #c40026;
}

.block_form_input_email {
  display: flex;
  justify-content: space-between;
}

.block_form_input_email_right {
  max-width: 260px;
  width: 100%;
}

.block_form_input_email {
  margin-top: 31px;
}

.bot_text_soglashenie p {
  margin: 0;
  color: #aeafb2;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.11px;
  line-height: 14px;
}

.bot_text_soglashenie {
  margin-top: 17px;
}

.grey_block_download {
  background-color: #f2f3f3;
  padding: 55px;
  margin-top: 80px;
}

.socia_btns_blog img {
  cursor: pointer;
}

@media (max-width: 767px) {
  .block_video_dp img {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .blog_detail .block_like_and_back_to {
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .blog_detail_left_time {
    margin-bottom: 10px;
  }

  .blog_detail.inner_page .like_block_left_like_and_back_to {
    margin-left: 0;
    margin-right: 0;
  }

  .blog_detail .block_like_and_back_to .like-back-cnt {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .inner_page.blog_detail h1 {
    padding-top: 121px;
  }

  .blog_detail {
    margin-top: -24px;
  }
}

@media (max-width: 565px) {
  .block_text_detail_page_inner h3 {
    margin-top: 56px;
  }

  .second_inner_text p b:first-child {
    width: 100%;
    display: block;
    text-align: center;
  }

  .blog_detail .container-940 {
    padding: 0;
  }

  .block_hr_detail_blog {
    display: none;
  }

  .blog_detail .blog__blogDetails {
    margin-top: 60px;
  }

  .block_under_title_description p {
    text-align: center;
  }

  .blog_detail .blog__blogDetails h3,
  .block_text_detail_page_inner h3,
  .title_block_coments_blog_page p,
  .title_how_u_like_that_block p,
  .block_read_also_blog_title p {
    font-size: 21px;
  }
}

@media (max-width: 414px) {
  .inner_page.blog_detail p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 736px) {
  .blog_detail .mob_css_bnr {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .big_img_blog_slider_img img {
    max-width: 100%;
  }

  .mini_blog_detail_slider_item {
    max-width: 100%;
  }
}

.image_zoom_slider_big {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 850px) {
  .big_img_blog_slider .slick-arrow {
    display: none !important;
  }
}

.mini_blog_detail_slider {
  margin-top: 18px;
}

@media (max-width: 670px) {
  .big_img_blog_slider_img img {
    max-width: 80%;
  }

  .big_img_blog_slider_img {
    display: flex !important;
    justify-content: center;
  }

  .image_zoom_slider_big {
    position: absolute;
    top: 10px;
    /* right: 64px; */
  }

  .big_img_blog_slider .slick-dots li button {
    width: 55px;
  }
}

@media (max-width: 520px) {
  .big_img_blog_slider_img img {
    max-width: 68%;
  }

  .image_zoom_slider_big {
    position: absolute;
    top: 10px;
    /* right: 94px; */
  }

  .big_img_blog_slider .slick-dots li button {
    width: 46px;
  }
}

@media (max-width: 444px) {
  .big_img_blog_slider .slick-dots li button {
    width: 46px;
  }

  .big_img_blog_slider_img img {
    max-width: 66%;
  }

  .image_zoom_slider_big {
    position: absolute;
    top: 10px;
    /* right: 105px; */
  }
}

@media (max-width: 400px) {
  .big_img_blog_slider .slick-dots li button {
    width: 46px;
  }

  .image_zoom_slider_big {
    position: absolute;
    top: 10px;
    /* right: 121px; */
  }

  .big_img_blog_slider_img img {
    max-width: 58%;
  }
}

@media (max-width: 775px) {
  .block_about_this_page_blog {
    flex-direction: column;
  }

  .left_block_about_this_page_blog {
    margin-bottom: 11px;
  }
}

.top_block_mob_tips {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-right: 40px;
}

.bot_block_mob_tips {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 580px) {
  .left_block_about_this_page_blog {
    flex-direction: column;
  }

  .bot_block_mob_tips {
    justify-content: space-evenly;
  }

  .top_block_mob_tips {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .bot_block_mob_tips {
    justify-content: center;
  }

  .bot_block_mob_tips p:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 565px) {
  .tags_of_page_blog {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 565px) {
  .block_container_rev_about_tips .block_hr_detail_blog {
    display: block;
  }

  .tags_of_page_blog_item {
    margin-right: 7px;
    margin-left: 7px;
  }

  .tags_of_page_blog_item:first-child {
    margin-left: 0;
  }

  .tags_of_page_blog_item:last-child {
    margin-right: 0;
  }

  .block_about_this_page_blog {
    margin-bottom: 20px;
  }

  .about_avtor_blog_page {
    margin-top: 16px;
  }
}

@media (max-width: 414px) {
  .inner_page.blog_detail .tags_of_page_blog_item p {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 980px) {
  .left_pic_side_avtor {
    margin-right: 20px;
    width: 100%;
  }
}

.mobile_block_avrot_title {
  display: none;
}

@media (max-width: 565px) {
  .title_block_coments_blog_page_item p {
    margin-bottom: 17px;
  }

  .about_avtor_blog_page_container .block_hr_detail_blog {
    display: block;
  }

  .about_avtor_blog_page {
    flex-direction: column;
    align-items: center;
  }

  .left_pic_side_avtor {
    margin-right: 0;
  }

  .desk_block_avrot_title {
    display: none;
  }

  .mobile_block_avrot_title {
    display: block;
  }

  .insta_left_pic_side_avtor {
    margin-bottom: 33px;
  }

  .more_right_about_avtor {
    text-align: center;
  }

  .mob_db_ccs {
    display: block;
  }

  .title_block_coments_blog_page {
    text-align: center;
  }

  .title_block_coments_blog_page p {
    margin-bottom: 23px;
  }
}

@media (max-width: 650px) {
  .blog_detail.inner_page .like_block_left_like_and_back_to {
    margin-left: 18px;
    margin-bottom: 11px;
  }

  .blog_detail.inner_page .blog_detail_left_time {
    margin-left: -4px;
  }
}

@media (max-width: 840px) {
  .contest_block_blog_page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 707px) {
  .contest_block_blog_page .title_contest_block_blog_page p {
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .title_contest_block_blog_page p {
    color: #c30026;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    /* text-decoration: underline; */
  }

  .text_contest_block_blog_page b {
    color: #c30026;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.04px;
  }

  .text_contest_block_blog_page p {
    color: #c30026;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.04px;
  }

  .contest_block_blog_page {
    padding-top: 37px;
    padding-bottom: 35px;
  }

  .block_btn_link_ur_comment_container {
    margin-top: 30px;
  }

  .block_btn_link_ur_comment {
    font-size: 15px;
  }

  .title_how_u_like_that_block {
    text-align: center;
  }

  .how_u_like_that_block_container_item label {
    font-size: 13px;
  }

  .how_u_like_that_block_container_item input {
    width: 20px;
    height: 20px;
  }

  .block_read_also_blog {
    margin-top: 53px;
  }

  .block_read_also_blog_title {
    text-align: center;
  }

  .block_read_also_blog_title p {
    margin-bottom: 23px;
  }

  .block_read_also_blog_container p {
    color: #c30026;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
  }

  .grey_block_download {
    display: none;
  }
}

.custom-options {
  z-index: 99999999;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
}

.select-box {
  max-width: 51.1rem;
}

.select-box {
  font-size: 2rem;
  font-weight: 300;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: 0;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__current {
  cursor: pointer;
}

.select-box__input {
  display: none;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  background-color: transparent;
  /* border-bottom: 1px solid #000; */
  font-size: 2rem;
  padding-bottom: 8px;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.8rem;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 2rem;
  padding-top: 2.3rem;
  padding-bottom: 1.8rem;
  background-color: #fff;
  z-index: 3;
}

.select-box__option {
  padding: 0.6rem 5.5rem;
  background-color: #fff;
  display: block;
}

/* auto_dp end */

/* style_dp end */

.like_img_blog {
  width: 100%;
  height: 26px;
  background-image: url(/local/templates/dp/assets/css/../img/like_img_blog.png);
  background-repeat: no-repeat;
  background-position: 50%;
  max-width: 22px;
  margin-left: 25px;
  cursor: pointer;
}

.like_img_blog.liked {
  background-image: url(/local/templates/dp/assets/css/../img/alike_img_blog.png);
}

.dislike_img_blog {
  width: 100%;
  height: 26px;
  background-image: url(/local/templates/dp/assets/css/../img/dislike_img_blog.png);
  background-repeat: no-repeat;
  background-position: 50%;
  max-width: 22px;
  margin-left: 25px;
  margin-top: 0 !important;
  cursor: pointer;
}

.dislike_img_blog.disliked {
  background-image: url(/local/templates/dp/assets/css/../img/adislike_img_blog.png);
}

.blog__filterWindow {
  height: 100%;
}

.blog__filterItem {
  margin-top: 0;
}

.blog__filterWindow {
  padding: 25px;
  padding-bottom: 45px;
}

.title_filtr_sel {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.custom-select__trigger span {
  font-family: "Open Sans", sans-serif;
}

.select-box {
  max-width: 275px;
  width: 100%;
}

.custom_select_blog details {
  position: relative;
  width: 300px;
  margin-right: 1rem;
}

.custom_select_blog details[open] {
  z-index: 1;
}

.custom_select_blog summary {
  cursor: pointer;
  list-style: none;
}

.custom_select_blog summary::-webkit-details-marker {
  display: none;
}

.custom_select_blog details[open] summary:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

.custom_select_blog summary:after {
  content: "";
  display: inline-block;
  float: right;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-bottom-left-radius: 2px;
  transform: rotate(-45deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
}

.custom_select_blog summary:focus {
  outline: none;
}

.custom_select_blog details[open] summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

.custom_select_blog ul {
  width: 100%;
  background: #ddd;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
}

.custom_select_blog li {
  margin: 0;
  /* padding: 1rem 0;
	border-bottom: 1px solid #ccc; */
}

.custom_select_blog li:first-child {
  padding-top: 0;
}

.custom_select_blog li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* FAKE SELECT */

.custom_select_blog summary.radios {
  counter-reset: radios;
}

.custom_select_blog input[type="radio"] {
  counter-increment: radios;
  appearance: none;
  display: none;
}

.custom_select_blog input[type="radio"]:checked {
  display: inline;
}

.custom_select_blog input[type="radio"]:after {
  content: attr(title);
  display: inline;
  font-size: 1rem;
}

.custom_select_blog ul.list {
  counter-reset: labels;
}

.custom_select_blog label {
  width: 100%;
  display: block;
  cursor: pointer;
}

.blog_mix_filtr {
  max-width: 980px;
  width: 100%;
  height: 230px;
  border-radius: 24px;
  border: 1px solid #c40026;
  background-color: #ffffff;
  padding: 25px;
  padding-bottom: 45px;
  padding-top: 15px;
}

.select_blog_mix_filtr_item .custom_select_blog summary {
  position: relative;
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 23px;
}

.custom_select_blog .radios input {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  font-family: "Open Sans", sans-serif;
}

.custom_select_blog summary::after {
  position: absolute;
  right: 23px;
}

.custom_select_blog ul {
  max-width: 275px;
  width: 100%;
  top: 40px;
}

.custom_select_blog {
  position: relative;
}

.blog_mix_filtr {
  display: none;
}

.blog_mix_filtr.active {
  display: flex;
}

.blog_mix_filtr_item_title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.13px;
  font-family: "Open Sans", sans-serif;
}

.blog_mix_filtr {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.custom_select_blog ul.list {
  z-index: 15;
  border-radius: 0;
}

.custom_select_blog ul {
  background-color: #fff;
  border-right: 1px solid #c2c4c6;
  left: 0px;
  border-left: 1px solid #c2c4c6;
}

.select_blog_mix_filtr_item .custom_select_blog summary.opened {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom_select_blog label {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  font-family: "Open Sans", sans-serif;
  padding-left: 7px;
}

.custom_select_blog ul.list {
  z-index: 15;
  border-radius: 0;
  height: auto;
  max-height: 270px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 23px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.custom_select_blog label:hover {
  color: #c40026;
  background-color: #e6e6e6;
}

.custom_select_blog .radios input {
  cursor: pointer;
}

/* .custom_select_blog ul.list{
  display: none!important;
}
.custom_select_blog ul.list.active{
  display: block!important;
} */

.custom_select_blog {
  max-width: 275px;
}

.blog_mix_filtr_item {
  max-width: 275px;
  width: 100%;
}

.custom_block_item_sort .select_wrap {
  max-width: 275px;
  width: 100%;
  position: relative;
  user-select: none;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}

.custom_block_item_sort .select_wrap .default_option {
  /* background: #fff; */
  /* border-radius: 5px; */
  position: relative;
  cursor: pointer;
}

.custom_block_item_sort .select_wrap .default_option li {
  padding-left: 23px;
  display: flex;
  align-items: center;
  height: 48px;
}

.custom_block_item_sort .select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transform: rotate(-45deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.custom_block_item_sort .select_wrap .select_ul {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.custom_block_item_sort .select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
}

.custom_block_item_sort .select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custom_block_item_sort .select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom_block_item_sort .select_wrap .option {
  display: flex;
  align-items: center;
}

.custom_block_item_sort .select_wrap .option .icon {
  background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.custom_block_item_sort .select_wrap .option.pizza .icon {
  background-position: 0 0;
}

.custom_block_item_sort .select_wrap .option.burger .icon {
  background-position: 0 -35px;
}

.custom_block_item_sort .select_wrap .option.ice .icon {
  background-position: 0 -72px;
}

.custom_block_item_sort .select_wrap .option.fries .icon {
  background-position: 0 -111px;
  width: 25px;
}

.custom_block_item_sort .select_wrap.active .select_ul {
  display: block;
}

.custom_block_item_sort .select_wrap.active .default_option:before {
  top: 21px;
  transform: rotate(-225deg);
}

.custom_block_item_sort .select_wrap .option p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
}

.custom_block_item_sort .select_wrap.active .select_ul {
  border-radius: 24px;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
  z-index: 9;
}

.mainBody .auto_styles p.desk_blog_mini {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}

.mainBody .auto_styles p.title_blog_mini {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.select_wrap.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom_block_item_sort .select_wrap.active .select_ul {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.custom_block_item_sort .select_wrap .select_ul {
  width: 275px;
  left: -1px;
}

.custom_block_item_sort .select_wrap .select_ul li {
  padding: 0;
  padding-left: 23px;
}

.custom_block_item_sort .select_wrap .select_ul li:hover {
}

.custom_block_item_sort .select_wrap .option {
  padding-left: 7px;
  max-width: 226px;
  width: 100%;
}

.custom_block_item_sort .select_wrap .select_ul li:hover .option {
  background-color: #e6e6e6;
}

.custom_block_item_sort .select_wrap .select_ul li:hover .option p {
  color: #c40026;
}

.custom_block_item_sort .select_wrap.active .select_ul {
  max-height: 250px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #737373;
  border-radius: 25px;
}

.custom_block_item_sort .select_wrap.active .select_ul {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.blog_mix_filtr.active {
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_mix_filtr_item:nth-child(4) {
  margin-top: 20px;
}

.block_btn_reset_all {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.block_btn_reset_all button {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  cursor: pointer;
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c0c2c4;
  border: 1px solid #c0c2c4;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn_red_done_filtr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.btn_red_done_filtr button {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  cursor: pointer;
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #c40026;
  border: 1px solid #c40026;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.custom-select-wrapper {
  max-height: 32px;
}

.mainBody .auto_styles .blog__filter.container {
  margin-bottom: 20px;
}

.blog__item:first-child {
  /* margin-top: 0; */
}

.blog__item:nth-child(2) {
  /* margin-top: 0; */
}

.blog__item.blog__itemBox:nth-child(2) {
  /* margin-top: 0; */
}

.blog_mix_filtr.active {
  margin-bottom: 24px;
}

.btn_red_done_filtr button:hover {
  background-color: #fff;
  color: #c40026;
}

.block_btn_reset_all button:hover {
  background-color: #fff;
  color: #c0c2c4;
}

.inner_page .item_block_like_blog_result_right p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.98px;
  letter-spacing: -0.05px;
  margin: 0;
}

.item_block_like_blog_result {
  display: flex;
  align-items: center;
}

.item_block_like_blog_result_right.disable {
  display: none;
}

.item_block_like_blog_result_right.active {
  display: flex;
}

.item_block_like_blog_result_right {
  display: flex;
  align-items: center;
  max-width: 442px;
  width: 100%;
}

.item_block_like_blog_result .how_u_like_that_block_container_item {
  max-width: 485px;
  width: 100%;
}

.how_u_like_that_block_container_item:first-child {
  margin-bottom: 0;
}

.item_block_like_blog_result {
  margin-bottom: 13px;
}

.item_block_like_blog_result_right .line_item_block_like_blog_result_right {
  max-width: 375px;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f2f3f3;
  position: relative;
  border-radius: 6px;
}

.item_block_like_blog_result_right {
  margin-left: 14px;
}

.line_item_block_like_blog_result_right_color {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  height: 12px;
  width: 60.3%;
}

.line_item_block_like_blog_result_right_color.red {
  background-color: #c30026;
}

.line_item_block_like_blog_result_right_color.grey {
  background-color: #96969a;
}

.line_item_block_like_blog_result_right {
  margin-right: 11px;
}

@media (max-width: 760px) {
  .item_block_like_blog_result {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*Второй вид страницы блог*/

.avtor_time_top_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.avtor__avtor_time_top_block p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.01px;
}

.time__avtor_time_top_block p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.01px;
}

.item_second_viev_blog {
  /* max-width: ; */
}

.blog_item_container_second {
  margin: 0;
}

.title_blog_revie_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.01px;
  max-width: 385px;
}

.blog_item_container_second p {
  font-family: "Open Sans", sans-serif;
}

.auto_styles p {
  font-family: "Open Sans", sans-serif;
}

.calculator_block_likes {
  color: #8b8b90;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.01px;
}

.blog_item_container_second .product-item__favourite {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 31px;
  height: 28px;
  background-image: url(/local/templates/dp/assets/img/favourite-product.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.blog_item_container_second .product-item__favourite {
  left: 0;
  background-image: url(/local/templates/dp/assets/img/icon-heart-empty.svg);
  top: 0;
  width: 32px;
  height: 30px;
}

.blog_item_container_second .product-item__favourite.active {
  background-image: url(/local/templates/dp/assets/img/icon-heart-full.svg);
}

.like_and_title_rev_blog {
  position: relative;
  margin-bottom: 16px;
}

.like_and_title_rev_blog .product-item__favourite {
  position: unset;
  margin-left: 30px;
}

.title_blog_revie_item {
  height: 30px;
  display: flex;
  align-items: center;
}

.like_and_title_rev_blog {
  display: flex;
}

.block_reviev_share_like .calculator_block_likes {
  display: flex;
  align-items: center;
}

.block_reviev_share_like {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_item_container_second .product-item__favourite {
  left: 385px;
}

.calculator_block_likes p:first-child {
  margin-right: 13px;
}

.socia_btns_blog img {
  margin-left: 25px;
}

.socia_btns_blog img:first-child {
  margin-left: 0;
}

.mainBody .auto_styles .container.blog_item_container_second {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.item_second_viev_blog {
  position: relative;
  padding-bottom: 28px;
  margin-top: 29px;
}

.item_second_viev_blog::after {
  content: "";
  width: 100%;
  background-image: url(/local/templates/dp/assets/css/../img/line_bottom_blog.png);
  left: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
}

.item_second_viev_blog:first-child {
  margin-top: 0;
}

.item_second_viev_blog:last-child::after {
  background-image: unset;
}

.item_second_viev_blog:nth-child(2) {
  margin-bottom: 0;
}

.item_second_viev_blog:nth-child(2)::after {
  background-image: unset;
}

.blog__item.blog__itemBox {
  padding-top: 79px;
  padding-bottom: 90px;
}

.blog_item_container_second .bnr_block_detail_blog {
  display: flex;
  justify-content: center;
}

.blog_item_container_second .item_second_viev_blog:last-child::after {
  background-image: unset;
}

.item_second_viev_blog:nth-child(7)::after {
  background-image: unset;
}

.block_filers_viev_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#list_style_blog img {
  display: none;
}

#viev_style_blog img {
  display: none;
}

#list_style_blog img.active {
  display: block;
}

#viev_style_blog img.active {
  display: block;
}

.block_right_filers_viev {
  display: flex;
  align-items: flex-end;
  max-width: 48px;
  width: 100%;
}

.block_left_filers_viev {
  display: flex;
  align-items: center;
}

#list_style_blog {
  margin-right: 10px;
  width: 100%;
  margin-left: 0 !important;
}

#list_style_blog img {
  margin-right: 10px;
  margin-left: 0 !important;
  max-height: 16px;
}

.mainBody .auto_styles .blog__filter.container.block_filers_viev_container {
  justify-content: space-between;
  padding: 0;
}

#viev_style_blog {
  width: 100%;
}

.mainBody .auto_styles .container.blog__items {
  margin: 0;
  padding: 0;
}

.mainBody .auto_styles .container.block_filt_blog_container {
  padding: 0;
}

.mainBody .auto_styles .container.blog__search {
  padding: 0;
}

.block_label_container_for_search {
  position: relative;
  max-width: 461px;
}

.blog__search label {
  left: unset;
  right: 21px;
}

.mainBody .auto_styles .container.blog__search {
  margin-top: 44px;
  margin-top: 17px;
}

#viev_style_blog img.viev_style_blog_grey.active {
  margin: 0;
}

.full_list_pic {
  display: none;
}

.full_list_pic.active {
  display: flex;
}

.full_no_list_pic {
  display: none;
}

.full_no_list_pic.active {
  display: block;
}

.title_blog_revie_item a {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.01px;
}

.blog_like.active {
  background-image: url(/local/templates/dp/assets/css/../img/like_grey.svg);
  background-repeat: no-repeat;
}

.blog_dislike.active {
  background-image: url(/local/templates/dp/assets/css/../img/disgrey.svg);
  background-repeat: no-repeat;
}

.block_sort_open_box_item p {
  margin: 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  padding-left: 6px;
}

.block_sort_open_box_item p:hover {
  background-color: #e6e6e6;
  color: #c40026;
}

.block_sort_open_box {
  padding: 23px 22px;
}

.block_sort_open_box {
  position: absolute;
  width: 240px;
  /* height: 178px; */
  border-radius: 24px;
  border: 1px solid #c40026;
  background-color: #ffffff;
  z-index: 9;
  top: 52px;
  right: -64px;
}

.blog__sort {
  position: relative;
}

.block_sort_open_box {
  display: none;
  /* opacity: 0;
  visibility: hidden; */
}

.block_sort_open_box.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.blog__sort {
  max-width: 160px;
  width: 100%;
  margin-left: 60px;
  cursor: pointer;
}

.block_modal_share_blog_page {
  display: none;
  /* opacity: 0;
  visibility: hidden; */
}

.block_modal_share_blog_page.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.block_modal_share_blog_page_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e1e1e;
  transition-duration: inherit;
  transition-property: opacity;
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 100;
  height: 100vh;
}

.block_modal_share_blog_page_container_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_modal_share_blog_page_container {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #212121;
  max-width: 500px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border-radius: 0;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 100%;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: var(--paper-font-body1_-_-webkit-font-smoothing);
  font-size: var(--paper-font-body1_-_font-size);
  font-weight: var(--paper-font-body1_-_font-weight);
  line-height: var(--paper-font-body1_-_line-height);
}

.titleblock_modal_share_blog_page_container p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #fff;
}

.block_modal_share_blog_page_container {
  /* margin-top: 24px;
  margin-bottom: 24px; */
  padding: 24px;
  user-select: none;
}

.close_another {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.close_another::after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
  font-size: 40px;
  background: transparent;
}

.hiden_block_another_one_x {
  position: relative;
  width: 100%;
  height: 20px;
}

.titleblock_modal_share_blog_page_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block_modal_share_blog_page_container_item {
  margin-left: 10px;
  margin-right: 10px;
}

.block_modal_share_blog_page_container_item p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #fff;
}

.block_modal_share_blog_page_container_item:first-child {
  margin-left: 0;
}

.copy_link_input_blog {
  margin-top: 20px;
}

.copy_link_input_blog input {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 100%;
  max-width: 300px;
}

.copy_link_input_blog {
  background-color: #181818;
  padding: 7px;
  border-radius: 2px;
  border: 1px solid var(--yt-spec-10-percent-layer);
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.copy_link_input_blog button {
  background-color: transparent;
  color: #3ea6ff;
  border: 0;
}

.block_modal_share_blog_page_container_item img {
  width: 60px;
  margin-bottom: 7px;
}

.block_modal_share_blog_page_container_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block_modal_share_blog_page_container_item:last-child {
  margin-right: 0;
}

.block_this_item_if {
  position: absolute;
  height: 48px;
  max-width: 275px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  background-color: #e6e6e6;
  border: 1px solid #c2c4c6;
  z-index: 8;
  opacity: 0.66;
}

.city_blog_in_filtr {
  position: relative;
}

@media (max-width: 1030px) {
  .mainBody .auto_styles .container.blog__search {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mainBody .auto_styles .blog__filter.container.block_filers_viev_container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mainBody .auto_styles .container.block_filt_blog_container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 916px) {
  .blog_mix_filtr.active {
    height: auto;
  }

  .blog_mix_filtr_item:nth-child(4) {
    margin-top: 0;
  }

  .block_btn_reset_all {
    margin-top: 20px;
  }

  .btn_red_done_filtr {
    margin-top: 20px;
  }

  .blog_mix_filtr_item {
    margin-right: 20px;
  }
}

@media (max-width: 981px) {
  .blog_mix_filtr.active {
    justify-content: center;
    max-width: unset;
    width: 340px;
  }
}

@media (max-width: 430px) {
  .custom-select__trigger span {
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
  }

  #buttonFilter p {
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
  }

  .blog__sort {
    margin-left: 25px;
  }
}

@media (max-width: 736px) {
  .blog__item:first-child {
    margin-bottom: 29px;
  }

  .blog__item {
    margin-top: 29px;
  }
}

@media (max-width: 546px) {
  .blog__item.blog__itemBox {
    padding-top: 29px;
    padding-bottom: 30px;
  }
}

@media (max-width: 610px) {
  .avtor_time_top_block {
    margin-bottom: 20px;
  }

  .blog_item_container_second .product-item__favourite {
    left: unset;
    right: 0;
  }
}

@media (max-width: 470px) {
  .block_reviev_share_like .calculator_block_likes {
    align-items: flex-start;
  }
}

@media (max-width: 470px) {
  .title_blog_revie_item p {
    max-width: 80%;
  }
}

.blog__blogDetails h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.text_right_about_avtor {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.more_right_about_avtor {
  margin-top: 30px;
}

@media (max-width: 565px) {
  .blog__blogDetails {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog_detail .page-navigation.bx-breadcrumb {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* #dialogModalBlogReviews .dialog__content{
  max-width: 320px;
  padding-left: 40px;
  padding-right: 41px;
} */

#dialog_modal_materials_rev .dialog__content {
  max-width: 320px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 47px;
}

#dialog_modal_materials_rev .form_inpt {
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
}

#dialog_modal_materials_rev h2 {
  color: #c40026;
  font-size: 24px;
  font-weight: 300;
}

#dialog_modal_materials_rev .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.07px;
  margin-bottom: 24px;
}

#dialog_modal_materials_rev .form_inpt:first {
  margin-top: 24px;
}

#dialog_modal_materials_rev .button_for_file_vozvrat p {
  margin-top: 0;
  color: #c40026;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}

#dialog_modal_materials_rev .submit_inpt {
  margin-top: 0;
}

#dialog_modal_materials_rev .button_for_file_vozvrat img {
  margin-right: 0;
  margin-left: 11px;
}

#dialog_modal_materials_rev .form_inpt {
  margin-bottom: 19px;
}

#dialog_modal_materials_rev h2 {
  padding: 0;
  margin-bottom: 19px;
}

.mini_blog_detail_slider_item {
  cursor: pointer;
}

/* .big_img_blog_slider_img {
  cursor: pointer;
} */

.big_img_blog_slider_img .image_zoom_slider_big img {
  width: 36px;
  height: 36px;
  max-width: 100%;
}

/* @media (max-width: 400px){
  .big_img_blog_slider_img .image_zoom_slider_big img{
    width: 36px;height: 36px;
    max-width: 100%;
  }
}
@media (max-width: 520px){
  .big_img_blog_slider_img .image_zoom_slider_big{
    right: 108px;
  }
}
@media (max-width: 520px){
  .big_img_blog_slider_img .image_zoom_slider_big{
    right: 138px;
  }
} */

@media (max-width: 767px) {
  .mini_blog_detail_slider_item.slick-active.slick-current img {
    max-width: 100%;
  }
}

.blog_container_mini_slider_items .blog_container_mini_slider_item img {
  max-width: 80px;
  max-height: 80px;
  padding: 12px 4px 13px 4px;
  border: 0px solid #d4d6d7;
  border-radius: 12px;
  margin: 0 auto;
  /* margin: 0 10px; */
  opacity: 0.5;
}

.blog_container_mini_slider_items .swiper-slide-active img {
  opacity: 1;
}

.blog_container_mini_slider_items.swiper-container {
  margin-top: 20px;
}

.block_blog_sliders_container .swiper-button-next.swiper-button-disabled,
.block_blog_sliders_container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.blog_container_mini_slider_items .swiper-slide-active img {
  border: 1px solid #d4d6d7;
  cursor: pointer;
}

.blog_container_big_slider_item img {
  margin: 0 auto;
  border-radius: 24px;
}

.blog_container_big_slider_items {
  margin-bottom: 18px;
}

.block_blog_sliders_container {
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.blog_container_big_slider_items .slick-dots button {
  font-size: 0;
}

.blog_container_big_slider_items .slick-dots li button {
  width: 72px;
  height: 6px;
  border-radius: 3px;
  background-color: #f2f3f3;
  border: none;
  margin-left: 9px;
  margin-right: 9px;
}

.blog_container_big_slider_items .slick-dots li.slick-active button {
  background-color: #c30026;
}

.blog_container_big_slider_items .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  bottom: 36px;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}

.blog_container_big_slider_items .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.blog_container_big_slider_items .slick-next {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_next_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  right: -118px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.blog_container_big_slider_items .slick-prev {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_prev_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  left: -144px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.block_blog_sliders_container .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.blog_container_mini_slider_item {
  cursor: pointer;
}

.block_slider_detail_blog {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .block_blog_sliders_container img {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .block_blog_sliders_container .slick-dots {
    display: none !important;
  }
}

.block_pic_left_text a {
  cursor: pointer;
}

.block_play_button_blog {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/* .block_play_button_blog:hover{
  top: 46%;
} */

.block_play_button_blog img {
  border-radius: 0;
}

.block_play_button_blog img {
  display: none;
}

.block_play_button_blog {
  background-image: url(/local/templates/dp/assets/css/../img/youtube_black2.svg);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 67px;
  height: 47px;
}

.block_play_button_blog:hover {
  background-image: url(/local/templates/dp/assets/css/../img/youtube_red.svg);
}

.blog__search input {
  padding: 0;
  padding-left: 24px;
  padding-left: 24px;
  max-width: 435px;
  width: 100%;
  height: 46px;
  font-family: "Open Sans", sans-serif;
}

.mainBody .auto_styles .blog__blogDetails.container {
  margin-top: 52px;
}

.inner_page.blog_detail {
  margin-top: -73px;
}

.block_text_detail_page_inner p:last-child {
  /* margin-bottom: 0; */
}

@media (max-width: 565px) {
  .bannerUpPage__breadCrumbs {
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
    justify-content: center;
  }

  .block_about_this_page_blog {
    margin-top: 37px;
  }

  .title_right_about_avtor p {
    font-size: 21px;
  }

  .block_under_title_description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .block_text_detail_page_inner p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
  }

  .text_right_about_avtor {
    font-size: 13px;
  }

  .blog__search input {
    max-width: 93%;
  }

  .auto_styles {
    padding-top: 28px;
  }

  section.bannerUpPage img {
    /* height: 328px; */
  }

  .blog_container_big_slider_items .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 565px) {
  section.bannerUpPage img {
    /* height: 284px; */
  }
}

@media (max-width: 385px) {
  section.bannerUpPage img {
    /* height: 320px; */
  }
}

@media (max-width: 318px) {
  section.bannerUpPage img {
    /* height: 290px; */
  }
}

.video_block_detail_blog {
  margin-top: 43px;
}

.video_block_detail_blog a img {
  border-radius: 24px;
  max-width: 660px;
  width: 100%;
}

.blog__item.blog__itemBox {
  max-height: 380px;
  margin-top: 24px;
}

.blog__item {
  max-height: 380px;
}

.copy_link_input_blog button.active {
  color: #2bd46d;
}

.title_footer_dp {
  color: #c40026;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.video_block_detail_blog {
  position: relative;
}

.img_bg_detail_video_blog {
  position: absolute;
  top: -46px;
  left: -199px;
  max-width: 201px;
  width: 100%;
  height: 250px;
}

@media (max-width: 1350px) {
  .img_bg_detail_video_blog {
    display: none;
  }
}

.block_mini_cont {
  display: flex;
  justify-content: center;
}

.blog_container_mini_slider_items {
  max-width: 436px;
  width: 100%;
}

.blog_container_mini_slider_items .swiper-slide,
.slider_modal_prod_mini .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 1;
  width: 20%;
}

@media (max-width: 767px) {
  .blog_container_mini_slider_items .swiper-slide {
    width: auto;
  }
}

/* .blog_container_mini_slider_items  .swiper-slide-duplicate{
  opacity: 0;
} */

.about_avtor_blog_page_container {
  margin-top: 37px;
}

.mainBody .auto_styles p span.num_comments {
  font-weight: 400;
}

.blog_time_and_title_dp_time p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

.blog_time_and_title_dp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.how_u_like_that_block_container_item input {
  position: relative;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.how_u_like_that_block_container_item input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #96969a;
}

.how_u_like_that_block_container_item input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c30026;
  transform: translate(-50%, -50%);
  visibility: visible;
}

#dialogBlogModalRev h3 {
  color: #c40026;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 19px;
}

#dialogBlogModalRev .form_inpt {
  max-width: 239px;
  height: 42px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
}

#dialogBlogModalRev .textarea_inpt {
  text-align: left;
  max-width: 239px;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}

#dialogBlogModalRev .dialog__content {
  max-width: 320px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 47px;
  padding-bottom: 30px;
}

#dialogBlogModalRev .submit_inpt {
  max-width: 200px;
  width: 100%;
  height: 60px;
  background-color: #c40026;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.01px;
  margin-bottom: 13px;
  border: 2px solid #c40026;
}

.msg_blog_dp {
  max-width: 239px;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 15px;
  resize: none;
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

.block_title_slider_img {
  text-align: center;
}

.mainBody .auto_styles .block_title_slider_img p {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  line-height: 26.02px;
  text-align: center;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  margin-top: 18px;
}

#buttonFilter.actived {
  position: relative;
}

#buttonFilter.actived::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c40026;
  border-radius: 50%;
  top: 3px;
  right: 20px;
}

.custom-select__trigger span.actived {
  position: relative;
}

.custom-select__trigger span.actived::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c40026;
  border-radius: 50%;
  top: 3px;
  right: -6px;
}

.block_all_votes_material p {
  color: #c30026;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  margin-bottom: 0;
  margin-top: 24px;
}

@media (max-width: 550px) {
  .bannerUpPage__content.container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mainBody .auto_styles .top_description_blog {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .auto_styles .page-navigation.bx-breadcrumb {
    justify-content: center;
  }

  .like_and_title_rev_blog {
    display: flex;
    justify-content: space-between;
  }

  .title_blog_revie_item {
    max-width: 250px;
  }

  .like-back-cnt {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .inner_page .block_like_and_back_to {
    height: 145px;
  }

  .page-navigation {
    overflow-x: unset;
    overflow-y: unset;
  }

  .page-navigation ul {
    /* flex-wrap: wrap; */
    overflow-x: scroll;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .page-navigation.sizeble ul {
    align-items: flex-end;
    /* justify-content: flex-end; */
  }

  .page-navigation.sizeble ul::-webkit-scrollbar {
    display: none;
  }
  .page-navigation.sizeble ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .blog__item {
    max-height: 100%;
    height: auto;
  }

  .inner_page .item_block_like_blog_result_right p {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    text-align: right;
    letter-spacing: -0.04px;
  }

  .how_u_like_that_block_container_item input::before {
    width: 20px;
    height: 20px;
  }

  .how_u_like_that_block_container_item input:checked::after {
    width: 10px;
    height: 10px;
  }

  .item_block_like_blog_result_right {
    margin-left: 0;
  }

  .title_footer_dp {
    color: #c40026;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .blog_detail.inner_page .like_block_left_like_and_back_to {
    margin-left: 0;
  }

  .back_block_right_like_and_back_to:hover {
    margin-left: 0;
  }

  .back_block_right_like_and_back_to a {
    justify-content: flex-start;
  }

  .back_block_right_like_and_back_to {
    max-width: 250px;
  }

  .like_block_left_like_and_back_to .product-item__favourite {
    left: -3px;
  }
}

.mainBody .auto_styles .blog__itemBanner h3 {
  /* font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	color: #fff; */
}

.bannerUpPage__content .inst_descript_text img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.inst_descript_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.inst_descript_text p {
  color: #96969a;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}

.top_description_blog.more_info_active {
  max-height: 180px;
  position: relative;
  overflow-y: hidden;
  -webkit-transition: all ease 0.9s;
  -o-transition: all ease 0.9s;
  transition: all ease 0.9s;
}

@media (max-width: 550px) {
  .top_description_blog.more_info_active {
    max-height: 145px;
    position: relative;
    overflow-y: hidden;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }
}

.top_description_blog.opened {
  max-height: unset;
}

.icon_arrow_go_top_text {
  width: 100%;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 19px;
}

section.bannerUpPage .icon_arrow_go_top_text img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 53px;
  height: 27px;
  cursor: pointer;
  transform: rotate(180deg);
}

section.bannerUpPage .icon_arrow_go_top_text.active img {
  transform: rotate(0deg);
}

.inner_page .block_pic_left_text b {
  color: #fff;
}

.listitem_detail {
  position: relative;
}

.listitem_detail::before {
  content: "";
  background-image: url(/local/templates/dp/assets/css/../img/detail_img_bg.png);
  position: absolute;
  bottom: -250px;
  left: -250px;
  width: 201px;
  height: 250px;
}

@media (max-width: 1450px) {
  .listitem_detail {
    position: unset;
  }
}

@media (max-width: 550px) {
  .blog__item.blog__itemBox {
    padding: 20px;
    max-height: unset;
  }
}

@media (max-width: 736px) {
  .blog__itemBanner {
    max-height: unset;
  }

  .blog__itemBanner img {
    max-height: 175px;
  }
}

@media (max-width: 550px) {
  .footer__connect {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .footer__connect-links {
    max-width: 211px;

    max-width: 250px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  footer .footer__connect-links .links__link:first-child {
    margin-left: 0;
  }

  footer .footer__connect-links .links__link:last-child {
    margin-right: 0;
    margin-top: 15px;
  }

  footer .footer__connect-links .links__link:nth-child(4) {
    margin-left: 0;
    margin-top: 15px;

    margin-top: 0;
    margin-left: 16px;
    margin-right: 8px;
  }

  footer .footer__connect-links .links__link:nth-child(3) {
    margin-right: 0;
  }

  footer .footer__connect-links .links__link {
    width: 43px !important;
    height: 43px !important;
  }
}

@media (max-width: 500px) {
  .like_block_left_like_and_back_to .product-item__favourite p {
    margin-left: -6px;
  }

  .back_block_right_like_and_back_to img {
    margin-right: 10px;
  }

  .like_block_left_like_and_back_to .product-item__favourite {
    width: 30px;
  }

  .like_block_left_like_and_back_to .product-item__favourite.active {
    width: 30px;
  }
}

.block_img_question_block_dp {
  position: relative;
  width: 20px;
  height: 20px;
}

.block_img_question_block_dp::before {
  content: "";
  background-image: url(/local/templates/dp/assets/css/../img/icon-question.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.block_img_question_block_dp:hover::before {
  background-image: url(/local/templates/dp/assets/css/../img/icon-question-hover.svg);
}

.inst_pic_detail {
  width: 45px;
  height: 45px;
}

.mob_top_top_description_blog {
  display: none;
}

@media (max-width: 550px) {
  .mob_top_top_description_blog {
    display: block;
  }

  .deskt_top_top_description_blog {
    display: none;
  }
}

.new_share_ico {
  width: 26px;
  height: 24px;
}

.like_ico {
  width: 24px;
  height: 25px;
}

.dis_ico {
  width: 24px;
  height: 25px;
}

#up img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#up {
  z-index: 100;
}

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: #c0c2c4;
  width: 50px;
  height: 50px;
  display: none;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainBody {
  transform: unset !important;
}

.section_autoschool_dp {
  background-image: url(/local/templates/dp/assets/css/../img/bgautos.png);
  background-repeat: no-repeat;
  background-position: 50% 65%;
  padding-top: 139px;
}

.title_auto_page_school_container {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 33px;
}

.description_auto_page_school_container p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}

.description_auto_page_school_container a {
  color: #c40026;
  text-decoration: underline;
}

.auto_page_school_container {
  max-width: 951px;
  width: 100%;
  margin: 0 auto;
}

.block_container_content_auto {
  margin-top: 37px;
}

.block_video_previev_description {
  display: flex;
  justify-content: space-between;
}

.right_block_video_previev_description h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32.03px;
  text-align: left;
  margin-bottom: 21px;
}

.right_block_video_previev_description p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.03px;
}

.left_block_video_previev_description a {
  position: relative;
}

.left_block_video_previev_description .you_tube img {
  width: 60px;
  height: 60px;
}

.video_img_prev {
  width: 424px;
  height: 238px;
  object-fit: cover;
}

.left_block_video_previev_description {
  width: 100%;
}

.right_block_video_previev_description {
  width: 100%;
}

.title_page_h2_auto h2 {
  color: #c40026;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  max-width: 789px;
  width: 100%;
}

.title_page_h2_auto {
  display: flex;
  justify-content: center;
  margin-bottom: 41px;
}

.red_btn_auto_page {
  max-width: 275px;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.02px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05px;
  background-color: #c40026;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 2px solid #c40026;
}

.red_btn_auto_page:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  box-shadow: 0 15px 15px rgba(3, 2, 2, 0.1);
  border: 2px solid #c40026;
  color: #c40026;
  z-index: 3;
}

.button_follow_page_auto {
  width: 100%;
  display: flex;
  justify-content: center;
}

.zoom_edication_auto_section {
  margin-top: 88px;
}

.block_cars_of_out_school_container_item {
  /* max-width: 273px;
	width: 100%; */
}

.img_block_cars_of_out_school_container_item img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
  max-width: 300px;
}

.bot_desc_block_cars_of_out_school_container_item p b {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.01px;
}

.bot_desc_block_cars_of_out_school_container_item {
  margin-top: 17px;
}

.bot_desc_block_cars_of_out_school_container_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.01px;
}

.block_cars_of_out_school_items .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block_cars_of_out_school_items .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block_cars_of_out_school_items .slick-next {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_next_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  right: -45px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.block_cars_of_out_school_items .slick-prev {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_prev_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  left: -45px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.block_cars_of_out_school_items .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block_cars_of_out_school_items {
  max-width: 837px;
  margin: 0 auto;
}

.block_cars_of_out_school_container_item {
  margin-left: 10px;
  margin-right: 10px;
}

.title_auto_block_slider h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.block_cars_of_out_school_container {
  margin-top: 85px;
}

.title_personals_of_out_school_container h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.bot_block_cars_of_out_school_container_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.01px;
}

.bot_block_personals_of_out_school_container_item b {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.01px;
}

.img_block_personals_of_out_school_container_item {
  max-width: 208px;
  width: 100%;
  height: 205px;
  background-color: #cfcfcf;
  border-radius: 50%;
}

.block_personals_of_out_school_container {
  margin-top: 71px;
}

.title_personals_of_out_school_container {
  margin-bottom: 23px;
}

.img_block_personals_of_out_school_container_item {
  margin-bottom: 20px;
}

.name_block_personals_of_out_school_container_item p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.01px;
}

.name_block_personals_of_out_school_container_item b {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.01px;
}

.block_personals_of_out_school_items .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block_personals_of_out_school_items .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block_personals_of_out_school_items .slick-next {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/autoicon-arrowcornerbig-right.svg);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  right: -45px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  background-size: auto;
}

.block_personals_of_out_school_items .slick-prev {
  width: 27px;
  height: 53px;
  background-image: url(/local/templates/dp/assets/css/../img/arrow_prev_big.png);
  background-size: 17px;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 50% 50%;
  text-indent: -99999999px;
  left: -45px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.block_personals_of_out_school_items .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block_personals_of_out_school_items {
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
}

.block_personals_of_out_school_container_item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
}

.title_steps_edication_block {
  margin-top: 79px;
  margin-bottom: 21px;
}

.title_steps_edication_block h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text_steps_edication_block p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.01px;
  max-width: 924px;
  width: 100%;
}

.img_item_steps_block_education img {
  width: 140px;
  height: 124px;
}

.item_steps_block_education_arrow img {
  width: 61px;
  height: 15px;
}

.items_steps_block_education {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_steps_block_education {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title_item_steps_block_education {
  max-width: 89px;
}

.title_item_steps_block_education p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}

.item_steps_block_education_arrow {
  margin-bottom: 46px;
}

.items_steps_block_education.bottom_bl .item_steps_block_education_arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.items_steps_block_education.bottom_bl {
  margin-top: 50px;
}

.auto_page_school_container .product-item__main-picture img {
  max-width: 103px;
}

.auto_page_school_container .guides_t .product-item {
  margin: 12.5px 9.5px 12.5px 9.5px;
}

.button_block_more_products a {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  line-height: 5.24px;
  text-align: center;
  text-decoration: underline;
}

.title_left_item_categories_container h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text_left_item_categories_container p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.mid_item_categories_container img {
  object-fit: contain;
  width: auto;
  opacity: 0.3;
}

.item_categories_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text_left_item_categories_container {
  max-width: 352px;
  width: 100%;
}

.right_item_categories_container {
  width: 100%;
  max-width: 222px;
  display: flex;
  justify-content: space-between;
}

.left_right_item_categories_container a {
  color: #c40026;
  font-size: 14px;
  font-weight: 400;
  line-height: 5.24px;
  text-decoration: underline;
}

.right_right_item_categories_container p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.button_block_more_products {
  text-align: center;
}

.staps_sectipon_dp {
  margin-bottom: 41px;
}

.item_categories_container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.item_categories_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/local/templates/dp/assets/css/../img/autoschool/line_auto.png);
  height: 2px;
  width: 100%;
}

.item_categories_container:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/local/templates/dp/assets/css/../img/autoschool/line_auto.png);
  height: 2px;
  width: 100%;
}

.pays_sectipon_dp {
  margin-bottom: 41px;
}

.mid_item_categories_container {
  position: absolute;
  left: 45%;
  min-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter_soc_cnt [href="https://www.facebook.com/dialog/oauth?client_id=445791070118259&redirect_uri=https://drive-poehali.com/api/forms.php?fb_auth=1&scope=email&response_type=code"]
{
  display: none;
  opacity: 0;
  visibility: hidden;
}

a[href="https://www.instagram.com/drive_poehali/"]
{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.insta_left_pic_side_avtor {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.inst_descript_text {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.row_4__leading_right__inst {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.autoSchool__WhereAreWe-h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 76px auto 25px;
}

.autoSchool__map .leaflet-popup-content {
  font-family: "Open Sans", sans-serif;
  margin: 20px 30px !important;
}

.autoSchool__map .leaflet-popup-content h3 {
  font-weight: 700;
  color: #000;
  text-align: center;
}

.autoSchool__map .leaflet-popup-content h3:last-of-type {
  margin-bottom: 10px;
}

.autoSchool__popupMap p {
  line-height: 26px;
}

.autoSchool__popupMap p a {
  color: #000;
}

.autoSchool__popupMap p span {
  font-weight: 700;
}

.autoSchool__popupMap .button {
  background-color: #c40026;
  border: 2px solid #c40026;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 15px rgb(3 2 2 / 0%);
  box-shadow: 0 15px 15px rgb(3 2 2 / 0%);
  height: 56px;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 10px;
}

.autoSchool__popupMap .button:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgb(3 2 2 / 10%);
  box-shadow: 0 15px 15px rgb(3 2 2 / 10%);
  color: #c40026;
  z-index: 3;
}

.autoschool-section .title_item_steps_block_education {
  max-width: 128px;
}

@media (max-width: 1100px) {
  .auto_page_school_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .auto_page_school_categories_section .mid_item_categories_container {
    margin: 0 85px;
  }
}

@media (max-width: 960px) {
  .autoschool-section .block_cars_of_out_school_items .slick-arrow,
  .autoschool-section .block_personals_of_out_school_items .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    top: -30px;
  }

  .autoschool-section .block_personals_of_out_school_items .slick-arrow {
    top: -37px;
  }

  .autoschool-section .block_cars_of_out_school_items .slick-prev,
  .autoschool-section .block_personals_of_out_school_items .slick-prev {
    left: 92%;
  }

  .autoschool-section .block_cars_of_out_school_items .slick-next,
  .autoschool-section .block_personals_of_out_school_items .slick-next {
    right: 0;
  }

  .autoschool-section .img_block_cars_of_out_school_container_item img {
    height: 130px;
  }

  .autoschool-section .block_personals_of_out_school_items .slick-next {
    background-image: url(/local/templates/dp/assets/css/../img/arrow_next_big.png);
    background-size: 17px;
  }

  .auto_page_school_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .autoschool-section .left_item_categories_container {
    width: 100%;
  }

  .auto_page_school_container .right_block_video_previev_description {
    margin-top: 30px;
    text-align: center;
  }

  .left_block_video_previev_description {
    width: auto;
  }

  .auto_page_school_categories_section .mid_item_categories_container {
    position: relative;
    left: 0;
    margin: 0 25px;
  }

  .auto_page_school_container .block_video_previev_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .autoschool-section .right_block_video_previev_description h2 {
    text-align: center;
  }

  .autoschool-section .title_page_h2_auto h2 {
    font-size: 30px;
    text-align: center;
    padding: 0 40px;
  }

  .autoschool-section .zoom_edication_auto_section {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .autoschool-section .item_categories_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .autoschool-section .block_container_content_auto {
    margin-top: 0;
  }

  .autoschool-section .title_page_h2_auto h2 {
    padding: 0;
  }

  .autoschool-section .img_block_personals_of_out_school_container_item {
    height: auto;
  }

  .autoschool-section .block_cars_of_out_school_items .slick-prev,
  .autoschool-section .block_personals_of_out_school_items .slick-prev {
    left: 84%;
  }

  .autoschool-section .block_cars_of_out_school_items .slick-arrow,
  .autoschool-section .block_personals_of_out_school_items .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
  }

  .autoschool-section .title_auto_page_school_container {
    font-size: calc(28px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
  }

  .autoschool-section .description_auto_page_school_container p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .autoschool-section .section_autoschool_dp {
    padding-top: 100px;
  }

  .autoschool-section .right_block_video_previev_description h2,
  .autoschool-section .title_page_h2_auto h2,
  .autoschool-section .title_auto_block_slider h3,
  .autoschool-section .title_personals_of_out_school_container h3,
  .autoschool-section .title_steps_edication_block h3,
  .autoschool-section .autoSchool__WhereAreWe-h3 {
    font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
  }

  .autoschool-section .items_steps_block_education {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
  }

  .autoschool-section .item_steps_block_education_arrow {
    display: none;
  }

  .autoschool-section .img_item_steps_block_education img {
    width: 100px;
    height: auto;
  }

  .autoschool-section .item_steps_block_education {
    max-width: 37%;
    width: 100%;
  }

  .autoschool-section .title_steps_edication_block {
    margin-bottom: 30px;
  }

  .autoschool-section .item_categories_container::before,
  .autoschool-section .item_categories_container:last-child::after {
    background-size: contain;
  }
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content {
  max-width: 310px;
  padding-top: 35px;
  padding-left: 10px !important;
  padding-right: 0 !important;
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content .desc {
  font-size: 12px;
  line-height: 18px;
  padding-right: 20px;
  padding-left: 10px;
}

#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item {
  padding: 8px 17px;
}

#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item
  .name,
#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item
  .ulica,
#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item
  .price {
  font-size: 13px;
}

#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item
  .name,
#dialogModalMapAutoSchool.modal-autoschool
  .dialog__content
  .autoscools_modal
  .item
  .ulica {
  margin-bottom: 4px;
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content .stantion p {
  padding-right: 10px;
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content .desc {
  margin-top: 4px;
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content .autoscools_modal {
  margin-top: 20px;
}

#dialogModalMapAutoSchool.modal-autoschool .dialog__content .autoscools_modal {
  height: 225px;
}

.profile-education-autoschool{
  max-width: 940px;
  width: 100%;
}

.profile-ea-item__content{
  flex: 1 1 auto;
}

.profile-ea-items {
  margin-top: 10px;
}

.profile-ea-item {
  max-width: 940px;
  width: 100%;
  display: flex;
  border: 1px solid #d4d6d7;
  border-radius: 24px;
  padding: 36px 60px 36px;
  margin-bottom: 52px;
  min-height: 245px;
}
.profile-ea-item__photo {
  flex: 0 0 auto;
  margin-right: 65px;
  padding-top: 20px;
}

.profile-ea-item__content-text {
  /* max-width: 90%; */
  max-width: 100%;
}
.profile-ea-item__content h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.profile-ea-item__content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 18px;
}
.profile-ea-item__content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-ea-item__content-info-item {
  display: flex;
  align-items: center;
}
.profile-ea-item__content-info-item span {
  color: #c40026;
  font-size: 14px;
}
.profile-ea-item__content-info-item::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.profile-ea-item__content-info-time::before {
  background: url(/local/templates/dp/assets/css/../img/icon_ac_time.svg) center/ 28px 28px no-repeat;
}
.profile-ea-item__content-info-count-lessons::before {
  background: url(/local/templates/dp/assets/css/../img/icon_ac_zanat.svg) center/ 22px 29px no-repeat;
  margin-right: 5px;
}
.profile-ea-item__content-info-count-expert::before {
  background: url(/local/templates/dp/assets/css/../img/icon_ac_experts.svg) center/ 31px 21px no-repeat;
}
.profile-ea-item__content-info-date {
  position: relative;
  left: -10px;
}
.profile-ea-item__content-info-date::before {
  background: url(/local/templates/dp/assets/css/../img/icon_ac_start.svg) center/ 25px 28px no-repeat;
}

.profile-ea-add {
  display: flex;
}
.profile-ea-add span:first-of-type {
  font-size: 50px;
  font-weight: 300;
  color: #5e6874;
}
.profile-ea-add span:last-of-type {
  color: #5e6874;
  font-weight: 700;
  font-size: 18px;
}
.profile-ea-add__btn {
  height: 220px;
  max-width: 220px;
  width: 100%;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 23px;
}
.profile-ea-add__content {
  flex: 1 1 auto;
  padding-left: 48px;
  padding-top: 63px;
}
.profile-ea-add__content h4 {
  color: #000;
  font-size: 30px;
}

@media (max-width: 960px) {
  .profile-ea-items, .profile__favourite-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile__favourite-container .inner_page_hr {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .profile-ea-item {
    flex-direction: column;
    min-height: auto;
    padding: 30px;
    align-items: center;
    margin-bottom: 20px;
  }
  .profile-ea-items {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-ea-item__photo {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .profile-education-autoschool h2.inner_page__tab_h {
    max-width: 83%;
  }
  .profile-ea-add {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  .profile-ea-item__content p {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-ea-item__content h3 {
    font-size: 15px;
  }
  .profile-ea-item__content p {
    font-size: 14px;
    line-height: 22px;
	color: #8b8b90;
  }
  .profile-ea-item__content-text {
    max-width: 100%;
  }
  .profile-ea-item__content-info {
    flex-wrap: wrap;
    gap: 12px 25px;
    justify-content: flex-start;
  }
  .profile-ea-item__content-info-item span {
    font-size: 13px;
  }
  .profile-ea-add__content {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .profile-ea-add__content h4 {
    font-size: 18px;
  }
  .profile-ea-add span:last-of-type {
    font-size: 14px;
  }
  .profile-ea-add__btn {
    height: 150px;
    max-width: 150px;
  }
}

/* АВТОШКОЛА КУРСЫ */

.single-course .title_auto_page_school_container {
  font-weight: 500;
  margin-bottom: 20px;
}
.single-course .section_autoschool_dp {
  padding-top: 130px;
}
.single-course__group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  margin-bottom: 33px;
}
.single-course__group-item {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background-color: #5e6874;
  min-height: 48px;
  border-radius: 30px;
}
.single-course__group-telegram {
  margin-left: 15px;
}

.single-course__group-telegram img {
  max-width: 43px;
}

@font-face {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/dp/assets/css/../fonts/ProximaNova-Bold.woff) format("woff");
}

@font-face {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 800;
  src: url(/local/templates/dp/assets/css/../fonts/ProximaNova-Extrabld.ttf) format("woff2");
}

@font-face {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 900;
  src: url(/local/templates/dp/assets/css/../fonts/ProximaNova-Extrabld.woff) format("woff");
}

@font-face {
  font-family: Museo Sans Cyrl;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/dp/assets/css/../fonts/MuseoSansCyrl-500.ttf) format("woff2");
}

@font-face {
  font-family: Museo Sans Cyrl;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/dp/assets/css/../fonts/MuseoSansCyrl-500.woff) format("woff");
}

@font-face {
  font-family: Museo Sans Cyrl;
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/dp/assets/css/../fonts/MuseoSansCyrl-700.ttf) format("woff2");
}

@font-face {
  font-family: Museo Sans Cyrl;
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/dp/assets/css/../fonts/MuseoSansCyrl-700.woff) format("woff");
}

body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .single-course__group-item {
    font-size: 18px;
    text-align: center;
  }

  .title_auto_page_school_container {
    font-size: 21px;
  }
}

.single-course__nav {
  margin: 25px auto 0;
  max-width: 942px;
}

@media (max-width: 960px) {
  .single-course__nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .single-course__nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-course__nav--themes {
  max-width: 702px;
}

.single-course__nav-themes-prev img {
  left: -7px;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .single-course__nav-themes-prev img {
    top: 0;
  }
}

.single-course__nav-themes-next img {
  left: 7px;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .single-course__nav-themes-next img {
    top: 0;
  }
}

.single-course__nav-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 960px) {
  .single-course__nav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .single-course__nav-list {
    gap: 10px;
  }
}

.single-course__nav-list li {
  max-width: 220px;
  width: 100%;
}

@media (max-width: 767px) {
  .single-course__nav-list li {
    max-width: 100%;
  }
}

.single-course__nav-list li .red_btn {
  background-color: #f1f2f2;
  border: 2px solid #d3d4d5;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  max-width: 220px;
  text-transform: none;
}

@media (max-width: 767px) {
  .single-course__nav-list li .red_btn {
    max-width: 100%;
    width: 100%;
  }
}

.single-course__nav-list li .red_btn:hover {
  background-color: #fff;
  color: #c40026;
}

.single-course__nav-list li .red_btn--notifications {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-course__nav-list li .red_btn--notifications span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c40026;
  border-radius: 50%;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-left: 10px;
  width: 30px;
}

.single-course__nav-list li.active .red_btn {
  background-color: #fff;
  color: #c40026;
}

.single-course__tabs {
  margin: 60px auto 0;
  max-width: 942px;
}

@media (max-width: 960px) {
  .single-course__tabs {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .single-course__tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-course__tab {
  margin-bottom: 31px;
  padding: 8px 0;
  position: relative;
}

.children-sctb.single-course__tab.open .single-course__tab-body {
  min-height: 350px;
}

@media (max-width: 767px) {
  .children-sctb.single-course__tab.open .single-course__tab-body {
    min-height: 250px;
  }
}

.children-sctb.single-course__tab::before {
  display: none;
}

.children-sctb .single-course__tab-header h3 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .children-sctb .single-course__tab-header h3 {
    font-size: 14px;
  }
}

.single-course__tab:before {
  background: url(/local/templates/dp/assets/img/faq_hr.png) 50% no-repeat;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 100%;
}

.single-course__tab:last-of-type:after {
  background: url(/local/templates/dp/assets/img/faq_hr.png) 50% no-repeat;
  bottom: -22px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.children-sctb.single-course__tab {
  margin-top: 10px;
  margin-bottom: 10px;
}

.children-sctb.single-course__tab:first-of-type::before {
  display: none;
}

.children-sctb.single-course__tab:last-of-type::after {
  display: none;
}

.children-sctb.single-course__tab .single-course__tab-body {
  display: none !important;
}

.children-sctb.single-course__tab.open .single-course__tab-body {
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  -webkit-animation: fadein 1.2s;
  -o-animation: fadein 1.2s;
  display: block !important;
}

.single-course__tab.open .single-course__tab-body {
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  -webkit-animation: fadein 1.2s;
  -o-animation: fadein 1.2s;
  display: block;
}

.single-course__tab-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 23px;
}

@media (max-width: 767px) {
  .single-course__tab-header {
    padding-right: 0;
  }
}

.single-course__tab-header:hover h3 {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .single-course__tab-header:hover h3 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.single-course__tab-header:hover .single-course__tab-header-arrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.single-course__tab-header h3 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding-right: 20px;
  margin-right: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

@media (max-width: 767px) {
  .single-course__tab-header h3 {
    font-size: 16px;
    max-width: 80%;
    padding-right: 0;
  }
}

.single-course__tab-header-no,
.single-course__tab-header-ok {
  background: url(/local/templates/dp/assets/img/autoschool/icon_sdano.svg) 50% /
    cover no-repeat;
  height: 30px;
  margin-right: 34px;
  width: 30px;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .single-course__tab-header-no,
  .single-course__tab-header-ok {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px;
    margin-right: 10px;
    width: 20px;
  }
}

.single-course__tab-header-no {
  background: url(/local/templates/dp/assets/img/autoschool/icon_nesdano.svg)
    50% / cover no-repeat;
}

.single-course__tab-header-arrow {
  background: url(/local/templates/dp/assets/img/arrow_right_faq.png) 50%/15px
    25px no-repeat;
  height: 25px;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  width: 25px;
}

.single-course__tab-header-arrow.open {
  background: url(/local/templates/dp/assets/img/arrow_down_big.png) 50%/25px
    15px no-repeat;
  height: 25px;
  width: 25px;
}

.single-course__tab-body {
  display: none;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .single-course__tab-body {
    font-size: 14px;
  }
}

.sctb--not-aviable .sctb__item {
  cursor: default;
}

.sctb--not-aviable .sctb__item:hover {
  background-color: transparent;
}

.sctb__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  padding-left: 11px;
  padding-right: 25px;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

@media (max-width: 767px) {
  .sctb__item {
    min-height: 35px;
    padding-right: 4px;
  }
}

.sctb__item:hover {
  background-color: #f1f2f2;
}

.sctb__item.active {
  background-color: #f1f2f2;
}

.sctb__item-icon {
  margin-right: 17px;
  max-width: 23px;
  width: 100%;
}

@media (max-width: 767px) {
  .sctb__item-icon {
    margin-right: 10px;
    max-width: 20px;
  }
}

.sctb__item-icon img {
  height: auto;
  max-width: 23px;
}

@media (max-width: 767px) {
  .sctb__item-icon img {
    max-width: 20px;
  }
}

.sctb__item-title {
  font-size: 18px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .sctb__item-title {
    font-size: 13px;
  }
}

.sctb__item-status {
  background-color: #ccc;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 20px;
  margin-left: 31px;
  width: 20px;
}

@media (max-width: 767px) {
  .sctb__item-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 15px;
    margin-left: 15px;
    width: 15px;
  }
}

.sctb__item-status--green {
  background-color: #1a985e;
}

.sctb__item-status--red {
  background-color: #c40026;
}

.sctb__item-status--yellow {
  background-color: #ffc600;
}

.sctb__item-status--white {
  background-color: transparent;
  border-color: #8b8b90;
}

.sctb__item-text {
  color: #8b8b90;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sctb__item-text {
    font-size: 12px;
  }
}

.sctb__item-alert {
  background-color: #ccc;
  font-size: 18px;
  padding: 5px 8px;
}

@media (max-width: 767px) {
  .sctb__item-alert {
    font-size: 12px;
    text-align: center;
  }
}

.sctb__item-alert--good {
  background-color: #e8f4ef;
  color: #1a985e;
}

.sctb__item-alert--bad {
  background-color: #f9e5e9;
  color: #c40026;
}

.sctb__item-alert--check {
  background-color: #fff9e5;
  color: #e8b400;
}

.sctb__item-alert--self {
  background-color: #e5eff9;
  color: #0075e9;
}

.sctb__text {
  padding: 21px 32px 21px 11px;
}

@media (max-width: 767px) {
  .sctb__text {
    padding: 10px 10px 20px;
  }
}

.sctb__text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .sctb__text h4 {
    font-size: 14px;
  }
}

.sctb__text p {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .sctb__text p {
    font-size: 14px;
  }
}

.sctb__text p a {
  text-decoration: underline;
}

.sctb__text-row {
  margin-bottom: 40px;
}

.sctb__text-row:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sctb__text-row {
    margin-bottom: 15px;
  }
}

.sctb__file-upload {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sctb__file-upload {
    margin-top: 5px;
  }
}

.sctb__file-upload-title {
  margin-bottom: 17px;
}

.sctb__file-upload-title h4 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sctb__file-upload-title h4 {
    font-size: 16px;
  }
}

.sctb__file-upload-inputs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sctb__file-upload-inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sctb__file-upload-inputs .form_inpt {
  font-size: 13px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 20px;
  max-width: 382px;
  padding: 0 18px;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .sctb__file-upload-inputs .form_inpt {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
  }
}

.sctb__file-upload-inputs .form_inpt--big {
  max-width: 425px;
}

.sctb__file-upload-input-add {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6874;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .sctb__file-upload-input-add {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.sctb__file-upload-input-add span {
  color: #5e6874;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin-right: 5px;
}

.sctb__file-upload-or-file {
  font-size: 13px;
}

.sctb__file-upload-or-file-span {
  color: #8b8b90;
}

.sctb__file-upload-label {
  color: #c40026;
  cursor: pointer;
  position: relative;
}

.sctb__file-upload-label svg {
  margin-left: 8px;
  position: relative;
  top: 6px;
  width: 20px;
}

.sctb__file-upload-label span {
  text-decoration: underline;
}

.sctb__file-upload-label input {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.sctb__file-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .sctb__file-submit {
    margin-top: 30px;
  }
}

.sctb__file-submit .red_btn {
  background-color: #c0c2c4;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  max-width: 160px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sctb__file-submit .red_btn {
    max-width: 100%;
    width: 100%;
  }
}

.sctb__file-submit .red_btn:hover {
  background-color: #fff;
  border: 2px solid #d3d4d5;
  color: #c40026;
}

.sctb__item-will-available {
  position: absolute;
  right: 27%;
  text-align: center;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .sctb__item-will-available {
    right: 8%;
    top: 50%;
  }
}

.sctb__item-will-available-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .sctb__item-will-available-title {
    font-size: 14px;
  }
}

.sctb__item-will-available-date {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sctb__item-will-available-date {
    font-size: 14px;
  }
}

.sctb__item-will-available-icon {
  margin-top: 12px;
}

.sctb__item-will-available-icon img {
  max-width: 130px;
}

@media (max-width: 767px) {
  .sctb__item-will-available-icon img {
    max-width: 50px;
  }
}

.single-course__diplom-work .single-course__tab-header {
  cursor: default;
  padding-right: 0;
}

.single-course__diplom-work .single-course__tab-header:hover h3 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.single-course__diplom-work .sctb__item-icon {
  max-width: 31px;
}

.single-course__diplom-work .sctb__item-icon img {
  max-width: 100%;
  width: 31px;
}

.single-course__diplom-work .sctb__item-title {
  font-size: 16px;
}

@media (max-width: 767px) {
  .single-course__diplom-work .sctb__item-title {
    font-size: 14px;
  }
}

.single-course__diplom-work .sctb__item-title span:first-of-type {
  color: #9190e2;
  font-weight: 600;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .single-course__diplom-work .sctb__item-title span:first-of-type {
    font-size: 14px;
  }
}

.single-course__diplom-work .sctb__item-title span:nth-of-type(2) {
  color: #8b8b90;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .single-course__diplom-work .sctb__item-title span:nth-of-type(2) {
    font-size: 12px;
  }
}

.sctb__item--diplom-work {
  background-color: #fafafa;
  margin-top: 8px;
  padding: 0;
}

.single-course__diplom-work-date {
  color: #8b8b90;
  font-size: 13px;
  padding: 36px 0 19px;
  text-align: center;
}

@media (max-width: 767px) {
  .single-course__diplom-work-date {
    padding: 20px 0;
  }
}

.single-course__diplom-work-comment-content {
  background-color: #f2f2f2;
  font-size: 14px;
  padding: 22px 28px 27px;
}

.single-course__diplom-work-comment-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.single-course__diplom-work-comment-content p:last-of-type {
  margin-bottom: 0;
}

.single-course__diplom-work-comment-ava {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.single-course__diplom-work-comment-avatar {
  margin-right: 15px;
}

.single-course__diplom-work-comment-avatar img {
  border-radius: 50%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}

.single-course__diplom-work-comment-meta {
  padding-top: 11px;
}

.single-course__diplom-work-comment-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .single-course__diplom-work-comment-name {
    font-size: 16px;
  }
}

.single-course__diplom-work-comment-date {
  color: #8b8b90;
  font-size: 13px;
}

.single-course__calendar {
  margin: 0 auto;
  max-width: 942px;
  padding: 37px 0;
}

@media (max-width: 960px) {
  .single-course__calendar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .single-course__calendar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-course__calendar__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 934px;
}

@media (max-width: 767px) {
  .single-course__calendar__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-course-calendar__header-month span {
  color: #b5b5b8;
  display: block;
  font-size: 13px;
}

.single-course-calendar__header-month
  .single-course-calendar__header-month-main {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.single-course-calendar__header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  top: -12px;
}

@media (max-width: 767px) {
  .single-course-calendar__header-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    font-size: 12px;
    justify-content: flex-end;
    margin: 20px 0 10px;
    top: 0;
  }
}

.single-course-calendar__header-nav-prev {
  background: url(/local/templates/dp/assets/img/arrow_left_faq.png) 50%/15px
    25px no-repeat;
  cursor: pointer;
  height: 25px;
  margin-left: 16px;
  width: 25px;
}

.single-course-calendar__header-nav-next {
  background: url(/local/templates/dp/assets/img/arrow_right_faq.png) 50%/15px
    25px no-repeat;
  cursor: pointer;
  height: 25px;
  margin-left: 22px;
  width: 25px;
}

.single-course-calendar__body {
  margin-top: 15px;
  max-width: 931px;
}

@media (max-width: 767px) {
  .single-course-calendar__body {
    overflow: scroll;
  }
}

.single-course-calendar__grid-header {
  -ms-grid-columns: (1fr) [7];
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
}

.single-course-calendar__grid-header > :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(6) {
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

.single-course-calendar__grid-header > :nth-child(7) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.sccgh__item {
  background-color: #f1f2f2;
  border: 1px solid #c2c4c6;
  border-right: none;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sccgh__item {
    min-width: 133px;
  }
}

.sccgh__item:last-of-type {
  border-right: 1px solid #c2c4c6;
}

.single-course-calendar__grid {
  -ms-grid-columns: (1fr) [7];
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
}

.single-course-calendar__grid > :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(6) {
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

.single-course-calendar__grid > :nth-child(7) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.sccg__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  max-width: 133px;
  min-height: 83px;
}

@media (max-width: 767px) {
  .sccg__item {
    min-height: 50px;
    min-width: 133px;
  }
}

.sccg__item:nth-of-type(7n) {
  border-right: 1px solid #c2c4c6;
}

.sccg__item:last-of-type {
  border-bottom: 1px solid #c2c4c6;
  border-right: 1px solid #c2c4c6;
}

.sccg__item-day {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

.sccg__item--not-day {
  border-color: #e7e7e7 !important;
}

.sccg__item--not-day .sccg__item-day {
  color: #c8c8c8;
}

.sccg__item-message {
  background-color: #dddfeb;
  font-size: 13px;
  padding: 7px 10px 7px 16px;
  position: relative;
}

.sccg__item-message:after {
  background: #8aaad9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.sccg__item-message-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sccg__item-message-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sccg__item-icon {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.sccg__item-icon img {
  max-width: 17px;
  width: 100%;
}

.sccg__item-message-time {
  font-weight: 700;
}

.single-course__practic-conrainer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  max-width: 942px;
}

@media (max-width: 960px) {
  .single-course__practic-conrainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .single-course__practic-conrainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.scpc__col {
  background-color: #f7f7f7;
  max-width: 220px;
  padding: 13px;
  width: 100%;
}

@media (max-width: 960px) {
  .scpc__col {
    margin-bottom: 20px;
    max-width: 100%;
    padding: 20px;
  }
}

.scpc__col-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 12px;
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
  padding: 25px 15px;
  position: relative;
}

.scpc__col-item:last-child {
  margin-bottom: 0;
}

.scpc__col-item:after {
  background-color: #ccc;
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.scpc__col--do .scpc__col-item-title {
  color: #8aaad9;
}

.scpc__col--do .scpc__col-item:after {
  display: none;
}

.scpc__col--check .scpc__col-item:after {
  background-color: #ffc600;
}

.scpc__col--edit .scpc__col-item:after {
  background-color: #c40026;
}

.scpc__col--good .scpc__col-item:after {
  background-color: #1a985e;
}

.scpc__col--check .scpc__col-item-title,
.scpc__col--edit .scpc__col-item-title,
.scpc__col--good .scpc__col-item-title {
  color: #b07211;
}

.scpc__col-title {
  font-size: 14px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .scpc__col-title {
    font-size: 15px;
  }
}

.scpc__col-title h4 {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .scpc__col-title h4 {
    font-size: 15px;
  }
}

.scpc__col-title span {
  font-weight: 400;
}

.scpc__col-item-title {
  color: #ccc;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .scpc__col-item-title {
    margin-bottom: 10px;
  }
}

.scpc__col-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scpc__col-item-content-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 22px;
}

.scpc__col-item-content-icon img {
  width: 100%;
}

.scpc__col-item-content-text {
  max-width: 80%;
  padding-top: 2px;
}

.scpc__col-item-content-text,
.scpc__col-item-content-text p {
  font-size: 14px;
  line-height: 1.4;
}

.single-course__notice-container {
  margin: 46px auto 0;
  max-width: 942px;
}

@media (max-width: 960px) {
  .single-course__notice-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .single-course__notice-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.scnc__item {
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  .scnc__item {
    margin-bottom: 35px;
  }
}

.scnc__item--opacity {
  opacity: 0.5;
}

.scnc__item-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .scnc__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.scnc__item-header-user,
.scnc__item-header-user-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scnc__item-header-user-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 50%;
  color: #8d8d8d;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 60px;
}

.scnc__item-header-user-avatar img {
  border-radius: 50%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}

.scnc__item-header-user-avatar.red:after {
  background-color: #c40026;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.scnc__item-header-user-name {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .scnc__item-header-user-name {
    padding-top: 0;
  }
}

.scnc__item-header-user-name h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.scnc__item-header-user-name h5 {
  color: #8b8b90;
  font-size: 13px;
}

.scnc__item-header-user-name h5 span {
  font-weight: 700;
}

.scnc__item-header-date {
  color: #8b8b90;
  font-size: 13px;
  padding-top: 17px;
}

.scnc__item-body {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .scnc__item-body {
    line-height: 1.4;
  }
}

.scnc__item-body p {
  margin-bottom: 6px;
}

.scnc__item-body h2,
.scnc__item-body h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .scnc__item-body h2,
  .scnc__item-body h3 {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

.scnc__item-body b,
.scnc__item-body strong {
  color: #000;
  font-weight: 700;
}

.scnc__item-body ol,
.scnc__item-body ul {
  list-style: none;
}

.scnc__item-body ol li,
.scnc__item-body ul li {
  margin-bottom: 6px;
  padding-left: 10px;
  position: relative;
}

.scnc__item-body ol li:before,
.scnc__item-body ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 2px;
  margin-right: 8px;
  position: absolute;
  top: 9px;
  width: 2px;
}

.scnc__item-body ol {
  list-style: decimal;
  padding-left: 15px;
}

.scnc__item-body ol li {
  padding-left: 0;
}

.scnc__item-body ol li:before {
  display: none;
}

.single-course__inner {
  margin: 39px auto 0;
  max-width: 942px;
}

@media (max-width: 960px) {
  .single-course__inner {
    padding-left: 40px;
    padding-left: 15px;
    padding-right: 40px;
    padding-right: 15px;
  }
}

.single-course__inner-menu {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 960px) {
  .single-course__inner-menu {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .single-course__inner-menu {
    background-color: #f7f7f7;
    max-width: 100%;
  }
}

.single-course__inner-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single-course__inner-title h2,
.single-course__inner-title h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .single-course__inner-title h2,
  .single-course__inner-title h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-course__inner-menu-nav .sctb__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.25;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .single-course__inner-menu-nav .sctb__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}

.single-course__inner-menu-nav .sctb__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .single-course__inner-menu-nav .sctb__item-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

.single-course__inner-menu-list li:last-of-type .sctb__item {
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .single-course__inner-menu-list li:last-of-type .sctb__item {
    padding-bottom: 0;
  }
}

.single-course__inner-menu-list li.active .sctb__item {
  background-color: #f1f2f2;
}

.single-course__inner-menu-list li.active .cls-1,
.single-course__inner-menu-list li.active .cls-2 {
  stroke: #c40026;
}

.single-course__inner-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  padding-left: 21px;
  width: 100%;
}

@media (max-width: 767px) {
  .single-course__inner-content {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
  }
}

.single-course__inner-content b,
.single-course__inner-content strong {
  font-weight: 700;
}

.single-course__inner-content h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .single-course__inner-content h2 {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

.single-course__inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .single-course__inner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.scic__video {
  margin-bottom: 39px;
  position: relative;
}

.scic__video img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 767px) {
  .scic__video {
    margin-bottom: 25px;
  }
}

.scic__video .play_video_bnt {
  background-image: url(/local/templates/dp/assets/img/icon-video-hover.svg);
  background-image: url(/local/templates/dp/assets/img/icon-video.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  cursor: pointer;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 60px;
}

.scic__video .play_video_bnt:hover {
  background-image: url(/local/templates/dp/assets/img/icon-video-hover.svg);
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.scic-lekciya__form {
  margin-top: 25px;
}

.scic-textarea {
  background-color: #f7f7f7;
  border: none;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  height: 120px;
  padding: 17px 24px;
  resize: none;
  width: 100%;
}

@media (max-width: 767px) {
  .scic-textarea {
    font-size: 14px;
  }
}

.scic-textarea::-webkit-input-placeholder {
  color: #8b8b90;
}

.scic-textarea::-moz-placeholder {
  color: #8b8b90;
  opacity: 1;
}

.scic-textarea:-ms-input-placeholder {
  color: #8b8b90;
}

.scic-textarea:-moz-placeholder {
  color: #8b8b90;
  opacity: 1;
}

.scic-lekciya__form-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.scic-lekciya__form-submit .red_btn {
  font-size: 14px;
  height: 48px;
  max-width: 160px;
}

@media (max-width: 767px) {
  .scic-lekciya__form-submit .red_btn {
    max-width: 100%;
    width: 100%;
  }
}

.scic-termin__items p {
  line-height: 24px;
  margin-bottom: 24px;
}

.scic-termin {
  padding-top: 5px;
}

.scic-test {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .scic-test {
    padding-top: 0;
  }
}

.scic-test__start {
  line-height: 24px;
}

@media (max-width: 767px) {
  .scic-test__start {
    padding: 11px;
  }
}

.scic-test__start-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.scic-test__start-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 16px;
  max-width: 22px;
  position: relative;
  top: -2px;
  width: 100%;
}

@media (max-width: 767px) {
  .scic-test__start-item-icon {
    top: -1px;
  }
}

.scic-test__start-item-icon img {
  width: 100%;
}

.scic-test__start-btn {
  margin-top: 30px;
}

.scic-test__start-btn .red_btn {
  font-size: 14px;
  height: 48px;
  max-width: 172px;
  width: 100%;
}

@media (max-width: 767px) {
  .scic-test__start-btn .red_btn {
    max-width: 100%;
  }
}

.scic-test__timer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -11px;
}

@media (max-width: 767px) {
  .scic-test__timer {
    margin-top: 10px;
    position: static;
  }
}

.scit-absolute {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -3px;
}

@media (max-width: 767px) {
  .scit-absolute {
    margin-top: 10px;
    position: static;
  }
}

.scic-test__timer-container {
  text-align: right;
}

.scic-test__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c40026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
}

.scic-test__time:before {
  background: url(/local/templates/dp/assets/img/autoschool/icon_test-time.svg)
    50% no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 7px;
  width: 23px;
}

.scic-test__try {
  color: #c40026;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.title-scic-flex {
  position: relative;
}

.title-scic-flex h2 {
  /* padding-right: 150px; */
  padding-right: 400px;
}

@media (max-width: 767px) {
  .title-scic-flex h2 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .title-scic-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.scic-test-2,
.scic-test-5 {
  padding-top: 13px;
}

@media (max-width: 767px) {
  .scic-test-2,
  .scic-test-5 {
    padding: 0 11px 11px;
  }
}

.scic__answer-item:last-of-type:after {
  display: none;
}

.scic__answer-item:after {
  background: url(/local/templates/dp/assets/img/autoschool/test_auto_line.png)
    50% / contain no-repeat;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 39px;
  position: relative;
  top: 8px;
  width: 100%;
}

.scic__answer-item-title {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .scic__answer-item-title {
    margin-bottom: 15px;
  }
}

.scic__answer-item-variant {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .scic__answer-item-variant {
    margin-bottom: 13px;
  }
}

.single-course .control {
  padding-left: 40px;
  padding-top: 6px;
}

.single-course .control input:checked ~ .control_indicator {
  background: #8b8b90;
  border-color: #8b8b90;
  border-radius: 4px;
}

.single-course .control-checkbox .control_indicator:after {
  border-color: #fff;
}

.single-course .control_indicator {
  border-color: #d8dadc;
  border-radius: 4px;
}

.single-course .control.control-radio .control_indicator {
  border-radius: 50%;
}

.single-course .control.control-radio input:checked ~ .control_indicator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.single-course .control.control-radio .control_indicator:after {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
}

.scic__answers-btn {
  margin-top: 35px;
}

.scic__answers-btn .red_btn {
  font-size: 14px;
  height: 48px;
  max-width: 250px;
}

@media (max-width: 767px) {
  .scic__answers-btn .red_btn {
    max-width: 100%;
    width: 100%;
  }
}

.scic.test-3,
.scic.test-4 {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .scic.test-3,
  .scic.test-4 {
    padding-top: 0;
  }
}

.scic__test-3-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .scic__test-3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.scic__test-3-container-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .scic__test-3-container-photo {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

@media (max-width: 767px) {
  .scic__test-3-container-photo {
    margin-right: 0;
  }

  .scic__test-3-container-text {
    margin-top: 20px;
  }
}

.scic__test-3-container-text h2 {
  margin-bottom: 21px;
}

.scic__test-3-container-text p {
  margin-bottom: 6px;
}

.scic__test-3-container-text p a {
  color: #c40026;
}

.scic__test-3-container-text-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .scic__test-3-container-text-btn {
    margin-top: 20px;
  }
}

.scic__test-3-container-text-btn .red_btn {
  background-color: #1a985e;
  border: 2px solid #1a985e;
  font-size: 14px;
  height: 48px;
  max-width: 264px;
}

@media (max-width: 767px) {
  .scic__test-3-container-text-btn .red_btn {
    max-width: 100%;
    width: 100%;
  }
}

.scic__test-3-container-text-btn .red_btn:hover {
  background-color: #fff;
}

.scit-absolute__text {
  font-size: 18px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .scit-absolute__text {
    font-size: 14px;
  }
}

.scit-absolute__text--bad {
  color: #c40026;
}

.scit-absolute__text--good {
  color: #1a985e;
}

.scic.test-4 .scic__test-3-container-text-btn .red_btn {
  background-color: #c40026;
  border: 2px solid #c40026;
}

.scic.test-4 .scic__test-3-container-text-btn .red_btn:hover {
  background-color: #fff;
}

.scic.test-4 .scic__test-3-container-text p {
  margin-bottom: 8px;
}

.scic-test-4-with-link {
  margin-top: 16px;
}

.scic-test-5 {
  padding-top: 9px;
}

.scic-test-5 .scic__answer-item-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.scic-test-5 .scic__answer-item-title h2 {
  margin-bottom: 0;
}

.scic-test-5 .single-course__tab-header-no,
.scic-test-5 .single-course__tab-header-ok {
  margin-left: 10px;
}

.scic-test-5 .scic__answer-item-variant {
  pointer-events: none;
}

.scic__answer-item-variant.checked-good {
  color: #1a985e;
}

.scic__answer-item-variant.checked-good
  .control
  input:checked
  ~ .control_indicator {
  background: #1a985e;
  border-color: #1a985e;
}

.scic__answer-item-variant.checked-bad {
  color: #c40026;
}

.scic__answer-item-variant.checked-bad
  .control
  input:checked
  ~ .control_indicator {
  background: #c40026;
  border-color: #c40026;
}

.scic-dop,
.scic-zadanie {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .scic-dop,
  .scic-zadanie {
    padding-top: 0;
  }
}

.scic-dop .scnc__item-body,
.scic-zadanie .scnc__item-body {
  line-height: 24px;
  margin-bottom: 23px;
  margin-top: 0;
}

.scic-dop .scnc__item-body:after,
.scic-zadanie .scnc__item-body:after {
  background: url(/local/templates/dp/assets/img/autoschool/test_auto_line.png)
    50% / contain no-repeat;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 39px;
  position: relative;
  top: 13px;
  width: 100%;
}

.scic-dop h4,
.scic-zadanie h4 {
  font-weight: 700;
}

.scic-dop .scnc__item-body ul li,
.scic-zadanie .scnc__item-body ul li {
  padding-left: 28px;
}

.scic-dop .scnc__item-body ul li:before,
.scic-zadanie .scnc__item-body ul li:before {
  left: 21px;
  top: 11px;
}

.scic-dop ol li,
.scic-dop ul li,
.scic-zadanie ol li,
.scic-zadanie ul li {
  margin-bottom: 0;
}

.scic-dop ol,
.scic-zadanie ol {
  padding-left: 30px;
}

.scic-dop .sctb__file-upload,
.scic-zadanie .sctb__file-upload {
  margin-top: 50px;
}

.scic-dop .sctb__file-upload-inputs .form_inpt,
.scic-zadanie .sctb__file-upload-inputs .form_inpt {
  max-width: 220px;
}

@media (max-width: 767px) {
  .scic-dop .sctb__file-upload-inputs .form_inpt,
  .scic-zadanie .sctb__file-upload-inputs .form_inpt {
    max-width: 100%;
  }
}

.scic-dop .sctb__file-upload-inputs .form_inpt--big,
.scic-zadanie .sctb__file-upload-inputs .form_inpt--big {
  max-width: 100%;
}

.scic-dop .sctb__file-upload .cls-1,
.scic-zadanie .sctb__file-upload .cls-1 {
  stroke: #c40026;
}

.scic-dop .single-course__diplom-work,
.scic-zadanie .single-course__diplom-work {
  margin-top: 47px;
}

.scic-zadanie__text-item {
  margin-bottom: 23px;
}

.scic-dop {
  padding-top: 9px;
}

@media (max-width: 767px) {
  .scic-dop {
    padding-top: 0;
  }
}

.scic-dop ol {
  padding-left: 15px;
}

.scic-dop .scnc__item-body ul li {
  padding-left: 10px;
}

.scic-dop .scnc__item-body ul li:before {
  left: 2px;
}

.scic-dop .scnc__item-body:after {
  display: none;
}

.scic-dop__text-item {
  margin-bottom: 31px;
}
.sctb__item__animation_link {
  transition: all 0.35s ease-out;
}
.sctb__item__animation_link:hover {
  cursor: pointer;
}
.sctb__item__animation_link:hover .sctb__item {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  cursor: pointer;
}
/* // АВТОШКОЛА КУРСЫ */

.block_blog_sliders_container .swiper-button-next,
.block_blog_sliders_container .swiper-container-rtl .swiper-button-prev {
  right: -80px;
  background-image: url(/local/templates/dp/assets/img/modal_product/next_arr.svg);
}

.left_rigth_block_modal_product .swiper-button-next,
.left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  background-image: url(/local/templates/dp/assets/img/modal_product/next_arr.svg);
}

@media (max-width: 767px) {
  .block_blog_sliders_container .swiper-button-next,
  .block_blog_sliders_container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .left_rigth_block_modal_product .swiper-button-next,
  .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.block_blog_sliders_container .swiper-button-prev,
.block_blog_sliders_container .swiper-container-rtl .swiper-button-prev {
  left: -80px;
  background-image: url(/local/templates/dp/assets/img/modal_product/prev_arr.svg);
}

.left_rigth_block_modal_product .swiper-button-prev,
.left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev {
  left: -30px;
  background-image: url(/local/templates/dp/assets/img/modal_product/prev_arr.svg);
}

@media (max-width: 767px) {
  .block_blog_sliders_container .swiper-button-next,
  .block_blog_sliders_container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .left_rigth_block_modal_product .swiper-button-prev,
  .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-wrapper {
    will-change: transorm;
  }
}
.slider-blog-wrapper .swiper-pagination-bullet {
  border-radius: 3px;
  max-width: 72px;
  width: 100%;
  background-color: #f2f3f3;
  height: 6px;
  opacity: 1;
  cursor: pointer;
}
.slider-blog-wrapper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c30026;
}
.slider-blog-wrapper .swiper-pagination {
  bottom: 44px !important;
  margin-bottom: 10px;
}
.slider-blog-wrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.slider-blog-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider-blog-wrapper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.slider-blog-wrapper .blog-big-slider {
  height: 80%;
  width: 100%;
}

.slider-blog-wrapper.slider-blog-count-less-5 .blog-mini-slider .swiper-wrapper,
.left_rigth_block_modal_product .slider-product-count-less-4 .swiper-wrapper{
  display: flex;
  justify-content: center;
}

.slider-blog-wrapper .blog-mini-slider {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 480px;
}

.slider-blog-wrapper .blog-mini-slider .swiper-slide,
.card-product-slider-mini .swiper-slide {
  width: 30%;
  height: 100%;
  opacity: 0.4;
}
.slider-blog-wrapper .blog-mini-slider img,
.card-product-slider-mini .slider_modal_prod_mini_item img{
  width: 72px;
  height: 55px;
  object-fit: cover;
  padding: 15px 5px;
  border: 1px solid transparent;
  transition: .5s;
  border-radius: 10px;
}

.left_rigth_block_modal_product .swiper-button-next:after, .left_rigth_block_modal_product .swiper-rtl .swiper-button-prev:after,
.left_rigth_block_modal_product .swiper-button-prev:after, .left_rigth_block_modal_product .swiper-rtl .swiper-button-next:after{
  display: none;
}

.left_rigth_block_modal_product .swiper-button-next:active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.left_rigth_block_modal_product .swiper-button-prev:active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.left_rigth_block_modal_product .swiper-button-prev, .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-next{
  left: 0;
}

.left_rigth_block_modal_product .swiper-button-next, .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev{
  right: 0;
}

.left_rigth_block_modal_product .swiper-button-next, .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-prev,
.left_rigth_block_modal_product .swiper-button-prev, .left_rigth_block_modal_product .swiper-container-rtl .swiper-button-next{
  height: 53px;
}

.card-product-slider-mini-wrapper{
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}

.card-product-slider-mini .slider_modal_prod_mini_item img{
  width: 60px;
  height: 60px;
  padding: 5px;
}

.slider-blog-wrapper .blog-mini-slider .swiper-slide-thumb-active,
.card-product-slider-mini .swiper-slide-thumb-active{
  opacity: 1;
}

.slider-blog-wrapper .blog-mini-slider .swiper-slide-thumb-active .blog_container_mini_slider_item img,
.card-product-slider-mini .swiper-slide-thumb-active .slider_modal_prod_mini_item img {
  /* opacity: 1; */
  border-color:#d4d6d7;
 
}

.blog_container_mini_slider_item{

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-blog-wrapper .blog-big-slider img {
  width: 100%;
  height: 486px;
  object-fit: cover;
}

.slider-blog-wrapper .image_zoom_slider_big img {
  width: 36px;
  height: 36px;
}

.slider-blog-wrapper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -100px;
}

.slider-blog-wrapper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -100px;
}

@media (max-width: 1200px) {
  .slider-blog-wrapper .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .slider-blog-wrapper .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {

  .slider-blog-wrapper .blog-big-slider img {
    height: 250px;
  }
  .slider-blog-wrapper .image_zoom_slider_big img {
    width: 36px;
    height: 36px;
  }
  .slider-blog-wrapper .blog-mini-slider img {
    width: 65px;
    height: 45px;
    padding: 10px 5px;
  }
  .slider-blog-wrapper .swiper-pagination-bullet{
    max-width: 46px;
  }
}

@media (max-width: 320px) {
  .slider-blog-wrapper .blog-mini-slider img {
    width: 50px;
    height: 35px;
  }
}
.container_block_metro{
  margin-top: 34px;
}
.container_raschet_page{
  margin: 0 auto;
  margin-top: 27px;
}
.container_raschet_page .products__grid-part{
  /* margin: 0; */
  margin: 0 10px;
}
.container_raschet_page .products__grid-part .item__img-container img{
  object-fit: contain;
  max-height: 154px;
}
.container_raschet_page.container-940{
  max-width: 990px;
}
/* End */


/* Start:/local/templates/dp/assets/css/update.css?16248682161178*/
.profile_my_docs__images_item_meta img{
	max-height: 80px !important;
}

.roads_more .roads_more_p_3 .center p{
	font-style: italic !important;
}

/* new pages (27.05.21)*/
.avtoshkola .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.raskhod-topliva .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.transportniy-nalog .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.stoimost-benzina .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.polis-strakhovaniya-ot-neschastnykh-sluchaev .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.polis-osago .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.polis-kasko .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.polis-zelenaya-karta .inner_page__tab{
	display: block !important;
	opacity: 1 !important;
}

.presspage .langchange {
	display: none;
}

.selectionbl .paginator .active a{
	color: #fff;
}

@media (max-width: 850px){
	.seasons .seasons_item__right{
		padding-left: 0;
		padding-right: 0;
	}
}
/* End */


/* Start:/local/templates/dp/assets/css/animate.css?158556170660427*/
@charset "UTF-8";@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}}
/* End */


/* Start:/local/templates/dp/assets/css/selectize.css?15855617069109*/
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #ccc;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e6e6e6;
  color: #000;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #e6e6e6;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #e6e6e6;
  color: #000;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* End */


/* Start:/local/templates/dp/assets/css/modal.css?160284318133245*/
.effects{background:rgba(255,255,255,.2);padding:1em;max-width:12em;margin:2em auto 0}.effects ul{margin:1em 0 0;padding:0;list-style:none}.effects ul li{margin:0 0 .5em 0}.effects ul li:last-of-type{margin-bottom:0}.effects ul li a{padding:.5em;display:block;border:1px solid #eee}.effects ul li a:hover{background:rgba(255,255,255,.5)}.effects ul li a.selected{color:#c94e50;background:rgba(255,255,255,.2);border-color:#c94e50}.button-wrap{padding:2.5em 0 0;font-size:1.25em}button.trigger{background:#c94e50;color:#fff;border:none}.dialog,.dialog__overlay{width:100%;height:100%;top:0;left:0}.dialog{position:fixed;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none}.dialog__overlay{position:absolute;z-index:99999;background:rgba(55,58,71,.9);opacity:0;-webkit-backface-visibility:hidden;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}.dialog--open .dialog__overlay{opacity:1;pointer-events:auto}.dialog__content{width:50%;max-width:560px;min-width:290px;background:#fff;padding:4em;text-align:center;position:relative;z-index:999999;opacity:0}.dialog--open .dialog__content{pointer-events:auto}.dialog h2{margin:0;font-weight:400;font-size:2em;padding:0 0 1em;margin:0;font-family:"PF Din Display Pro"}.sandra .dialog.dialog--open .dialog__content,.sandra .dialog.dialog--close .dialog__content{-moz-animation-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.sandra .dialog.dialog--open .dialog__content{-moz-animation-name:sandra-open;-webkit-animation-name:sandra-open;animation-name:sandra-open}.sandra .dialog.dialog--close .dialog__content{-moz-animation-name:sandra-close;-webkit-animation-name:sandra-close;animation-name:sandra-close}@-moz-keyframes sandra-open{0%{opacity:0;-moz-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{opacity:1;-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes sandra-open{0%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes sandra-open{0%{opacity:0;-moz-transform:scale3d(1.1,1.1,1);-ms-transform:scale3d(1.1,1.1,1);-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{opacity:1;-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes sandra-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}@-webkit-keyframes sandra-close{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}@keyframes sandra-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.9,.9,1);-ms-transform:scale3d(.9,.9,1);-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}.sally .dialog__overlay{-moz-transition-duration:0.4s;-o-transition-duration:0.4s;-webkit-transition-duration:0.4s;transition-duration:0.4s}.sally .dialog.dialog--open .dialog__content,.sally .dialog.dialog--close .dialog__content{-moz-animation-duration:0.4s;-webkit-animation-duration:0.4s;animation-duration:0.4s;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.sally .dialog.dialog--open .dialog__content{-moz-animation-name:sally-open;-webkit-animation-name:sally-open;animation-name:sally-open;-moz-animation-timing-function:cubic-bezier(.6,0,.4,1);-webkit-animation-timing-function:cubic-bezier(.6,0,.4,1);animation-timing-function:cubic-bezier(.6,0,.4,1)}.sally .dialog.dialog--close .dialog__content{-moz-animation-name:sally-close;-webkit-animation-name:sally-close;animation-name:sally-close}@-moz-keyframes sally-open{0%{opacity:0;-moz-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}100%{opacity:1;-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes sally-open{0%{opacity:0;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes sally-open{0%{opacity:0;-moz-transform:scale3d(0,0,1);-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}100%{opacity:1;-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes sally-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1)}}@-webkit-keyframes sally-close{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1)}}@keyframes sally-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.5,.5,1);-ms-transform:scale3d(.5,.5,1);-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1)}}.don .dialog.dialog--open .dialog__content,.don .dialog.dialog--close .dialog__content{-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-timing-function:linear;-moz-animation-duration:1s;-webkit-animation-duration:1s;animation-duration:1s;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.don .dialog.dialog--open .dialog__content{-moz-animation-name:don-open!important;-webkit-animation-name:don-open!important;animation-name:don-open!important}.don .dialog.dialog--close .dialog__content{-moz-animation-name:don-close;-webkit-animation-name:don-close;animation-name:don-close;-moz-animation-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;-moz-animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-moz-keyframes don-open{0%{opacity:0;-moz-transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1)}2.083333%{-moz-transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1)}4.166667%{-moz-transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1)}6.25%{-moz-transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1)}8.333333%{-moz-transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}10.416667%{-moz-transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1)}12.5%{-moz-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1)}14.583333%{-moz-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1)}16.666667%{-moz-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1)}18.75%{-moz-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1)}20.833333%{-moz-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1)}22.916667%{-moz-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1)}25%{-moz-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}27.083333%{-moz-transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1)}29.166667%{-moz-transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1)}31.25%{-moz-transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1)}33.333333%{-moz-transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1)}35.416667%{-moz-transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1)}37.5%{-moz-transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1)}39.583333%{-moz-transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1)}41.666667%{-moz-transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}43.75%{-moz-transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1)}45.833333%{-moz-transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1)}47.916667%{-moz-transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1)}50%{opacity:1;-moz-transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1)}52.083333%{-moz-transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1)}54.166667%{-moz-transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1)}56.25%{-moz-transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1)}58.333333%{-moz-transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}60.416667%{-moz-transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1)}62.5%{-moz-transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1)}64.583333%{-moz-transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1)}66.666667%{-moz-transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1)}68.75%{-moz-transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1)}70.833333%{-moz-transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1)}72.916667%{-moz-transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1)}75%{-moz-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}77.083333%{-moz-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1)}79.166667%{-moz-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1)}81.25%{-moz-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1)}83.333333%{-moz-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1)}85.416667%{-moz-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1)}87.5%{-moz-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1)}89.583333%{-moz-transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1)}91.666667%{-moz-transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}93.75%{-moz-transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1)}95.833333%{-moz-transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1)}97.916667%{-moz-transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-webkit-keyframes don-open{0%{opacity:0;-webkit-transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1)}2.083333%{-webkit-transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1)}4.166667%{-webkit-transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1)}6.25%{-webkit-transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1)}8.333333%{-webkit-transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}10.416667%{-webkit-transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1)}12.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1)}14.583333%{-webkit-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1)}16.666667%{-webkit-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1)}18.75%{-webkit-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1)}20.833333%{-webkit-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1)}22.916667%{-webkit-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1)}25%{-webkit-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}27.083333%{-webkit-transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1)}29.166667%{-webkit-transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1)}31.25%{-webkit-transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1)}33.333333%{-webkit-transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1)}35.416667%{-webkit-transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1)}37.5%{-webkit-transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1)}39.583333%{-webkit-transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1)}41.666667%{-webkit-transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}43.75%{-webkit-transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1)}45.833333%{-webkit-transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1)}47.916667%{-webkit-transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1)}50%{opacity:1;-webkit-transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1)}52.083333%{-webkit-transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1)}54.166667%{-webkit-transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1)}56.25%{-webkit-transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1)}58.333333%{-webkit-transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}60.416667%{-webkit-transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1)}62.5%{-webkit-transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1)}64.583333%{-webkit-transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1)}66.666667%{-webkit-transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1)}68.75%{-webkit-transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1)}70.833333%{-webkit-transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1)}72.916667%{-webkit-transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1)}75%{-webkit-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}77.083333%{-webkit-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1)}79.166667%{-webkit-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1)}81.25%{-webkit-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1)}83.333333%{-webkit-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1)}85.416667%{-webkit-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1)}87.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1)}89.583333%{-webkit-transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1)}91.666667%{-webkit-transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}93.75%{-webkit-transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1)}95.833333%{-webkit-transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1)}97.916667%{-webkit-transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes don-open{0%{opacity:0;-moz-transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.7,0,0,0,0,.7,0,0,0,0,1,0,0,0,0,1)}2.083333%{-moz-transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.75266,0,0,0,0,.76342,0,0,0,0,1,0,0,0,0,1)}4.166667%{-moz-transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.81071,0,0,0,0,.84545,0,0,0,0,1,0,0,0,0,1)}6.25%{-moz-transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.86808,0,0,0,0,.9286,0,0,0,0,1,0,0,0,0,1)}8.333333%{-moz-transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}10.416667%{-moz-transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1)}12.5%{-moz-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1)}14.583333%{-moz-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1)}16.666667%{-moz-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1)}18.75%{-moz-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1)}20.833333%{-moz-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1)}22.916667%{-moz-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1)}25%{-moz-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}27.083333%{-moz-transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.03699,0,0,0,0,.98534,0,0,0,0,1,0,0,0,0,1)}29.166667%{-moz-transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02831,0,0,0,0,.97688,0,0,0,0,1,0,0,0,0,1)}31.25%{-moz-transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01973,0,0,0,0,.97422,0,0,0,0,1,0,0,0,0,1)}33.333333%{-moz-transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01191,0,0,0,0,.97618,0,0,0,0,1,0,0,0,0,1)}35.416667%{-moz-transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00526,0,0,0,0,.98122,0,0,0,0,1,0,0,0,0,1)}37.5%{-moz-transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.98773,0,0,0,0,1,0,0,0,0,1)}39.583333%{-moz-transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99617,0,0,0,0,.99433,0,0,0,0,1,0,0,0,0,1)}41.666667%{-moz-transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}43.75%{-moz-transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1)}45.833333%{-moz-transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1)}47.916667%{-moz-transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1)}50%{opacity:1;-moz-transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1)}52.083333%{-moz-transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1)}54.166667%{-moz-transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1)}56.25%{-moz-transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1)}58.333333%{-moz-transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}60.416667%{-moz-transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99921,0,0,0,0,.99884,0,0,0,0,1,0,0,0,0,1)}62.5%{-moz-transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,.99816,0,0,0,0,1,0,0,0,0,1)}64.583333%{-moz-transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00057,0,0,0,0,.99795,0,0,0,0,1,0,0,0,0,1)}66.666667%{-moz-transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00095,0,0,0,0,.99811,0,0,0,0,1,0,0,0,0,1)}68.75%{-moz-transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99851,0,0,0,0,1,0,0,0,0,1)}70.833333%{-moz-transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00119,0,0,0,0,.99903,0,0,0,0,1,0,0,0,0,1)}72.916667%{-moz-transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,.99955,0,0,0,0,1,0,0,0,0,1)}75%{-moz-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}77.083333%{-moz-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1)}79.166667%{-moz-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1)}81.25%{-moz-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1)}83.333333%{-moz-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1)}85.416667%{-moz-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1)}87.5%{-moz-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1)}89.583333%{-moz-transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1)}91.666667%{-moz-transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}93.75%{-moz-transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99991,0,0,0,0,1,0,0,0,0,1)}95.833333%{-moz-transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99982,0,0,0,0,.99985,0,0,0,0,1,0,0,0,0,1)}97.916667%{-moz-transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.99983,0,0,0,0,.99984,0,0,0,0,1,0,0,0,0,1)}100%{opacity:1;-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-ms-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@-moz-keyframes don-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}}@-webkit-keyframes don-close{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}}@keyframes don-close{0%{opacity:1}100%{opacity:0;-moz-transform:scale3d(.8,.8,1);-ms-transform:scale3d(.8,.8,1);-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}}
/* End */


/* Start:/local/templates/dp/assets/css/BeerSlider.css?15855617062069*/
.beer-slider{display:inline-block;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{height:auto;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:auto}.beer-range{-moz-appearance:none;-ms-touch-action:auto;-webkit-appearance:slider-horizontal!important;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}
/* End */


/* Start:/local/templates/dp/assets/css/custom-scroll.css?15882412981156*/
.custom-scroll_container {
	overflow: hidden !important;
	position: relative;
}

.custom-scroll_inner {
	overflow: scroll;
	height: 100%;
	*position: absolute; /* ie7 fix */
	*left: 0;
	*right: 0;
}
.custom-scroll_inner::-webkit-scrollbar { width: 0; height: 0; background: transparent; display: none; }
.custom-scroll_inner{ -ms-overflow-style: none; }

.custom-scroll_bar-y,
.custom-scroll_bar-x {
	cursor: default;
	position: absolute;
	border-radius: 1px;
	z-index: 1;
	background: #000;
	opacity: .55;

	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;

	transition: opacity .2s;
}
.custom-scroll_bar-y {
	top: 0;
	right: 1px;
	width: 7px;
	border-radius: 13px;
}
.custom-scroll_bar-x {
	left: 0;
	bottom: 1px;
	height: 8px;

}

.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
	opacity: .7;
}
.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
	opacity: .7;
}

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility step-end .3s;
}
/* End */


/* Start:/local/templates/dp/assets/css/notiflix-2.1.2.min.css?159497429619886*/
/*! Notiflix ('https://www.notiflix.com') -- Version: 2.1.2 -- Author: Furkan MT ('https://github.com/furcan') -- Copyright 2020 Notiflix, MIT Licence ('https://opensource.org/licenses/MIT') */

[id^=NotiflixNotifyWrap]{position:fixed;z-index:4001;opacity:1;right:10px;top:10px;width:280px;max-width:96%;box-sizing:border-box;background:0 0}[id^=NotiflixNotifyWrap] *{box-sizing:border-box}[id^=NotiflixNotifyWrap]>div{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Quicksand,sans-serif;width:100%;display:inline-block;position:relative;margin:0 0 10px;border-radius:5px;background:#1e1e1e;color:#fff;padding:10px 12px;font-size:14px;line-height:1.4}[id^=NotiflixNotifyWrap]>div:last-child{margin:0}[id^=NotiflixNotifyWrap]>div.with-callback{cursor:pointer}[id^=NotiflixNotifyWrap] ::selection{background:inherit}[id^=NotiflixNotifyWrap]>div.with-icon{padding:8px}[id^=NotiflixNotifyWrap]>div.click-to-close{cursor:pointer}[id^=NotiflixNotifyWrap]>div.with-close-button{padding:10px 30px 10px 12px}[id^=NotiflixNotifyWrap]>div.with-icon.with-close-button{padding:6px 30px 6px 6px}[id^=NotiflixNotifyWrap]>div>span.the-message{font-weight:500;font-family:inherit!important;word-break:break-all;word-break:break-word}[id^=NotiflixNotifyWrap]>div>span.notify-close-button{cursor:pointer;transition:all .2s ease-in-out;position:absolute;right:8px;top:0;bottom:0;margin:auto;color:inherit;width:16px;height:16px}[id^=NotiflixNotifyWrap]>div>span.notify-close-button:hover{transform:rotate(90deg)}[id^=NotiflixNotifyWrap]>div>span.notify-close-button>svg{position:absolute;width:16px;height:16px;right:0;top:0}[id^=NotiflixNotifyWrap]>div>.nmi{position:absolute;width:40px;height:40px;font-size:30px;line-height:40px;text-align:center;left:8px;top:0;bottom:0;margin:auto;border-radius:inherit}[id^=NotiflixNotifyWrap]>div>.wfa.shadow{color:inherit;background:rgba(0,0,0,.15);box-shadow:inset 0 0 34px rgba(0,0,0,.2);text-shadow:0 0 10px rgba(0,0,0,.3)}[id^=NotiflixNotifyWrap]>div>span.with-icon{position:relative;float:left;width:calc(100% - 40px);margin:0 0 0 40px;padding:0 0 0 10px;box-sizing:border-box}[id^=NotiflixNotifyWrap]>div.rtl-on>.nmi{left:auto;right:8px}[id^=NotiflixNotifyWrap]>div.rtl-on>span.with-icon{padding:0 10px 0 0;margin:0 40px 0 0}[id^=NotiflixNotifyWrap]>div.rtl-on>span.notify-close-button{right:auto;left:8px}[id^=NotiflixNotifyWrap]>div.with-icon.with-close-button.rtl-on{padding:6px 6px 6px 30px}[id^=NotiflixNotifyWrap]>div.with-close-button.rtl-on{padding:10px 12px 10px 30px}[id^=NotiflixNotifyOverlay].with-animation,[id^=NotiflixNotifyWrap]>div.with-animation.nx-fade{animation:notify-animation-fade .3s ease-in-out 0s normal;-webkit-animation:notify-animation-fade .3s ease-in-out 0s normal}@keyframes notify-animation-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes notify-animation-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-zoom{animation:notify-animation-zoom .3s ease-in-out 0s normal;-webkit-animation:notify-animation-zoom .3s ease-in-out 0s normal}@keyframes notify-animation-zoom{0%{transform:scale(0)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@-webkit-keyframes notify-animation-zoom{0%{transform:scale(0)}50%{transform:scale(1.05)}100%{transform:scale(1)}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-right{animation:notify-animation-from-right .3s ease-in-out 0s normal;-webkit-animation:notify-animation-from-right .3s ease-in-out 0s normal}@keyframes notify-animation-from-right{0%{right:-300px;opacity:0}50%{right:8px;opacity:1}100%{right:0;opacity:1}}@-webkit-keyframes notify-animation-from-right{0%{right:-300px;opacity:0}50%{right:8px;opacity:1}100%{right:0;opacity:1}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-left{animation:notify-animation-from-left .3s ease-in-out 0s normal;-webkit-animation:notify-animation-from-left .3s ease-in-out 0s normal}@keyframes notify-animation-from-left{0%{left:-300px;opacity:0}50%{left:8px;opacity:1}100%{left:0;opacity:1}}@-webkit-keyframes notify-animation-from-left{0%{left:-300px;opacity:0}50%{left:8px;opacity:1}100%{left:0;opacity:1}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-top{animation:notify-animation-from-top .3s ease-in-out 0s normal;-webkit-animation:notify-animation-from-top .3s ease-in-out 0s normal}@keyframes notify-animation-from-top{0%{top:-50px;opacity:0}50%{top:8px;opacity:1}100%{top:0;opacity:1}}@-webkit-keyframes notify-animation-from-top{0%{top:-50px;opacity:0}50%{top:8px;opacity:1}100%{top:0;opacity:1}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-bottom{animation:notify-animation-from-bottom .3s ease-in-out 0s normal;-webkit-animation:notify-animation-from-bottom .3s ease-in-out 0s normal}@keyframes notify-animation-from-bottom{0%{bottom:-50px;opacity:0}50%{bottom:8px;opacity:1}100%{bottom:0;opacity:1}}@-webkit-keyframes notify-animation-from-bottom{0%{bottom:-50px;opacity:0}50%{bottom:8px;opacity:1}100%{bottom:0;opacity:1}}[id^=NotiflixNotifyOverlay].with-animation.remove,[id^=NotiflixNotifyWrap]>div.with-animation.nx-fade.remove{opacity:0;animation:notify-remove-fade .3s ease-in-out 0s normal;-webkit-animation:notify-remove-fade .3s ease-in-out 0s normal}@keyframes notify-remove-fade{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes notify-remove-fade{0%{opacity:1}100%{opacity:0}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-zoom.remove{transform:scale(0);animation:notify-remove-zoom .3s ease-in-out 0s normal;-webkit-animation:notify-remove-zoom .3s ease-in-out 0s normal}@keyframes notify-remove-zoom{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(0)}}@-webkit-keyframes notify-remove-zoom{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(0)}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-top.remove{opacity:0;animation:notify-remove-to-top .3s ease-in-out 0s normal;-webkit-animation:notify-remove-to-top .3s ease-in-out 0s normal}@keyframes notify-remove-to-top{0%{top:0;opacity:1}50%{top:8px;opacity:1}100%{top:-50px;opacity:0}}@-webkit-keyframes notify-remove-to-top{0%{top:0;opacity:1}50%{top:8px;opacity:1}100%{top:-50px;opacity:0}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-right.remove{opacity:0;animation:notify-remove-to-right .3s ease-in-out 0s normal;-webkit-animation:notify-remove-to-right .3s ease-in-out 0s normal}@keyframes notify-remove-to-right{0%{right:0;opacity:1}50%{right:8px;opacity:1}100%{right:-300px;opacity:0}}@-webkit-keyframes notify-remove-to-right{0%{right:0;opacity:1}50%{right:8px;opacity:1}100%{right:-300px;opacity:0}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-bottom.remove{opacity:0;animation:notify-remove-to-bottom .3s ease-in-out 0s normal;-webkit-animation:notify-remove-to-bottom .3s ease-in-out 0s normal}@keyframes notify-remove-to-bottom{0%{bottom:0;opacity:1}50%{bottom:8px;opacity:1}100%{bottom:-50px;opacity:0}}@-webkit-keyframes notify-remove-to-bottom{0%{bottom:0;opacity:1}50%{bottom:8px;opacity:1}100%{bottom:-50px;opacity:0}}[id^=NotiflixNotifyWrap]>div.with-animation.nx-from-left.remove{opacity:0;animation:notify-remove-to-left .3s ease-in-out 0s normal;-webkit-animation:notify-remove-to-left .3s ease-in-out 0s normal}@keyframes notify-remove-to-left{0%{left:0;opacity:1}50%{left:8px;opacity:1}100%{left:-300px;opacity:0}}@-webkit-keyframes notify-remove-to-left{0%{left:0;opacity:1}50%{left:8px;opacity:1}100%{left:-300px;opacity:0}}[id^=NotiflixReportWrap]{position:fixed;z-index:4002;width:320px;max-width:96%;box-sizing:border-box;font-family:Quicksand,sans-serif;left:0;right:0;top:20px;color:#1e1e1e;border-radius:25px;background:0 0;margin:auto}[id^=NotiflixReportWrap] *{box-sizing:border-box}[id^=NotiflixReportWrap]>div[class*="-overlay"]{width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,.5);position:fixed;z-index:0}[id^=NotiflixReportWrap]>div[class*="-content"]{width:100%;float:left;border-radius:inherit;padding:10px;filter:drop-shadow(0 0 5px rgba(0,0,0,.1));border:1px solid rgba(0,0,0,.03);background:#f8f8f8;position:relative;z-index:1}[id^=NotiflixReportWrap]>div[class*="-content"]>div[class$="-icon"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:110px;height:110px;display:block;margin:6px auto 12px}[id^=NotiflixReportWrap]>div[class*="-content"]>div[class$="-icon"] svg{min-width:100%;max-width:100%;height:auto}[id^=NotiflixReportWrap]>*>h5{word-break:break-all;word-break:break-word;font-family:inherit!important;font-size:16px;font-weight:500;line-height:1.4;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid rgba(0,0,0,.1);float:left;width:100%;text-align:center}[id^=NotiflixReportWrap]>*>p{word-break:break-all;word-break:break-word;font-family:inherit!important;font-size:13px;line-height:1.4;float:left;width:100%;padding:0 10px;margin:0 0 10px}[id^=NotiflixReportWrap] a#NXReportButton{word-break:break-all;word-break:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:inherit!important;transition:all .25s ease-in-out;cursor:pointer;float:right;padding:7px 17px;background:#32c682;font-size:14px;line-height:1.4;font-weight:500;border-radius:inherit!important;color:#fff}[id^=NotiflixReportWrap] a#NXReportButton:hover{box-shadow:inset 0 -60px 5px -5px rgba(0,0,0,.25)}[id^=NotiflixReportWrap].rtl-on a#NXReportButton{float:left}[id^=NotiflixReportWrap]>div[class*="-overlay"].with-animation{animation:report-overlay-animation .3s ease-in-out 0s normal;-webkit-animation:report-overlay-animation .3s ease-in-out 0s normal}@keyframes report-overlay-animation{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes report-overlay-animation{0%{opacity:0}100%{opacity:1}}[id^=NotiflixReportWrap]>div[class*="-content"].with-animation.nx-fade{animation:report-animation-fade .3s ease-in-out 0s normal;-webkit-animation:report-animation-fade .3s ease-in-out 0s normal}@keyframes report-animation-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes report-animation-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixReportWrap]>div[class*="-content"].with-animation.nx-zoom{animation:report-animation-zoom .3s ease-in-out 0s normal;-webkit-animation:report-animation-zoom .3s ease-in-out 0s normal}@keyframes report-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes report-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}100%{opacity:1;transform:scale(1)}}[id^=NotiflixReportWrap].remove>div[class*="-overlay"].with-animation{opacity:0;animation:report-overlay-animation-remove .3s ease-in-out 0s normal;-webkit-animation:report-overlay-animation-remove .3s ease-in-out 0s normal}@keyframes report-overlay-animation-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes report-overlay-animation-remove{0%{opacity:1}100%{opacity:0}}[id^=NotiflixReportWrap].remove>div[class*="-content"].with-animation.nx-fade{opacity:0;animation:report-animation-fade-remove .3s ease-in-out 0s normal;-webkit-animation:report-animation-fade-remove .3s ease-in-out 0s normal}@keyframes report-animation-fade-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes report-animation-fade-remove{0%{opacity:1}100%{opacity:0}}[id^=NotiflixReportWrap].remove>div[class*="-content"].with-animation.nx-zoom{opacity:0;animation:report-animation-zoom-remove .3s ease-in-out 0s normal;-webkit-animation:report-animation-zoom-remove .3s ease-in-out 0s normal}@keyframes report-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}100%{opacity:0;transform:scale(0)}}@-webkit-keyframes report-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}100%{opacity:0;transform:scale(0)}}[id^=NotiflixConfirmWrap]{position:fixed;z-index:4003;width:300px;max-width:98%;left:10px;right:10px;top:10px;margin:auto;text-align:center;box-sizing:border-box;background:0 0;font-family:Quicksand,sans-serif}[id^=NotiflixConfirmWrap] *{box-sizing:border-box}[id^=NotiflixConfirmWrap]>div[class*="-overlay"]{width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,.5);position:fixed;z-index:0}[id^=NotiflixConfirmWrap]>div[class*="-content"]{width:100%;float:left;border-radius:25px;padding:10px;margin:0;filter:drop-shadow(0 0 5px rgba(0,0,0,.1));background:#f8f8f8;color:#1e1e1e;position:relative;z-index:1}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]{float:left;width:100%}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>h5{float:left;width:100%;margin:0;padding:0 0 10px;border-bottom:1px solid rgba(0,0,0,.1);color:#32c682;font-family:inherit!important;font-size:16px;line-height:1.4;font-weight:500}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>p{font-family:inherit!important;margin:15px 0 20px;padding:0 10px;float:left;width:100%;font-size:14px;line-height:1.4;color:inherit}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:inherit;float:left;width:100%}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a{cursor:pointer;font-family:inherit!important;transition:all .25s ease-in-out;float:left;width:48%;padding:9px 5px;border-radius:inherit!important;font-weight:500;font-size:15px;line-height:1.4;color:#f8f8f8}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a.confirm-button-ok{margin:0 2% 0 0;background:#32c682}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a.confirm-button-cancel{margin:0 0 0 2%;background:#a9a9a9}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a.full{margin:0;width:100%}[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:hover{box-shadow:inset 0 -60px 5px -5px rgba(0,0,0,.25)}[id^=NotiflixConfirmWrap].rtl-on>div[class*="-content"]>div[class*="-buttons"],[id^=NotiflixConfirmWrap].rtl-on>div[class*="-content"]>div[class*="-buttons"]>a{transform:rotateY(180deg)}[id^=NotiflixConfirmWrap]>div[class*="-overlay"].with-animation{animation:confirm-overlay-animation .3s ease-in-out 0s normal;-webkit-animation:confirm-overlay-animation .3s ease-in-out 0s normal}@keyframes confirm-overlay-animation{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes confirm-overlay-animation{0%{opacity:0}100%{opacity:1}}[id^=NotiflixConfirmWrap].remove>div[class*="-overlay"].with-animation{opacity:0;animation:confirm-overlay-animation-remove .3s ease-in-out 0s normal;-webkit-animation:confirm-overlay-animation-remove .3s ease-in-out 0s normal}@keyframes confirm-overlay-animation-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes confirm-overlay-animation-remove{0%{opacity:1}100%{opacity:0}}[id^=NotiflixConfirmWrap].with-animation.nx-fade>div[class*="-content"]{animation:confirm-animation-fade .3s ease-in-out 0s normal;-webkit-animation:confirm-animation-fade .3s ease-in-out 0s normal}@keyframes confirm-animation-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes confirm-animation-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixConfirmWrap].with-animation.nx-zoom>div[class*="-content"]{animation:confirm-animation-zoom .3s ease-in-out 0s normal;-webkit-animation:confirm-animation-zoom .3s ease-in-out 0s normal}@keyframes confirm-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes confirm-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}100%{opacity:1;transform:scale(1)}}[id^=NotiflixConfirmWrap].with-animation.nx-fade.remove>div[class*="-content"]{opacity:0;animation:confirm-animation-fade-remove .3s ease-in-out 0s normal;-webkit-animation:confirm-animation-fade-remove .3s ease-in-out 0s normal}@keyframes confirm-animation-fade-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes confirm-animation-fade-remove{0%{opacity:1}100%{opacity:0}}[id^=NotiflixConfirmWrap].with-animation.nx-zoom.remove>div[class*="-content"]{opacity:0;animation:confirm-animation-zoom-remove .3s ease-in-out 0s normal;-webkit-animation:confirm-animation-zoom-remove .3s ease-in-out 0s normal}@keyframes confirm-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}100%{opacity:0;transform:scale(0)}}@-webkit-keyframes confirm-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}100%{opacity:0;transform:scale(0)}}[id^=NotiflixLoadingWrap]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed;z-index:4000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;margin:auto;text-align:center;box-sizing:border-box;background:rgba(0,0,0,.8);font-family:Quicksand,sans-serif}[id^=NotiflixLoadingWrap] *{box-sizing:border-box}[id^=NotiflixLoadingWrap].click-to-close{cursor:pointer}[id^=NotiflixLoadingWrap]>div[class*="-icon"]{width:60px;height:60px;position:fixed;transition:top .2s ease-in-out;left:0;top:0;right:0;bottom:0;margin:auto}[id^=NotiflixLoadingWrap]>div[class*="-icon"] img,[id^=NotiflixLoadingWrap]>div[class*="-icon"] svg{max-width:unset;max-height:unset;width:100%;height:100%;position:absolute;left:0;top:0}[id^=NotiflixLoadingWrap]>div[class*="-icon"].with-message{top:-42px}[id^=NotiflixLoadingWrap]>p{position:fixed;left:0;right:0;top:42px;bottom:0;margin:auto;font-family:inherit!important;font-weight:500;line-height:1.4;padding:0 10px;width:100%;font-size:15px;height:18px}[id^=NotiflixLoadingWrap].with-animation{animation:loading-animation-fade .3s ease-in-out 0s normal;-webkit-animation:loading-animation-fade .3s ease-in-out 0s normal}@keyframes loading-animation-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes loading-animation-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixLoadingWrap].with-animation.remove{opacity:0;animation:loading-animation-fade-remove .3s ease-in-out 0s normal;-webkit-animation:loading-animation-fade-remove .3s ease-in-out 0s normal}@keyframes loading-animation-fade-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes loading-animation-fade-remove{0%{opacity:1}100%{opacity:0}}[id^=NotiflixLoadingWrap]>p.new{animation:loading-new-message-fade .3s ease-in-out 0s normal;-webkit-animation:loading-new-message-fade .3s ease-in-out 0s normal}@keyframes loading-new-message-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes loading-new-message-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixBlockWrap]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;position:absolute;z-index:1000;font-family:Quicksand,sans-serif;background:rgba(255,255,255,.9);text-align:center;animation-duration:.4s;width:100%;height:100%;left:0;top:0;border-radius:inherit}[id^=NotiflixBlockWrap] *{box-sizing:border-box}[id^=NotiflixBlockWrap]>span[class*="-icon"]{width:45px;height:45px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}[id^=NotiflixBlockWrap]>span[class*="-message"]{position:absolute;left:0;right:0;top:50px;bottom:0;margin:auto;font-family:inherit!important;font-weight:500;font-size:14px;line-height:1.4;padding:0 10px;width:100%;height:20px;overflow:hidden}[id^=NotiflixBlockWrap].with-animation{animation:block-animation-fade .3s ease-in-out 0s normal;-webkit-animation:block-animation-fade .3s ease-in-out 0s normal}@keyframes block-animation-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes block-animation-fade{0%{opacity:0}100%{opacity:1}}[id^=NotiflixBlockWrap].with-animation.remove{opacity:0;animation:block-animation-fade-remove .3s ease-in-out 0s normal;-webkit-animation:block-animation-fade-remove .3s ease-in-out 0s normal}@keyframes block-animation-fade-remove{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes block-animation-fade-remove{0%{opacity:1}100%{opacity:0}}
/* End */


/* Start:/local/templates/dp/assets/css/newFooter.css?163912126421552*/
footer .footer__connect {
    position: relative;
    background-color: white;
    /* border-radius: 0 0 50% 50% / 0 0 20% 20%; */
    padding-bottom: 16px;
}

footer {
    padding-bottom: 0;
}

footer .footer__connect-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 52px;
}

footer .footer__connect-links .links__link {
    width: 48px;
    height: 49px;
    margin: 0 18px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

footer .footer__connect-links .links__link img {
    width: 100%;
    height: 100%;
}

footer .footer__connect-links .links__link:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Footer Main */

footer .footer__main {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/local/templates/dp/assets/css/../img/footer-bg.jpg);
    width: 100%;
    padding-top: 145px;
    padding-bottom: 95px;
}

footer .footer__main-content {
    max-width: 940px;
    margin: 0 auto;
    color: #fff;
}

/* Footer Logo */

footer .footer__main-logo {
    position: absolute;
    z-index: 2;
    bottom: -80px;
    left: calc(50% - 88.5px);
    width: 177px;
    height: 146px;
}

/* Footer Menu */

footer .footer__main-content .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer__main-content .footer-menu__list-cnt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(1/6 * 100%);
    flex: 1 1 calc(1/6 * 100%);
    min-width: 0;
}

footer .footer__main-content .footer-menu__list-cnt:not(:last-child) {
    padding-right: 10px;
}

footer .footer__main-content .footer-menu__list-title {
    margin-bottom: 15px;
}

footer .footer__main-content .footer-menu__list-title-link {
    position: relative;
    /* display: block; */
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

footer .footer__main-content .footer-menu__list-title .arrow {
    display: none;
    width: 12px;
    height: 6px;
    margin-left: 14px;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__main-content .footer-menu__list-title .arrow img {
    width: 100%;
    height: 100%;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider {
    position: relative;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-arrow {
    position: absolute;
    left: calc(50% - 15.5px);
    width: 11px;
    height: 6px;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 0;
    background-image: url(/local/templates/dp/assets/css/../img/icon-arrow-mini.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-arrow:after {
    content: '';
    display: block;
    width: 22px;
    margin-left: -11px;
    height: 22px;
    margin-top: -11px;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-arrow:hover:after {
    /* display: block; */
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-prev {
    top: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-prev:hover {
    top: -13px;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-next {
    bottom: -10px;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-next:hover {
    bottom: -13px;
}

footer .footer__main-content .footer-menu__list-title-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__main-content .footer-menu__list-title-link:hover:after {
    width: 100%;
}

footer .footer__main-content .footer-menu__link-cnt {
    line-height: 12px;
}

footer .footer__main-content .footer-menu__link-cnt:not(:last-child) {
    margin-bottom: 10px;
}

footer .footer__main-content .footer-menu .footer-menu-list-slider .slick-slide {
    max-height: 30px;
    overflow: hidden;
    border: 0;
    max-height: 42px;
}

footer .footer__main-content .footer-menu__link {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

footer .footer__main-content .footer-menu__link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__main-content .footer-menu__link:hover:after {
    width: 100%;
}

/* Footer Info */

footer .footer__main-content .footer-info {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer__main-content .footer-info .footer-info__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(1 / 3 * 100%);
    flex: 1 1 calc(1 / 3 * 100%);
}

footer .footer__main-content .footer-info .contacts__phone-cnt .phone {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

footer .footer__main-content .footer-info .contacts__phone-cnt .phone a {
    color: #fff;
}

footer .footer__main-content .footer-info .contacts__phone-cnt .phone-label {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

footer .footer__main-content .footer-info .contacts__address {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

footer .footer__main-content .footer-info .contacts__email {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

footer .footer__main-content .footer-info .cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-top: 7px;
    padding-right: 25px;
}

footer .footer__main-content .footer-info .cert__picture-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    width: 52px;
    height: 74px;
    margin-right: 17px;
}

footer .footer__main-content .footer-info .cert__picture {
    width: 100%;
    height: 100%;
}

footer .footer__main-content .footer-info .cert__title {
    font-size: 16px;
    font-weight: 700;
    margin: 7px 0 10px 0;
}

footer .footer__main-content .footer-info .cert__subtitle {
    font-size: 12px;
    font-weight: 400;
}

/* Footer Down Part */

footer .footer__down {
    position: relative;
    width: 100%;
    background-color: #fff;
}

footer .footer__down-content {
    max-width: 940px;
    margin: 0 auto;
}

/* Footer Cookie */

footer .footer__down .footer-cookie {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #c30026;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-cookie.hidden {
    opacity: 0;
    visibility: hidden;
}

footer .footer__down .footer-cookie__text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

footer .footer__down .footer-cookie__button-cnt {
    margin-left: 68px;
}

footer .footer__down .footer-cookie__button {
    height: 48px;
    border-radius: 24px;
    border: 2px solid #ffffff;
    background-color: #c40026;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-cookie__button:hover {
    background-color: #fff;
    color: #c40026;
}

/* Footer White Part */

footer .footer__down .footer-addition {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer__down .footer-addition__adv-btn-cnt {
    margin-bottom: 12px;
}

footer .footer__down .footer-addition__adv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    padding: 0 24px;
    border-radius: 13px;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-addition__adv-btn:hover {
    background-color: #c30026;
    border: 1px solid #c30026;
    color: #fff;
}

footer .footer__down .footer-addition .ur-info {
    position: relative;
}

footer .footer__down .footer-addition .ur-info .ur-info__title-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

footer .footer__down .footer-addition .ur-info .ur-info__title-cnt .ur-info__title {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-addition .ur-info .ur-info__title-cnt.active .ur-info__title {
    color: #c40026;
}

footer .footer__down .footer-addition .ur-info .ur-info__title-cnt .ur-info__arrow {
    background-image: url(/local/templates/dp/assets/css/../img/footer-ur-info-arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-addition .ur-info .ur-info__title-cnt.active .ur-info__arrow {
    background-image: url(/local/templates/dp/assets/css/../img/footer-ur-info-arrow-red.png);
    width: 11px;
    height: 6px;
    margin-top: 1px;
}

/* Ur Info Dropdown */

footer .footer__down .footer-addition .list-cnt {
    position: absolute;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    left: -10px;
    border-radius: 24px;
    padding: 22px 26px 24px 21px;
    border: 1px solid #d4d6d7;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer__down .footer-addition .list-cnt.active {
    opacity: 1;
    visibility: visible;
}

footer .footer__down .footer-addition .list-cnt .list .list__link-cnt {
    line-height: 12px;
}

footer .footer__down .footer-addition .list-cnt .list .list__link-cnt:not(:last-child) {
    margin-bottom: 10px;
}

footer .footer__down .footer-addition .list-cnt .list .list__link {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

footer .footer__down .footer-addition .list-cnt .list .list__link:hover {
    color: #c40026;
}

footer .footer__down .footer-addition .ur-info .list-cnt-mob {
    display: none;
}

footer .footer__down .footer-addition .ur-info .list-cnt-mob .list .list__link-cnt {
    margin-top: 10px;
    line-height: 12px;
}

footer .footer__down .footer-addition .ur-info .list-cnt-mob .list .list__link {
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

footer .footer__down .footer-addition__right {
    width: 300px;
}

footer .footer__down .footer-addition__pays-row-1 {
    margin-bottom: 10px;
}

footer .footer__down .footer-addition__pays-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer__down .footer-addition__pay-link.link-visa {
    width: 46px;
    height: 15px;
}

footer .footer__down .footer-addition__pay-link.link-master {
    width: 31px;
    height: 21px;
}

footer .footer__down .footer-addition__pay-link.link-mir {
    width: 47px;
    height: 14px;
}

footer .footer__down .footer-addition__pay-link.link-union {
    width: 35px;
    height: 22px;
}

footer .footer__down .footer-addition__pay-link.link-jcb {
    width: 31px;
    height: 23px;
}

footer .footer__down .footer-addition__pay-link.link-sber {
    width: 75px;
    height: 27px;
}

footer .footer__down .footer-addition__pay-link.link-apple {
    width: 38px;
    height: 16px;
}

footer .footer__down .footer-addition__pay-link.link-google {
    width: 39px;
    height: 16px;
}

footer .footer__down .footer-addition__pay-link.link-samsung {
    width: 40px;
    height: 18px;
}

footer .footer__down .footer-addition__pay-link img {
    width: 100%;
    height: 100%;
}

footer .footer__down .footer-copyrught {
    padding: 22px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

/* ======================== Responsive ====================== */

@media (max-width: 940px) {
    footer .footer__connect-links {
        margin-top: 20px;
    }
    footer .footer__connect-links .links__link {
        margin: 0 8px;
    }
    footer .footer__main {
        padding-top: 115px;
        padding-bottom: 110px;
    }
    footer .footer__main-content {
        padding: 0 30px;
    }
    footer .footer__main-content .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer__main-content .footer-menu__list-cnt {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        /* min-height: 20px;
        max-height: 20px; */
        height: 20px;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    /* footer .footer__main-content .footer-menu__list-cnt.active {
        overflow: visible;
    } */
    /* footer .footer__main-content .footer-menu__list-cnt.showed {
        max-height: unset;
        min-height: unset;
    } */
    footer .footer__main-content .footer-menu__list-cnt:not(:last-child) {
        padding-right: 0;
        margin-bottom: 39px;
    }
    footer .footer__main-content .footer-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
        /* padding-bottom: 35px; */
    }
    footer .footer__main-content .footer-menu__link-cnt {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    footer .footer__main-content .footer-menu__link-cnt:nth-child(odd) {
        padding-right: 20px;
    }
    footer .footer__main-content .footer-menu__list-cnt .footer-menu__list-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footer__main-content .footer-menu__list-title {
        margin-bottom: 0;
    }
    footer .footer__main-content .footer-menu__list-title .arrow {
        display: block;
    }
    footer .footer__main-content .footer-menu__list-cnt.showed .footer-menu__list-title .arrow {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .footer-menu__list-title-link {
        pointer-events: none;
    }
    footer .footer__main-content .footer-info {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer__main-content .footer-info .footer-info__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    footer .footer__main-content .footer-info__contacts {
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 60px;
    }
    footer .footer__main-content .footer-info .contacts__phone-cnt .phone-label {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0;
    }
    footer .footer__main-content .footer-info .cert {
        margin-top: 0;
        padding-right: 0;
    }
    footer .footer__main-content .footer-info .cert:last-child {
        margin-top: 30px;
    }
    footer .footer__down .footer-addition {
        /* padding: 25px 0; */
        padding: 0;
        margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footer__down .footer-addition__adv-btn-cnt {
        margin-bottom: 0;
        max-width: 160px;
        margin: 40px auto 0 auto;
    }
    footer .footer__down .footer-addition__adv-btn {
        white-space: nowrap;
    }
    footer .footer__down .footer-addition .ur-info .ur-info__title-cnt .ur-info__arrow {
        margin-top: 1px;
    }
    footer .footer__down .footer-copyrught {
        padding: 25px 65px 32px 65px;
    }
    /* Footer Cookie */
    footer .footer__down .footer-cookie {
        padding: 25px 15px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer__down .footer-cookie__text {
        white-space: normal;
        text-align: center;
    }
    footer .footer__down .footer-cookie__button-cnt {
        margin-left: 0;
        margin-top: 20px;
    }
    footer .footer__down .footer-cookie__button {
        height: 48px;
        border-radius: 24px;
        border: 2px solid #ffffff;
        background-color: #c40026;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 0 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    footer .footer__down .footer-addition .ur-info .ur-info__title-cnt.active .ur-info__title {
        color: #000;
    }
    footer .footer__down .footer-addition .ur-info .ur-info__title-cnt.active .ur-info__arrow {
        background-image: url(/local/templates/dp/assets/css/../img/footer-ur-info-arrow.png);
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        margin-top: 2px;
    }
    footer .footer__down .footer-addition .list-cnt {
        display: none;
    }
    footer .footer__down .footer-addition .ur-info {
        margin-top: 10px;
        height: 14px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    footer .footer__down .footer-addition .ur-info .list-cnt-mob {
        display: block;
    }
    footer .footer__down .footer-addition .ur-info .ur-info__title-cnt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px;
    }
}

@media (max-width: 545px) {
    footer .footer__main {
        background-image: url(/local/templates/dp/assets/css/../img/footer-bg-mob.png);
    }
}
/* End */


/* Start:/local/templates/dp/assets/vendor/swiper-new/swiper-bundle.min.css?165398249816028*/
/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/dp/components/bitrix/catalog.section.list/catalogmenu/style.min.css?16191743826236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/dp/assets/css/preloader.css?16306627821195 */
/* /local/templates/dp/assets/css/reset.css?15855617062934 */
/* /local/templates/dp/assets/css/style.css?1664618235732616 */
/* /local/templates/dp/assets/css/update.css?16248682161178 */
/* /local/templates/dp/assets/css/animate.css?158556170660427 */
/* /local/templates/dp/assets/css/selectize.css?15855617069109 */
/* /local/templates/dp/assets/css/modal.css?160284318133245 */
/* /local/templates/dp/assets/css/BeerSlider.css?15855617062069 */
/* /local/templates/dp/assets/css/custom-scroll.css?15882412981156 */
/* /local/templates/dp/assets/css/notiflix-2.1.2.min.css?159497429619886 */
/* /local/templates/dp/assets/css/newFooter.css?163912126421552 */
/* /local/templates/dp/assets/vendor/swiper-new/swiper-bundle.min.css?165398249816028 */
/* /local/templates/dp/components/bitrix/catalog.section.list/catalogmenu/style.min.css?16191743826236 */
