/*yellow #feb820*/
/*black #111111*/

@import url("fonts.css");

/* text-decors */
.orange {
  color: #feb820 !important;
  /* font-family: 'Roboto-Regular'; */
  /* font-size: 14px; */
}
.red {
  display: inline-block;
  background: #d12b2a;
  color: #ffffff;
  padding: 5px 10px;
}
.bold {
  font-family: "Roboto-Black";
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  /* overflow-x: hidden; */
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: none;
  box-shadow: none;
}
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.menu_zone {
  padding-right:90px;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
input:focus {
  outline: none;
}
section {
  padding: 20px 0;
  margin-top: 0px;
}
.wrapper {
  width: 1140px;
  margin: 0px auto;
  padding: 20px 10px;
}
.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
.link_style{
  color: #2a6496;
  text-decoration: underline;
}
.link_style:hover{
  text-decoration: none;
}
#scroller {
  position: fixed;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
  background: url("../img/up_btn.png") no-repeat;
  width: 65px;
  height: 65px;
  z-index: 9;
}
#scroller span {
  display: none;
}
.anchor {
  position: absolute;
  margin-top: -125px;
}
.squeare {
  width: 70px;
  height: 70px;
  background: #f1e114;
  margin: 50px auto -105px;
}
.hidden_city {
  display: none;
}

#info_link {
  position: fixed;
  right: 30px;
  top: 15px;
}
#info_link * {
  cursor: pointer;
}
#info_link i.fa {
  color: #fff;
}
@-webkit-keyframes background_info {
  0% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  50% {
    background: teal;
    box-shadow: 0 -24px 16px -16px plum inset;
  }
  75% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  100% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes background_info {
  0% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  50% {
    background: teal;
    box-shadow: 0 -24px 16px -16px plum inset;
  }
  75% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  100% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes background_info {
  0% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  50% {
    background: teal;
    box-shadow: 0 -24px 16px -16px plum inset;
  }
  75% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  100% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes background_info {
  0% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    transform: rotate(0deg);
  }
  25% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  50% {
    background: teal;
    box-shadow: 0 -24px 16px -16px plum inset;
  }
  75% {
    background: skyblue;
    box-shadow: 0 -24px 16px -16px yellowgreen inset;
  }
  100% {
    background: gold;
    box-shadow: 0 -24px 16px -16px crimson inset;
    transform: rotate(360deg);
  }
}
#info_link .fa-stack .content_info {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #28292c;
  position: absolute;
  margin-top: 2px;
  margin-left: 2px;
  line-height: 28px;
  -webkit-animation: color_info 5s infinite alternate;
  -moz-animation: color_info 5s infinite alternate;
  -o-animation: color_info 5s infinite alternate;
  animation: color_info 5s infinite alternate;
}
#info_link .fa-stack .border_info {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background: #d7d7d7;
  -webkit-animation: background_info 5s infinite alternate;
  -moz-animation: background_info 5s infinite alternate;
  -o-animation: background_info 5s infinite alternate;
  animation: background_info 5s infinite alternate;
}

/*POPUPS*/

.main-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 30%;
  left: 50%;
  margin: 0;
  margin-left: -250px;
  width: 500px;
  background: white;
  padding: 20px 30px;
  outline: 20px solid rgba(255, 255, 255, 0.25);
}
.popup-police,
.popup-contact,
.popup-offer {
  width: 550px;
  margin-left: -275px;
  top: 26%;
  height: 460px;
  overflow-y: scroll;
  outline: 20px solid rgba(171, 76, 76, 0.25);
}
.black-back {
  width: 100%;
  height: 100%;
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
  top: 0;
  display: none;
}
.popup_cls,
.popup_cls_police {
  width: 30px;
  height: 30px;
  background: url("../img/popup_cls.png") no-repeat center;
  top: -25px;
  right: -15px;
  cursor: pointer;
  float: right;
  margin-top: -14px;
  margin-right: -20px;
}
.popup-login__block .popup_cls,
.registr_block .popup_cls,
.recovery_block .popup_cls {
  width: 30px;
  height: 30px;
  background: url("../img/popup_cls.png") no-repeat center;
  top: 50px;
  right: 50px;
  cursor: pointer;
  float: right;
  margin-top: -14px;
  margin-right: -20px;
  position: absolute;
  border: 2px solid #ffb513;
}
.main-popup h3 {
  font-size: 30px;
  color: #1a1a18;
}
.popup-police h3 {
  font-family: "Roboto-Black";
  font-size: 26px;
  color: #1a1a18;
}
.main-popup p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #222222;
  margin-bottom: 25px;
}
.main-popup hr {
  border: 2px solid #df4236;
  width: 50px;
  display: inline-block;
}
.main-popup label {
  font-size: 14px;
  color: #1a1a18;
  width: 100%;
  cursor: pointer;
}
.main-popup input {
  padding: 10px 15px;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  color: #1a1a18;
  background: #ececec;
  border: 1px solid #bbb;
}
.main-popup input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #df4236;
  padding: 15px 20px;
  text-decoration: none;
  border: 0;
  width: auto;
  display: inline-block;
  margin: 15px auto 0;
  float: left;
  margin-right: 15px;
}
.main-popup input[type="checkbox"] {
  cursor: pointer;
  width: auto;
  margin: 0 5px 5px 0;
}
.main-popup .police {
  float: left;
  padding: 23px 10px 5px;
}
.main-popup .police a {
  color: #1a1a18;
  display: block;
  text-decoration: underline;
}
.main-popup .police a:hover {
  text-decoration: none;
}

/*HEADER*/

header {
  background: url("../img/header_bg.png") no-repeat center top, transparent;
  position: fixed;
  width: 100%;
  z-index: 1;
}
header.desktop {
  display: block;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
}
.header-logo a {
  display: inline-block;
  font-family: "Roboto-Black";
  color: #ffffff;
  font-size: 27px;
  margin-top: -3px;
}

.gamb_menu {
  display: none;
}

header.desktop.fixed {
  z-index: 32;
}
header.desktop {
  position: fixed;
  margin-left: 0;
  width: 100%;
  height: auto;
  max-width: 1920px;
  z-index: 4;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.85);
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
}
header.desktop .wrapper {
  padding: 0;
}
header.desktop .header-logo a {
  padding-left: 50px;
}
header.desktop .header-logo img {
  margin: 0 5px;
  width: 40px;
  position: absolute;
  left: 5px;
  top: 10px;
}
header.desktop .header-logo {
  padding: 10px 0;
}
header.desktop .header-logo p {
  padding: 10px 0;
  margin: 0;
}
header.desktop .header-lang {
  padding: 22px 0;
}
header.desktop .tel_free {
  padding: 19px 0;
  position: relative;
}
header.desktop .tel_free span {
  top: 40px;
  left: 50px;
}
header.desktop .header-nav ul {
  margin: 0;
}
header.desktop .header-nav li {
  padding: 15px 0px;
  margin: 0;
}
header.desktop .fixed .header-in__form {
  margin: 14px 0px;
}

header a:active,
header a:focus,
header a:hover {
  color: #ffffff;
  text-decoration: none;
}
.header-logo img {
  margin: -10px 10px 10px 0;
  display: inline-block;
}

.header-logo p {
  display: inline-block;
  font-family: "Roboto-Black";
  color: #feb820;
  font-size: 27px;
  padding: 30px 0;
}
.header-lang {
  padding: 35px 0;
}
.tel_free {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #ffffff;
  padding: 32px 0;
  display: block;
}
footer .tel_free {
  font-size: 27px;
  padding: 0;
  margin-bottom: 25px;
}
.tel_free:hover,
.tel_free:visited,
.tel_free:active {
  color: #ffffff;
}
.tel_free span {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #feb820;
  position: absolute;
  /*  left: 15px; */
  /*  top: 15px; */
}

header .header-tel,
header .header-nav,
header .header-lang,
header .header-in {
  float: right;
  margin: 0 0 0 30px;
}

header-tel {
  padding: 0;
}
.header-nav li {
  display: inline-block;
  margin: 24px 2px;
}
.header-nav li.active {
  /* background: url('../img/li_active.png') no-repeat center; */
  background-size: 100%;
}
.header-nav a {
  display: block;
  padding: 10px 12px;
  color: #ffffff;
  font-family: "Roboto-Regular";
  font-size: 15px;
}
.header-nav a:hover {
  color: #ffb513;
  text-decoration: underline;
}
.header-nav li.active a {
  color: #ffb513;
  font-family: "Roboto-Regular";
  text-decoration: underline;
}
.header-in__form {
  margin: 15px 0px;
}
.header-in__form .popup-login,
.header-in__form .popup-login:visited {
  color: #222222;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: inline-block;
  background: url("../img/in_btn.png") no-repeat 15px center, #e6e6e6;
  padding: 10px 20px 10px 40px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto;
  cursor: pointer;
}
.header-in__form .popup-login:hover {
  color: #222222;
  background: url("../img/in_btn.png") no-repeat 15px center, #eaa308;
}
.header-in__form .popup-login:active {
  color: #222222;
  background: url("../img/in_btn.png") no-repeat 15px center, #eaa308;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.header-info {
  /*background: url('../img/in_btn_info.png') no-repeat center;*/
  /*  cursor: url('../img/cursor.png'), auto; */
  width: 36px;
  height: 36px;
  float: right;
  margin: 3px 9px;
  cursor: pointer;
}
.header-info:hover {
  /*background: url('../img/in_btn_info-hover.png') no-repeat center;*/
}
.header-info:active {
  margin: 5px 9px 1px;
  /*  cursor: url('../img/cursor-click.png'), auto; */
  cursor: pointer;
}

/*LOGIN */

.popup-login__block__more a {
  background: none;
  display: inline-block;
}
.popup-login__block__more a:hover {
  background: none;
}
.popup-login__block,
.registr_block,
.recovery_block {
  padding-top: 55px;
  z-index: 4;
  display: none;
  background: url("../img/goodly_grey.png") no-repeat 50% 33%, #ffffff;
  width: 1200px;
  height: 830px;
  position: absolute;
  right: -350px;
  top: 0;
}
.back_btn {
  position: absolute;
  top: 0px;
  left: -44px;
  height: 100%;
  width: 45px;
  background-color: #e5e7e8;
  background-image: url(../img/back_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}
.back_btn:hover {
  background: url("../img/back_btn.png") no-repeat center, #ffb513;
}
.popup-login__block__more {
  margin: 0 0 020px;
  text-align: center;
  vertical-align: middle;
}
.popup-login__block_form__title {
  padding-left: 68px;
  background: url(../img/log.png) no-repeat 0px 10px /50px;
}
.popup-login__block_form__title h2 {
  font-size: 59px;
  font-family: "Roboto-Bold";
  color: rgb(32, 32, 32);
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.popup-login__block_form__title p {
  font-size: 18px;
  font-family: "Roboto";
  color: #202020;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.popup-login__block_form form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
}
.login-mail,
.login-pass {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(200, 210, 214);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 62px;
}
.login-mail input,
.login-pass input {
  border: none;
  font-family: "Roboto-Regular";
  color: #7c7c7c;
}
.login_footer {
  display: flex;
  justify-content: space-between;
}

.form_btn,
.form_btn:visited {
  font-family: "Roboto-Bold";
  border: none;
  font-size: 17px;
  background: #c8d2d6;
  padding: 17px 50px 17px;
  border-bottom: 5px solid #a8b5ba;
  border-top: 2px solid #ccd9dd;
  border-radius: 7px 7px 10px 10px;
  -webkit-border-radius: 7px 7px 10px 10px;
  -moz-border-radius: 7px 7px 10px 10px;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  margin: 20px 0;
  display: inline-block;
}
.form_btn:hover {
  background: #b8c4c8;
  border-top: 2px solid #cacccc;
  text-decoration: none;
}
.form_btn:active {
  background: #b8c4c8;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  margin: 22px 0 20px;
  border-bottom: 3px solid #a8b5ba;
}
.form_btn:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
}
.login-remember label {
  padding: 5px 0px 5px 70px;
  background: url(../img/check_in.png) no-repeat left top;
  cursor: pointer;
}
.login-remember input {
  display: none;
}
.login-remember input[type="checkbox"]:checked + label {
  background: url(../img/check_out.png) no-repeat left top;
  cursor: pointer;
}
.login-no {
  margin-top: 10px;
  border-top: 1px solid #c8d2d6;
  text-align: center;
}
.login-no h3 {
  font-size: 29px;
  font-family: "Roboto-Bold";
  color: rgb(34, 34, 34);
}
.login-no p {
  font-size: 19px;
  font-family: "Roboto";
  color: #202020;
}
.login-register,
.login-register:visited {
  margin: 20px;
  cursor: pointer;
  font-family: "Roboto-Bold";
  font-size: 17px;
  padding: 15px 0px 10px 0px;
  background: #46c734;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-bottom: 5px solid #3ea530;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
.login-register:hover {
  background: #40c02f;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
.login-register:active {
  background: #40c02f;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  margin: 22px 20px 20px;
  border-bottom: 3px solid #3ea530;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
.vost {
  padding-top: 24px;
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(34, 34, 34);
  text-decoration: underline;
  line-height: 1.071;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
}

/*     registr   */

.registr_block {
  padding: 65px 0px 0px 70px;
}
.registr__title {
  padding-left: 67px;
  background: url(../img/pencil.png) no-repeat top left;
}
.registr__title h3 {
  font-size: 59px;
  font-family: "Roboto-Bold";
  color: rgb(32, 32, 32);
  line-height: 0.626;
  text-align: left;
}
.registr__title p {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(32, 32, 32);
  line-height: 0.626;
  text-align: left;
  margin-top: 20px;
}
.registr_block form {
  margin-top: 35px;
  display: flex;
  width: 760px;
  flex-direction: column;
}
.form_row_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #c8d2d6;
  border-radius: 6px;
  padding: 15px;
  padding-top: 10px;
  height: 62px;
  width: 360px;
  background: #fff;
}
.form_row_item label {
  font-size: 12px;
  font-family: "Roboto-Bold";
  color: rgb(34, 34, 34);
  text-transform: uppercase;
}

.form_row_item input {
  border: none;
}

.form_row {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  justify-content: space-between;
}
.form_row_check_item {
  flex: 1;
}
.form_row_check_item input {
  display: none;
}
.form_row_check_item label {
  padding-left: 76px;
  background: url(../img/check_in.png) no-repeat left top;
  padding-bottom: 10px;
  padding-top: 5px;
  cursor: pointer;
}
.form_row_check_item input[type="checkbox"]:checked + label {
  background: url(../img/check_out.png) no-repeat left top;
}
.form_row_check_item:last-child {
  margin-left: 35px;
}
.form_row_check_item label span {
  text-decoration: underline;
}
.form_row_nav {
  justify-content: flex-start;
}
.go_to_back {
  padding: 23px;
  padding-left: 71px;
  background: url(../img/back.png) no-repeat left center;
  border: none;
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(165, 176, 181);
  text-decoration: underline;
  line-height: 0.933;
  cursor: pointer;
}
.form_row_nav input[type="submit"],
.form_row_nav input[type="submit"]:visited {
  font-size: 17px;
  font-family: "Roboto-Bold";
  color: rgb(17, 17, 17);
  text-transform: uppercase;
  border: none;
  margin-left: 115px;
  background: #feb820;
  padding: 15px 57px;
  border-radius: 7px 7px 10px 10px;
  -webkit-border-radius: 7px 7px 10px 10px;
  -moz-border-radius: 7px 7px 10px 10px;
  border-bottom: 5px solid #c48d15;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  display: block;
  border-top: 2px solid #ffd31d;
  cursor: pointer;
}
.form_row_nav input[type="submit"]:hover {
  background: #eaa308;
}
.form_row_nav input[type="submit"]:active {
  background: #eaa308;
  text-decoration: none;
  margin: 2px 0 0 115px;
  border-bottom: 3px solid #c48d15;
}

/* ------------RECOVERY ----------*/

.recovery_block {
}

.recovery_block_cont {
  width: 555px;
  margin: 0px auto;
}
.recovery_block_title {
  padding-left: 67px;
  background: url(../img/key.png) no-repeat top left;
}
.recovery_block_title h3 {
  font-size: 39px;
  font-family: "Roboto-Bold";
  color: rgb(32, 32, 32);
  line-height: 0.626;
  text-align: left;
}
.recovery_block_title p {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(32, 32, 32);
  line-height: 0.626;
  text-align: left;
  margin-top: 20px;
}

.recovery_block_item,
.recovery_block_item:visited {
  font-family: "Roboto-Bold";
  border: none;
  font-size: 17px;
  background: #c8d2d6;
  padding: 17px 50px 17px;
  border-bottom: 5px solid #a8b5ba;
  border-top: 2px solid #ccd9dd;
  border-radius: 7px 7px 10px 10px;
  -webkit-border-radius: 7px 7px 10px 10px;
  -moz-border-radius: 7px 7px 10px 10px;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.recovery_block_item:hover {
  background: #b8c4c8;
  border-top: 2px solid #cacccc;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
.recovery_block_item:active {
  background: #b8c4c8;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  margin: 22px 0 20px;
  border-bottom: 3px solid #a8b5ba;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
.recovery_block_item:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
.recovery_block .go_to_backR {
  padding: 23px;
  padding-left: 71px;
  background: url(../img/back.png) no-repeat left center;
  border: none;
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(165, 176, 181);
  text-decoration: underline;
  line-height: 0.933;
  cursor: pointer;
  display: block;
  margin-top: 40px;
  margin-left: 72px;
}

/* TOP */

.top {
  /*background: url('../img/arrow_black.png') no-repeat center top, url('../img/top_city.jpg') no-repeat center top;*/
  height: 870px;
  padding: 75px 0 24px;
  margin-bottom: -25px;
  /* z-index: 7; */
}
.top-layers_container {
  overflow: hidden;
  width: 100%;
  height: 840px;
  margin-bottom: -840px;
  z-index: 0;
  position: relative;
}
.top_gorod {
  background: url("../img/top_city2.jpg") no-repeat center top;
  width: 103%;
  height: 100%;
  margin-bottom: -840px;
  background-position: -100px 0;
  position: absolute;
  z-index: 4;
  /* background-size: 106%; */
}
.top_mujik {
  content: "";
  background: url('../img/white_bg_top.png'), url("../img/top_man.png");
  background-position: center bottom, calc(50% + 345px) top;
  background-repeat: no-repeat, no-repeat;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 840px;
  margin-bottom: -840px;
}
.top_svetl {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 850px; */
  background: url("../img/svetl.png") no-repeat center;
  z-index: 6;
  height: 840px;
  margin-bottom: -840px;
}

.top-text {
}
.top-text h1 {
  color: #ffffff;
  font-family: "Roboto-Black";
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 5px #616161;
  -webkit-text-shadow: 0 1px 5px #616161;
}
.top-text h1 i {
  position: absolute;
  width: 50px;
  height: 15px;
  padding: 20px;
  content: "";
  margin-left: -10px;
  background: url("../img/top_hdr_pro.png") no-repeat center;
}
.top-text span {
  color: #ffffff;
  font-family: "Roboto-Regular";
  font-size: 35px;
  text-transform: uppercase;
  display: block;
}
.top-text p {
  color: #ffffff;
  font-family: "Roboto-Light";
  font-size: 20px;
  margin: 30px 0px 20px;
  text-shadow: 0 0 3px #000;
}
.top-text__btn {
<<<<<<< HEAD
  display: block;
=======
  display: none;
>>>>>>> 25bfbdd079ef465051efc7fc0e1d746f605017f8
  height: 100px;
  position: relative;
  text-align: left;
}
a.btn_orange,
a.btn_orange:visited {
  background: #feb820;
  padding: 15px 25px;
  border-radius: 7px 7px 10px 10px;
  -webkit-border-radius: 7px 7px 10px 10px;
  -moz-border-radius: 7px 7px 10px 10px;
  border-bottom: 5px solid #c48d15;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  margin: 20px 0;
  display: inline-block;
  border-top: 2px solid #ffd31d;
  cursor: pointer;
}
a.btn_orange:hover {
  background: #eaa308;
  text-decoration: none;
  border-top: 2px solid #ecb009;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
a.btn_orange:active {
  outline: none;
  background: #eaa308;
  text-decoration: none;
  margin: 22px 0 20px;
  border-top: 2px solid #ecb009;
  border-bottom: 3px solid #c48d15;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
a.btn_orange:focus {
  background: #eaa308;
  text-decoration: none;
  border-top: 2px solid #ecb009;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
}
a.btn_orange p {
  background: url("../img/ico_tarifs.png") no-repeat 0 center;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #000000;
  padding: 0 0 0 60px !important;
  margin: 0;
  text-shadow: none;
}
a.faq_base {
  float: right;
}
a.faq_base p {
  background: url("../img/ico_base.png") no-repeat 0 center;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #000000;
  padding: 0 0 0 60px;
  margin: 0;
}
.btn_green,
.btn_green:visited {
  /* float: left; */
  font-family: "Roboto-Bold";
  font-size: 17px;
  background: #46c734;
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-bottom: 5px solid #3ea530;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(26, 26, 26, 0.3);
  margin: 20px 0;
}
.btn_green:hover {
  background: #40c02f;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
.btn_green:active {
  outline: none;
  background: #40c02f;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  margin: 22px 0 20px;
  border-bottom: 3px solid #3ea530;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
.btn_green:focus {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 10px #bbbbbb;
  -webkit-box-shadow: 0 6px 10px #bbbbbb;
  -moz-box-shadow: 0 6px 10px #bbbbbb;
}
a.faq_online {
  float: left;
}

a.faq_online p {
  background: url("../img/ico_online.png") no-repeat 0 center;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #ffffff;
  padding: 0 0 0 60px !important;
  margin: 0;
}
.login-register {
  display: block !important;
  float: none !important;
}
.login-register p {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto-Bold";
}

.top-text__desc {
  background: url("../img/top_desc.png") no-repeat center;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 15px;
  margin-left: -15px;
}
.top-soc {
  text-align: right;
  margin-top: 400px;
  z-index: 4;
}
.top-soc li {
  display: inline-block;
  margin: 0 -5px;
}
.top-soc a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 20px;
  background: url("../img/soc_sprite.png") no-repeat;
  /*  -webkit-transition: all 0.25s ease-in-out; */
}
.top-soc a.soc_vk {
  background-position: 0 0;
}
.top-soc a.soc_vk:hover {
  background-position: 0 -35px;
}
.top-soc a.soc_ig {
  background-position: -35px 0;
}
.top-soc a.soc_ig:hover {
  background-position: -35px -35px;
}
.top-soc a.soc_yt {
  background-position: -70px 0;
}
.top-soc a.soc_yt:hover {
  background-position: -70px -35px;
}
.top-soc a.soc_fb {
  background-position: -105px 0;
}
.top-soc a.soc_fb:hover {
  background-position: -105px -35px;
}
.top-soc a.soc_tw {
  background-position: -140px 0;
}
.top-soc a.soc_tw:hover {
  background-position: -140px -35px;
}
.top-soc a.soc_tg {
  background-position: -178px 0;
}
.top-soc a.soc_tg:hover {
  background-position: -178px -35px;
}

/*ABOUT*/

.about {
  padding: 25px 0 55px;
  /* z-index: 55; */
  position: relative;
}
.about-video {
}
.about-video img {
  width: 100%;
}
.about-text {
  padding: 0 30px 0 60px;
  background: url("../img/about_text_line.jpg") no-repeat center 107px;
}
.about-text h2 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
}
.about-text h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.about-text h2 span {
  color: #feb820;
}
.about-text p {
  color: #202020;
  font-family: "Roboto-Regular";
  font-size: 17px;
  margin: 25px 0 40px;
}
div.youtube-play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 500px;
  color: #202020;
  font-family: "Roboto-Light";
  font-size: 19px;
  background-color: #ebe9e9;
  border-radius: 75px;
  border: 1px solid #fff;
  box-shadow: 0 0 7px #ebe9e9;
}
div.youtube-play:hover {
  box-shadow: inset 0 5px 5px #ccc;
}
.yout_play-btn {
  display:inline-block;
  position: relative;
  width: 25px; height: 25px;
  border-radius: 50%;
  background-color: #ffcc33;
  top: 5px;
  margin:0 5px;
}
.yout_play-btn:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 11px solid #000;
  left: 9px;
  top: 6px;
}
div.youtube-play:hover {
  /* background: #feb820; */
}
div.youtube-play .ytp {
  /*  display: inline-block; */
}
div.youtube-play .ytp-hover {
  /*  display: none; */
}
div.youtube-play:hover .ytp {
  /*  display: none; */
}
div.youtube-play:hover .ytp-hover {
  /*  display: inline-block; */
}
.yout_play,
.yout_play:visited,
.yout_play:focus,
.yout_play:active {
  text-decoration: none;
}
div.youtube-play img {
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  /*  cursor: url('../img/cursor.png'), auto; */
  cursor: pointer;
}
div.youtube-play img:active {
  /*  cursor: url('../img/cursor-click.png'), auto; */
}

/* WHAT-CAN */

.what-can {
  background-image: url("../img/white_bg_top.png"), url("../img/what-can_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, 100% 110%;
  padding: 75px 15p 135px;
}
.what-can h2 {
  color: #ffffff;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #feb820;
  padding-bottom: 25px;
  display: inline-block;
}
.what-can h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.what-can h2 span {
  color: #feb820;
}
.what-can p {
  color: #ffffff;
  font-family: "Roboto-Light";
  font-size: 17px;
  margin: 25px 0 40px;
}
.what-can__zone {
  padding: 5px;
  background: url("../img/what-can_ugol.png") no-repeat 165px 135px;
}
.what-can__zone.col-lg-6 {
  max-width: 49.9%;
}
.what-can__item {
  background: url("../img/what-can_bg.png") no-repeat left center,
    rgba(255, 255, 255, 0.1);
  background-size: contain;
  margin: 0;
  border-radius: 5px;
  padding: 0px 0;
  border: 1px solid #ffffff36;
  box-shadow: 0 0 5px 1px #00000047;
  /*  cursor: url('../img/cursor.png'), auto; */
  cursor: pointer;
  min-height: 185px;
  display: flex;
  align-content: center;
  align-items: center;
}
.what-can__item:hover {
  background: url("../img/what-can_bg.png") no-repeat left center, #e9aa22;
  background-size: contain;
}
.what-can__item:active {
  /*  cursor: url('../img/cursor-click.png'), auto; */
  cursor: pointer;
}
.what-can__item:hover p {
  color: #111111;
}
.what-can__zone:nth-child(1) .what-can__text {
  background: url("../img/what-can_pic1.png") no-repeat 0 center;
}
.what-can__zone:nth-child(2) .what-can__text {
  background: url("../img/what-can_pic2.png") no-repeat 0 center;
}
.what-can__zone:nth-child(3) .what-can__text {
  background: url("../img/what-can_pic3.png") no-repeat 0 center;
}
.what-can__zone:nth-child(4) .what-can__text {
  background: url("../img/what-can_pic4.png") no-repeat 0 center;
}
.what-can__zone:nth-child(5) .what-can__text {
  background: url("../img/what-can_pic5.png") no-repeat 0 center;
}
.what-can__zone:nth-child(6) .what-can__text {
  background: url("../img/what-can_pic6.png") no-repeat 0 center;
}
.what-can__zone:nth-child(7) .what-can__text {
  background: url("../img/what-can_pic7.png") no-repeat 0 center;
}
.what-can__zone:nth-child(8) .what-can__text {
  background: url("../img/what-can_pic8.png?v=2") no-repeat 0 center;
}
.what-can__zone:nth-child(9) .what-can__text {
  background: url("../img/what-can_pic9.png") no-repeat 0 center;
}
.what-can__zone:nth-child(10) .what-can__text {
  background: url("../img/what-can_pic10.png") no-repeat 0 center;
}
.what-can__zone:nth-child(11) .what-can__text {
  background: url("../img/what-can_pic11.png") no-repeat 0 center;
}
.what-can__zone:nth-child(12) .what-can__text {
  background: url("../img/what-can_pic12.png") no-repeat 0 center;
}
.what-can__zone:nth-child(13) .what-can__text {
  background: url("../img/what-can_pic13.png") no-repeat 0 center;
}
.what-can__zone:nth-child(14) .what-can__text {
  background: url("../img/what-can_pic14.png") no-repeat 0 center;
}

.what-can__img img {
  margin: 20px -15px;
}
.what-can__text p {
  font-family: "Roboto-Medium";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 60px 15px 60px 150px;
  margin: auto;
  /* min-height: 185px; */
}
.what-can__zones {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.goodly__popup-block {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 30%;
  left: 50%;
  margin: 0;
  margin-left: -450px;
  width: 900px;
  background: white;
  padding: 20px 30px;
  /* outline: 20px solid rgba(255,255,255,0.25); */
  border-radius: 5px;
}
.goodly__popup-return {
  background: #cfd2d4;
  float: right;
  padding: 10px 15px;
  font-family: "Roboto-Medium";
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 4px #eee;
  cursor: pointer;
}
.goodly__popup-block h3 {
  font-family: "Roboto";
  font-size: 27px;
  color: #111111;
}
.goodly__popup-block p {
  font-family: "Roboto-Light";
  font-size: 15px;
  color: #111111;
  padding-left: 15px;
  border-left: 2px solid #e9ab23;
}
.goodly__popup-img img {
  width: 100%;
}
.goodly__popup-img {
  padding: 15px;
}
.goodly__popup-text {
}

.need-consult {
}
.need-consult:after {
  background: url(../img/need-consult_arrow.png) no-repeat center;
  content: "";
  position: absolute;
  width: 30px;
  height: 50px;
  top: 55px;
  right: 15px;
  /* background-size: 75%; */
}
.need-consult p {
  font-family: "Roboto-Light";
  font-size: 61px;
  text-transform: uppercase;
  line-height: 55px;
}
.need-consult span {
  font-family: "Roboto-Black";
  font-size: 61px;
  text-transform: uppercase;
}
.call-consult p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.call-consult a {
  font-family: "Roboto-Black";
  font-size: 61px;
  text-transform: uppercase;
  color: #ffffff;
}
.call-consult span {
  color: #feb820;
}

/*HOW-WORK*/

/* .how-work:before {
  background: url('../img/white_bg_top.png') no-repeat;
  content: '';
  width: 100%;
  height: 200px;
  margin-top: -185px;
  position: absolute;
} */
.how-work h2 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
}
.how-work h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.how-work__lines {
  margin: 30px -15px;
}
.how-work__lines span {
  width: 100%;
  height: 1px;
  background: #feb820;
  display: block;
}
.how-work__lines span.line-black {
  background: #000000;
}
.how-work__items {
}
.how-work__item-pic {
  position: relative;
}
.how-work__item-pic p {
  font-size: 570px;
  color: #e4e4e4;
  font-family: "Roboto-Black";
  line-height: 450px;
  position: absolute;
  z-index: 2;
}
.item-left p.big {
  /* margin: 0 0 0 -175px; */
}
.item-right p.big {
  /* margin: 0 0 0 375px; */
  /* width:  100%; */
}
.how-work__item-pic img {
  margin: 40px 40px 40px 107px;
  z-index: 3;
  position: absolute;
  width: 75%;
}
.how-work__item-text {
}
.how-work__item-text h3 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 41px;
  text-transform: uppercase;
}
.how-work__item-text p {
  color: #202020;
  font-family: "Roboto-Light";
  font-size: 17px;
  margin: 25px 0 40px;
}
.how-work__item-text ul {
  color: #202020;
  font-family: "Roboto-Medium";
  font-size: 17px;
  margin: 25px 0 40px;
}
.how-work__item-text li {
  color: #202020;
  font-family: "Roboto-Light";
  font-size: 17px;
  list-style: disc;
  margin-left: 25px;
}
.choose {
  background: url("../img/choose.png") no-repeat center;
  width: 100%;
  height: 650px;
  padding: 190px 50px 50px 500px;
  text-align: center;
  /* background-size: 100% auto; */
}
.choose h4 {
  font-family: "Roboto-Regular";
  font-size: 35px;
  color: #ffffff;
}
.choose p {
  font-family: "Roboto-Regular";
  font-size: 38px;
  color: #ffffff;
}

/*FAQ*/

.faq {
  background: url("../img/faq_bg.jpg") no-repeat center top;
  padding: 75px 0 150px;
  margin-bottom: -175px;
  background-size: auto;
}
.faq h2 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.faq h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.faq-tabs {
  padding-right: 5px;
}
.faq-tabs ul {
}
.faq-tabs li {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #222222;
  padding: 5px 15px;
  border-radius: 10px;
  margin: 0 5px 13px;
  background: url("../img/faq_bg_white.jpg") no-repeat 60px center, #ffffff;
  background-size: auto 100%;
  box-shadow: 2px 4px 6px 2px #b9b9b9;
  cursor: pointer;
  line-height: 50px;
  word-wrap: break-word;
}
.faq-tabs li:hover,
.faq-tabs li.active {
  /* font-family: 'Roboto-Medium'; */
  background-size: auto 100%;
  color: white;
  background: url("../img/faq_bg_blue.jpg") no-repeat 56px center, #3b8ede;
}
.faq-tabs li p {
  /* float: left; */
  /* padding: 30px; */
  margin: -34px 20px 0 -37px;
  width: 105px;
  height: 80px;
  background-position: 0 center !important;
  width: 100%;
  height: 100%;
  margin: 0;
  /* padding: 0; */
  padding: 15px 0 15px 75px;
  line-height: 23px;
  background-size: 40px 40px !important;
}
.faq-tabs li:nth-child(1) p,
.faq-tabs li:nth-child(1):active p {
  background: url("../img/faq_1.png") no-repeat center;
}
.faq-tabs li:nth-child(2) p,
.faq-tabs li:nth-child(2):active p {
  background: url("../img/faq_2.png") no-repeat center;
}
.faq-tabs li:nth-child(3) p,
.faq-tabs li:nth-child(3):active p {
  background: url("../img/faq_3.png") no-repeat center;
}
.faq-tabs li:nth-child(4) p,
.faq-tabs li:nth-child(4):active p {
  background: url("../img/faq_4.png") no-repeat center;
}
.faq-tabs li:nth-child(5) p,
.faq-tabs li:nth-child(5):active p {
  background: url("../img/faq_5.png") no-repeat center;
}
.faq-tabs li:nth-child(6) p,
.faq-tabs li:nth-child(6):active p {
  background: url("../img/faq_6.png") no-repeat center;
}
.faq-tabs li:nth-child(7) p,
.faq-tabs li:nth-child(7):active p {
  background: url("../img/faq_7.png") no-repeat center;
}
.faq-tabs li:nth-child(8) p,
.faq-tabs li:nth-child(8):active p {
  background: url("../img/faq_8.png") no-repeat center;
}
.faq-tabs__items {
  padding: 0;
  margin-bottom: 15px;
  height: auto !important;
}
.faq-tabs__item {
  display: none;
  border-left: 5px solid #3b8ede;
  padding: 20px 50px 20px 80px;
  border-radius: 10px;
  box-shadow: 2px 4px 6px 2px #b9b9b9;
  background: #ffffff;
  min-height: 595px;
}
.faq-tabs__item.active {
  display: block;
}
.faq-tabs__header {
  font-family: "Roboto-Medium";
  font-size: 31px;
  margin: 20px 0 20px -62px;
  padding-left: 60px;
  color: #222222;
}
.tabs__item1 .faq-tabs__header {
  background: url("../img/faq_1.png") no-repeat 0 center;
}
.tabs__item2 .faq-tabs__header {
  background: url("../img/faq_2.png") no-repeat 0 center;
}
.tabs__item3 .faq-tabs__header {
  background: url("../img/faq_3.png") no-repeat 0 center;
}
.tabs__item4 .faq-tabs__header {
  background: url("../img/faq_4.png") no-repeat 0 center;
}
.tabs__item5 .faq-tabs__header {
  background: url("../img/faq_5.png") no-repeat 0 center;
}
.tabs__item6 .faq-tabs__header {
  background: url("../img/faq_6.png") no-repeat 0 center;
}
.tabs__item7 .faq-tabs__header {
  background: url("../img/faq_7.png") no-repeat 0 center;
}
.tabs__item8 .faq-tabs__header {
  background: url("../img/faq_8.png") no-repeat 0 center;
}
.faq-tabs__header:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  padding: 25px;
  left: 20px;
  top: 35px;
}
.faq-tabs__item p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #222222;
  margin-bottom: 25px;
}
.faq-tabs__item ul {
  font-family: "Roboto-Black";
  font-size: 15px;
  color: #222222;
  margin: 20px;
}
.faq-tabs__item li {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #222222;
  list-style: disc;
  margin: 5px 0 5px 25px;
}
.not_find {
  font-family: "Roboto-Light";
  font-size: 15px;
  color: #333333;
  margin: 25px 0;
  text-align: center;
}
.faq-buttons {
  /* text-align: center; */
  margin: 25px 0;
}

/*ACCORDION*/

.accordion {
}
.accordion > ul {
  padding: 0;
  margin: 0 0 0 -21px;
}
.accordion > ul > li {
  list-style: none;
  margin: 0 0 5px 0;
}
.acc_head {
  background: url("../img/acc_close.png") no-repeat 95% center, #ffffff;
  cursor: pointer;
  padding: 20px;
  border-radius: 7px;
}
.acc_head:hover {
  background: url("../img/acc_close.png") no-repeat 95% center, #f2f2f2;
}
.acc_head p {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #222222;
  margin: 0;
  padding-right: 30px;
}
.accordion li.active .acc_head {
  background: url("../img/acc_open.png") no-repeat 95% center, #f2f2f2;
  padding: 20px;
}
.acc_body {
  display: none;
  margin: 20px;
  padding: 20px;
}
.accordion li.active .acc_head {
  border-bottom: 1px solid #feb820;
}
.accordion li.closed .acc_body {
  display: none;
}
.accordion li.active .acc_body {
  display: block;
  padding: 20px;
}
.accordion li.active {
  border-left: 5px solid #3b8ede;
  border-radius: 10px;
  background: #f2f2f2;
}

/*FEEDBACK*/

.feedback {
  background: url("../img/feedback_bg.png") no-repeat center top;
  padding: 75px 0 235px;
  margin-bottom: -240px;
}
.feedback h2 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 50px;
}
.feedback h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.feedback-tabs {
  margin-bottom: -10px;
  margin-left: 15px;
}
.feedback-tab {
  background: #c8d2d6;
  padding: 25px 35px;
  display: inline-block;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
.feedback-tab.active {
  background: #feb820;
}
.feedback-blocks {
  border-top: 2px solid #feb820;
  position: relative;
  box-shadow: 5px 9px 18px 3px #a2a2a2;
  -webkit-box-shadow: 5px 9px 18px 3px #a2a2a2;
  -moz-box-shadow: 5px 9px 18px 3px #a2a2a2;
  height: 466px;
}
.feedback-blocks .row {
  margin: 0;
}
.feedback-block {
  display: none;
  background: url("../img/slider_load.gif") no-repeat center;
}
.slider_smi,
.slider_video {
  /*background: none !important;*/
}
.feedback-block.active {
  display: block;
}
.feedback__smi {
}
.feedback-tabs p {
  margin: 0;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #111111;
  padding-left: 30px;
}
.feedback__smi p {
  background: url("../img/feedback__smi.png") no-repeat left center;
}
.feedback__video p {
  background: url("../img/feedback__video.png") no-repeat left center;
}
/*  ---------

            ---------
            ---------
            ---------

              NEW        
            ------------
            ------------
            ------------
            -----------
*/
.slider_smi .feedback-block__item {
  height: 148px;
  margin: 1px;
  padding: 25px 0px;
  text-align: center;
  box-sizing: border-box;
  margin: 5px;
  margin-right: 10px;
}
.slider_smi .feedback-block__item .feedback-block__item_background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.slider_video .feedback-block__item .feedback-block__item_background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.slider_video .feedback-block__item {
  height: 100% !important;
  text-align: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 5px;
  margin-right: 10px;
}

.slider_video {
  /*    display: none;*/
}

.slider_smi .feedback-block__item:hover {
  cursor: pointer;
  z-index: 5;
  /*  border: 30px solid #ffffff;*/
  box-shadow: 0 0 10px 10px #ababab;
  -webkit-box-shadow: 0 0 10px 10px #ababab;
  -moz-box-shadow: 0 0 10px 10px #ababab;
}
.slick-slide {
  padding: 5px;
  padding-right: 15px;
}
.slick-active {
  border: none;
  outline: none;
}
.slider_smi,
.slider_video {
  border-top: 2px solid #feb820;
  background: #fff;
  box-shadow: 5px 9px 18px 3px #a2a2a2;
  -webkit-box-shadow: 5px 9px 18px 3px #a2a2a2;
  -moz-box-shadow: 5px 9px 18px 3px #a2a2a2;
  padding: 0px;
  box-sizing: border-box;
  height: 499px;
}
.slider_video.slick-slider .slick-track,
.slider_video.slick-slider .slick-list {
  height: 100%;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:active {
  background: url(../img/feedback_carousel_sprite.png) no-repeat -10px center;
  left: -60px;
  width: 32px;
  height: 32px;
}
.slick-next,
.slick-next:hover,
.slick-next:active {
  background: url("../img/feedback_carousel_sprite.png") no-repeat -300px center;
  right: -60px;
  width: 32px;
  height: 32px;
}
.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
  content: "";
  display: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}
.slick-active button {
  width: 15px !important;
  height: 15px !important;
  background: #feb820 !important;
  border-radius: 50%;
}
.slick-dots li button::before,
.slick-active li button::before {
  display: none;
}
.slick-dots {
  bottom: -55px;
}
.slick-dots li:hover button {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

.feedback-block2 .feedback-block__item {
  height: 229px;
  margin: 2px 0 0 2px;
  padding: 0;
  cursor: pointer;
  width: calc(50% - 3px);
  overflow: hidden;
}
.feedback-block2 .feedback-block__item:hover {
}
.feedback-block2 .feedback-block__item img {
  height: 100%;
  margin: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../img/feedback_carousel_sprite.png") no-repeat -300px center;
  right: -60px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../img/feedback_carousel_sprite.png") no-repeat -10px center;
  left: -60px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c8d2d6 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #feb820 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000000 !important;
}
.bx-wrapper .bx-pager {
  bottom: -60px !important;
}

.feedback-block2 .bx-viewport {
  height: 465px !important;
}
.feedback-block2 .row {
  width: 1140px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feedback-block2 .bx-viewport .row .feedback-block__item {
  width: 49% !important;
  margin: 5px;
}

/*SUBCRIBE*/

.subcribe_btn[disabled="disabled"] {
  opacity: 0.4;
}
.subcribe {
  background: url("../img/subscribe_bg.png") no-repeat center top;
  height: 850px;
  padding: 0;
  margin: 0 0 -75px 0;
}
.subcribe .zone {
  padding: 300px 0 50px 50%;
  text-align: center;
}
.subcribe h4 {
  font-family: "Roboto-Regular";
  font-size: 35px;
  color: #ffffff;
}
.subcribe p {
  font-family: "Roboto-Regular";
  font-size: 38px;
  color: #ffffff;
}
.subcribe .orange {
  font-family: "Roboto-Medium";
  font-size: 54px;
}
.subcribe form {
}
.subcribe label {
  width: 100%;
}
.subcribe input {
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #1a181c;
  padding: 10px 15px 10px 40px;
  width: 100%;
  border-radius: 5px;
  border: none;
  box-shadow: inset 5px 5px 9px 1px #dad6d6;
}
.subcribe .name input {
  background: url("../img/subcribe_name_ico.png") no-repeat 10px center, #ffffff;
}
.subcribe .mail input {
  background: url("../img/subcribe_mail_ico.png") no-repeat 10px center, #ffffff;
}
.subcribe .police {
  display: inline-block;
  width: auto;
  float: left;
  margin: 5px 10px;
}
.subcribe .police + p {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #98a5ab;
  text-align: left;
}
.subcribe .police + p a,
.subcribe .police + p a:visited {
  text-decoration: underline;
  display: block;
}
.subcribe .police input {
  width: auto;
  margin: 5px;
  display: none;
}
.subcribe .police {
}
.subcribe input[type="submit"],
.subcribe input[type="submit"]:visited {
  background: #ffb513;
  padding: 10px;
  box-shadow: none;
  cursor: pointer;
}
.subcribe input[type="submit"]:hover {
  background: #eaa308;
}
.subcribe input[type="submit"]:active {
  background: #eaa308;
  margin-top: 2px;
  cursor: pointer;
}
.check_police label {
  cursor: pointer;
  border: 2px solid #c0c9ce;
  border-radius: 20px;
  padding: 0;
  width: 60px !important;
  height: 30px;
}
.check_police label:after {
  width: 22px;
  height: 22px;
  position: absolute;
  background: #cdd6da;
  content: "";
  border-radius: 50%;
  margin-top: 2px;
  margin-left: -25px;
}
.check_police input {
  display: none;
}
.check_police input[type="checkbox"]:checked + label {
  cursor: pointer;
  border: 2px solid #c0c9ce;
  border-radius: 20px;
  padding: 0;
  width: 60px;
  height: 30px;
}
.check_police input[type="checkbox"]:checked + label:after {
  width: 22px;
  height: 22px;
  position: absolute;
  background: #feb820;
  content: "";
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 4px;
}

/*CONTACTS*/

.contacts {
  padding: 0 0 100px 0;
  margin: 0;
}
.contacts h2 {
  color: #202020;
  font-family: "Roboto-Black";
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 50px;
}
.contacts h2 div {
  font-size: 21px;
  font-family: "Roboto-Regular";
}
.contacts__items {
}
.contacts__item {
}
.contacts__img {
  float: left;
  margin: 0 15px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.contacts__img.tel {
  background: url("../img/contacts_tel.png") no-repeat center, orange;
}
.contacts__img.email {
  background: url("../img/contacts_mail.png") no-repeat center, orange;
}
.contacts__img.base {
  background: url("../img/contacts_base.png") no-repeat center, orange;
}
.contacts__img.social {
  background: url("../img/contacts_social.png") no-repeat center, orange;
}
.contacts .top-soc {
  margin-top: 0;
}
.contacts .top-soc li {
  margin-left: -2px;
}
.contacts__img {
}
.contacts__text {
  float: left;
}
.contacts__text p {
  color: #202020;
  font-family: "Roboto-Medium";
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.contacts__text a {
  color: #202020;
  font-family: "Roboto-Medium";
  font-size: 20px;
}

/*FOOTER*/

footer {
  background: url("../img/footer_bg.jpg") no-repeat center top;
  padding: 50px 0 100px;
}
footer .tel_free span {
  top: -17px;
  left: 17px;
}
p.footer__copyright {
  font-family: "Roboto-Light";
  font-size: 15px;
  color: #becbd7;
  padding: 0;
  margin: 15px 0;
}
p.autor {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #6d7f8f;
  padding: 0;
  margin: 15px 0;
}

.footer-menu {
}
.footer-menu ul {
}
.footer-menu li {
  list-style: disc !important;
  color: #becbd7;
  float: left;
  width: 50%;
  margin: 5px 0;
}
.footer-menu a {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #becbd7;
}
/* .footer-menu li.active a,
.footer-menu a:hover {
  text-decoration: underline;
    color: #ffb513;
} */

.footer-menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-menu a:active {
  color: #ffb513;
  text-decoration: underline;
}
.footer-worktime {
}
.footer-time {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #fefefe;
}

/* SELECT !!! */
.js-example-templating option {
  font-size: 0 !important;
}
.select2-search--dropdown {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  width: 45px !important;
  background: none !important;
  border: none;
}
.select2-results {
  width: 45px;
  border: 1px solid #ffb513;
}
.select2-results span {
  font-size: 0;
  display: block;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #ffb513;
}
.select2-container {
  width: 47px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: transparent;
}
.select2-container--default .select2-selection--single {
  width: 45px;
  height: auto;
  border: 1px solid #ffb513;
  border-radius: 0;
}
.select2-container--default .select2-selection--single img {
  width: 24px;
}
.select2-container .select2-selection--single {
  background: transparent;
}

/* GAMB_MENU */
.gamb_menu {
  background: url("../img/gamb_menu.png") no-repeat center;
  background-size: auto;
  display: block;
  position: fixed;
  right: 60px;
  top: 9px;
  width: 50px;
  height: 50px;
}
.gamb_menu.opened {
  background: url("../img/gamb_menu_open.png") no-repeat center;
}

/*================================================================*/
/*MEDIA*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .how-work__item-text h3 {
    font-size: 27px;
  }
  .how-work__item-text h3 .orange {
    display: block;
  }
  .header-in__form {
    margin: 10px 0;
  }
  header.desktop .header-nav ul {
    margin-top: 120px;
  }

  .faq {
    background-size: auto 100%;
  }

  a.faq_base p {
    font-size: 15px;
  }

  a.faq_online p {
    font-size: 15px;
  }

  .popup-login__block,
  .registr_block,
  .recovery_block {
    z-index: 20;
    display: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
  }
  .registr_block__body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 25px;
  }
  .login-no {
    margin-top: 10px;
    border-top: none;
    text-align: center;
  }
  .login-remember {
    display: block;
    float: none;
    width: 100%;
  }
  .remember_me_fixed {
    padding: 20px 0 20px 69px !important;
    text-align: center;
    display: block;
    float: none;
    background-position: 20% center !important;
  }
  .login_footer .form_btn {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  .login_footer {
    display: block;
  }
  footer .header-logo img {
    display: block;
    /* margin: 15px 0; */
    text-align: center;
    float: none;
    margin: 10px auto;
  }
  footer .header-logo a {
    text-align: center;
    padding: 0 !important;
    display: block;
  }
  .form_row {
    display: block;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .form_row_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .registr__title {
    padding-left: 67px;
    font-size: 20px;
    background: url(../img/pencil.png) no-repeat top left;
  }
  .registr__title h3 {
    font-size: 29px;
    font-family: "Roboto-Bold";
    color: rgb(32, 32, 32);
    line-height: 0.626;
    text-align: left;
  }
  .registr_block form {
    margin-top: 35px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .form_row_nav input[type="submit"],
  .form_row_nav input[type="submit"]:visited {
    margin: 25px auto;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .go_to_back {
    width: 100%;
    text-align: center;
    margin: 10px auto 25px;
    float: none;
    display: block;
    background: url(../img/back.png) no-repeat 31% center;
  }
  .form_row_check_item label {
    padding-left: 70px;
    background: url(../img/check_in.png) no-repeat left top;
    width: 100%;
    display: block;
  }
  .form_row_check_item:last-child {
    margin-left: 0;
  }
  .form_row_check_item label span {
    text-decoration: underline;
    display: block;
    margin: 5px 0;
  }

  .popup-login__block_form form {
    display: block;
    height: auto;
  }
  .login-mail,
  .login-pass {
    margin-bottom: 10px;
  }
  .popup-login__body {
    height: 100%;
    overflow-y: scroll;
    padding: 25px;
  }
  .recovery_block_cont {
    width: 100%;
    margin: 0;
    padding: 25px;
    height: 100%;
  }
  .recovery_block_body {
    height: 100%;
    overflow-y: scroll;
  }
  .recovery_block_item,
  .recovery_block_item:visited {
    margin-bottom: 10px;
  }
  .recovery_block_title h3 {
    font-size: 25px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 10px;
  }
  .recovery_block_title p {
    font-size: 18px;
    line-height: 25px;
    margin-top: -7px;
  }
  .popup-login__block .popup_cls,
  .registr_block .popup_cls,
  .recovery_block .popup_cls {
    width: 30px;
    height: 30px;
    background: url("../img/popup_cls.png") no-repeat center;
    top: 35px;
    right: 40px;
    cursor: pointer;
    float: right;
    margin-top: -14px;
    margin-right: -20px;
    position: absolute;
    border: 2px solid #ffb513;
    z-index: 50;
  }
  .popup-login__block__more {
    display: none;
  }

  .mob_q {
    display: block;
  }

  .header-logo a {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 40px !important;
  }
  .header-logo p {
    font-size: 20px;
    /*display: block;*/
  }
  header.desktop .header-logo img {
    margin: 6px 10px;
    width: 35px;
    left: 0;
    top: 5px;
  }
  
  #info_link {
    right: 70px;
  }

  .about-video {
    /* margin: -100px 0 25px; */
    z-index: 4;
  }
  .main-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 30%;
    left: 50%;
    margin: 0;
    margin-left: -250px;
    width: 500px;
    background: white;
    padding: 20px 30px;
    outline: 20px solid rgba(255, 255, 255, 0.25);
  }
  .popup-police {
    width: 80%;
    height: 90%;
    margin: 10%;
    top: 1%;
    left: 0%;
    outline: 10px solid rgba(171, 76, 76, 0.25);
  }
  .main-popup h3 {
    font-size: 30px;
    color: #1a1a18;
  }
  .popup-police h3 {
    font-size: 22px;
    word-wrap: break-word;
  }
  .main-popup p {
    font-family: "Roboto-Regular";
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin-bottom: auto;
  }

  .wrapper {padding:0;}
  
  .contacts .wrapper {padding: 50px 15px 0 15px;}

  div.youtube-play {
    width: 300px;
    height: 55px;
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .goodly__popup-block {
    position: fixed;
    top: 5%;
    left: 55%;
    right: 1%;
    /*  margin: -0%; */
    margin-left: -50%;
    width: 90%;
    height: 91%;
    overflow-y: scroll;
  }
  .goodly__popup-return {
    float: none;
    padding: 20px 15px;
    text-align: center;
    position: absolute;
    width: 90%;
    top: -335px;
  }
  .goodly__popup-block h3 {
    font-family: "Roboto";
    font-size: 18px;
    color: #111111;
    margin-top: 10px;
  }
  .goodly__popup-block p {
    font-family: "Roboto-Light";
    font-size: 15px;
    color: #111111;
    padding-left: 15px;
    border-left: 2px solid #e9ab23;
  }
  .goodly__popup-img img {
    width: 90%;
    /* text-align: center; */
    margin: 0 6%;
  }
  .goodly__popup-img {
    padding: 65px 15px 15px 15px;
  }

  .wrapper {
    width: 100%;
    padding: 0;
  }
  .what-can .wrapper {
    padding: 0 15px;
  }
  .faq .wrapper {
    padding: 0 20px 0 15px;
  }
  .feedback .wrapper {
    padding: 0 15px;
  }
  .gamb_menu {
    right: 10px;
  }
  .gamb_menu.opened {
    background: url("../img/gamb_menu_open.png") no-repeat center;
  }
  header .header-tel,
  header .header-nav,
  header .header-lang,
  header .header-in {
    float: none;
    tetx-align: center;
    width: 100%;
    margin: 0;
  }
  header.desktop .header-nav li {display: none;}
  header.desktop .header-nav li:nth-child(3) {
    display: inline-block;
    padding: 11px 0px;
    margin: 0;
    width: 100%;
    text-align: center;
    /* font-family: 'Roboto-Medium'; */
  }
  header .header-tel {
    display: none;
    text-align: center;
  }
  header .header-nav {
    display: none;
  }
  header .header-lang {
    display: none;
    width: auto;
    float: left;
    /* padding-top: 0; */
    margin: 0;
    position: fixed;
    top: 69px;
    left: 0px;
    width: 50%;
  }
  header .header-in {
    display: none;
    width: auto;
    float: left;
    /* padding-top: 0; */
    margin: 0;
    position: fixed;
    top: 69px;
    right: 23%;
    width: 50%;
  }
  .menu_zone {
    text-align: center;
    padding-right:0;
  }
  header.desktop .tel_free {
    font-size: 30px;
  }
  header.desktop .tel_free span {
    margin-top: -50px;
    left: 0;right: 0;padding: 0;font-size: 20px;
    
  }
  h2 {
    font-size: 36px !important;
  }
  .yout_play-btn {
    top: 7px;
  }
  .yout_play,
  .yout_play:visited,
  .yout_play:focus,
  .yout_play:active {
    text-decoration: none;
    display: block !important;
    /* margin: -115px 0 20px; */
  }
  .top-layers_container {
    overflow: hidden;
    width: 100%;
    /* height: 680px; */
    /* margin-bottom: -680px; */
    z-index: -1;
    /* position: relative; */
    /* padding-bottom: 50px; */
  }
  .top_gorod {
    background-size: auto 70%;
  }
  .top_mujik {
    content: "";
    background: url("../img/top_man.png") no-repeat center -11px;
    background-size: 650px auto;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 840px;
    /* margin-bottom: -854px !important; */
  }
  .top {
    height: auto;
    padding: 0px 0 6px;
    /* margin-bottom: auto; */
    background: white;
    margin-top: 330px;
    margin-bottom: 0;
  }
  .top-text h1 {
    font-size: 50px;
    text-align: center;
    color: #111111;
    z-index: 3;
    margin-top: -5px;
    position: relative;
  }
  .top-text span {
    font-size: 25px;
    color: #111111;
  }
  .top-text p {
    font-size: 16px;
    margin: 30px 0px 20px;
    /* text-shadow: 1px 1px 1px black; */
    font-family: Roboto-Light;
    text-align: center;
    color: #222222;
    text-shadow: none;
  }
  .top-soc {
    text-align: center;
    margin: 10px 0 -30px;
    padding: 20px 0 10px;
    z-index: 11;
  }
  .contacts__text .top-soc {
    margin-top: -20px;
  text-align: left;}
  .top-soc li {
    display: inline-block;
    margin: 0 -5px;
  }
  .top-soc a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 20px;
    background: url("../img/soc_sprite.png") no-repeat;
  }
  .top-text__btn {
    display: block;
    height: 100px;
    position: relative;
    text-align: center;
  }
  .about {
    display: none;
    /* margin-top: -96px; */
    padding: 25px 0 0px;
    /* z-index: 100; */
    position: relative;
    margin-top: 70px;
  }
  .how-work {margin-top: 50px;}
  #functional, .top_svetl, .how-work .wrapper, #earning, .feedback, .contacts, footer {/* display: none; */}
  .top:before {
    background: url("../img/white_bg_top.png") no-repeat;
    content: "";
    width: 100%;
    height: 200px;
    margin-top: -71px;
    z-index: 3;
    position: absolute;
    background-size: cover;
    /*  display: none; */
  }
  .about-text {
    padding: 0 20px;
    background: none;
  }
  .what-can {
    position: relative;
    background-position: center bottom 205px, center top;
    background-size: auto, auto 100%;
    padding-top: 97px;
    padding-bottom: 190px;
  }
  .what-can:before {
    background: url("../img/white_bg_top.png") no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top: 37px;
    transform: scale(-1, -1);
  }
  .what-can__zone {
    background: url("../img/what-can_ugol.png") no-repeat 93% 16%;
    
  }
  .what-can__item,
  .what-can__item:hover {
    padding: 0;
    background-size: 145px 100%;
  }
  .item-right {
    /* display: flex;
      flex-flow: row-reverse;*/
  }
  .item-right .how-work__item-pic {
    /* float:  none; */
    /* width:  100%; */
    /* display: block; */
    /*position: absolute;*/
    /* left: 1%; */
    /* margin: 0 3%; */
    /*width: 94%;*/
    /*left: 2%;*/
    float: none;
    width: 100%;
  }
  .item-right .how-work__item-text {
    float: none;
    width: 100%;
    display: block;
  }
  .what-can__text p {
    font-size: 12px;
    line-height: 20px;
    padding: 60px 15px 60px 150px;
    margin: auto;
  }
  .need-consult p {
    font-size: 34px;
    margin: 0;
  line-height: 36px;}
  .need-consult span {
    font-size: 25px;
  }
  .call-consult {
    margin-bottom: 170px;
    font-size: 24px;
  }
  .call-consult p {
    font-size: 15px;
  }
  .call-consult a {
    font-size: 26px;
  }
  .need-consult, .call-consult {text-align: center;}
  .need-consult:after {
    background: none;
  }
  .choose {
    background: url("../img/bg_choose_mob.jpg") no-repeat top center;
    /* width: 100%; */
    /* height: 475px; */
    padding: 250px 0 30px;
    text-align: center;
    background-size: 100%;
    /* margin: 0 -12%; */
  height: auto;}
  .choose .red {
    display: block;
    width: 190px;
    margin: 10px auto;
    font-family: "Roboto-Bold";
  }
  .choose h4 {
    font-size: 20px;
  }
  .choose .orange {
    font-family: "Roboto-Black" !important;
    font-size: 25px;
  }

  .choose p {
    font-family: "Roboto-Regular";
    font-size: 25px;
    color: #ffffff;
  }
  .choose a.btn,
  .choose a.btn:visited {
    width: 100%;
    font-size: 12px;
  }
  .how-work {
    
    margin-top: -225px;
  position: relative;padding: 0 15px;}
  .how-work:before {
    background: none;
  }
  .how-work__item-pic img {
    /* margin-top: 0; */
    width: 100%;
    margin: 20px 0;
    position: relative;
  }
  .item-left p {
    margin: 0;
    font-size: 60px;
    text-align: center;
  }
  .item-right p {
    margin: 0;
    font-size: 60px;
    text-align: center;
  }
  .how-work__item-text p {
    color: #202020;
    font-family: "Roboto-Light";
    font-size: 17px;
    margin: 25px 0 40px;
    text-align: left;
  }
  .how-work__item-pic p {
    line-height: 70px;
    padding: 25px 0 0;
    position: relative;
    font-size: 75px;
  }
  .how-work__lines {
    display: none;
  }
  .faq-tabs li {
    background: url("../img/faq_bg_white.jpg") no-repeat 75px center, #ffffff;
    padding: 20px 20px 20px 20px;
    margin: 0 0 18px !important;
    background-size: auto 100%;
  }
  .faq-tabs li p,
  .faq-tabs li:active p {
    background-position: 20px center !important;
    /* float: left; */
    /* padding: 10px !important; */
    margin: auto 0 auto -18px;
    width: 100%;
    /* height: 85px; */
    padding: 15px 0 15px 115px;
    font-size: 16px;
    line-height: 20px;
  }
  .faq-tabs__item {
    display: none;
    border-left: 5px solid #3b8ede;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 4px 6px 2px #b9b9b9;
    background: #ffffff;
    min-height: auto;
  }
  .faq-tabs__header {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 26px;
    padding: 15px;
    padding-left: 60px;
  }
  .faq_base,
  .faq_base:visited {
    /*  background: url('../img/ico_tarifs.png') no-repeat 30px 32px, url('../img/btn_bg_410.png') no-repeat center; */
    /*  padding: 15px 15px 15px 40px; */
    font-size: 14px;
    float: none;
    width: 100%;
    display: block;
  }

  .faq_online,
  .faq_online:visited {
    /*  background: url('../img/ico_online.png') no-repeat 30px 32px, url('../img/btn_green_bg.png') no-repeat center; */
    /*  padding: 36px 50px 45px 85px; */
    /*  font-family: 'Roboto-Bold'; */
    font-size: 15px;
    float: none;
    width: 100%;
    display: block;
    margin: 15px 0;
  }
  .slider_video .feedback-block__item .feedback-block__item_background {
    background-size: cover;
  }
  .feedback .wrapper {
    width: 100% !important;
    padding: 0 15px;
  }
  .slider_smi,
  .slider_video {
    height: 290px;
  }
  .slider_smi .feedback-block__item {
    height: 290px;
  }
  .slick-dots {
    bottom: -60px;
  }
  .slider_smi .slick-next,
  .slider_smi .slick-next:hover,
  .slider_smi .slick-next:active,
  .slider_smi .slick-prev,
  .slider_smi .slick-prev:hover,
  .slider_smi .slick-prev:active,
  .slider_video .slick-next,
  .slider_video .slick-next:hover,
  .slider_video .slick-next:active,
  .slider_video .slick-prev,
  .slider_video .slick-prev:hover,
  .slider_video .slick-prev:active {
    opacity: 0.5;
    top: 117%;
    z-index: 10;
  }
  .slider_smi .slick-next,
  .slider_smi .slick-next:hover,
  .slider_smi .slick-next:active,
  .slider_video .slick-next,
  .slider_video .slick-next:hover,
  .slider_video .slick-next:active {
    right: 20px;
    background: url(../img/feedback_carousel_sprite.png) no-repeat -290px center;
  }
  .slider_smi .slick-prev,
  .slider_smi .slick-prev:hover,
  .slider_smi .slick-prev:active,
  .slider_video .slick-prev,
  .slider_video .slick-prev:hover,
  .slider_video .slick-prev:active {
    left: 20px;
  }
  .feedback h2 {
    font-size: 30px !important;
  }

  .feedback-tab {
    padding: 20px 16px;
    width: 49%;
  }
  .feedback-tabs p {
    font-size: 12px;
    color: #111111;
    padding-left: 30px;
    padding: 5px 5px 5px 40px;
    word-wrap: break-word;
  }
  .subcribe {
    background: url("../img/subscribe_bg.png") no-repeat center top;
    height: auto;
    padding: 50px 0;
    background-size: cover;
    background-position: 80%;
  }
  .subcribe .zone {
    padding: 160px 20px 100px;
    margin: 0;
  }
  .subcribe h4 {
    font-size: 25px;
  }
  .subcribe p {
    font-size: 40px;
  }
  .subcribe .orange {
    font-family: "Roboto-Medium";
    font-size: 35px;
  }
  .subcribe label {
    width: 100%;
    margin: 15px 0;
  }
  .subcribe input {
    padding: 15px 15px 15px 40px;
  }
  .contacts {
    padding: 0 0 0 0 !important;
  }
  .contacts__item {
    margin: 0 0 25px;
  }
  .contacts__text a {
    font-size: 18px;
  }
  footer {
    background: url("../img/footer_bg.jpg") no-repeat center top;
    background-size: auto 100%;
    text-align: center;
  }
  footer .top-soc {
    padding: 0 !important;
  }
  footer .header-tel {
    margin-top: 50px;
  }
  .footer-menu ul {
  }
  .footer-menu li {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: block;
  }
  .tel_free span {
    font-size: 14px;
    padding: 0 15px;    
  }
  .what-can__zone {
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  body {
    overflow-x: hidden;
  }
  .top-text h1 {
    font-size: 34px;
  }
  .top-text span {
    font-size: 20px;
  }
  .top:before {
    height: 150px;
  }
  .top-text p {
    margin: 25px 0px 20px;
  }
  .top-text h1 i {
    margin-left: -4px;
  }
  .choose {
    padding: 120px 0 30px;
  }
  .choose p {
    font-size: 19px;
  }
  .subcribe h4 {
    font-size: 16px;
  }
  .subcribe .zone {
    padding: 200px 20px 100px;
  }
  .subcribe p {
    font-size: 20px;
  }
  .subcribe .orange {
    font-size: 24px;
  }
  a.btn_orange, a.btn_orange:visited {
    margin: 7px 0;
  }
  .goodly__popup-return {
    top: -290px;
  }
  .how-work .wrapper > h2 {
    font-size: 25px !important;
  }
  .how-work__item-pic p {
    font-size: 50px;
    padding: 0;
  }
  .how-work__item-text h3 {
    font-size: 22px;
  }
  footer .tel_free span {
    left: 15px;
    max-width: 90%;
  }
  footer {
    padding: 30px 0 20px;
  }
  .header-logo p.footer__copyright {
    font-size: 16px;
  }
  .header-logo p.autor {
    font-size: 17px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top {
    height: 798px;
    padding: 50px 0 24px;
    margin-bottom: -5px;
  }
  .about {
    padding: 25px 0 55px;
    position: relative;
  }

  .contacts .top-soc {
    margin: 0 0 0 0px;
  }
  .contacts .wrapper {
    width: 600px;
    margin: 0 auto;
  }
  .contacts .contacts__item {
    margin-bottom: 25px;
  }

  .subcribe .zone {
    padding: 300px 0 50px 50%;
    text-align: center;
  }
  .subcribe h4 {
    font-family: "Roboto-Regular";
    font-size: 48px;
    color: #ffffff;
  }
  .subcribe p {
    font-family: "Roboto-Regular";
    font-size: 45px;
    color: #ffffff;
  }
  .subcribe .orange {
    font-family: "Roboto-Medium";
    font-size: 54px;
  }
  .subcribe form {
  }
  .subcribe label {
    width: 100%;
  }
  .subcribe input {
    font-family: "Roboto-Medium";
    font-size: 15px;
    color: #1a181c;
    padding: 10px 15px 10px 40px;
    width: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: inset 5px 5px 9px 1px #dad6d6;
  }
  .subcribe .name input {
    background: url("../img/subcribe_name_ico.png") no-repeat 10px center,
      #ffffff;
  }
  .subcribe .mail input {
    background: url("../img/subcribe_mail_ico.png") no-repeat 10px center,
      #ffffff;
  }
  .subcribe .police {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #98a5ab;
    text-align: left;
    cursor: pointer;
  }
  .subcribe .police a,
  .subcribe .police a:visited {
    text-decoration: underline;
    display: block;
  }
  .subcribe .police input {
    width: auto;
    margin: 5px;
    display: none;
  }
  .subcribe .police {
    padding-left: 56px;
  }
  .subcribe input[type="submit"],
  .subcribe input[type="submit"]:visited {
    background: #ffb513;
    padding: 10px;
    box-shadow: none;
    cursor: pointer;
  }
  .subcribe input[type="submit"]:hover {
    background: #eaa308;
  }
  .subcribe input[type="submit"]:active {
    background: #eaa308;
    margin-top: 2px;
    cursor: pointer;
  }
  .check_police label {
  }
  .check_police input {
    display: none;
  }
  .check_police input[type="checkbox"]:checked + label {
    
  }

  .faq-tabs__items {
    width: 55%;
  }

  .choose {
    padding: 216px 43px 23px 332px;
  }
  .choose h4 {
    font-size: 24px;
  }
  .choose p {
    font-size: 25px;
    margin: 0;
  }
  .choose a.btn_orange,
  a.btn_orange:visited {
    margin: 10px 0;
  }

  .about-text {
    padding: 0 30px 0 30px;
    background: none;
    text-align: center;
  }
  div.youtube-play {margin: 0 auto;}

  .goodly__popup-block {
    top: 20%;
    left: 2%;
    margin: 0;
    width: 94%;
    height: auto;
  }

  .gamb_menu {
    background: url("../img/gamb_menu.png") no-repeat center;
    background-size: auto;
    display: block;
    position: fixed;
    right: 15px;
    top: 9px;
    width: 50px;
    height: 50px;
  }
  .gamb_menu.opened {
    background: url("../img/gamb_menu_open.png") no-repeat center;
  }
  .header-info {
    position: fixed;
    right: 60px;
  }
  .header-in__form .popup-login,
  .header-in__form .popup-login:visited {
    left: 470px;
    position: fixed;
  }
  header .header-tel {
    /* display: none; */
    text-align: center;
    position: fixed;
    left: 270px;
  }
  header .header-nav {
    display: none;
    margin: 50px 0 0;
  }
  header .header-lang {
    position: fixed;
    top: 0px;
    left: 600px;
    margin: 0;
  }
  header .header-in {
    width: 100%;
    float: left;
    margin: 0;
  }

  .wrapper {
    width: 760px;
    margin: 0 auto;
    padding: 20px;
  }
  .top-soc {
    text-align: right;
    margin-top: 57%;
    margin-left: 38%;
    position: absolute;
  }
  .about-text h2 {
    color: #202020;
    font-family: "Roboto-Black";
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
  }
  .subcribe .zone {
    padding: 246px 26px 50px 39%;
    text-align: center;
  }
  .need-consult p {
    font-size: 40px;
  }
  .need-consult span {
    font-size: 40px;
  }
  .call-consult p {
    font-size: 15px;
  }
  .call-consult a {
    font-size: 40px;
  }
  .need-consult:after {
    top: 50px;
    right: 5px;
  }
}

@media(max-width: 991px) {
  .what-can__zone.col-lg-6 {
    max-width: 100%;
  }
}

/* ( col-SM ) Desktops and laptops MIN OLD ----------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* GAMB_MENU */
  .gamb_menu {
    display: none !important;
  }

  .gamb_menu {
    display: block;
  }

  .wrapper {
    width: 760px;
    margin: 0px auto;
    padding: 20px 0;
  }
  .about-text h2 {
    font-size: 50px;
  }
  .what-can {
    /* background: url('../img/what-can_bg.jpg') no-repeat center top;
    padding: 75px 0 135px;
    background-size: auto 100%; */
  }
  .how-work__item-pic p {
    display: none;
  }
  .how-work__item-pic img {
    margin: 0;
    position: relative;
    width: 100%;
  }
}

/* ( col-MD ) Desktops and laptops MIN ----------- */
@media (min-width: 992px) and (max-width: 1199px) {


  /* .mob_q { display: none;  } */
  .gamb_menu {
    display: none;
  }

  .wrapper {
    width: 970px;
    margin: 0px auto;
    padding: 20px 10px;
  }
  .header-nav a {
    display: block;
    padding: 10px 4px;
    color: #ffffff;
    font-family: "Roboto-Regular";
    font-size: 15px;
  }

  .about-text {text-align: center;}

  .what-can__text p {
    font-size: 12px;
    padding: 60px 15px 60px 150px;
  }
  header.desktop .header-nav li {
    padding: 15px 0px;
    margin: 0;
  }
  header .header-tel,
  header .header-nav,
  header .header-lang,
  header .header-in {
    float: right;
    margin: 0 0 0 20px;
  }
  .top {
    padding: 100px 0 24px;
  }
  div.youtube-play {
    font-size: 15px;
    margin: 0 auto;
  }
  .what-can__item {
    background-size: auto 100%;
    min-height: 180px;
  }
  .what-can__item:hover {
    background-size: auto 100%;
  }
  .what-can__img img {
    margin: 30px -15px;
  }

  .how-work__item-pic img {
    margin: 40px 40px 40px 107px;
    z-index: 3;
    position: absolute;
    width: 75% !important;
  }
  .item-left p.big {
    font-size: 400px;
  }
  .item-right p.big {
    font-size: 400px;
  }
  .need-consult p {
    font-family: "Roboto-Light";
    font-size: 47px;
    text-transform: uppercase;
    line-height: 55px;
  }
  .need-consult span {
    font-family: "Roboto-Black";
    font-size: 50px;
    text-transform: uppercase;
  }
  .call-consult p {
    font-family: "Roboto-Regular";
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .call-consult a {
    font-family: "Roboto-Black";
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .call-consult span {
    color: #feb820;
  }
  .how-work__item-pic img {
    width: 100%;
  }
  .choose {
    background-size: 100% !important;
    height: 650px;
    padding: 220px 50px 50px 420px;
  }
  .choose h4 {
    font-size: 28px;
  }
  .choose p {
    font-size: 28px;
  }
  .how-work__item-text p {
    font-size: 15px;
    margin: 25px 0;
  }
  .how-work__item-text ul {
    margin: 15px 0 !important;
  }
  .how-work__item-text li {
    font-size: 15px;
  }
  .subcribe .zone {
    padding: 280px 50px 50px 45%;
    text-align: center;
  }
  .feedback-block2 .bx-viewport .row .feedback-block__item {
    width: 46%;
  }
  .contacts {
    padding: 0 0 50px 0;
  }
  footer .tel_free {
    font-size: 24px;
  }
}

/* ( col-LG ) Desktops and laptops ----------- */
@media only screen and (min-width: 1200px) {
  .gamb_menu {
    display: none;
  }

  /* .mob_q {
    display: none;
  } */

  .wrapper {
    width: 1170px;
    margin: 0px auto;
    padding: 20px 10px;
  }

  header .header-tel,
  header .header-nav,
  header .header-lang,
  header .header-in {
    margin: 0 0 0 25px;
  }
  header.desktop .header-nav li {
    padding: 15px 4px;
    margin: 0;
  }
}

/*  ---------

            ---------
            ---------
            ---------

              NEW        
            ------------
            ------------
            ------------
            -----------
*/

@media (max-width: 1280px) {
  .feedback .wrapper {
    width: 900px;
  }
}
@media (max-width: 1020px) {
  .feedback .wrapper {
    width: 768px;
  }
}
@media (max-width: 868px) {
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active {
    top: 107%;
    left: 10%;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:active {
    right: 10%;
    top: 107%;
  }
  s .feedback .wrapper {
    width: 600px;
  }
}
@media (max-width: 640px) {
  .feedback .wrapper {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .feedback-tab {
    padding: 25px 16px;
  }
  .feedback-tabs {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 460px) {
  .feedback-tab {
    padding: 10px 7px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__item.col-xs-6 {
    width: 100% !important;
  }
}
@media screen and (min-width: 1920px) {
  body, header.desktop {
    max-width: none;
  }
  /* .top .wrapper {
    width: 100%;
  } */
  .top .wrapper .top-text {
    padding-right: 100px;
  }
  .top_mujik {
    background-size: 100%, auto;
  }
  .top_gorod {
    background-position: 0 center;
    background-size: 100%;
  }
  .faq, .feedback, footer {background-size: 100%;}
  .subcribe {background-size: 100% 100%;}
}