/* Only desktop */
@media only screen and (max-width: 1600px) {
  .main_slider__table {
    min-height: 220px;
    height: auto;
  }
  .main_slider__item {
    min-height: 220px;
  }
}

@media only screen and (min-width: 1200px) {
  /* Main menu */
  .main_menu__list > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .submenu {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .main_menu__list > li:first-child {
    margin-left: 0;
  }
  .main_menu__list > li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1520px) and (min-width: 1199px) {
  .full_width_slider + .custom-pages {
    margin-left: 23%;
    bottom: 87px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_width_item__dynamic_list li:hover .list_header{
    color: #000;
  }
  .container_width_item__dynamic_list li:hover:before{
    background-color: #505152;
  }
  .container_width_item__dynamic_list li:hover:after {
    background: #505152;
    background: -moz-radial-gradient(center, ellipse cover, #505152 21%, #505152 40%, white 40%);
    background: -webkit-radial-gradient(center, ellipse cover, #505152 21%, #505152 40%, white 40%);
    background: -webkit-radial-gradient(center, ellipse, #505152 21%, #505152 40%, white 40%);
    background: -o-radial-gradient(center, ellipse, #505152 21%, #505152 40%, white 40%);
    background: radial-gradient(ellipse at center, #505152 21%, #505152 40%, white 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505152', endColorstr='#ffffff',GradientType=1 );
  }
  /* Main slider  */
  .main_slider__text {
    font-size: 35px;
  }
  .main_slider__box {
    min-height: 0;
  }
  .burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
    z-index: 1000;
  }
  .opened .main_menu {
    opacity: 1;
    visibility: visible;
  }
  .opened .main_menu .container {
    margin-left: 0;
  }
  .opened .burger_button {
    left: 240px;
  }
  .opened .burger_button .burger_line:first-child {
    position: absolute;
    width: 70%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
  }
  .opened .burger_button .burger_line:nth-child(2) {
    opacity: 0;
  }
  .opened .burger_button .burger_line:last-child {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    width: 70%;
  }
  .main_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_menu .container {
    padding: 10px 0 0 0;
    margin: 0 0 0 -240px;
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    background: #505152;
    overflow: auto;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_menu__list {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 140px;
  }
  .main_menu__list > li {
    margin-bottom: 10px;
  }
  .main_menu__list > li a {
    font-size: 16px;
    line-height: 1.2;
  }
  .main_menu__list > li.hassub {
    position: relative;
    padding-right: 20px;
  }
  .main_menu__list > li.opened .submenu {
    height: auto;
    opacity: 1;
    margin-bottom: 10px;
  }
  .main_menu__list > li.opened .submenu__icon:before {
    content: '-';
    top: -1px;
  }
  .submenu {
    height: 0;
    opacity: 0;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .submenu__icon {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 0;
    border: 1px solid #fff;
  }
  .submenu__icon:before {
    content: '+';
    width: 16px;
    height: 16px;
    display: block;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: -1px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .submenu li {
    height: auto;
    margin-bottom: 0;
  }
  .submenu li a {
    padding: 0 0 0 10px;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
  }
  .submenu li a:before {
    display: none;
  }
  .submenu li a:after {
    display: none;
  }
  .full_width_slider__header {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .full_width_item__content {
    padding-top: 15px;
    padding-left: 10px;
  }
  .full_width_item__header {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .full_width_slider .slick-next {
    width: 23px;
    height: 23px;
    line-height: 23px;
    right: 4%;
    top: 15px;
  }
  .full_width_slider .slick-next:before {
    width: 11px;
    height: 13px;
  }
  .full_width_item__text {
    height: 80px;
    margin-bottom: 28px;
  }
  .full_width_slider .slick-dots {
    bottom: 16px;
    margin-right: 20px;
  }
  .full_width_slider .slick-dots li {
    margin: 0 5px;
  }
  .full_width_item__box {
    height: 313px;
  }
  .full_width_item__box.bottom_slider__box {
    height: 287px;
  }
  .full_width_slider__box.bottom_slider_full .slick-dots {
    bottom: 11px;
  }
  .full_width_slider__box.bottom_slider_full .full_width_item__header + .full_width_item__text {
    margin-bottom: 15px;
    height: 72px;
  }
  .form_section {
    padding: 30px 0;
  }
  .container_width_slider__box {
    margin: 30px 0 30px;
  }
  .container_width_slider__header {
    margin-bottom: 30px;
  }
  .container_width_item__content {
    padding-left: 10px;
  }
  .container_width_slider .slick-next {
    width: 23px;
    height: 23px;
    line-height: 23px;
    top: 6px;
    right: 5%;
  }
  .container_width_slider .slick-next:before {
    width: 12px;
    height: 13px;
  }
  .container_width_item__text {
    height: 150px;
    margin-bottom: 15px;
  }
  .container_width_item__content {
    min-height: 385px;
  }
  .container_width_slider .slick-dots {
    bottom: 19px;
    margin-right: 20px;
  }
  .container_width_slider .slick-dots li {
    margin: 0 5px;
  }
  .container_width_slider.dots_right .slick-dots li {
    margin: 0 5px;
  }
  .container_width_slider.dots_right .slick-dots {
    margin-left: 20px;
  }
  .container_width_item__dynamic_list li {
    line-height: 23px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .container_width_item__dynamic_list li:before {
    width: 23px;
    height: 23px;
  }
  .container_width_item__dynamic_list li:after {
    width: 13px;
    height: 13px;
    left: 5px;
    top: 5px;
  }
  .clients_section__list li {
    line-height: 23px;
    margin-bottom: 10px;
  }
  .clients_section__list li:before {
    width: 23px;
    height: 23px;
  }
  .clients_section__list li:after {
    width: 11px;
    height: 13px;
    left: 7px;
  }
  .mobile_logo {
    display: block;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .mobile_logo img {
    width: 210px;
    height: auto;
  }
  .mobile_contacts {
    display: block;
    padding-left: 15px;
  }
  .mobile_contacts .footer__contacts li {
    font-size: 14px;
  }
  .mobile_contacts .footer__contacts li a {
    font-size: 14px;
  }
  .mobile_contacts .footer__contacts li .fa {
    top: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mobile_contacts .footer__contacts li .fa.fa-map-marker {
    left: 3px;
  }
  .footer .footer__list {
    display: none;
  }
  .main_menu .footer__social-icons {
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 20px;
    height: auto;
    min-height: 37px;
  }
  .main_menu .footer__social-icons li {
    margin: 0 20px;
  }
  .header-tiles__fliper--show {
    padding: 20px;
  }
  .header-tiles__fliper--hover {
    padding: 20px;
  }
  .header-tiles {
    height: 210px;
  }
  .logoblock__left, .logoblock__right {
    display: none;
  }
  .logoblock__col {
    width: 100%;
  }
  .header-tiles__title {
    font-size: 14px;
    line-height: 16px;
  }
  .client-section__item:after {
    display: none;
  }
  .clients_section__slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full_width_slider + .custom-pages {
    padding-right: 70px;
    margin-left: 17%;
    bottom: 51px;
    width: 30%;
  }
  .full_width_slider + .custom-pages .slick-next {
    width: 35px;
    height: 35px;
    background: #f7b300;
    top: 0;
    opacity: 1;
    right: 20px;
  }
  .full_width_slider + .custom-pages .slick-arrow:hover {
    background: #f7b300;
  }
  .full_width_slider + .custom-pages .slick-arrow:hover:before {
    border-color: #2a3039;
  }
  .custom-pages {
    min-width: 329px;
    padding-right: 70px;
    margin-left: 15%;
    bottom: 54px;
  }
  .custom-pages .slick-next {
    width: 35px;
    height: 35px;
    background: #f7b300;
    top: 0;
    opacity: 1;
    right: 20px;
  }
  .custom-pages .slick-arrow:hover {
    background: #f7b300;
  }
  .custom-pages .slick-arrow:hover:before {
    border-color: #2a3039;
  }
  .container_width_item__dynamic_list li .subtext {
    height: auto;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .full_width_slider__box {
    background-color: #2a3039;
  }
  .full_width_item__box {
    width: 750px;
    padding: 0;
    margin: 0 auto;
  }
  .full_width_item__img {
    margin-left: 15px;
    margin-top: 15px;
    max-width: 40%;
  }
  .full_width_slider__header {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .full_width_item__header {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .full_width_item__text {
    height: 80px;
    margin-bottom: 15px;
  }
  .full_width_item__box {
    height: 280px;
  }
  .full_width_slider .slick-dots {
    margin-right: 55px;
  }
  .full_width_slider .slick-next {
    top: 12px;
  }
  .form_section__header {
    margin-bottom: 25px;
  }
  .full_width_slider__box.bottom_slider_full .full_width_item__header + .full_width_item__text {
    margin-bottom: 15px;
    height: 67px;
  }
  .full_width_item__box.bottom_slider__box {
    height: 258px;
  }
  .container_width_item__text {
    height: 110px;
    margin-bottom: 15px;
  }
  .container_width_item__list {
    margin: 0 0 15px 0;
  }
  .container_width_item__list li {
    font-size: 16px;
  }
  .container_width_item__header {
    margin-bottom: 15px;
  }
  .container_width_item__content {
    min-height: 290px;
  }
  .container_width_slider .slick-next {
    top: 5px;
  }
  .container_width_item__buttons {
    text-align: center;
    width: 100%;
    bottom: -5px;
  }
  .container_width_item__buttons li {
    margin-right: 17px;
  }
  .container_width_item__dynamic_list li .list_header {
    font-size: 18px;
  }
  .container_width_item__dynamic_list li {
    margin-bottom: 5px;
  }
  .container_width_slider.dots_right .slick-dots {
    bottom: 17px;
  }
  .footer__menu {
    display: none;
  }
  .main_slider__text {
    font-size: 18px;
    line-height: 34px;
  }
  .main_slider {
    padding: 0 145px 20px;
  }
  .main_slider__box {
    min-height: 200px;
  }
  .main_slider__item {
    text-align: center;
    min-height: 200px;
  }
  .main_slider__table {
    display: table;
    width: 100%;
    height: 200px;
  }
  .main_slider .slick-arrow {
    width: 43px;
    height: 28px;
  }
  .nav_slider__box {
    height: 60px;
    margin-bottom: -30px;
  }
  .nav_slider {
    height: 60px;
  }
  .nav_slider__table {
    height: 60px;
  }
  .nav_slider__header {
    font-size: 18px;
    margin-top: 0;
  }
  .main_slider__text {
    font-size: 28px;
    line-height: 43px;
  }
  .header {
    margin-bottom: 30px;
  }
  .clients_section__header {
    margin-top: 0;
  }
  .nav_slider__text {
    font-size: 16px;
  }
  .elevator {
    bottom: 7px;
    top: auto;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
  }
  .elevator.show {
    opacity: 1;
    z-index: 10;
  }
  .footer__list li a, .footer__list li {
    font-size: 14px;
  }
  .footer__social-icons li a {
    font-size: 16px;
  }
  .clients_section__list {
    width: 100%;
    min-width: 290px;
  }
  .clients_section__list li {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .client-slider {
    padding-bottom: 0;
  }
  .direction-item {
    width: 210px;
  }
  .direction-item__img {
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
  }
  .direction-item__img:before {
    width: 175px;
    height: 175px;
  }
  .direction-item__title {
    width: 210px;
    font-size: 26px;
    line-height: 35px;
  }
  .header-tiles__fliper--show {
    padding: 25px 15px 15px;
  }
  .header-tiles {
    height: 370px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-tiles__item {
    height: 50%;
    width: 50%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  }
  .header-tiles__item:nth-child(3), .header-tiles__item:nth-child(4) {
    border-bottom: 0;
  }
  .offers__item--readmore {
    border-bottom: 0;
    margin-bottom: 6px;
  }
  .offers__item--links {
    border-bottom: 1px solid #e1e1e1;
  }
  .offers__item.fullheight .offers__item--content {
    max-height: 100%;
  }
  .full_width_slider + .custom-pages {
    padding-right: 70px;
    margin-left: 11%;
  }
  .full_width_slider + .custom-pages .slick-next {
    width: 35px;
    height: 35px;
    background: #f7b300;
    top: 0;
    opacity: 1;
    right: 20px;
  }
  .full_width_slider + .custom-pages .slick-arrow:hover {
    background: #f7b300;
  }
  .full_width_slider + .custom-pages .slick-arrow:hover:before {
    border-color: #2a3039;
  }
  .custom-pages {
    padding-right: 70px;
    margin-left: 73px;
    bottom: 54px;
  }
  .custom-pages .slick-next {
    width: 35px;
    height: 35px;
    background: #f7b300;
    top: 0;
    opacity: 1;
    right: 20px;
  }
  .custom-pages .slick-arrow:hover {
    background: #f7b300;
  }
  .custom-pages .slick-arrow:hover:before {
    border-color: #2a3039;
  }

  .article-full__icons-block {
    flex-wrap: wrap;
  }

  .inner-icons__item {
    width: 50%;
  }
}

@media only screen and (max-width: 937px) {
  .custom-pages {
    min-width: 286px;
  }
}

@media only screen and (max-width: 826px) {
  .full_width_slider + .custom-pages {
    padding-right: 70px;
    margin-left: 6%;
  }
}

@media only screen and (max-width: 767px) {
  .main_slider {
    padding: 0 15px 20px;
  }
  .main_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .main_slider .slick-arrow.slick-next {
    right: 0;
  }
  .full_width_item__box {
    height: auto;
    width: 100%;
    padding-bottom: 30px;
  }
  .full_width_item__img {
    margin: 0 auto 0;
    max-width: 50%;
    width: auto;
    position: static;
  }
  .full_width_slider .slick-dots {
    display: none !important;
  }
  .full_width_slider__header {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mobile_title_slider {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .full_width_item__header {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 31px;
    margin-top: 0;
  }
  .full_width_item__text {
    max-height: 136px;
    height: auto;
    margin-bottom: 33px;
    line-height: 1.2;
  }
  .full_width_item__text > p {
    text-align: left;
  }
  .full_width_item__text > div {
    text-align: left;
  }
  .full_width_item__content {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }
  .button {
    font-size: 16px;
  }
  .full_width_slider .slick-next {
    top: 12%;
    width: 42px;
    height: 42px;
  }
  .full_width_slider .slick-next:before {
    content: ' ';
    width: 20px;
    height: 23px;
  }
  .full_width_slider .slick-prev {
    width: 42px;
    height: 42px;
    background: #f7b300;
    line-height: 42px;
    left: 4%;
    top: 12%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    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;
    z-index: 3;
  }
  .full_width_slider .slick-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 20px;
    height: 23px;
    background: url("../images/arrow_blue.svg") no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    top: 9px;
    left: 10px;
  }
  .form_section__header {
    font-size: 22px;
  }
  .container_width_slider .img_box {
    padding-right: 15px;
  }
  .container_width_item__img {
    margin: 0 auto;
    max-width: 50%;
  }
  .container_width_item__content {
    text-align: center;
    padding-left: 0;
  }
  .container_width_item__header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .container_width_item__list {
    display: block;
  }
  .container_width_item__list li {
    text-align: left;
  }
  .container_width_item__text {
    text-align: left;
    max-height: 150px;
    height: auto;
    margin-bottom: 30px;
  }
  .container_width_slider .slick-dots {
    display: none !important;
  }
  .container_width_slider__box {
    margin-bottom: 30px;
  }
  .full_width_slider__box.bottom_slider_full {
    margin-top: 0;
  }
  .full_width_item__box.bottom_slider__box {
    height: auto;
  }
  .container_width_slider .slick-next {
    top: 20%;
    width: 42px;
    height: 42px;
  }
  .container_width_slider .slick-next:before {
    width: 20px;
    height: 23px;
  }
  .container_width_slider .slick-prev {
    z-index: 3;
    top: 20%;
    left: 4%;
    width: 42px;
    height: 42px;
    background: #0066f0;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container_width_slider .slick-prev:before {
    content: ' ';
    width: 20px;
    position: absolute;
    display: block;
    height: 23px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    top: 9px;
    left: 9px;
  }
  .container_width_slider.dots_right .slick-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 3;
    top: 17%;
    right: 4%;
    width: 42px;
    height: 42px;
    background: #0066f0;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container_width_slider.dots_right .slick-next:before {
    content: ' ';
    width: 20px;
    position: absolute;
    display: block;
    height: 23px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: contain;
    opacity: 1;
    top: 9px;
    left: 9px;
  }
  .container_width_item__dynamic_list {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .container_width_slider.dots_right .container_width_item__img {
    width: auto;
    max-width: 50%;
    padding-right: 0;
  }
  .container_width_slider.dots_right .img_box {
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .container_width_item__dynamic_list {
    width: 50%;
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .container_width_item__dynamic_list li {
    overflow: hidden;
  }
  .container_width_item__content {
    min-height: 0;
    padding-bottom: 1px;
  }
  .container_width_item__buttons {
    position: static;
    display: block;
    text-align: center;
  }
  .container_width_item__buttons li {
    margin: 0 0 10px 0;
  }
  .container_width_item__buttons li:last-child {
    margin-bottom: 0;
  }
  .container_width_item__buttons .button {
    margin: 0;
  }
  .container_width_slider.dots_right {
    margin-bottom: 23px;
  }
  .elevator {
    right: 15px;
  }
  .container_width_slider.dots_right .slick-dots {
    display: none !important;
  }
  .clients_section {
    padding-top: 25px;
  }
  .full_width_slider__box {
    position: relative;
  }
  .container_width_slider__header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mobile_title_slider {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
  }
  .full_width_slider__box.bottom_slider_full .full_width_item__header + .full_width_item__text {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .clients_section__list {
    margin-top: 0;
  }
  .clients_section__buttons {
    text-align: center;
  }
  .container_width_slider__header,
  .clients_section__header {
    font-size: 24px;
  }
  .clients_section__list li,
  .container_width_item__dynamic_list li {
    padding-left: 35px;
  }
  .footer__list, .footer .row > div {
    min-height: 0;
  }
  .article-item__title {
    text-align: center;
    margin-top: 0;
  }
  .article-item__body {
    display: block;
  }
  .footer .footer__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer__contacts .fa {
    display: none;
  }
  .footer .footer__contacts li {
    padding-left: 0;
    text-align: center;
    margin: 0 10px;
  }
  .article-item {
    padding: 15px;
  }
  .article-item__img {
    width: 290px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .article-item__info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .article-item__readmore {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 260px;
  }
  .client-slider {
    padding-bottom: 8px;
  }
  .footer {
    height: 100px;
  }
  .footer .row {
    display: none;
  }
  .directions__header {
    font-size: 22px;
    line-height: 1.2;
  }
  .directions__button {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 30px;
  }
  .full_width_slider__box.bottom_slider_full .full_width_item__header + .full_width_item__text {
    max-height: 136px;
    height: auto;
    margin-bottom: 33px;
  }
  .client-section {
    padding-bottom: 30px;
  }
  .client-section__item {
    margin-bottom: 20px;
  }
  .client-section__header {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .client-section__item--count {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .client-section__item--title {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 20px;
  }
  .offers {
    padding-top: 28px;
  }
  .offers__header {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .custom-pages {
    display: none !important;
  }
  .full_width_slider.nav-mini .slick-dots, .container_width_slider.nav-mini .slick-dots {
    display: none !important;
  }
  .full_width_slider .custom-pages, .container_width_slider .custom-pages {
    display: none !important;
  }
}

@media only screen and (max-width: 752px) {
  .full_width_item__text {
    text-align: left;
  }

  .full_width_item__text ol {
    padding-left: 15px;
  }

  .full_width_item__text ol li {
    text-align: left;

  }
}

@media only screen and (max-width: 660px) {
  .nav_slider__header {
    font-size: 16px;
    margin-top: 0;
  }
  .nav_slider__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 630px) {
  .inner-icons.vertical .inner-icons__item:before {
    display: none;
  }

  .inner-icons.vertical .inner-icon-item__icon,
  .inner-icons.vertical .inner-icon-item__text {
    width: 100%;
  }
  .inner-icons.vertical .inner-icon-item__text {
    padding-right: 0;
  }
  .inner-icons.vertical .inner-icons__item {
    padding-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 605px) {
  .header-tiles {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-tiles__title {
    font-size: 16px;
  }
  .header-tiles__img {
    margin-bottom: 15px;
  }
  .header-tiles__img img {
    height: 76px;
  }
  .header-tiles__item {
    height: 175px;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  }
  .header-tiles__item:nth-child(3) {
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  }
  .header-tiles__fliper {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
  }
}

@media only screen and (max-width: 580px) {
  .form_section__box {
    display: block;
    text-align: center;
  }
  .form_section .formblock {
    margin-right: auto;
  }
  .formblock {
    margin-bottom: 10px;
    margin-left: auto;
  }
  .nav_slider {
    height: auto;
    display: block;
  }
  .nav_slider__item {
    width: 100%;
  }
  .nav_slider__box {
    height: auto;
    margin-top: 0;
    margin-bottom: -87px;
  }
  .clients_section__header {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 579px) {
  .client-section__row {
    margin: 0;
  }
  .client-section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .client-section__item {
    min-width: 0;
    width: 290px;
    position: relative;
    padding-left: 110px;
    padding-right: 0;
    min-height: 76px;
  }
  .client-section__item:nth-child(3) {
    min-height: 100px;
  }
  .client-section__item--mobile {
    position: absolute;
    left: 0;
    width: 100px;
    text-align: left;
  }
  .client-section__item--count {
    text-align: left;
  }
  .client-section__item--title {
    min-height: 0;
    text-align: left;
    font-size: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .client-section__item--text {
    text-align: left;
  }
}

@media only screen and (max-width: 560px) {
  .container_width_slider.dots_right .container_width_item__img {
    max-width: 100%;
  }
  .container_width_item__img {
    max-width: 100%;
  }
  .container_width_slider .img_box {
    padding-left: 0;
    padding-right: 0;
  }
  .container_width_item__dynamic_list {
    width: 100%;
    min-width: 290px;
  }
  .container_width_item__dynamic_list li {
    overflow: hidden;
  }
  .full_width_item__img {
    max-width: 100%;
  }
  .full_width_slider__box .slick-arrow {
    top: auto;
    bottom: 10px;
  }
  .full_width_slider__box.bottom_slider_full .slick-arrow {
    top: auto;
    bottom: 10px;
  }
  .mobile_title_slider {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .logoblock__img {
    width: 210px;
    height: auto;
  }
  .main_slider__item:before {
    width: 43px;
    height: 27px;
  }
  .main_slider__item:after {
    width: 43px;
    height: 27px;
  }
}

@media only screen and (max-width: 530px) {
  .main_slider .slick-arrow {
    width: 34px;
    height: 21px;
  }
  .main_slider__text {
    font-size: 24px;
    line-height: 32px;
  }
  .main_slider__text .highlighted {
    padding: 0 12px;
  }
  .main_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .main_slider .slick-arrow.slick-next {
    right: 0;
  }
  .main_slider .slick-arrow {
    top: 46%;
  }
  .client-section {
    background-position: -236px 0;
  }
}

@media only screen and (max-width: 467px) {
  .clients_section__img {
    width: auto;
  }
  .clients_section__img img {
    max-width: 90%;
    height: auto;
  }
}

@media only screen and (max-width: 445px) {
  .main_slider__item:before, .main_slider__item:after {
    display: none;
  }
  .afbf_error_block{
    display: none;
  }

}

@media only screen and (max-width: 430px) {
  .article-item__img {
    width: 100%;
    height: auto;
  }
  .form_section .afbf_success_block._without-popup .afbf_mess_ok{
    line-height: 1.5;
  }

  .inner-icons__item {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .full_width_slider .full_width_item__img--box {
    height: 185px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 364px) {
  .full_width_item__header {
    font-size: 20px;
  }
  .main_slider__text {
    font-size: 20px;
  }
}
