@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-200.woff2") format("woff2"), url("../fonts/SourceSansPro-200.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-300.woff2") format("woff2"), url("../fonts/SourceSansPro-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-400.woff2") format("woff2"), url("../fonts/SourceSansPro-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-600.woff2") format("woff2"), url("../fonts/SourceSansPro-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-700.woff2") format("woff2"), url("../fonts/SourceSansPro-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-900.woff2") format("woff2"), url("../fonts/SourceSansPro-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

*, ::before, ::after {
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    outline: none
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0
}



body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
	width: 100%;
}
@media screen and (min-width: 2000px) {
	body {
		display: flex;
		flex-direction: column;
		min-width: 320px;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
		color: #000;
		overflow-x: hidden;
	}
}

body._overflow {
    overflow: hidden
}

.gm-style-pbt {
    text-align: center
}

header {
    flex-shrink: 0
}

main {
    flex-shrink: 0;
}

body > div {
    flex-shrink: 0
}

footer {
    flex-shrink: 0;
    margin-top: auto;
    display: grid;
}

img {
    max-width: 100%
}

.container-inner p > img {
    height: auto;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none
}

.overlay._popup {
    z-index: 20
}

.main {
    padding-top: 105px;
    transition: .3s
}

@media screen and (max-width: 920px) {
    .main {
        padding-top: 87px
    }
}

@media screen and (max-width: 580px) {
    .main {
        padding-top: 76px
    }
}

.main._inner {
    padding-bottom: 50px;
    /*overflow: hidden*/
}

.container-outer {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0 auto
}

.gallery__item img{
	width: 100%;
}

@media screen and (max-width: 1780px) {
    .container-outer {
        padding-left: 30px
    }
}

@media screen and (max-width: 860px) {
    .container-outer {
        padding-left: 0;
        padding-right: 60px
    }
}

@media screen and (max-width: 580px) {
    .container-outer {
        padding-right: 40px
    }
}

.container-inner {
    width: 100%;
    max-width: 100vw;
    padding: 0 30px;
    margin: 0 auto
}

@media screen and (max-width: 580px) {
    .container-inner {
        padding: 0 15px
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border: 1px solid #fe9023;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #4a4a4a;
    background-color: transparent;
    cursor: pointer;
    transition: .3s
}

.button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s
}

.button::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px
}

.button:hover {
    color: #fff;
    background-color: #fe9023
}

.button_oragne {
    background-color: #fe9023;
    color: #fff
}

.button_oragne:hover {
    color: #fff;
    background-color: #182432;
    border-color: #182432
}

.button_oragne:hover:before {
    border-top-color: #182432;
    border-left-color: #182432
}

.button_grey {
    border-color: #bbc4cd;
    background-color: transparent;
    color: #000
}

.button_grey:before {
    border-top-color: #bbc4cd;
    border-left-color: #bbc4cd
}

.button_grey:hover {
    color: #fff;
    background-color: #fe9023;
    border-color: #fe9023
}

.button_grey:hover:before {
    border-top-color: #fe9023;
    border-left-color: #fe9023
}

.button_white {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.button_white:before {
    border-top-color: #fff;
    border-left-color: #fff
}

.button_white:hover {
    color: #fff;
    background-color: #fe9023;
    border-color: #fe9023
}

.button_white:hover:before {
    border-top-color: #fe9023;
    border-left-color: #fe9023
}

.button_white-bg {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.button_white-bg:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.button_arrow {
    flex-direction: column;
    width: 120px;
    height: 120px;
    padding: 25px;
    font-size: 12px
}

.button__arrow-text {
    text-align: right;
    line-height: 1.15;
}

.button__arrow {
    display: block;
    width: 51px;
    height: 15px;
    margin-top: 10px;
	margin-left: auto;
}

.button__arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button__arrow::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.inner-callback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

@media screen and (max-width: 1080px) {
    .inner-callback {
        display: none
    }
}

.title {
    margin: 0;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .4px;
    color: #bbc4cd;
    text-transform: uppercase
}

.title::after {
    left: 0;
    bottom: -65px
}

.page-title {
    margin: 0 0 20px;
    font-weight: 900;
    font-size: 64px
}

.page-title._case {
    font-size: 48px;
}

@media screen and (max-width: 1200px) {
    .page-title._case {
        font-size: 36px
    }
}

@media screen and (max-width: 800px) {
    .page-title {
        font-size: 36px
    }
}

.page-title._small {
    font-size: 49px
}

@media screen and (max-width: 800px) {
    .page-title._small {
        font-size: 32px
    }

    .page-title._case {
        font-size: 24px;
    }
}

.page-title._no-transform {
    text-transform: none
}

.slogan {
    /*max-width: 490px;*/
	max-width: 80%;
    padding-left: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .3px;
    color: #000;
    text-transform: uppercase;
}

@media screen and (max-width: 580px) {
    .slogan {
        padding-left: 30px;
        font-size: 18px
    }
}

.slogan::after {
    left: 0;
    top: -6px
}

@media screen and (max-width: 580px) {
    .slogan::after {
        top: -20px
    }
}

.slogan._bold {
    font-weight: 700
}

.slogan._academy {
    max-width: none
}

.slogan._team {
    max-width: none
}

.slogan._partners {
    max-width: none
}

.slogan._news {
    max-width: 1270px
}

.angle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute
}

.angle_reverse::after {
    border-color: transparent;
    border-bottom-color: #fe9023;
    border-right-color: #fe9023;
    left: 10px;
    top: 10px
}

.angle-white::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.social-button {
    display: block;
    width: 30px;
    height: 30px;
    fill: #4a4a4a;
    transition: .3s
}

.social-button:hover {
    fill: #fe9023
}

.social-button__icon {
    width: 100%;
    height: 100%
}

.video-button {
    display: flex;
    align-items: center;
    border: none;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    transition: .3s
}

.video-button:hover .video-button__icon {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 30px #fe9023);
    filter: drop-shadow(0 0 30px #fe9023)
}

.video-button:hover .video-button__link-text {
    color: #fff;
    text-decoration: none
}

.video-button__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    fill: #fe9023;
    transition: .3s;
    overflow: hidden
}

@media screen and (max-width: 490px) {
    .video-button__icon {
        width: 40px;
        height: 40px
    }
}

.video-button__text {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .22px;
    color: #fff
}

@media screen and (max-width: 490px) {
    .video-button__text {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.video-button__link {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .17px
}

@media screen and (max-width: 490px) {
    .video-button__link {
        font-size: 10px
    }
}

.video-button__link-text {
    color: #fe9023;
    text-decoration: underline
}

.video-button__link-time {
    padding-left: 20px;
    color: #bbc4cd
}

.navigation {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 100vh;
    padding: 100px 65px 130px 90px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -450px;
    box-shadow: -10px 0 60px -10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s, opacity .3s;
    z-index: 10;
    opacity: 0
}

@media screen and (max-width: 580px) {
    .navigation {
        width: 100vw;
        padding: 60px 65px 60px 95px;
        right: -100vw
    }
}

@media screen and (max-width: 400px) {
    .navigation {
        padding: 30px 25px 30px 55px
    }
}

.navigation._open {
    right: 60px;
    opacity: 1;
    overflow: auto
}

@media screen and (max-width: 580px) {
    .navigation._open {
        right: 40px
    }
}

.navigation__list {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    list-style: none
}

.navigation__item {
    font-size: 36px;
    font-weight: 900;
    color: #000
}

@media screen and (max-width: 920px) {
    .navigation__item {
        font-size: 24px
    }
}

.navigation__item:hover, .navigation__item._active {
    color: #fe9023
}

.navigation__item:hover .navigation__arrow, .navigation__item._active .navigation__arrow {
    width: 60px
}

.navigation__arrow {
    width: 0;
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: .3s;
    /*transition-delay: 0;*/
    overflow: hidden
}

.navigation__arrow::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fe9023;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation__arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fe9023;
    border-top: 2px solid #fe9023;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.navigation__link {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: currentColor;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 920px) {
    .navigation__link {
        padding: 10px 0
    }
}

.navigation__presentation {
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: auto;
    font-size: 18px;
    text-transform: none;
    color: #182432
}

@media screen and (max-width: 920px) {
    .navigation__presentation {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media screen and (max-width: 860px) {
    .navigation__presentation {
        margin-top: 20px
    }
}

.navigation__presentation-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    fill: currentColor
}

@media screen and (max-width: 920px) {
    .navigation__presentation-icon {
        width: 30px;
        height: 30px
    }
}

.lattice {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1
}

.lattice::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 50%;
    top: 25px;
    opacity: .3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 860px) {
    .lattice::before {
        width: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width: 650px) {
    .lattice::before {
        top: 10px
    }
}

.lattice span {
    flex-grow: 1;
    padding: 25px 0;
    border-right: 1px solid #cacaca;
    opacity: .3
}

@media screen and (max-width: 800px) {
    .lattice span:nth-child(-n + 3) {
        display: none
    }
}

@media screen and (max-width: 490px) {
    .lattice span:nth-child(-n + 4) {
        display: none
    }
}

.lattice span::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: 20px
}

.lattice_city {
    padding: 0 90px
}

.lattice_city::before {
    display: none
}

.lattice_city span::before {
    display: none
}

@media screen and (max-width: 650px) {
    .lattice span::before {
        width: 7px;
        height: 7px;
        right: -4px;
        top: 7px
    }
}

.lattice span:last-child {
    border-right: none
}

.lattice span:last-child::before, .lattice span:last-child::after {
    content: none
}

.lattice_header::before, .lattice_header::after {
    content: none
}

.lattice_header span::before, .lattice_header span::after {
    content: none
}

@media screen and (max-width: 1780px) {
    .lattice_header {
        display: none
    }
}

.lattice_footer::before, .lattice_footer::after {
    content: none
}

.lattice_footer span::before, .lattice_footer span::after {
    content: none
}

.lattice_banner::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none
}

.lattice_banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    bottom: 25px;
    opacity: .3
}

@media screen and (max-width: 650px) {
    .lattice_banner::after {
        bottom: 10px
    }
}

.lattice_banner span::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    bottom: 20px
}

@media screen and (max-width: 650px) {
    .lattice_banner span::after {
        width: 7px;
        height: 7px;
        right: -4px;
        bottom: 7px
    }
}

.lattice-ie-fix {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto
}

.services-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 1px solid transparent;
    color: #000;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 1280px) {
    .services-item {
        padding: 20px
    }
}

.services-item:hover {
    border-color: #bbc4cd
}

.services-item:hover::before {
    border-top-color: #bbc4cd;
    border-left-color: #bbc4cd
}

.services-item:hover .services-item__title {
    color: #fe9023
}

.services-item:hover .services-item__arrow {
    flex-grow: 1;
    color: #fe9023
}

.services-item_hover {
    pointer-events: none;
    cursor: none;
}

.services-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s
}

.services-item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px
}

.services-item__title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: .44px;
    color: #000;
    transition: .3s
}

@media screen and (max-width: 1580px) {
    .services-item__title {
        font-size: 28px
    }
}

@media screen and (max-width: 1450px) {
    .services-item__title {
        font-size: 24px
    }
}

@media screen and (max-width: 1280px) {
    .services-item__title {
        font-size: 21px
    }
}

@media screen and (max-width: 320px) {
    .services-item__title {
        font-size: 18px
    }
}

@media screen and (max-width: 800px) {
    .services-item__title {
        margin-bottom: 10px
    }
}

.services-item__name {
    max-width: 100%
}

@media screen and (max-width: 490px) {
    .services-item__name {
        flex-shrink: 1
    }
}

.services-item__arrow {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 10px;
    margin-left: 25px;
    transition: .3s;
    color: #000;
    top: 2px
}

@media screen and (max-width: 490px) {
    .services-item__arrow {
        display: none
    }
}

.services-item__arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-item__arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.services-item__info {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: .2px
}

@media screen and (max-width: 1450px) {
    .services-item__info {
        font-size: 16px
    }
}

@media screen and (max-width: 800px) {
    .services-item__info {
        font-size: 14px
    }
}

.steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 0
}

.steps__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 22px;
    padding-right: 0;
    padding-left: 45px;
    border: none;
    margin: 0 7px;
    background-color: #e5e6e7;
    background-image: linear-gradient(to right, #d05935 0%, #fe9023 100%);
    background-position: 0;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 580px) {
    .steps__item {
        padding: 15px 0 15px 45px
    }
}

.steps__item._active ~ .steps__item {
    background-image: none;
    color: #000
}

.steps__item._active ~ .steps__item::after {
    border-left-color: #e5e6e7
}

.steps__item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width: 580px) {
    .steps__item::before {
        border-width: 23px
    }
}

.steps__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left-color: #fe9023;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1
}

@media screen and (max-width: 580px) {
    .steps__item::after {
        border-width: 23px;
        right: -46px
    }
}

.seo-slider {
    padding-left: 110px;
    margin-top: -40px
}

@media screen and (max-width: 1450px) {
    .seo-slider {
        padding-left: 0
    }
}

@media screen and (max-width: 490px) {
    .seo-slider {
        margin-top: 0
    }
}

.seo-slider._full {
    padding-left: 0;
    margin-top: 0
}

.seo-slider._full .seo-slider__description {
    flex-grow: 1
}

@media screen and (max-width: 490px) {
    .seo-slider._full .seo-slider__name {
        text-align: center
    }
}

.seo-slider__viewport {
    overflow: hidden
}

.seo-slider__wrap {
    display: flex;
    width: 2000%;
    left: 0
}

.seo-slider__item {
    display: flex;
    width: 5%;
    margin-right: 60px
}

@media screen and (max-width: 920px) {
    .seo-slider__item {
        flex-direction: column
    }
}

.seo-slider__left {
    margin-right: 47px
}

@media screen and (max-width: 920px) {
    .seo-slider__left {
        margin-right: 0
    }
}

.seo-slider__info {
    width: 47%;
    padding-right: 20px
}

@media screen and (max-width: 1450px) {
    .seo-slider__info {
        width: 65%
    }
}

@media screen and (max-width: 1080px) {
    .seo-slider__info {
        flex-grow: 1
    }
}

@media screen and (max-width: 920px) {
    .seo-slider__info {
        width: 100%;
        padding-right: 0
    }
}

.seo-slider__title {
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: .3px;
    color: #bbc4cd
}

@media screen and (max-width: 490px) {
    .seo-slider__title {
        margin-bottom: 15px;
        text-align: center;
        font-size: 18px
    }
}

.seo-slider__name {
    max-width: 400px;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.11
}

@media screen and (max-width: 920px) {
    .seo-slider__name {
        max-width: none
    }
}

@media screen and (max-width: 490px) {
    .seo-slider__name {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.seo-slider__statistic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 110px 80px 105px 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/seo.jpg);
    text-align: center;
    color: #fff
}

@media screen and (max-width: 1450px) {
    .seo-slider__statistic {
        padding: 60px
    }
}

@media screen and (max-width: 1080px) {
    .seo-slider__statistic {
        flex-direction: column;
        justify-content: center;
        flex-grow: 0;
        width: 250px;
        padding: 30px
    }
}

@media screen and (max-width: 920px) {
    .seo-slider__statistic {
        width: 100%;
        flex-direction: row
    }
}

@media screen and (max-width: 580px) {
    .seo-slider__statistic {
        flex-direction: column
    }
}

.seo-slider__statistic-info {
    margin-right: 20px
}

@media screen and (max-width: 1080px) {
    .seo-slider__statistic-info {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 920px) {
    .seo-slider__statistic-info {
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 580px) {
    .seo-slider__statistic-info {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.seo-slider__statistic-count {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
    align-items: center;
    font-weight: 900;
    font-size: 36px;
    line-height: .83;
    letter-spacing: .4px
}

@media screen and (max-width: 1280px) {
    .seo-slider__statistic-count {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1
    }
}

@media screen and (max-width: 920px) {
    .seo-slider__statistic-count {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.seo-slider__statistic-count span {
    margin: 0 15px;
    font-size: 124px
}

@media screen and (max-width: 1280px) {
    .seo-slider__statistic-count span {
        font-size: 64px
    }
}

.seo-slider__statistic-text {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .3px
}

@media screen and (max-width: 1280px) {
    .seo-slider__statistic-text {
        font-size: 18px
    }
}

.seo-slider__statistic-text span {
    display: block;
    font-weight: 900;
    font-size: 55px
}

@media screen and (max-width: 1280px) {
    .seo-slider__statistic-text span {
        font-size: 32px
    }
}

@media screen and (max-width: 1080px) {
    .seo-slider__more {
        width: 100px;
        height: auto;
        padding: 20px
    }
}

.seo-slider__more::before, .seo-slider__more::after {
    content: none
}

.seo-slider__content-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 300px
}

@media screen and (max-width: 1450px) {
    .seo-slider__content-list {
        max-height: none
    }
}

.seo-slider__content-list li {
    width: 50%;
    padding-right: 50px
}

@media screen and (max-width: 1450px) {
    .seo-slider__content-list li {
        width: auto;
        padding-right: 0
    }
}

.contols {
    display: flex
}

.contols__item {
    flex-shrink: 0;
    display: block;
    width: 70px;
    height: 50px;
    border: solid 1px #bbc4cd;
    margin-right: 10px;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
    color: #000;
    z-index: 1
}

.contols__item:hover {
    background-color: #fe9023;
    border-color: #fe9023;
    color: #fff
}

.contols__item::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contols__item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 50%
}

.contols__item._left::after {
    left: 18px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.contols__item._right::after {
    right: 18px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.contols__item[disabled] {
    opacity: .5;
    pointer-events: none
}

.calc-form__controls {
    margin-top: 20px;
    justify-content: space-between;
}

.feedback-form {
    max-width: 665px;
    padding: 60px 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/feedback-form.jpg)
}

@media screen and (max-width: 1280px) {
    .feedback-form {
        padding: 60px
    }
}

@media screen and (max-width: 490px) {
    .feedback-form {
        padding: 40px 30px
    }
}

.feedback-form::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    opacity: .2
}

.feedback-form._consult {
    padding: 60px 75px
}

@media screen and (max-width: 1280px) {
    .feedback-form._consult {
        padding: 60px 30px
    }
}

@media screen and (max-width: 1080px) {
    .feedback-form._consult {
        max-width: none;
        width: 100%
    }
}

@media screen and (max-width: 490px) {
    .feedback-form._consult {
        padding: 40px 30px
    }
}

.feedback-form._consult .feedback-form__title {
    margin-bottom: 30px
}

.feedback-form._consult .feedback-form__label {
    margin-bottom: 30px
}

.feedback-form._blog {
    padding: 80px 35px;
    background-image: url(../img/blog-form.jpg)
}

.feedback-form._blog::before {
    content: none
}

@media screen and (max-width: 400px) {
    .feedback-form._blog {
        padding: 50px 35px
    }
}

.feedback-form__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    letter-spacing: .43px
}
.feedback-form__title--small{
  font-size: 26px;
}

@media screen and (max-width: 490px) {
    .feedback-form__title {
        font-size: 24px;
        line-height: 28px
    }
}

.feedback-form__label {
    margin-bottom: 30px
}

@media screen and (max-width: 490px) {
    .feedback-form__label {
        margin-bottom: 30px
    }
}

.feedback-form__submit {
    width: 100%;
    max-width: 180px;
    margin-top: 40px
}

@media screen and (max-width: 860px) {
    .feedback-form__submit {
        margin: 0 auto
    }
}

.feedback-form__text {
    font-size: 16px;
    letter-spacing: .19px;
    color: #fff;
    opacity: .6
}

.popup.js-popup-blackfriday .feedback-form__text {
    opacity: 1;
}

.feedback-form__text a {
    color: #ffffff;
}

.feedback-form__text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 860px) {
    .feedback-form__text {
        margin-bottom: 20px
    }
}

.feedback-form__text._white {
    margin-bottom: 47px;
    opacity: 1;
    font-size: 18px
}

.feedback-form__text._blog {
    margin-bottom: 40px;
    opacity: 1
}

.js-popup-seo-course .feedback-form, .js-popup-design-course .feedback-form, .js-popup-smm-basic-course .feedback-form, .js-popup-smm-optimal-course .feedback-form, .js-popup-smm-maximum-course .feedback-form {
    box-sizing: content-box;
}

.input-label {
    display: flex;
    flex-direction: column
}

.input-label__placeholder {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    letter-spacing: .22px;
    position: absolute;
    left: 0;
    bottom: 7px;
    transition: .3s
}

.input-label__placeholder._black {
    color: #000
}

@media screen and (max-width: 490px) {
    .input-label__placeholder {
        font-size: 16px
    }
}

.text-input:focus ~ .input-label__placeholder, .input-label__placeholder._not-empty {
    font-size: 14px;
    font-weight: 300;
    bottom: 45px
}

.textarea-input ~ .input-label__placeholder {
    bottom: auto;
    top: 0;
    cursor: auto;
}

.textarea-input:focus ~ .input-label__placeholder, .textarea-input ~ .input-label__placeholder._not-empty {
    top: auto;
    bottom: 0px
}


@media screen and (max-width: 490px) {
    .text-input:focus ~ .input-label__placeholder, .input-label__placeholder._not-empty {
        bottom: 45px
    }
}

.text-input {
    background-color: transparent;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    letter-spacing: .22px
}

.text-input._black {
    color: #000
}

@media screen and (max-width: 490px) {
    .text-input {
        font-size: 16px
    }
}

select.text-input {
    padding: 7px 0;
    border-color: #fff
}

.text-input option {
    background-color: #fe9023
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .tabs {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.tabs__item {
    padding: 12px 11px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #4a4a4a;
    border-color: transparent;
    transition: .15s
}

.tabs__subitems .tabs__item {
    text-transform: none;
    font-weight: 400
}

@media screen and (max-width: 800px) {
    .tabs__item {
        margin-bottom: 15px
    }
}

.tabs__item._active {
    border-color: #fe9023;
    background-color: transparent;
    color: #000
}

.tabs__item._active::before {
    border-top-color: #fe9023;
    border-left-color: #fe9023
}

.tabs__item::before {
    border-color: transparent
}

.tabs__count {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bbc4cd;
    font-weight: 400;
    letter-spacing: .17px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1
}

.tabs__subitems .tabs__count {
    background-color: #fff;
    color: #000
}

.tabs__item:hover .tabs__count {
    background-color: #182432
}

.tabs__subitems .tabs__item:hover .tabs__count {
    color: #fff
}

.tabs__item._active .tabs__count {
    background-color: #fe9023;
    color: #fff
}

.cases-slider {
    width: 100%;
    overflow: hidden
}

.cases-slider__wrap {
    width: 2000%;
    left: 0;
    display: none
}

.cases-slider__wrap._active {
    display: flex
}

.cases-slider__item {
    width: calc(5% / 3)
}

@media screen and (max-width: 800px) {
    .cases-slider__item {
        width: calc(5% / 2)
    }
}

@media screen and (max-width: 580px) {
    .cases-slider__item {
        width: 5%
    }
}

.case-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s;
    color: #000;
    text-decoration: none
}

@media screen and (max-width: 400px) {
    .case-item {
        height: 300px
    }
}

.case-item:hover {
    color: #fff
}

.case-item:hover::before {
    opacity: .85
}

.case-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fe9023;
    transition: .3s;
    opacity: 0
}

.case-item__info {
    padding: 25px 40px 30px;
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color .3s
}

.case-item:hover .case-item__info {
    background-color: transparent
}

.case-item__type {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .17px
}

.case-item__name {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: .44px;
    transition: margin-bottom .3s
}

.case-item:hover .case-item__name {
    margin-bottom: 30px
}

.case-item__description {
    max-width: 250px;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.case-item:hover .case-item__description {
    max-height: 100px
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 55px
}

@media screen and (max-width: 860px) {
    .breadcrumbs {
        padding-left: 30px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 580px) {
    .breadcrumbs {
        padding-left: 15px
    }
}

.breadcrumbs__item {
    padding-right: 13px;
    text-decoration: none;
    font-size: 14px;
    color: #9d9a9a
}

.breadcrumbs__item:hover, .breadcrumbs__item._active {
    color: #000
}

.breadcrumbs__item._active {
    padding-right: 0
}

.breadcrumbs__item._active::before {
    content: none
}

.breadcrumbs__item::before {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px))
}

.head-socials {
    display: flex;
    align-items: center;
    margin-top: 50px
}

@media screen and (max-width: 400px) {
    .head-socials {
        flex-direction: column;
        align-items: flex-start
    }
}

.head-socials._blog {
    margin-top: 0
}

.head-socials__text {
    margin-right: 10px
}

@media screen and (max-width: 400px) {
    .head-socials__text {
        margin-bottom: 10px
    }
}

.head-socials__wrap {
    display: flex;
    align-items: center
}

.head-socials__item {
    margin: 0 5px
}

.case-navigation {
    padding: 34px 0;
    background-color: #44464a
}

@media screen and (max-width: 580px) {
    .case-navigation {
        padding: 20px
    }
}

.case-navigation__wrap {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 580px) {
    .case-navigation__wrap {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 1080px) {
    .case-navigation._blog .case-navigation__wrap {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 650px) {
    .case-navigation._blog .case-navigation__wrap {
        flex-direction: row
    }
}

.case-navigation__link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.case-navigation__link._prev::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-right-color: #898786;
    margin-right: 25px;
    transition: .3s
}

@media screen and (max-width: 580px) {
    .case-navigation__link._prev {
        align-self: flex-start;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1080px) {
    .case-navigation._blog .case-navigation__link._prev {
        align-self: flex-start;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 650px) {
    .case-navigation._blog .case-navigation__link._prev {
        margin-bottom: 0
    }
}

.case-navigation__link._next {
    text-align: right
}

.case-navigation__link._next::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-left-color: #898786;
    margin-left: 25px;
    transition: .3s
}

@media screen and (max-width: 580px) {
    .case-navigation__link._next {
        align-self: flex-end
    }
}

.case-navigation._blog .case-navigation__link {
    max-width: 400px
}

@media screen and (max-width: 1080px) {
    .case-navigation._blog .case-navigation__link {
        align-self: flex-end
    }
}

.case-navigation__link:hover::before {
    border-right-color: #fe9023
}

.case-navigation__link:hover::after {
    border-left-color: #fe9023
}

.case-navigation__name {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .44px
}

@media screen and (max-width: 650px) {
    .case-navigation._blog .case-navigation__name {
        display: none
    }
}

.case-navigation__type {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .39px;
    text-transform: lowercase
}

.author {
    text-align: center
}

.author__image {
    width: 120px;
    margin: 0 auto 7px
}

.author__image img {
    border-radius: 50%
}

.author__name {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .24px
}

.author__post {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .19px
}

.popup {
    width: 665px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
    overflow: auto;
    display: none
}

.popup._quit {
    width: 500px
}

.popup__close {
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: .3s
}

.popup__close::before, .popup__close::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%
}

.popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup__close:hover {
    opacity: .5
}

.popup._leadcatcher {
    width: 900px;
    max-height: 600px;
}

.popup._leadcatcher .popup__inner {
    display: flex;
    flex-direction: row;
}

.popup._leadcatcher .feedback-form__title {
    font-size: 18px;
    line-height: 1.5;
}

.popup._leadcatcher .leadcatcher__subtitle {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.popup._leadcatcher .leadcatcher__img {
    width: 60%;
    flex-basis: 60%;
    max-height: 600px;
}

.popup._leadcatcher .leadcatcher__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.popup._leadcatcher .leadcatcher__title {
    position: absolute;
}

.popup._leadcatcher .feedback-form {
    width: 40%;
    padding: 30px;
}

.person__image {
    max-height: 288px;
    overflow: hidden
}

.person__image img {
    display: block;
    width: 100%
}

.person__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s
}

.person:hover .person__buttons {
    opacity: 1
}

.person__buttons::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(38, 37, 36, 0.76)
}

.person__button {
    width: 180px;
    margin: 5px 0
}

.person__button::before, .person__button::after {
    content: none
}

.person__sertificates .person__button:nth-child(n + 2) {
    display: none
}

.person__info {
    padding: 27px 0;
    text-align: center
}

.person__name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .29px
}

.person__info a {
    text-decoration: none;
    color: #000
}

.person__post {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px;
    color: rgba(0, 0, 0, 0.7)
}

.person__experience {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px;
    color: rgba(158, 158, 158, 0.7)
}

.review__wrap {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 800px) {
    .review__wrap {
        flex-direction: column;
        align-items: center
    }
}

.review__left {
    flex-shrink: 0;
    max-width: 310px;
    width: 100%;
    margin-right: 40px
}

@media screen and (max-width: 800px) {
    .review__left {
        margin-right: 0;
        text-align: center
    }
}

.review__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    padding: 30px 45px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px
}

@media screen and (max-width: 400px) {
    .review__image {
        padding: 20px
    }
}

.review__links {
    display: flex;
    flex-direction: column;
    /*margin-top: auto;*/
	margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .review__links {
        align-items: center
    }
}

.review__link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px;
    color: #fe9023;
    text-decoration: none
}

@media screen and (max-width: 400px) {
    .review__link {
        font-size: 16px
    }
}

.review__link:hover {
    text-decoration: underline
}

.review__link._video {
    padding-left: 18px
}

.review__link._video::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid #fe9023;
    border-right: 12px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.review__link._audio {
    padding-left: 28px
}

.review__link._audio svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #fe9023
}

.review__right {
    padding-top: 8px
}

@media screen and (max-width: 800px) {
    .review__right {
        text-align: center
    }
}

.review__name {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .29px
}

@media screen and (max-width: 400px) {
    .review__name {
        margin-bottom: 0;
        font-size: 20px
    }
}

.review__author {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px
}

@media screen and (max-width: 800px) {
    .review__author {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 400px) {
    .review__author {
        margin-bottom: 0;
        font-size: 14px
    }
}

.review__post {
    margin-bottom: 45px;
    color: rgba(158, 158, 158, 0.7);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px
}

@media screen and (max-width: 800px) {
    .review__post {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 400px) {
    .review__post {
        font-size: 14px
    }
}

.review__text {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .29px
}

@media screen and (max-width: 400px) {
    .review__text {
        font-size: 18px;
        line-height: 21px
    }
}

.review__all-button {
    width: 180px;
    margin: 0 auto
}

.arrow-block {
    display: block;
    padding: 35px 40px;
    border: 1px solid #dfdfdf;
    color: #000;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 580px) {
    .arrow-block {
        padding: 25px 15px
    }
}

.arrow-block:hover {
    border-color: #fe9023
}

.arrow-block__date {
    margin-bottom: 17px;
    color: #afafaf;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px
}

@media screen and (max-width: 580px) {
    .arrow-block__date {
        margin-bottom: 5px;
        font-size: 12px
    }
}

.arrow-block__name {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .24px
}

@media screen and (max-width: 580px) {
    .arrow-block__name {
        margin-bottom: 15px;
        font-size: 16px
    }
}

.arrow-block__arrow {
    display: block;
    width: 48px;
    height: 15px;
    margin-top: auto;
    opacity: 0;
    transition: .3s
}

.arrow-block:hover .arrow-block__arrow {
    opacity: 1
}

.arrow-block__arrow::before {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background-color: #fe9023;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arrow-block__arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fe9023;
    border-right: 2px solid #fe9023;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.subscription._news::after {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0
}

.subscription__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 35px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/blog-form.jpg);
    background-size: cover
}

.subscription__wrap._news {
    padding: 100px 35px
}

@media screen and (max-width: 580px) {
    .subscription__wrap._news {
        padding: 50px 35px
    }
}

.subscription__title {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .43px
}

.subscription__desc {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .19px
}

.subscription__label {
    margin-bottom: 40px
}

.subscription__submit {
    max-width: 180px
}

.header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

@media screen and (max-width: 860px) {
    .header__wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 580px) {
    .header__wrap {
        padding: 10px 15px
    }
}

.header__wrap-logo {
    width: 37.5%
}

@media screen and (max-width: 1780px) {
    .lattice_city {
        display: none
    }
}

.header__logo {
    width: 127px;
    transition: .3s;
    flex-shrink: 0
}

@media screen and (max-width: 920px) {
    .header__logo {
        width: 90px
    }
}

@media screen and (max-width: 400px) {
    .header__logo {
        width: 80px
    }
}

a.header__logo:hover {
    opacity: .5
}

.header__wrap-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%
}

@media screen and (max-width: 1780px) {
    .header__wrap-info {
        min-width: 630px;
        margin-left: auto
    }
}

@media screen and (max-width: 1020px) {
    .header__wrap-info {
        min-width: 480px;
        margin-left: auto
    }
}

@media screen and (max-width: 860px) {
    .header__wrap-info {
        min-width: 480px;
        margin-right: 0;
        padding-right: 70px
    }
}

@media screen and (max-width: 580px) {
    .header__wrap-info {
        min-width: auto;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 0
    }
}

.header__cases {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    text-align: center
}

.header__cases._mobile {
    flex-shrink: 0;
    margin-top: auto
}

.header__cases._mobile .header__cases-button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    text-transform: none;
    color: #000
}

.header__cases._mobile .header__cases-button:hover {
    color: #fff
}

@media screen and (max-width: 1780px) {
    .header__cases {
        width: auto
    }
}

.header__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    text-align: center
}

@media screen and (max-width: 1780px) {
    .header__phone {
        width: auto;
        margin-left: 20px
    }
}

@media screen and (max-width: 580px) {
    .header__phone {
        margin: 5px 0
    }
}

.header__city {
    display: flex;
    justify-content: center;
    width: 25%;
    text-align: center;
    color: #fe9023;
    cursor: pointer
}

.city-select {
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
    border-top: 1px solid #000
}

.city-select__wrapper {
    display: flex;
    align-items: center;
    padding: 40px 0
}

.city-select__close {
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-left: auto
}

.city-select__close::before, .city-select__close::after {
    content: '';
    position: absolute;
    display: block;
    background: #000;
    height: 2px;
    width: 100%;
    top: 50%;
    cursor: pointer
}

.city-select__close::before {
    transform: rotate(45deg)
}

.city-select__close::after {
    transform: rotate(-45deg)
}

.city-select__title {
    font-size: 20px;
    font-weight: 700;
    flex-grow: .3
}

.city-select__items {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: flex-start
}

.city-select__item {
    flex-shrink: 0;
    width: 14.25%
}

.city-select__item a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center
}

.city-select__item span {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 18px
}

.city-select__item.active span::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header__city._mobile {
    width: 100%;
    font-size: 20px;
    margin-top: 30px
}

@media screen and (max-width: 1280px) {
    .city-select__title {
        flex-grow: 0
    }

    .city-select__items {
        padding-left: 30px
    }

    .city-select__item {
        width: calc(100% / 4 - 16px);
        margin: 0 8px
    }
}

@media screen and (max-width: 860px) {
    .city-select__wrapper {
        padding: 20px 15px
    }

    .city-select__title {
        font-size: 17px
    }

    .city-select__item span {
        margin-right: 6px
    }

    .city-select__item a {
        font-size: 16px
    }
}

@media screen and (max-width: 650px) {
    .city-select__wrapper {
        flex-wrap: wrap
    }

    .city-select__title {
        width: 100%;
        margin-bottom: 10px
    }

    .city-select__items {
        padding-right: 15px;
        padding-left: 0;
        margin: 0 -8px
    }
}

@media screen and (max-width: 490px) {
    .city-select__close {
        position: absolute;
        top: 19px;
        right: 10px
    }

    .city-select__item a {
        font-size: 13px
    }

    .city-select__item span {
        width: 10px;
        height: 10px
    }

    .city-select__items {
        padding-right: 0
    }
}

@media screen and (max-width: 450px) {
    .city-select__wrapper {
        padding: 15px 5px
    }

    .city-select__items {
        margin: 0 -3px
    }

    .city-select__item {
        width: calc(100% / 4 - 6px);
        margin: 0 3px
    }

    .city-select__close {
        width: 15px;
        height: 15px;
        top: 17px;
        right: 10px
    }
}

.header__phone-link {
    font-size: 16px;
    letter-spacing: .2px;
    font-weight: 900;
    color: #4a4a4a;
    text-decoration: none;
    transition: .3s
}

button.header__phone-link {
    font-weight: 600
}

.header__phone-link:hover {
    color: #fe9023
}

.header__wrap-order {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 12.5%
}

.header__wrap-order._mobile {
    margin-left: 0
}

.header__wrap-order._mobile .header__order {
    width: 100%;
    padding: 12px;
    margin-bottom: 40px;
    font-size: 18px;
    text-transform: none
}

@media screen and (max-width: 1780px) {
    .header__wrap-order {
        width: auto;
        margin-left: 10px
    }
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    height: 100vh;
    padding: 40px 15px;
    border-left: 1px solid #4a4a4a;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12
}

@media screen and (max-width: 860px) {
    .sidebar {
        padding: 30px 15px
    }
}

@media screen and (max-width: 580px) {
    .sidebar {
        width: 40px;
        padding: 25px 5px
    }
}

@media screen and (max-height: 710px) {
    .sidebar {
        padding: 15px
    }
}

.sidebar__menu {
    width: 100%;
    height: 115px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #000
}

@media screen and (max-width: 580px) {
    .sidebar__menu {
        height: 80px
    }
}

@media screen and (max-height: 710px) {
    .sidebar__menu {
        height: 80px
    }
}

@media screen and (max-height: 470px) {
    .sidebar__menu {
        height: 30px
    }
}

.sidebar__menu._open::before {
    -webkit-transform: scale(0);
    transform: scale(0);
    box-shadow: none
}

.sidebar__menu._open .sidebar__menu-cross {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1
}

.sidebar__menu:hover {
    color: #fe9023
}

.sidebar__menu::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 12px 0 0 currentColor, 0 -12px 0 0 currentColor;
    transition: .3s
}

.sidebar__menu-cross {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transition: .3s
}

.sidebar__menu-cross::before, .sidebar__menu-cross::after {
    content: "";
    display: block;
    width: 31px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 5px
}

.sidebar__menu-cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.sidebar__menu-cross::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.sidebar__menu-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .19px;
    color: #4a4a4a;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90.1deg);
    transform: translateX(-50%) rotate(-90.1deg)
}

@media screen and (max-width: 580px) {
    .sidebar__menu-text {
        font-size: 14px
    }
}

@media screen and (max-height: 470px) {
    .sidebar__menu-text {
        display: none
    }
}

.sidebar__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0
}

.sidebar__social-button {
    margin: 22px 0
}

@media screen and (max-width: 580px) {
    .sidebar__social-button {
        width: 25px;
        height: 25px;
        margin: 10px 0
    }
}

@media screen and (max-height: 710px) {
    .sidebar__social-button {
        margin: 10px 0
    }
}

@media screen and (max-height: 470px) {
    .sidebar__social-button {
        width: 25px;
        height: 25px;
        margin: 5px 0
    }
}

.sidebar__up {
    width: 100%;
    height: 95px;
    padding: 0;
    border: none;
    margin-bottom: 60px;
    background-color: transparent;
    cursor: pointer;
    color: #000;
    transition: .3s
}

@media screen and (max-width: 580px) {
    .sidebar__up {
        height: 100px;
        margin-bottom: 30px
    }
}

@media screen and (max-height: 710px) {
    .sidebar__up {
        margin-bottom: 20px
    }
}

@media screen and (max-height: 470px) {
    .sidebar__up {
        height: 60px
    }
}

.sidebar__up:hover {
    color: #fe9023
}

.sidebar__up::before {
    content: "";
    display: block;
    width: 2px;
    height: 57px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-height: 470px) {
    .sidebar__up::before {
        height: 30px
    }
}

.sidebar__up::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.sidebar__up-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14px;
    color: currentColor;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90.1deg);
    transform: translateX(-50%) rotate(-90.1deg)
}

@media screen and (max-height: 470px) {
    .sidebar__up-text {
        font-size: 10px
    }
}

.footer__wrap-outer {
    padding: 40px 0 30px;
    outline: 1px solid #bbc4cd
}

.footer__wrap-inner {
    display: flex;
    padding: 0 140px;
    padding: 0px
}

.footer__wrap-bottom .footer__wrap-inner {
    padding-right: 0
}

.footer__wrap-bottom .container-inner {
    padding-right: 0;
}

@media screen and (max-width: 1600px) {
    .footer__wrap-bottom .footer__wrap-inner {
        padding: 0
    }
}

@media screen and (max-width: 1580px) {
    .footer__wrap-bottom .container-inner {
        padding-left: 0;
    }
}

@media screen and (max-width: 1510px) {
    .footer__wrap-inner {
        padding: 0px
    }
}

@media screen and (max-width: 1280px) {
    .footer__wrap-inner {
        padding: 0 0px
    }
}

@media screen and (max-width: 1080px) {
    .footer__wrap-inner {
        flex-wrap: wrap
    }
}

.footer__contacts {
    width: 16.6%;
    padding-right: 10px
}

@media screen and (max-width: 1580px) {
    .footer__contacts {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 490px) {
    .footer__contacts {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.footer__contacts-title {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    letter-spacing: .22px;
    text-transform: uppercase
}

@media screen and (max-width: 580px) {
    .footer__contacts-title {
        margin-bottom: 7px;
        font-size: 16px
    }
}

@media screen and (max-width: 490px) {
    .footer__contacts-title {
        margin-bottom: 0
    }
}

.footer__contacts-title._black {
    color: #000
}

.footer__contacts-info {
    margin-bottom: 15px
}

@media screen and (max-width: 490px) {
    .footer__contacts-info {
        margin-bottom: 5px
    }
}

.footer__contacts-info._icon {
    padding-left: 30px
}

.footer__contacts-info._icon::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -2px;
    top: 6px
}

.footer__contacts-info._address::before {
    width: 20px;
    height: 25px;
    background-image: url(../img/icons.svg#point-v);
    top: 3px
}

.footer__contacts-info._phones::before {
    width: 18px;
    height: 18px;
    background-image: url(../img/icons.svg#phone-v)
}

.footer__contacts-info._email::before {
    width: 20px;
    height: 17px;
    background-image: url(../img/icons.svg#envelope-v)
}

.footer__text {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    letter-spacing: .17px;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 580px) {
    .footer__text {
        font-size: 16px
    }
}

a.footer__text:hover {
    color: #fe9023
}

.footer__wrap-bottom {
    padding: 20px 0;
    outline: 1px solid #bbc4cd;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1480px) {
    .footer__wrap-bottom .container-inner, .footer__wrap-bottom .footer__wrap-inner {
        padding: 0
    }
}

@media screen and (max-width: 860px) {
    .footer__wrap-bottom {
        padding: 20px
    }
}

.footer__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 1000px) {
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer__menu {
    display: flex;
    /*align-items: center;*/
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__submenu {
	list-style: none;
	padding-left: 0;
}

@media screen and (max-width: 1000px) {
    .footer__menu {
        width: 100%;
        justify-content: space-between
    }
}

@media screen and (max-width: 580px) {
    .footer__menu {
        /*display: none*/
    }
}

.footer__menu-link {
    display: block;
    margin-right: 100px;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    color: #000;
    letter-spacing: .14px;
    transition: .3s;
    text-transform: uppercase;
    text-decoration: none
}

@media screen and (max-width: 800px) {
    .footer__menu-link {
        margin: 0
    }
}

.footer__menu-link:hover {
    color: #fe9023
}

.footer__social {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .footer__social {
        align-self: flex-end;
        margin-top: 5px
    }
}

@media screen and (max-width: 580px) {
    .footer__social {
        align-self: center;
        margin-top: 0
    }
}

.footer__social-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    transition: .3s;
    color: #bbc4cd
}

@media screen and (max-width: 1460px) {
    .footer__social-item {
        margin-right: 10px
    }
}

@media screen and (max-width: 580px) {
    .footer__social-item {
        margin: 0 5px
    }

    div.footer__social-item {
        display: none
    }
}

a.footer__social-item:hover {
    color: #fe9023
}

.footer__social-item:last-child {
    margin-right: 0
}

@media screen and (max-width: 580px) {
    .footer__social-item:last-child {
        margin: 0 5px
    }
}

.footer__social-text {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: currentColor;
    letter-spacing: .14px
}

@media screen and (max-width: 1420px) {
    .footer__social-text {
        display: none
    }
}

.footer__social-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    fill: currentColor
}

@media screen and (max-width: 1080px) {
    .footer__social-icon {
        margin-left: 0
    }
}

.banner__wrap-outer {
    width: 100%;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner__wrap-inner {
    display: flex;
    flex-direction: column;
    min-height: 740px;
    padding-top: 160px;
    padding-bottom: 75px
}

@media screen and (max-width: 1280px) {
    .banner__wrap-inner {
        min-height: 600px;
        padding: 75px 0
    }
}

@media screen and (max-width: 650px) {
    .banner__wrap-inner {
        min-height: 0;
        padding: 30px 0
    }
}

.banner__title {
    margin-bottom: 75px;
    font-weight: 900;
    font-size: 140px;
    line-height: .8em;
    letter-spacing: -.06em;
    color: #fff;
    left: -10px
}

@media screen and (max-width: 1650px) {
    .banner__title {
        font-size: 124px;
        left: -5px
    }
}

@media screen and (max-width: 1360px) {
    .banner__title {
        font-size: 115px
    }
}

@media screen and (max-width: 1080px) {
    .banner__title {
        font-size: 100px;
        margin-bottom: 40px;
        left: 0
    }
}

@media screen and (max-width: 650px) {
    .banner__title {
        font-size: 81px
    }
}

@media screen and (max-width: 490px) {
    .banner__title {
        font-size: 48px;
        margin-bottom: 20px
    }
}

.banner__info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px
}

@media screen and (max-width: 1350px) {
    .banner__info {
        flex-direction: column
    }
}

@media screen and (max-width: 650px) {
    .banner__info {
        margin-bottom: 30px
    }
}

.banner__description {
    width: 100%;
    max-width: 600px;
    margin-right: 130px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .36px;
    color: #fff
}

@media screen and (max-width: 1350px) {
    .banner__description {
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media screen and (max-width: 800px) {
    .banner__description {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width: 490px) {
    .banner__description {
        font-size: 16px;
        line-height: 18px
    }
}

.banner__social {
    display: flex;
    align-items: center;
    margin-top: auto
}

@media screen and (max-width: 800px) {
    .banner__social {
        flex-direction: column;
        align-items: flex-start
    }
}

.banner__social-item {
    display: flex;
    align-items: center;
    margin-right: 28px;
    text-decoration: none;
    color: #fff;
    transition: .3s
}

@media screen and (max-width: 800px) {
    .banner__social-item {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media screen and (max-width: 490px) {
    .banner__social-item {
        margin-bottom: 5px
    }
}

a.banner__social-item:hover {
    color: #fe9023
}

.banner__social-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: currentColor
}

@media screen and (max-width: 490px) {
    .banner__social-icon {
        width: 20px;
        height: 20px
    }
}

.banner__social-text {
    font-size: 14px;
    font-weight: 900;
    color: currentColor;
    letter-spacing: .17px;
    text-transform: uppercase
}

@media screen and (max-width: 490px) {
    .banner__social-text {
        font-size: 12px
    }
}

.banner__next {
    height: 100px;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    cursor: pointer;
    transition: .3s
}

@media screen and (max-width: 1280px) {
    .banner__next {
        display: none
    }
}

.banner__next:hover {
    color: #fe9023
}

.banner__next::before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-height: 470px) {
    .banner__next::before {
        height: 30px
    }
}

.banner__next::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg)
}

.banner__next-text {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: currentColor;
    letter-spacing: .14px;
    text-transform: uppercase;
    bottom: 30px;
    -webkit-transform: rotate(-90.1deg);
    transform: rotate(-90.1deg)
}

.services._inner {
    margin-top: 50px
}

.services__wrap-outer {
    padding: 110px 0 30px
}

@media screen and (max-width: 860px) {
    .services__wrap-outer {
        padding: 40px 0 30px
    }
}

.services__slogan {
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 900
}

@media screen and (max-width: 490px) {
    .services__slogan {
        margin-bottom: 20px
    }
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -70px;
    list-style: none
}

@media screen and (max-width: 1280px) {
    .services__list {
        margin: 0 -30px
    }
}

@media screen and (max-width: 580px) {
    .services__list {
        margin: 0 -15px
    }
}

.services._seo .services__list {
    margin: 0
}

@media screen and (max-width: 1080px) {
    .services._seo .services__list {
        margin: 0 -30px
    }
}

@media screen and (max-width: 580px) {
    .services._seo .services__list {
        margin: 0 -15px
    }
}

.services__item {
    width: calc(33.33% - 50px);
    margin: 0 25px 15px
}

@media screen and (max-width: 1280px) {
    .services__item {
        width: calc(50% - 26px);
        margin: 0 13px 15px
    }
}

@media screen and (max-width: 800px) {
    .services__item {
        width: calc(100% - 26px)
    }
}

.services._seo .services__item {
    width: calc(50% - 26px);
    margin: 0 13px 15px
}

@media screen and (max-width: 650px) {
    .services._seo .services__item {
        width: calc(100% - 26px)
    }
}

.services._methods .services__item {
    width: calc(50% - 56px);
    margin: 0 28px 15px
}

@media screen and (max-width: 650px) {
    .services._methods .services__item {
        width: calc(100% - 56px)
    }
}

.b-day__wrap-outer {
    padding: 115px 0 130px;
    background-position: 0 106px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1080px) {
    .b-day__wrap-outer {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .b-day__wrap-outer {
        padding-top: 45px;
        background-position: 0 35px;
    }
}

.b-day__wrap-outer::before {
    top: 106px;
}

@media screen and (max-width: 860px) {
    .b-day__wrap-outer::before {
        top: 35px;
    }
}

.b-day__wrap-outer::after {
    top: 116px;
}

@media screen and (max-width: 860px) {
    .b-day__wrap-outer::after {
        top: 45px;
    }
}

.b-day__wrap-inner {
    padding: 55px 0 90px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .b-day__wrap-inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    .b-day__wrap-inner {
        padding-bottom: 55px;
    }
}

.b-day__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50%;
}

@media screen and (max-width: 960px) {
    .b-day__head {
        max-width: initial;
    }
}

.b-day__title {
    font-size: 64px;
    color: #ffffff;
    font-weight: bold;
    line-height: 90px;
}

@media screen and (max-width: 1280px) {
    .b-day__title {
        font-size: 48px;
        line-height: 1
    }
}

@media screen and (max-width: 1280px) {
    .b-day__title {
        font-size: 32px;
    }
}

.b-day__title span {
    color: #fe9023;
    font-size: 90px;
    display: block;
}

@media screen and (max-width: 1280px) {
    .b-day__title span {
        font-size: 64px;
    }
}

@media screen and (max-width: 760px) {
    .b-day__title span {
        font-size: 48px;
        display: inline;
    }
}

@media screen and (max-width: 400px) {
    .b-day__title span {
        font-size: 32px;
    }
}

.b-day__subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 20px;
}

@media screen and (max-width: 1280px) {
    .b-day__subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .b-day__subtitle {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 500px) {
    .b-day__subtitle {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .b-day__subtitle {
        font-size: 18px;
    }
}

.b-day__slider-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 27px;
}

@media screen and (max-width: 960px) {
    .b-day__slider-wrap {
        margin-top: -77px
    }
}

@media screen and (max-width: 500px) {
    .b-day__slider-wrap {
        margin-top: -20px
    }
}

.b-day__contols {
    margin-bottom: 50px;
    margin-right: -10px;
}

@media screen and (max-width: 500px) {
    .b-day__contols {
        margin-bottom: 20px;
    }
}

.b-day__contols-item {
    color: #ffffff;
}

.b-day__slider {
    width: 960px;
    overflow: hidden;
}

@media screen and (max-width: 1630px) {
    .b-day__slider {
        width: 630px;
    }
}

@media screen and (max-width: 1180px) {
    .b-day__slider {
        width: 40vw;
    }
}

@media screen and (max-width: 960px) {
    .b-day__slider {
        width: calc(100vw - 180px);
    }
}

@media screen and (max-width: 860px) {
    .b-day__slider {
        width: calc(100vw - 120px);
    }
}

@media screen and (max-width: 580px) {
    .b-day__slider {
        width: calc(100vw - 70px);
    }
}

.b-day__wrap {
    display: flex;
    width: 9999px;
}

.gift {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 300px;
    height: 385px;
    margin: 0 30px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 20px 40px 40px;
    transition: .3s;
}

@media screen and (max-width: 1180px) {
    .gift {
        width: 40vw;
        min-width: 300px;
    }
}

@media screen and (max-width: 960px) {
    .gift {
        width: calc(50vw - 105px);
        height: 320px;
    }
}

@media screen and (max-width: 860px) {
    .gift {
        width: calc(50vw - 75px);
    }
}

@media screen and (max-width: 760px) {
    .gift {
        width: calc(100vw - 120px);
    }
}

@media screen and (max-width: 660px) {
    .gift {
        height: 300px;
    }
}

@media screen and (max-width: 580px) {
    .gift {
        width: calc(100vw - 70px);
    }
}

@media screen and (max-width: 520px) {
    .gift {
        height: 280px;
    }
}

@media screen and (max-width: 400px) {
    .gift {
        min-width: initial;
        height: 350px;
    }
}

.gift:hover {
    background: #fe9023;
    border-color: #fe9023;
}

.gift__title {
    font-weight: bold;
    font-size: 24px;
    word-wrap: break-word;
    hyphens: auto;
}

.gift__description {
    font-size: 14px;
    padding-top: 35px;
}

@media screen and (max-width: 500px) {
    .gift__description {
        padding-top: 10px;
    }
}

.gift__button {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #fe9023;
    background: linear-gradient(135deg, transparent 12px, #fe9023 0);
    padding: 17px 22px;
    cursor: pointer;
    transition: .3s;
    user-select: none;
    border: none;
    color: #ffffff;
}

.gift:hover .gift__button {
    background: #ffffff;
    background: linear-gradient(135deg, transparent 12px, #ffffff 0);
    color: #000000;
}

.contextual {
    background-position: 88% 50px;
    background-repeat: no-repeat;
    background-image: url(../img/ice-cream.png)
}

@media screen and (max-width: 1370px) {
    .contextual {
        background-position: 100% 0
    }
}

@media screen and (max-width: 1280px) {
    .contextual {
        background-position: 80% 0
    }
}

@media screen and (max-width: 1080px) {
    .contextual {
        background-position: center 160px
    }
}

@media screen and (max-width: 860px) {
    .contextual {
        background-position: right 120px;
        background-size: 500px
    }
}

@media screen and (max-width: 580px) {
    .contextual {
        background-size: 250px
    }
}

.contextual__wrap-outer {
    padding: 120px 0 70px
}

@media screen and (max-width: 860px) {
    .contextual__wrap-outer {
        padding: 40px 0 30px
    }
}

.contextual__slogan {
    max-width: 850px;
    padding-left: 110px;
    margin-bottom: 65px;
    margin-top: 100px;
    font-weight: 900
}

@media screen and (max-width: 1080px) {
    .contextual__slogan {
        padding-left: 0
    }
}

.contextual__slogan-big {
    margin-bottom: 35px;
    font-size: 64px;
    line-height: 1.09;
    color: #000
}

@media screen and (max-width: 800px) {
    .contextual__slogan-big {
        font-size: 48px;
        line-height: 1
    }
}

@media screen and (max-width: 400px) {
    .contextual__slogan-big {
        margin-bottom: 15px;
        font-size: 32px
    }
}

.contextual__slogan-small {
    font-size: 24px;
    letter-spacing: .2px;
    color: #4a4a4a;
    text-transform: uppercase
}

@media screen and (max-width: 400px) {
    .contextual__slogan-small {
        font-size: 18px
    }
}

.contextual__info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 1080px) {
    .contextual__info {
        flex-direction: column;
        align-items: flex-start
    }
}

.contextual__statistic {
    display: flex;
    align-items: center;
    width: 640px;
    min-height: 230px;
    padding: 60px 110px;
    padding-right: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/statistic.jpg);
    color: #fff;
    left: -110px
}

@media screen and (max-width: 1780px) {
    .contextual__statistic {
        left: 0
    }
}

@media screen and (max-width: 1080px) {
    .contextual__statistic {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .contextual__statistic {
        justify-content: center;
        padding: 60px;
        min-height: 0
    }
}

@media screen and (max-width: 650px) {
    .contextual__statistic {
        flex-direction: column;
        text-align: center;
        padding: 30px
    }
}

.contextual__statistic-count {
    padding-right: 40px;
    border-right: 2px solid #fff;
    margin-right: 40px
}

@media screen and (max-width: 650px) {
    .contextual__statistic-count {
        padding-right: 0;
        padding-bottom: 20px;
        border: none;
        border-bottom: 2px solid #fff;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.contextual__statistic-number {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 1px;
    line-height: 61px
}

@media screen and (max-width: 800px) {
    .contextual__statistic-number {
        font-size: 48px;
        line-height: 1
    }
}

.contextual__statistic-sites {
    font-weight: 900;
    font-size: 38px;
    letter-spacing: .5px;
    line-height: 40px
}

@media screen and (max-width: 800px) {
    .contextual__statistic-sites {
        font-size: 24px;
        line-height: 1
    }
}

.contextual__statistic-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.43;
    letter-spacing: .3px
}

@media screen and (max-width: 800px) {
    .contextual__statistic-text {
        max-width: 200px;
        font-size: 24px;
        line-height: 1
    }
}

@media screen and (max-width: 1080px) {
    .contextual__more {
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 20px;
        font-size: 18px;
        text-transform: none
    }

    .contextual__more::before, .contextual__more::after {
        content: none
    }
}

@media screen and (max-width: 580px) {
    .contextual__more .button__arrow-text {
	text-transform: uppercase;
	letter-spacing: .2px;
	font-weight: 900;
	font-size: 12px;
	}
}

@media screen and (max-width: 1080px) {
    .contextual__more .button__arrow {
        margin-top: 1px;
        margin-left: 10px
    }
}

.seo__wrap-outer {
    padding: 115px 0 50px
}

@media screen and (max-width: 860px) {
    .seo__wrap-outer {
        padding: 40px 0 30px
    }
}

.seo__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px
}

@media screen and (max-width: 1280px) {
    .seo__head {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 1080px) {
    .seo__head {
        margin-bottom: 30px
    }
}

.seo__head._full {
    margin-bottom: 60px
}

@media screen and (max-width: 1080px) {
    .seo__head._full {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1280px) {
    .seo__title {
        margin-bottom: 20px
    }

    .seo__title::after {
        content: none
    }
}

.seo__steps {
    width: 100%;
    max-width: 1085px
}

.seo__head._full .seo__steps {
    max-width: none;
    padding-top: 30px
}

.seo__steps-item {
    width: calc(25% - 14px)
}

@media screen and (max-width: 1080px) {
    .seo__steps-item {
        width: calc(50% - 14px);
        margin-bottom: 14px
    }
}

@media screen and (max-width: 580px) {
    .seo__steps-item {
        width: calc(100% - 40px);
        flex-grow: 0;
        padding-right: 25px
    }
}

.seo__contols {
    display: flex;
    justify-content: flex-end;
    width: 45%
}

@media screen and (max-width: 920px) {
    .seo__contols {
        width: 100%
    }
}

@media screen and (max-width: 490px) {
    .seo__contols {
        justify-content: center;
        margin-bottom: 30px
    }
}

.seo__contols._full {
    justify-content: flex-start;
    margin-bottom: 20px
}

@media screen and (max-width: 490px) {
    .seo__contols._full {
        justify-content: center
    }
}

.content {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .2px
}

@media screen and (max-width: 490px) {
    .content {
        font-size: 14px
    }
}

.content ul {
    list-style: none;
    line-height: 2.22
}

@media screen and (max-width: 490px) {
    .content ul {
        padding-left: 20px;
        line-height: 1.2
    }
}

.content ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(45deg, #d05935, #fe9023);
    position: absolute;
    left: -40px;
    top: 15px
}

@media screen and (max-width: 490px) {
    .content ul li::before {
        width: 7px;
        height: 7px;
        top: 5px;
        left: -15px
    }
}


@media screen and (max-width: 490px) {
   .content ul li {
	margin-bottom: 1em;
	}
}

.feedback__wrap-outer {
    padding-top: 85px;
    padding-bottom: 145px;
    background-position: center 68px;
    background-repeat: no-repeat
}

@media screen and (max-width: 860px) {
    .feedback__wrap-outer {
        padding: 40px 0 30px;
        background-size: cover;
        background-position: center
    }
}

.feedback__wrap-outer::before {
    top: 168px
}

@media screen and (max-width: 860px) {
    .feedback__wrap-outer::before {
        content: none
    }
}

.feedback__wrap-outer::after {
    top: 178px
}

@media screen and (max-width: 860px) {
    .feedback__wrap-outer::after {
        content: none
    }
}

.feedback__wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 860px) {
    .feedback__wrap-inner {
        flex-direction: column
    }
}

.feedback__head {
    padding-right: 100px;
    font-weight: 900
}

@media screen and (max-width: 1280px) {
    .feedback__head {
        padding-right: 30px
    }
}

@media screen and (max-width: 860px) {
    .feedback__head {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px
    }
}

.feedback__title {
    margin-bottom: 25px;
    font-size: 64px;
    line-height: 70px;
    color: #fff
}

@media screen and (max-width: 1280px) {
    .feedback__title {
        font-size: 48px;
        line-height: 56px
    }
}

@media screen and (max-width: 860px) {
    .feedback__title {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 400px) {
    .feedback__title {
        font-size: 32px;
        line-height: 1
    }
}

.feedback__title._cmon {
    max-width: 530px
}

.feedback__subtitle {
    color: #fe9023;
    font-size: 36px
}

@media screen and (max-width: 1280px) {
    .feedback__subtitle {
        font-size: 24px
    }
}

@media screen and (max-width: 400px) {
    .feedback__subtitle {
        font-size: 18px
    }
}

.feedback__subtitle-text {
    max-width: 600px;
    font-size: 22px;
    font-weight: 400;
    color: #fff
}

.feedback__subtitle-text._academy {
    font-size: 18px
}

.feedback__form {
    margin: -50px 0
}

@media screen and (max-width: 860px) {
    .feedback__form {
        max-width: none;
        width: 100%;
        margin: 0
    }
}

.development__wrap-outer {
    padding: 135px 0 70px
}

@media screen and (max-width: 860px) {
    .development__wrap-outer {
        padding: 40px 0 30px
    }
}

.development__top {
    display: flex;
    margin-bottom: 55px
}

@media screen and (max-width: 920px) {
    .development__top {
        flex-direction: column
    }
}

.development__info {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding-right: 60px
}

@media screen and (max-width: 1450px) {
    .development__info {
        width: 50%
    }
}

@media screen and (max-width: 920px) {
    .development__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 580px) {
    .development__info {
        margin-bottom: 0
    }
}

.development__title {
    margin-bottom: 50px
}

.development__description {
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: .2px
}

@media screen and (max-width: 580px) {
    .development__description {
        font-size: 16px;
        line-height: 1.2
    }
}

.development__more {
    margin-top: auto
}

@media screen and (max-width: 1440px) {
    .development__more {
        margin-top: 0
    }
}

@media screen and (max-width: 920px) {
    .development__more {
        margin-left: auto
    }
}

@media screen and (max-width: 580px) {
    .development__more {
        width: 100%;
        height: auto;
        padding: 20px
    }
}

@media screen and (max-width: 580px) {
    .development__more_cases {
        margin-bottom: 30px
    }

    .development__more_cases::before, .development__more_cases::after {
        content: none
    }
}

.development__banner {
    display: flex;
    justify-content: flex-end;
    width: 68%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/development.jpg)
}

@media screen and (max-width: 1450px) {
    .development__banner {
        width: 50%
    }
}

@media screen and (max-width: 920px) {
    .development__banner {
        width: 100%
    }
}

.development__banner::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media screen and (max-width: 920px) {
    .development__banner::before {
        top: auto;
        bottom: 0;
        border-top-color: transparent;
        border-bottom-color: #fff
    }
}

.development__banner-description {
    width: 50%;
    padding: 100px 50px 110px 110px;
    background-color: rgba(24, 36, 50, 0.85);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.11;
    letter-spacing: .4px;
    color: #fff
}

@media screen and (max-width: 1780px) {
    .development__banner-description {
        padding: 70px 50px
    }
}

@media screen and (max-width: 1450px) {
    .development__banner-description {
        font-size: 24px
    }
}

@media screen and (max-width: 1280px) {
    .development__banner-description {
        width: 70%
    }
}

@media screen and (max-width: 580px) {
    .development__banner-description {
        width: 100%
    }
}

@media screen and (max-width: 490px) {
    .development__banner-description {
        padding: 30px;
        font-size: 22px
    }
}

.development__banner-description b {
    font-weight: 900
}

.development__bottom {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1440px) {
    .development__bottom {
        flex-direction: column
    }
}

.development__cases {
    width: 100%;
    max-width: 1190px
}

@media screen and (max-width: 1440px) {
    .development__cases {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 580px) {
    .development__cases {
        margin-bottom: 0
    }
}

.development__tabs {
    margin-bottom: 60px
}

.development__tab.tabs__items {
    position: static
}

.development__tab.tabs__subitems {
    position: absolute;
    display: flex;
    width: 100%;
    top: 120%
}

.development__right {
    display: flex;
    flex-direction: column;
    width: 195px;
    margin-left: 20px
}

@media screen and (max-width: 1440px) {
    .development__right {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width: 800px) {
    .development__right {
        flex-wrap: wrap
    }

    .development__tab.tabs__subitems {
        position: relative;
        display: flex;
        width: auto;
        top: 0
    }
}

@media screen and (max-width: 580px) {
    .development__right {
        flex-direction: column
    }
}

.development__controls {
    margin-bottom: 50px
}

@media screen and (max-width: 1440px) {
    .development__controls {
        margin-bottom: 0
    }
}

@media screen and (max-width: 800px) {
    .development__controls {
        justify-content: center;
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 580px) {
    .development__controls {
        order: 1
    }
}

@media screen and (max-width: 1440px) {
    .development__statistic {
        max-width: 400px;
        margin: 0 40px;
        text-align: center
    }
}

@media screen and (max-width: 800px) {
    .development__statistic {
        max-width: 300px;
        margin: 0
    }
}

@media screen and (max-width: 580px) {
    .development__statistic {
        order: 2
    }
}

.development__statistic-compare {
    font-weight: 900;
    font-size: 36px;
    line-height: .83;
    letter-spacing: .4px
}

@media screen and (max-width: 800px) {
    .development__statistic-compare {
        font-size: 24px
    }
}

.development__statistic-count {
    font-weight: 900;
    font-size: 124px;
    line-height: .95;
    letter-spacing: 1.5px
}

@media screen and (max-width: 800px) {
    .development__statistic-count {
        font-size: 81px
    }
}

.development__statistic-text {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: .4px
}

@media screen and (max-width: 800px) {
    .development__statistic-text {
        font-size: 24px
    }
}

body.--academy .head-socials {
    justify-content: flex-end;
}

body.--academy .page-subtitle {
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
}

.academy__wrap-outer {
    padding: 185px 0 70px
}

@media screen and (max-width: 860px) {
    .academy__wrap-outer {
        padding: 40px 0 30px
    }
}

.academy__wrap-inner {
    background-position: top right;
    background-size: 1300px;
    background-repeat: no-repeat
}

.academy__banner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 860px;
    padding: 80px 135px 80px 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/academy.jpg);
    color: #fff;
    top: -55px;
    left: -115px
}

@media screen and (max-width: 1780px) {
    .academy__banner {
        top: 0;
        left: 0
    }
}

@media screen and (max-width: 920px) {
    .academy__banner {
        padding: 40px 60px
    }
}

@media screen and (max-width: 580px) {
    .academy__banner {
        flex-direction: column
    }
}

@media screen and (max-width: 400px) {
    .academy__banner {
        padding: 30px 40px
    }
}

.academy__banner._seo {
    flex-direction: column;
    align-items: flex-start
}

.academy__title {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: .8px
}

@media screen and (max-width: 920px) {
    .academy__title {
        font-size: 48px
    }
}

@media screen and (max-width: 490px) {
    .academy__title {
        font-size: 32px
    }
}

.academy__item {
    margin-bottom: 10px
}

@media screen and (max-width: 490px) {
    .academy__item {
        margin-bottom: 15px
    }
}

.academy__item:last-child {
    margin-bottom: 0
}

.academy__name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .3px
}

@media screen and (max-width: 920px) {
    .academy__name {
        font-size: 21px
    }
}

@media screen and (max-width: 490px) {
    .academy__name {
        margin-bottom: 5px;
        font-size: 18px
    }
}

.academy__description {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .2px
}

@media screen and (max-width: 920px) {
    .academy__description {
        font-size: 16px
    }
}

@media screen and (max-width: 490px) {
    .academy__description {
        font-size: 14px
    }
}

.academy__more {
    margin-left: 20px
}

@media screen and (max-width: 580px) {
    .academy__more {
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-left: 0;
        margin-top: 20px
    }

    .academy__more .button__arrow {
        margin-top: 0;
        margin-left: 10px
    }
}

.academy__more:hover {
    background-color: #fff;
    color: #000
}

.academy__more::before, .academy__more::after {
    content: none
}

.academy__question {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .58px
}

@media screen and (max-width: 920px) {
    .academy__question {
        font-size: 32px;
        line-height: 1
    }
}

@media screen and (max-width: 490px) {
    .academy__question {
        margin-bottom: 20px;
        font-size: 26px
    }
}

.academy__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px
}

@media screen and (max-width: 490px) {
    .academy__text {
        font-size: 16px;
        line-height: 1.2
    }
}

.academy__button {
    width: 100%;
    max-width: 210px;
    position: absolute;
    left: 70vw;
    bottom: 0;
    background-color: #fe9023;
    border-color: transparent;
    color: #fff
}

@media (max-width: 320px) {
    .academy__button {
    background-color: #fff;
    color: #000;
    }
}


.academy__button:hover {
    color: #fff;
    background-color: #182432;
    border-color: #182432
}

@media screen and (max-width: 1780px) {
    .academy__button {
        bottom: 60px
    }
}

@media screen and (max-width: 1450px) {
    .academy__button {
        margin: 30px auto 0;
        position: relative;
        left: 0;
        bottom: 0
    }
}

.academy__button::before, .academy__button::after {
    content: none
}

.blog__wrap-outer {
    padding: 145px 0 70px
}

@media screen and (max-width: 860px) {
    .blog__wrap-outer {
        padding: 40px 0 30px
    }
}

.blog__wrap-inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 580px) {
    .blog__wrap-inner {
        flex-direction: column-reverse
    }
}

.blog__title {
    margin-bottom: -35px
}

@media screen and (max-width: 580px) {
    .blog__title {
        margin-bottom: 55px
    }
}

.blog__more {
    flex-shrink: 0;
    margin-top: auto;
    padding: 20px
}

@media screen and (max-width: 580px) {
    .blog__more {
        width: calc(100% - 20px);
        height: auto;
        padding: 15px;
        margin-left: 20px
    }

    .blog__more::before, .blog__more::after {
        content: none
    }
}

.blog__list {
    display: flex;
    max-width: 1320px;
    margin-left: 20px
}

@media screen and (max-width: 1280px) {
    .blog__list {
        flex-direction: column
    }
}

.blog__item {
    display: flex;
    width: 33.33%;
    flex-grow: 1;
    border: solid 1px #bbc4cd;
    background-color: #fff;
    transition: .3s
}

@media screen and (max-width: 1280px) {
    .blog__item {
        width: 100%
    }
}

.blog__item:hover {
    margin: -1px;
    border-color: transparent;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 1
}

.blog__link {
    display: block;
    padding: 35px 40px;
    text-decoration: none;
    color: #000
}

@media screen and (max-width: 800px) {
    .blog__link {
        padding: 20px
    }
}

.blog__date {
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: .2px;
    color: #fe9023
}

@media screen and (max-width: 1280px) {
    .blog__date {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 800px) {
    .blog__date {
        margin-bottom: 10px
    }
}

.blog__name {
    margin: 0 0 25px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .3px;
    color: #000
}

@media screen and (max-width: 1280px) {
    .blog__name {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 800px) {
    .blog__name {
        font-size: 18px;
        line-height: 1
    }
}

.blog__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: .2px
}

@media screen and (max-width: 800px) {
    .blog__description {
        font-size: 14px;
        line-height: 1
    }
}

.contacts__wrap-outer {
    padding-top: 125px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/about.jpg);
    background-clip: content-box
}

@media screen and (max-width: 650px) {
.contacts__wrap-outer {
    padding-top: 50px;
	}
}

@media screen and (min-width: 651px) and (max-width: 860px) {
.contacts__wrap-outer {
    padding-top: 80px;
	}
}

.contacts__wrap-outer::before {
    top: 125px
}

.contacts__wrap-outer::after {
    top: 135px
}

.contacts__wrap-inner {
    display: flex;
    justify-content: space-between;
    padding: 110px 140px;
    padding-right: 80px
}

@media screen and (max-width: 1580px) {
    .contacts__wrap-inner {
        padding: 70px 60px
    }
}

@media screen and (max-width: 1080px) {
    .contacts__wrap-inner {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 800px) {
    .contacts__wrap-inner {
        flex-direction: column;
        padding: 40px 30px;
        text-align: center
    }
}

.contacts__left {
    font-weight: 900;
    color: #fff
}

@media screen and (max-width: 800px) {
    .contacts__left {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 490px) {
    .contacts__left {
        margin-bottom: 15px
    }
}

.contacts__title {
    margin-bottom: 40px;
    font-size: 64px;
    letter-spacing: .77px
}

@media screen and (max-width: 1450px) {
    .contacts__title {
        margin-bottom: 20px;
        font-size: 48px
    }
}

@media screen and (max-width: 490px) {
    .contacts__title {
        margin-bottom: 10px;
        font-size: 36px
    }
}

.contacts__menu {
    padding-left: 110px
}

@media screen and (max-width: 1450px) {
    .contacts__menu {
        padding-left: 40px
    }
}

@media screen and (max-width: 800px) {
    .contacts__menu {
        padding-left: 0
    }
}

.contacts__menu-link {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
    opacity: .6;
    letter-spacing: .43px;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 1450px) {
    .contacts__menu-link {
        margin-bottom: 10px;
        font-size: 24px
    }
}

@media screen and (max-width: 490px) {
    .contacts__menu-link {
        font-size: 18px
    }
}

.contacts__menu-link:hover {
    opacity: 1
}

.contacts__center {
    margin-right: 80px
}

@media screen and (max-width: 1450px) {
    .contacts__center {
        margin: 0 30px 0 20px;
        padding-top: 15px
    }
}

@media screen and (max-width: 1080px) {
    .contacts__center {
        order: 1;
        margin-right: 10px;
        margin-left: 0
    }
}

@media screen and (max-width: 800px) {
    .contacts__center {
        margin-top: 0
    }
}

.contacts__cities {
    padding-top: 30px
}

@media screen and (max-width: 1450px) {
    .contacts__cities {
        padding-top: 0
    }
}

.contacts__city {
    display: block;
    width: 160px;
    padding: 12px;
    border: 1px solid transparent;
    margin-bottom: 7px;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    letter-spacing: .17px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

@media screen and (max-width: 800px) {
    .contacts__city {
        margin: 7px auto
    }
}

.contacts__city::before, .contacts__city::after {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    background: #fe9023;
    position: absolute;
    right: -1px;
    transition: .3s;
    opacity: 0
}

.contacts__city::before {
    top: -1px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
}

.contacts__city::after {
    bottom: -1px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg)
}

.contacts__city._active, .contacts__city:hover {
    border-color: #fe9023;
    border-right-color: transparent
}

.contacts__city._active::before, .contacts__city._active::after, .contacts__city:hover::before, .contacts__city:hover::after {
    height: 24px;
    opacity: 1
}

.contacts__right {
    display: flex;
    flex-direction: column;
    max-width: 530px;
    padding-top: 7px
}

@media screen and (max-width: 1080px) {
    .contacts__right {
        text-align: right;
        width: calc(100% - 230px);
        max-width: none
    }
}

@media screen and (max-width: 800px) {
    .contacts__right {
        width: 100%;
        text-align: center
    }
}

.contacts__text {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    letter-spacing: .29px
}

@media screen and (max-width: 1280px) {
    .contacts__text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 21px
    }
}

@media screen and (max-width: 490px) {
    .contacts__text {
        font-size: 16px
    }
}

.contacts__info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding-bottom: 16px
}

@media screen and (max-width: 1280px) {
    .contacts__info {
        justify-content: flex-start
    }
}

@media screen and (max-width: 1080px) {
    .contacts__info {
        flex-direction: column
    }
}

@media screen and (max-width: 490px) {
    .contacts__info {
        margin-bottom: 0
    }
}

.contacts__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px
}

@media screen and (max-width: 1280px) {
    .contacts__block {
        justify-content: flex-start;
        margin-right: 20px
    }
}

@media screen and (max-width: 1080px) {
    .contacts__block {
        margin-right: 0
    }
}

.contacts__block:last-child {
    margin-right: 0
}

@media screen and (max-width: 1280px) {
    .contacts__block-item {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 490px) {
    .contacts__block-item {
        margin-bottom: 20px
    }
}

.contacts__block-item:last-child {
    margin-top: auto
}

.contacts__block-name {
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 18px;
    color: #bbc4cd;
    letter-spacing: .22px
}

@media screen and (max-width: 1280px) {
    .contacts__block-name {
        margin-bottom: 5px;
        font-size: 14px
    }
}

.contacts__block-name._large {
    font-size: 24px
}

@media screen and (max-width: 1280px) {
    .contacts__block-name._large {
        font-size: 18px
    }
}

.contacts__block-info {
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: .22px;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width: 1280px) {
    .contacts__block-info {
        font-size: 14px;
        line-height: 18px
    }
}

a.contacts__block-info:hover {
    color: #fe9023
}

.contacts__block-info._large {
    font-size: 36px
}

@media screen and (max-width: 1280px) {
    .contacts__block-info._large {
        font-size: 22px
    }
}

@media screen and (max-width: 1580px) {
    .cases .case-item__name {
        font-size: 31px;
        line-height: 1
    }
}

.cases__wrap {
    display: none;
    flex-wrap: wrap
}

.cases__wrap._active {
    display: flex
}

.cases__item {
    width: 25%
}

@media screen and (max-width: 1280px) {
    .cases__item {
        width: 33.33%
    }
}

@media screen and (max-width: 920px) {
    .cases__item {
        width: 50%
    }
}

@media screen and (max-width: 650px) {
    .cases__item {
        width: 100%
    }
}

.cases__more {
    margin: 50px auto
}

.info {
    display: flex;
    /* padding-top:55px; */
}

@media screen and (max-width: 1080px) {
    .info {
        flex-direction: column
    }
}

.info._form {
    margin-bottom: 40px
}

.info__wrap-small {
    width: 33.33%
}

@media screen and (max-width: 1080px) {
    .info__wrap-small {
        display: flex;
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 650px) {
    .info__wrap-small {
        flex-direction: column
    }
}

.info__wrap-big {
    width: 66.67%
}

@media screen and (max-width: 1080px) {
    .info__wrap-big {
        width: 100%
    }
}

.info__head {
    max-width: 420px;
    padding-top: 40px;
    padding-right: 20px;
    margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
    .info__head {
        padding-top: 10px
    }
}

@media screen and (max-width: 1080px) {
    .info__head {
        width: 50%;
        max-width: none;
        margin-bottom: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 650px) {
    .info__head {
        width: 100%
    }
}

.info__head-title {
    margin-bottom: 35px;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px
}

@media screen and (max-width: 1280px) {
    .info__head-title {
        font-size: 32px;
        line-height: 1
    }
}

@media screen and (max-width: 800px) {
    .info__head-title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.info__head-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px
}

@media screen and (max-width: 800px) {
    .info__head-text {
        font-size: 14px;
        line-height: 1.67
    }
}

.info__stat {
    max-width: 420px;
    padding-right: 20px
}

@media screen and (max-width: 1080px) {
    .info__stat {
        width: 50%;
        max-width: none;
        padding-left: 30px;
        padding-right: 0
    }
}

@media screen and (max-width: 650px) {
    .info__stat {
        width: 100%;
        padding-left: 0
    }
}

.info__stat-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .44px
}

@media screen and (max-width: 800px) {
    .info__stat-title {
        font-size: 24px
    }
}

.info__stat-title span {
    font-size: 124px;
    line-height: 1;
    color: #fe9023
}

@media screen and (max-width: 800px) {
    .info__stat-title span {
        font-size: 68px
    }
}

.info__stat-text {
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: .43px
}

@media screen and (max-width: 800px) {
    .info__stat-text {
        font-size: 21px;
        line-height: 1.1
    }
}

.info__list {
    display: flex;
    flex-wrap: wrap
}

.info__list-item {
    width: 50%;
    padding-right: 100px;
    margin-bottom: 70px
}

@media screen and (max-width: 1450px) {
    .info__list-item {
        width: 100%;
        padding-right: 30px;
        margin-bottom: 30px
    }
}

.info__list-name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .29px
}

@media (max-width: 320px) {
.info__list-name {
    font-size: 18px;
}
}

.info__list-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px
}

@media (max-width: 320px) {
.info__list-text {
    font-size: 14px;
	line-height: 1.67;
}
}

.tariff {
    padding: 60px 0;
    border-bottom: 2px solid #cacaca;
    border-top: 2px solid #cacaca;
}

@media screen and (max-width: 920px) {
    .tariff {
        padding: 60px 0 40px;
    }
}

.tariff__title {
    margin-bottom: 45px;
}

.tariff__wrap {
    display: flex;
    flex-wrap: wrap;
    counter-reset: tariff
}

.tariff__item {
    display: flex;
    flex-wrap: wrap;
    width: 33.33%;
    padding: 55px;
    border: 1px solid #bbc4cd;
    counter-increment: tariff
}

@media (min-width:  921px) {
.tariff__item:not(:first-child) {
    border-left: none;
}
}

@media (max-width:  920px) {
.tariff__item:not(:first-child) {
    border-top: none;
}
}

@media screen and (max-width: 1580px) {
    .tariff__item { /*flex-direction:column;*/
        justify-content: flex-start
    }
}

@media screen and (max-width: 1280px) {
    .tariff__item {
        padding: 50px 30px
    }
}

@media screen and (max-width: 920px) {
    .tariff__item {
        width: 100%;
        flex-direction: column;
    }
}

.tariff__item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: -1px
}

.tariff__number {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px
}

.tariff__number::before {
    content: "0" counter(tariff);
    font-size: 48px;
    letter-spacing: .58px
}

.services__tariff .tariff__info {
    height: calc(100% - 70px);
}

.tariff__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
}

@media screen and (max-width: 920px) {
    .tariff__info {
        height: unset;
    }
}

@media screen and (max-width: 1580px) {
    .tariff__info {
        width: 100%;
        flex-grow: 1;
        /*height: calc(100% - 153px);*/
    }
}

/*
@media screen and (max-width: 1280px) {
    .tariff__info {
        height: calc(100% - 98px);
    }
}
*/

.tariff__name {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: .44px;
    align-self: center;
    width: 100%;
}

.tariff__name a {
    color: black;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.tariff__name a:hover {
    color: #fe9023;
}

@media screen and (max-width: 1580px) {
    .tariff__name {
        padding-left: 0;
        align-self: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .tariff__name {
        font-size: 24px
    }
}

.tariff__desc {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px;
}

.tariff__desc b {
    font-weight: 600;
}

.tariff__desc ul {
    padding-inline-start: 20px;
}

@media screen and (max-width: 1280px) {
    .tariff__desc {
        font-size: 16px;
        line-height: 21px
    }
}

.tariff__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-items:center; */
    margin-bottom: 15px;
    margin-top: auto;
}

.tariff__price-deadline {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px;
}

.tariff__price-wrap {
    display: flex;
    align-items: center
}

.tariff__price-text {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .44px;
    margin-right: 5px;
}

@media screen and (max-width: 1280px) {
    .tariff__price-text {
        font-size: 21px
    }
}

.tariff__price-count {
    margin-right: 5px;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .44px
}

@media screen and (max-width: 1280px) {
    .tariff__price-count {
        font-size: 28px
    }
}

.seo-cases {
    padding-top: 105px;
    margin-top: -60px;
    padding-bottom: 20px;
}

.seo-cases .inner-callback {
    top: -60px
}

@media screen and (max-width: 1280px) {
    .seo-cases .inner-callback {
        margin-bottom: 40px;
        top: 0;
        position: relative
    }
}

.seo-cases._inner {
    padding-top: 60px;
    margin: 0
}

.seo-cases__viewport {
    overflow: hidden
}

.seo-cases__wrap {
    display: flex;
    width: 2000%;
    left: 0
}

.seo-cases__item {
    display: flex;
    width: 5%
}

@media screen and (max-width: 1080px) {
    .seo-cases__item {
        flex-direction: column
    }
}

.seo-cases__item._inner {
    width: 100%;
    margin-bottom: 120px
}

@media screen and (max-width: 800px) {
    .seo-cases__item._inner {
        margin-bottom: 60px
    }
}

.seo-cases__item._inner:last-child {
    margin-bottom: 0
}

.seo-cases__case {
    display: flex;
    width: 66.67%;
    padding-right: 10px
}

@media screen and (max-width: 1080px) {
    .seo-cases__case {
        width: 100%
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__case {
        flex-direction: column;
        width: 100%;
        padding-right: 0
    }
}

.seo-cases__image {
    flex-shrink: 0;
    width: 390px;
    margin-right: 65px
}

@media screen and (max-width: 1280px) {
    .seo-cases__image {
        width: 208px;
        margin-right: 22px
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__image {
        margin: 0 auto 20px
    }
}

.seo-cases__image img {
    display: block
}

.seo-cases__company {
    padding: 30px 0
}

@media screen and (max-width: 1280px) {
    .seo-cases__company {
        padding: 0;
        padding-right: 30px
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__company {
        padding-right: 0;
        text-align: center
    }
}

.seo-cases__type {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .17px;
    color: rgba(0, 0, 0, 0.7)
}

.seo-cases__name {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .44px
}

@media screen and (max-width: 1280px) {
    .seo-cases__name {
        margin-bottom: 30px
    }
}

.seo-cases__link {
    display: inline-block;
    margin-bottom: 65px;
    color: #2179cf;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .36px;
    word-break: break-all
}

.seo-cases__info {
    width: 33.33%;
    padding: 75px;
    border: 1px solid #bbc4cd;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: .36px
}

@media screen and (max-width: 1280px) {
    .seo-cases__info {
        padding: 30px;
        font-size: 24px
    }
}

@media screen and (max-width: 1080px) {
    .seo-cases__info {
        width: 100%;
        margin-top: 40px
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__info {
        font-size: 18px
    }

    .seo-cases__item._inner .seo-cases__info {
        margin-top: 0
    }
}

.seo-cases__info::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: -1px
}

.seo-cases__target {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px
}

@media screen and (max-width: 1280px) {
    .seo-cases__target {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__target {
        flex-direction: column;
        margin-bottom: 10px
    }
}

.seo-cases__target-title {
    margin-right: 40px;
    font-weight: 900
}

.seo-cases__target-text {
    font-weight: 300
}

.seo-cases__result-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 900
}

.seo-cases__result-info {
    font-size: 124px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fe9023
}

@media screen and (max-width: 1280px) {
    .seo-cases__result-info {
        font-size: 62px
    }
}

@media screen and (max-width: 650px) {
    .seo-cases__contols {
        justify-content: center
    }
}

.seo-cases__more {
    height: 90px;
    padding: 10px 25px;
    margin-bottom: -1px
}

@media screen and (max-width: 1280px) {
    .seo-cases__more {
        width: 100%;
        height: 40px;
        flex-direction: row
    }

    .seo-cases__more .button__arrow {
        margin-top: 0;
        margin-left: 20px
    }
}

.dial-academy {
    padding: 40px 0
}

.dial-academy__item {
    display: flex;
    margin-bottom: 40px
}

@media screen and (max-width: 650px) {
    .dial-academy__item {
        flex-direction: column
    }
}

.dial-academy__left {
    width: 53%;
    padding: 47px 70px 57px;
    padding-right: 20px;
    border: 1px solid #bbc4cd
}

@media screen and (max-width: 1280px) {
    .dial-academy__left {
        padding-left: 40px
    }
}

@media screen and (max-width: 1080px) {
    .dial-academy__left {
        padding: 30px 40px
    }
}

@media screen and (max-width: 800px) {
    .dial-academy__left {
        padding: 30px 20px
    }
}

@media screen and (max-width: 650px) {
    .dial-academy__left {
        width: 100%
    }
}

.dial-academy__left::before, .dial-academy__left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    position: absolute;
    left: -1px
}

.dial-academy__left::before {
    border-top-color: #bbc4cd;
    border-left-color: #bbc4cd;
    top: 0
}

.dial-academy__left::after {
    border-top-color: #fff;
    border-left-color: #fff;
    top: -1px
}

.dial-academy__name {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .44px
}

@media screen and (max-width: 1080px) {
    .dial-academy__name {
        font-size: 24px
    }
}

@media screen and (max-width: 650px) {
    .dial-academy__name {
        font-size: 21px
    }
}

.dial-academy__title {
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: .24px;
    color: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 1080px) {
    .dial-academy__title {
        margin-bottom: 20px;
        font-size: 16px
    }
}

@media screen and (max-width: 400px) {
    .dial-academy__title {
        font-size: 14px
    }
}

.dial-academy__description {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.7)
}

@media screen and (max-width: 1080px) {
    .dial-academy__description {
        margin-bottom: 15px
    }
}

.dial-academy__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .17px
}

@media screen and (max-width: 1080px) {
    .dial-academy__subtitle {
        margin-bottom: 0;
        font-size: 14px
    }
}

.dial-academy__text {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .22px
}

@media screen and (max-width: 1080px) {
    .dial-academy__text {
        font-size: 16px
    }
}

.dial-academy__post {
    font-size: 16px;
    letter-spacing: .17px
}

@media screen and (max-width: 1080px) {
    .dial-academy__post {
        font-size: 14px
    }
}

.dial-academy__button {
    display: inline-block;
    padding: 11px 48px
}

.dial-academy__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 48%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 650px) {
    .dial-academy__right {
        width: 100%
    }
}

.dial-academy__info {
    width: 410px;
    padding: 70px 83px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1280px) {
    .dial-academy__info {
        width: 100%
    }
}

@media screen and (max-width: 1080px) {
    .dial-academy__info {
        padding: 20px;
        text-align: center
    }
}

.dial-academy__info-item {
    margin-bottom: 35px
}

@media screen and (max-width: 1080px) {
    .dial-academy__info-item {
        margin-bottom: 15px
    }
}

.dial-academy__info-item:last-child {
    margin-bottom: 0
}

.dial-academy__info-name {
    font-size: 21px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: .22px
}

@media screen and (max-width: 1080px) {
    .dial-academy__info-name {
        font-size: 16px
    }
}

.dial-academy__info-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .33px
}

@media screen and (max-width: 1080px) {
    .dial-academy__info-text {
        font-size: 21px
    }
}

.dial-academy__info-action {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 700;
    color: #fe9023;
    letter-spacing: .16px
}

@media screen and (max-width: 1080px) {
    .dial-academy__info-action {
        margin-top: 0;
        font-size: 16px
    }
}

.site-case {
    counter-reset: casesHead
}

.site-case__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
}

@media screen and (max-width: 920px) {
    .site-case__head {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 650px) {
    .site-case__head {
        margin-bottom: 40px
    }
}

.site-case__head._about {
    margin-bottom: 40px
}

.site-case__name {
    padding-right: 20px;
    padding-bottom: 120px;
}

@media screen and (max-width: 1200px) {
    .site-case__name {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 920px) {
    .site-case__name {
        margin-bottom: 30px
    }
}

.site-case__type {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .36px;
    color: #bbc4cd
}

@media screen and (max-width: 490px) {
    .site-case__type {
        margin-bottom: 0;
        font-size: 21px
    }
}

.site-case__title {
    text-transform: uppercase;
    max-width: 600px;
    font-size: 32px;
}

.site-case__slogan {
    margin-top: 40px;
    margin-bottom: 10px
}

.site-case__link {
    padding-left: 60px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #fe9023;
    text-decoration: underline;
    letter-spacing: .29px
}

@media screen and (max-width: 490px) {
    .site-case__link {
        padding-left: 0;
        font-size: 18px
    }
}

.site-case__head-image {
    max-width: 850px
}

@media screen and (max-width: 1080px) {
    .site-case__head-image {
        max-width: 650px
    }
}

@media screen and (max-width: 920px) {
    .site-case__head-image {
        max-width: none
    }
}

.site-case__about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 165px
}

@media screen and (max-width: 1450px) {
    .site-case__about {
        flex-direction: column
    }
}

@media screen and (max-width: 650px) {
    .site-case__about {
        margin-bottom: 30px
    }
}

.site-case__about._pregraph {
    margin-bottom: 75px
}

@media screen and (max-width: 650px) {
    .site-case__about._pregraph {
        margin-bottom: 30px
    }
}

.site-case__block-name {
    max-width: 506px;
    counter-increment: casesHead;
    font-size: 48px;
    font-weight: 900;
    z-index: 1;
    line-height: 1;
    padding-left: 55px
}

@media screen and (max-width: 650px) {
    .site-case__block-name {
        padding-left: 25px;
        font-size: 24px
    }
}

.site-case__block-name::before {
    content: "0" counter(casesHead);
    font-size: 144px;
    font-weight: 900;
    letter-spacing: 1.74px;
    color: #bbc4cd;
    opacity: .25;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: -1
}

@media screen and (max-width: 650px) {
    .site-case__block-name::before {
        font-size: 81px;
        top: -30px
    }
}

@media screen and (max-width: 1450px) {
    .site-case__block-name._about {
        margin-bottom: 40px
    }
}

.site-case__block-name._index {
    margin-bottom: 95px
}

@media screen and (max-width: 1080px) {
    .site-case__block-name._index {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 650px) {
    .site-case__block-name._index {
        margin-bottom: 10px
    }
}

.site-case__block-name._print {
    margin-bottom: 75px
}

@media screen and (max-width: 650px) {
    .site-case__block-name._print {
        margin-bottom: 40px
    }
}

.site-case__block-name._colors {
    margin-bottom: 90px
}

@media screen and (max-width: 650px) {
    .site-case__block-name._colors {
        margin-bottom: 40px
    }
}

.site-case__block-name._adaptive {
    margin-bottom: 85px
}

@media screen and (max-width: 650px) {
    .site-case__block-name._adaptive {
        margin-bottom: 40px
    }
}

.site-case__about-info {
    width: 880px;
    padding-left: 20px;
    letter-spacing: .22px;
    font-weight: 300;
    line-height: 1.67;
}

@media screen and (max-width: 1450px) {
    .site-case__about-info {
        width: 100%
    }
}

@media screen and (max-width: 650px) {
    .site-case__about-info {
        padding-left: 0
    }
}

.site-case__about-info h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .29px
}

@media screen and (max-width: 800px) {
    .site-case__about-info h3 {
        font-size: 21px
    }
}

.site-case__about-info p {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px;
    color: rgba(0, 0, 0, 0.7)
}

@media screen and (max-width: 800px) {
    .site-case__about-info p {
        margin-bottom: 20px
    }
}

.site-case__about-info ul {
    padding-left: 17px;
    margin: 0 0 40px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px
}

@media screen and (max-width: 800px) {
    .site-case__about-info ul {
        margin-bottom: 20px
    }
}

.site-case__about-info table {
    border: none;
    border-collapse: collapse;
    margin-top: 55px;
    margin-bottom: 55px;
}

@media screen and (max-width: 800px) {
    .site-case__about-info table {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.site-case__about-info td {
    border: none;
    padding: 40px 20px;
    font-size: 16px;
}

/*.site-case__about-info tr:nth-child(odd){
    background-color: #f7f7f7;
}*/

/*.site-case__about-info th,
.site-case__about-info tr:first-child td{
    background-color: #54504d;
    color: white;
    font-size: 17px;
    padding: 17px;
    text-align: left;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
}*/
.site-case__about-info table {
    width: 100%;
}

.site-case__about-info table th,
.site-case__about-info table tr:first-child td {
    font-size: 17px;
    padding: 25px;
    text-align: left;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    border-bottom: 2px solid #7a7a7a;
}

.site-case__about-info table tr {
    border-bottom: 2px solid #f1f1f1;
}

.site-case__about-info table td {
    padding: 30px 25px;
}

.site-case__about-info table p {
    margin: 0;
}


.site-case__index {
    margin-bottom: 120px
}

@media screen and (max-width: 650px) {
    .site-case__index {
        margin-bottom: 40px
    }
}

.site-case__image img {
    width: 100%;
    box-shadow: 2px 12px 29px rgba(0, 0, 0, 0.1)
}

.site-case__image::before {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background-image: url(../img/mac-head.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%
}

.site-case__parameters {
    display: flex;
    margin-bottom: 90px
}

@media screen and (max-width: 800px) {
    .site-case__parameters {
        flex-direction: column;
        margin-bottom: 40px
    }
}

.site-case__print {
    max-width: 660px;
    width: 100%
}

@media screen and (max-width: 800px) {
    .site-case__print {
        max-width: none;
        margin-bottom: 50px
    }
}

.site-case__print-wrap {
    font-size: 16px
}

@media screen and (max-width: 1280px) {
    .site-case__print-wrap {
        font-size: 10px
    }
}

.site-case__print-item {
    display: flex;
    margin-bottom: 35px;
    line-height: 1
}

@media screen and (max-width: 1080px) {
    .site-case__print-item {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 490px) {
    .site-case__print-item {
        flex-direction: column
    }
}

.site-case__print-size {
    width: 220px;
    font-family: inherit
}

@media screen and (max-width: 1080px) {
    .site-case__print-size {
        width: 120px
    }
}

@media screen and (max-width: 800px) {
    .site-case__print-size {
        max-width: none
    }
}

.site-case__print-name {
    font-family: inherit
}

.site-case__colors {
    max-width: 520px
}

@media screen and (max-width: 650px) {
    .site-case__colors {
        padding-left: 0
    }
}

.site-case__colors-wrap {
    display: flex;
    flex-wrap: wrap
}

.site-case__colors-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 1280px) {
    .site-case__colors-item {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 14px
    }
}

.site-case__result {
    display: flex;
    margin-top: 105px;
    margin-bottom: 110px
}

@media screen and (max-width: 800px) {
    .site-case__result {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.site-case__result-left {
    width: 65%;
    padding-right: 50px
}

@media screen and (max-width: 800px) {
    .site-case__result-left {
        width: 100%;
        padding-right: 0
    }
}

.site-case__result-title {
    margin-bottom: 28px
}

@media screen and (max-width: 800px) {
    .site-case__result-title {
        margin-bottom: 10px
    }
}

.site-case__result-text {
    max-width: 700px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px
}

.site-case__result-right {
    padding-top: 10px
}

@media screen and (max-width: 800px) {
    .site-case__result-right {
        align-self: flex-end;
        margin-top: 30px
    }
}

.site-case__result-info {
    margin-bottom: 10px
}

.site-case__result-subtitle {
    color: #c9d5dc;
    font-size: 30px;
    font-weight: 900
}

@media screen and (max-width: 490px) {
    .site-case__result-subtitle {
        font-size: 21px
    }
}

.site-case__result-number {
    font-size: 48px;
    font-weight: 900
}

@media screen and (max-width: 490px) {
    .site-case__result-number {
        font-size: 32px
    }
}

.site-case__result-number span {
    font-size: 36px
}

@media screen and (max-width: 490px) {
    .site-case__result-number span {
        font-size: 26px
    }
}

.site-case__adaptive {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 115px 0 100px
}

@media screen and (max-width: 1080px) {
    .site-case__adaptive {
        flex-direction: column
    }
}

@media screen and (max-width: 800px) {
    .site-case__adaptive {
        padding: 40px 0
    }
}

.site-case__adaptive-info {
    width: 40%;
    padding-right: 50px
}

@media screen and (max-width: 1080px) {
    .site-case__adaptive-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
}

.site-case__adaptive-desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px
}

.site-case__adaptive-image {
    width: 60%
}

@media screen and (max-width: 1080px) {
    .site-case__adaptive-image {
        width: 100%
    }
}

.site-case__adaptive-image > img {
    width: 100%
}

.site-case__adaptive-desktop {
    display: block;
    width: 77.1%;
    height: 63.6%;
    background-color: red;
    position: absolute;
    left: 4.7%;
    top: 4.5%;
    z-index: -3;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

.site-case__adaptive-tablet {
    display: block;
    width: 24%;
    height: 44.6%;
    background-color: green;
    position: absolute;
    right: 9.6%;
    bottom: 8.8%;
    z-index: -2;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

.site-case__adaptive-mobile {
    display: block;
    width: 13.1%;
    height: 34.5%;
    background-color: #ff0;
    position: absolute;
    right: 2.4%;
    bottom: 5.6%;
    z-index: -1;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

.site-case__review {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-position: 40% center;
    background-repeat: no-repeat;
    background-image: url(../img/quotes.png)
}

@media screen and (max-width: 1280px) {
    .site-case__review {
        flex-direction: column
    }
}

.site-case__review-block {
    display: flex;
    align-items: flex-start;
    width: 875px;
    padding-top: 10px;
    margin-left: 40px
}

@media screen and (max-width: 1280px) {
    .site-case__review-block {
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-top: 60px
    }
}

@media screen and (max-width: 800px) {
    .site-case__review-block {
        flex-direction: column
    }
}

.site-case__review-info {
    margin-bottom: 35px
}

@media screen and (max-width: 1280px) {
    .site-case__review-desc {
        width: 50%
    }
}

@media screen and (max-width: 800px) {
    .site-case__review-desc {
        width: 100%;
        margin-bottom: 30px
    }
}

.site-case__review-name {
    margin-bottom: 6px;
    font-size: 36px;
    font-weight: 900
}

.site-case__review-type {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .19px
}

.site-case__review-text {
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px
}

.site-case__review-image {
    flex-shrink: 0;
    width: 380px;
    margin-left: 10px;
    top: -30px
}

@media screen and (max-width: 1280px) {
    .site-case__review-image {
        width: 50%;
        top: 0;
        flex-shrink: 1
    }
}

@media screen and (max-width: 800px) {
    .site-case__review-image {
        width: 100%;
        max-width: 330px
    }
}

.site-case__thanks {
    margin-top: 90px;
    margin-bottom: 115px;
    font-size: 72px;
    font-weight: 300;
    letter-spacing: .87px;
    color: #464235;
    text-align: center
}

@media screen and (max-width: 920px) {
    .site-case__thanks {
        margin-top: 50px;
        margin-bottom: 70px;
        font-size: 54px
    }
}

@media screen and (max-width: 650px) {
    .site-case__thanks {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 36px
    }
}

.site-case__statistic-block {
    display: flex;
    align-items: center;
    margin-bottom: 95px
}

@media screen and (max-width: 1280px) {
    .site-case__statistic-block {
        justify-content: center
    }
}

@media screen and (max-width: 650px) {
    .site-case__statistic-block {
        flex-direction: column;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 650px) {
    .site-case__statistic-block._left {
        flex-direction: column-reverse
    }
}

.site-case__graph {
    width: 755px
}

@media screen and (max-width: 1280px) {
    .site-case__graph {
        width: 400px
    }
}

@media screen and (max-width: 650px) {
    .site-case__graph {
        width: 100%;
        margin-bottom: 30px
    }
}

.site-case__statistic {
    margin-left: 120px;
    width: 330px
}

@media screen and (max-width: 1280px) {
    .site-case__statistic {
        width: 250px
    }
}

@media screen and (max-width: 920px) {
    .site-case__statistic {
        margin-left: 30px
    }
}

@media screen and (max-width: 650px) {
    .site-case__statistic {
        width: 100%;
        margin-left: 0
    }
}

.site-case__statistic._left {
    margin-right: 155px;
    margin-left: 0
}

@media screen and (max-width: 920px) {
    .site-case__statistic._left {
        margin-right: 30px
    }
}

@media screen and (max-width: 650px) {
    .site-case__statistic._left {
        margin-right: 0
    }
}

.site-case__statistic-logo {
    margin-bottom: 20px
}

.site-case__statistic-text {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .36px
}

@media screen and (max-width: 1280px) {
    .site-case__statistic-text {
        font-size: 21px
    }
}

.site-case__statistic-number {
    margin-top: 18px;
    color: #fe9023;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: .87px
}

@media screen and (max-width: 1280px) {
    .site-case__statistic-number {
        margin-top: 10px;
        font-size: 48px
    }
}

.site-case__statistic-bold {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .36px
}

@media screen and (max-width: 1280px) {
    .site-case__statistic-bold {
        font-size: 21px
    }
}

.site-case__statistic-wrap {
    display: flex;
    align-items: flex-end
}

.site-case__statistic-wrap .site-case__statistic-bold {
    margin-right: 15px;
    top: -10px
}

.site-case__statistic-wrap .site-case__statistic-number {
    margin-top: 0
}

.teamwork__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px
}

.teamwork__item {
    width: 25%;
    overflow: hidden;
    padding: 5px
}

@media screen and (max-width: 920px) {
    .teamwork__item {
        width: 50%
    }
}

.teamwork__item img {
    display: block
}

.teamwork__info {
    width: 100%;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: .3s
}

@media screen and (max-width: 1280px) {
    .teamwork__info {
        padding: 20px
    }
}

@media screen and (max-width: 400px) {
    .teamwork__info {
        padding: 10px
    }
}

.teamwork__item:hover .teamwork__info {
    bottom: 0
}

.teamwork__name {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .36px
}

@media screen and (max-width: 1280px) {
    .teamwork__name {
        margin-bottom: 0;
        font-size: 21px
    }
}

@media screen and (max-width: 400px) {
    .teamwork__name {
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .teamwork__post {
        font-size: 14px
    }
}

.teamwork__title-new {
    margin-bottom: 95px;
}

@media screen and (max-width: 1024){
    .teamwork__title-new {
        margin-bottom: 0;
    }
}

.actions {
    padding: 10px 0
}

.actions__wrap {
    display: flex;
    flex-wrap: wrap
}

.actions__item {
    width: 25%;
    color: #000;
    text-decoration: none
}

@media screen and (max-width: 1080px) {
    .actions__item {
        width: 33.33%
    }
}

@media screen and (max-width: 800px) {
    .actions__item {
        width: 50%
    }
}

@media screen and (max-width: 400px) {
    .actions__item {
        width: 100%
    }
}

.actions__item img {
    display: block
}

.actions__item:hover .actions__info {
    min-height: 100%;
    background-color: rgba(254, 144, 35, 0.83);
    color: #fff
}

.actions__item:hover .actions__button {
    display: inline-block
}

.actions__info {
    width: 100%;
    min-height: 200px;
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .15s
}

@media screen and (max-width: 1450px) {
    .actions__info {
        padding: 20px 40px;
        min-height: 120px
    }
}

@media screen and (max-width: 580px) {
    .actions__info {
        min-height: 140px;
        padding: 20px
    }
}

@media screen and (max-width: 400px) {
    .actions__info {
        min-height: 0
    }
}

.actions__name {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .36px
}

@media screen and (max-width: 1780px) {
    .actions__name {
        font-size: 24px
    }
}

@media screen and (max-width: 1450px) {
    .actions__name {
        font-size: 16px;
        line-height: 24px
    }
}

.actions__button {
    display: none;
    margin-top: 25px;
    background-color: #fff;
    color: #000;
    border-color: transparent
}

@media screen and (max-width: 1280px) {
    .actions__button {
        font-size: 11px
    }
}

.actions__button::before, .actions__button::after {
    content: none
}

.actions__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 185px
}

@media screen and (max-width: 1280px) {
    .actions__head {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 800px) {
    .actions__head {
        margin-bottom: 40px
    }
}

.actions__head-left {
    width: 50%;
    padding-right: 150px
}

@media screen and (max-width: 1280px) {
    .actions__head-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
}

.actions__head-subtitle {
    margin-bottom: 30px;
    color: #bbc4cd;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .36px
}

@media screen and (max-width: 800px) {
    .actions__head-subtitle {
        margin-bottom: 10px
    }
}

.actions__head-title {
    margin-bottom: 35px;
    text-transform: uppercase
}

@media screen and (max-width: 800px) {
    .actions__head-title {
        margin-bottom: 10px
    }
}

.actions__head-image {
    width: 50%
}

@media screen and (max-width: 1280px) {
    .actions__head-image {
        width: 600px;
        max-width: 100%
    }
}

.actions__description {
    margin-bottom: 35px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .19px
}

@media screen and (max-width: 800px) {
    .actions__description {
        margin-bottom: 10px
    }
}

.actions__date {
    color: rgba(142, 139, 139, 0.7);
    font-size: 16px;
    letter-spacing: .17px
}

.actions__inner-title {
    margin-bottom: 40px
}

.blog-section__wrap-first {
    display: flex;
    margin: 0 -10px 20px
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-first {
        flex-direction: column;
        margin: 0
    }
}

.blog-section__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 1080px) {
    .blog-section__item {
        width: 100%;
        margin: 0 0 20px
    }
}

.blog-section__item::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 19px solid #fff;
    border-bottom: 19px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.blog-section__wrap-third .blog-section__item {
    flex-grow: 1;
    width: 100%;
    margin: 0 0 20px
}

.blog-section__wrap-third .blog-section__item:last-child {
    margin-bottom: 0
}

.blog-section__wrap-fourth .blog-section__item {
    flex-grow: 1;
    min-height: 580px;
    width: 100%;
    margin: 0
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-fourth .blog-section__item {
        min-height: auto;
        background: none !important
    }
}

.blog-section__wrap-fourth .blog-section__item .blog-section__info {
    border: none;
    padding-top: 270px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.87) 100%);
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-fourth .blog-section__item .blog-section__info {
        border: 1px solid #dfdfdf;
        position: relative;
        padding-top: 50px;
        background: none
    }
}

.blog-section__wrap-fourth .blog-section__item .blog-section__announcement {
    display: none
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-fourth .blog-section__item .blog-section__announcement {
        display: block
    }
}

.blog-section__type {
    padding: 10px 30px;
    padding-right: 55px;
    background-color: #fe9023;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .17px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media screen and (max-width: 580px) {
    .blog-section__type {
        font-size: 12px
    }
}

.blog-section__image img {
    display: block;
	
	/* background: #fcf2f3; */
	border: 1px solid #dfdfdf;
}

@media screen and (max-width: 1080px) {
    .blog-section__image {
        display: none
    }
}

.blog-section__info {
    flex-grow: 1;
    padding: 50px 40px 35px;
    border: 1px solid #dfdfdf
}

@media screen and (max-width: 580px) {
    .blog-section__info {
        padding: 30px 20px 30px
    }
}

.blog-section__head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px
}

@media screen and (max-width: 580px) {
    .blog-section__head {
        margin-bottom: 10px
    }
}

.blog-section__date {
    margin-right: 30px
}

.blog-section__views {
    padding-left: 35px
}

.blog-section__views::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: -1px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons.svg#views-v)
}

.blog-section__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .24px
}

@media screen and (max-width: 580px) {
    .blog-section__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.blog-section__announcement {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px
}

@media screen and (max-width: 580px) {
    .blog-section__announcement {
        font-size: 14px;
        line-height: 16px
    }
}

.blog-section__wrap-second {
    display: flex;
    margin-bottom: 20px
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-second {
        flex-direction: column
    }
}

.blog-section__wrap-third {
    display: flex;
    flex-direction: column;
    width: calc(66.66% - 10px);
    margin-right: 10px
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-third {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.blog-section__wrap-fourth {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 10px);
    margin-left: 10px
}

@media screen and (max-width: 1080px) {
    .blog-section__wrap-fourth {
        width: 100%;
        margin-left: 0
    }
}

.blog-section__all-button {
    width: 100%;
    max-width: 254px;
    margin: 50px auto 0
}

.blog-inner {
    padding-bottom: 55px
}

.blog-inner__type {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .29px
}

@media screen and (max-width: 800px) {
    .blog-inner__type {
        margin-bottom: 10px;
        font-size: 18px
    }
}

@media screen and (max-width: 490px) {
    .blog-inner__type {
        font-size: 14px
    }
}

.blog-inner__title {
    margin: 0 0 25px;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase
}

@media screen and (max-width: 800px) {
    .blog-inner__title {
        font-size: 32px
    }
}

@media screen and (max-width: 490px) {
    .blog-inner__title {
        font-size: 21px
    }
}

.blog-inner__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-inner__info._bottom {
    justify-content: flex-end
}

@media screen and (max-width: 800px) {
    .blog-inner__info {
        flex-direction: column;
        align-items: flex-start
    }
}

.blog-inner__info .blog-contents {
    width: 100%;
    padding-top: 30px;
}

.blog-inner__info .blog-contents__inner {
    max-width: 500px;
}

.blog-inner__info .blog-contents__title {
    background: #fe9023;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 30px;
    font-weight: 800;
}

.blog-inner__info .blog-contents__inner > ol {
    counter-reset: contents;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .19px;
}

.blog-inner__info .blog-contents__inner > ol ul, .blog-inner__info .blog-contents__inner > ol ol {
    padding: 0;
}

.blog-inner__info .blog-contents__inner > ol li {
    list-style: none;
    border-bottom: 1px solid #d0d0d0;
}

.blog-inner__info .blog-contents__inner span.contents-item__wrapper {
    padding: 7px 30px 7px 36px;
    width: 100%;
    display: inline-block;
}

.blog-inner__info .blog-contents__inner > ol > li {
    font-weight: 800;
    text-transform: uppercase;
}

.blog-inner__info .blog-contents__inner li span.contents-item__wrapper.level_2 {
    counter-increment: contents;
}

.blog-inner__info .blog-contents__inner span.contents-item__wrapper.level_2:before {
    position: relative;
    content: counter(contents) '.';
    left: -5px;
}

.blog-inner__info .blog-contents__inner li span.contents-item__wrapper.level_3 {
    padding: 7px 30px 7px 66px;
    text-transform: none;
    text-decoration: underline;
    font-weight: 600;
}

.blog-inner__info .blog-contents__inner li span.contents-item__wrapper.level_4 {
    padding: 7px 30px 7px 96px;
    text-transform: none;
    text-decoration: underline;
    font-weight: 600;
    color: #d0d0d0;
}

.blog-inner__info .blog-contents__inner > ol > li ol > li, .blog-inner__info .blog-contents__inner > ol > li ul > li {
    border-bottom: none;
    border-top: 1px solid #d0d0d0;
}

.blog-inner__info .blog-contents ol li a {
    color: #000;
    transition: .3s;
    text-decoration: none;
}

.blog-inner__info .blog-contents ol li a:hover {
    color: #fe9023;
}

@media screen and (max-width: 500px) {
    .blog-inner__info .blog-contents__inner > ol {
        font-size: 14px;
    }

    .blog-inner__info .blog-contents__inner span.contents-item__wrapper {
        padding: 7px 15px 7px 16px;
    }

    .blog-inner__info .blog-contents__inner li span.contents-item__wrapper.level_3 {
        padding: 7px 15px 7px 31px;
    }

    .blog-inner__info .blog-contents__inner li span.contents-item__wrapper.level_4 {
        padding: 7px 15px 7px 46px;
    }

}

.blog-inner__head {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .17px
}

@media screen and (max-width: 800px) {
    .blog-inner__head {
        margin-bottom: 20px
    }
}

.blog-inner__date {
    margin-right: 15px
}

.blog-inner__views {
    padding-left: 35px
}

.blog-inner__views::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: -1px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons.svg#views-v)
}

.blog-inner__wrap {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 650px) {
    .blog-inner__wrap {
        flex-direction: column-reverse
    }
}

.blog-inner__content {
    width: 1080px;
    margin-right: 20px;
margin-top: 15px;
}

@media screen and (max-width: 650px) {
    .blog-inner__content {
        width: 100%
    }
}

.blog-inner__side {
    display: flex;
    flex-direction: column;
    width: 220px;
    padding-top: 85px
}

@media screen and (max-width: 650px) {
    .blog-inner__side {
        width: 100%;
        padding-top: 45px
    }
}

.blog-inner__posts {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

@media screen and (max-width: 650px) {
    .blog-inner__posts {
        display: none
    }
}

.blog-inner__post {
    display: block;
    margin: 20px 0;
    text-decoration: none;
    color: #000
}

.blog-inner__post:hover {
    opacity: .8
}

.blog-inner__post-image {
    width: 100%;
    margin-bottom: 20px
}

.blog-inner__post-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .17px
}

.blog-inner__subtitle {
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .29px
}

.blog-inner__content p {
    margin: 30px 0;
    color: rgba(0, 0, 0, 0.7);
    /*font-size: 16px;*/
	font-size: 18px;
    font-weight: 400;
	/*font-weight: 300;*/
    line-height: 30px;
    letter-spacing: .19px
}

.blog-inner__content img {
    width: auto;
    height: auto;
}

.blog-inner__content h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1
}

.blog-inner__content ul {
    margin: 30px 0;
    padding-left: 13px;
    list-style: none
}

.blog-inner__content li {
    margin: 17px 0;
    color: rgba(0, 0, 0, 0.7);
    /*font-size: 16px;*/
	font-size: 18px;
    font-weight: 400;
	/*font-weight: 300;*/
    letter-spacing: .19px
}

.blog-inner__content ul > li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fe9023;
    position: absolute;
    left: -15px;
    top: 8px
}

.blog-inner__quote {
    padding-top: 38px;
    padding-left: 29px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/quotes.png);
    background-size: 125px
}

h2.blog-inner__bonus {
    margin-top: 75px;
    color: #fe9023
}

.about__video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    background-color: #fe9023;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: .3s
}

@media screen and (max-width: 1080px) {
    .about__video {
        width: 100%;
        height: 70px;
        position: relative;
        right: 0;
        bottom: 0
    }
}

.about__video::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: currentColor;
    margin-right: 12px
}

.about__video:hover {
    background-color: #fff;
    color: #fe9023
}

.about__video-title {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .22px
}

@media screen and (max-width: 400px) {
    .about__video-title {
        font-size: 16px
    }
}

.about__video-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px
}

@media screen and (max-width: 400px) {
    .about__video-text {
        font-size: 12px
    }
}

.about__info {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1280px) {
    .about__info {
        flex-direction: column-reverse
    }
}

.about__info._worth {
    margin: 200px 0;
}

@media screen and (max-width: 1280px) {
    .about__info._worth {
        flex-direction: column;
        margin-top: 30px;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .about__info._worth {
        margin-bottom: 30px
    }
}

.about__statictic {
    max-width: 513px;
    padding: 27px 80px;
    border: 1px solid #fff;
    background-color: #f7f7f7;
	padding-bottom: 50px;
}

@media screen and (max-width: 1280px) {
    .about__statictic {
        margin-left: auto
    }
}

@media screen and (max-width: 650px) {
    .about__statictic {
        width: 100%;
        max-width: none
    }
}

@media screen and (max-width: 650px) {
    .about__statictic {
        padding: 20px
    }
}

.about__statictic-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px
}

.about__statictic-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.about__statictic-text._large {
    font-size: 30px;
    top: -17px
}

@media screen and (max-width: 650px) {
    .about__statictic-text._large {
        font-size: 20px
    }
}

@media screen and (max-width: 650px) {
    .about__statictic-text {
        font-size: 18px;
        line-height: 1
    }
}

.about__statictic-number {
    margin-left: 24px;
    color: #fe9023;
    font-size: 144px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.74px
}

@media screen and (max-width: 650px) {
    .about__statictic-number {
        font-size: 64px;
        margin-left: 10px
    }
}

.about__statictic-number._first {
    margin-left: 0
}

@media screen and (max-width: 650px) {
    .about__statictic-number._first {
        margin-right: 10px
    }
}

.about__info-name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .36px
}

@media screen and (max-width: 400px) {
    .about__info-name {
        margin-bottom: 10px
    }
}

.about__info-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .22px
}

@media screen and (max-width: 400px) {
    .about__info-text {
        font-size: 16px;
        line-height: 24px
    }
}

.about__info-content {
    margin-bottom: -227px;
    padding: 68px 128px
}

@media screen and (max-width: 1280px) {
    .about__info-content {
        width: 100%;
        margin-bottom: 0
    }
}

@media screen and (max-width: 920px) {
    .about__info-content {
        padding: 40px 30px
    }
}

.about__info-content::before {
    content: "";
    display: block;
    width: 63.3vw;
    height: 100%;
    border: 1px solid #dbdbdb;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media screen and (max-width: 1280px) {
    .about__info-content::before {
        width: 100%
    }
}

.about__info-content._no-margin {
    margin-bottom: 0
}

.about__info-content._left {
    margin-right: auto
}

.about__info-content._left::before {
    right: auto;
    left: 0
}

.about__info-list {
    padding-left: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .22px
}

@media screen and (max-width: 400px) {
    .about__info-list {
        font-size: 16px;
        line-height: 24px
    }
}

.about__key {
    display: flex;
    padding-bottom: 140px
}

@media screen and (max-width: 1580px) {
    .about__key {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1280px) {
    .about__key {
        padding-bottom: 10px
    }
}

@media screen and (max-width: 800px) {
    .about__key {
        flex-direction: column
    }
}

.about__title {
    width: 100%;
}

.about__title-name {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 900;
    max-width: 640px
}

@media screen and (max-width: 800px) {
    .about__title-name {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.about__title-info {
    max-width: 400px;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: .24px;
    text-transform: uppercase
}

@media screen and (max-width: 800px) {
    .about__title-info {
        font-size: 16px;
        line-height: 21px
    }
}

.about__team {
    width: 170px;
    height: 90px;
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 9px
}

@media (min-width: 700px) and (max-width: 1500px) {
    .about__team {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 690px) {
    .about__team {
        margin-left: 0;
    }
}

@media (min-width: 700px) and (max-width: 1500px) {
    .about__team {
		top: -150px;
    }
}

.about__persons {
    display: flex;
    margin: 0 -10px;
    margin-top: -40px
}

@media screen and (max-width: 1580px) {
    .about__persons {
        justify-content: flex-end;
        width: calc(100% + 20px);
        margin-top: 20px
    }
}

@media screen and (max-width: 400px) {
    .about__persons {
        flex-direction: column;
        width: 100%;
        margin: 20px 0 0
    }
}

.about__person {
    width: 310px;
    margin: 0 10px
}

@media screen and (max-width: 400px) {
    .about__person {
        width: 100%;
        margin: 0 0 20px
    }

    .about__person:last-child {
        margin-bottom: 0
    }
}

.about__why {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 105px
}

@media screen and (max-width: 800px) {
    .about__why {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1280px) {
    .about__why {
        flex-direction: column-reverse
    }
}

.about__awards {
    display: flex;
    flex-wrap: wrap;
    width: 64%;
    margin: 0 -10px
}

@media screen and (max-width: 1280px) {
    .about__awards {
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .about__awards {
        margin: 0
    }
}

.about__awards-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 20px);
    padding: 20px;
    border: 1px solid #d0d0d0;
    margin: 0 10px 20px;
    cursor: default
}

@media screen and (max-width: 580px) {
    .about__awards-item {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 400px) {
    .about__awards-item {
        width: 100%;
        margin: 0 0 20px
    }
}

.about__awards-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .24px;
    background-color: #fe9023;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s
}

@media screen and (max-width: 1450px) {
    .about__awards-info {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 800px) {
    .about__awards-info {
        padding: 10px
    }
}

.about__awards-item:hover .about__awards-info {
    opacity: .94
}

.about__why-info {
    width: 455px;
    padding-left: 30px;
    padding-top: 20px
}

@media screen and (max-width: 1280px) {
    .about__why-info {
        width: 100%;
        padding-left: 0
    }
}

.about__why-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 50px
}

@media screen and (max-width: 800px) {
    .about__why-title {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.about__why-features {
    padding: 30px 0;
    margin: 0;
    list-style: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .22px
}

@media screen and (max-width: 800px) {
    .about__why-features {
        padding: 10px 0
    }
}

.about__why-features li {
    margin-bottom: 30px;
    padding-left: 10px
}

@media screen and (max-width: 800px) {
    .about__why-features li {
        margin-bottom: 10px
    }
}

.about__why-features li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 15px
}

.about__thanks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

@media screen and (max-width: 1280px) {
    .about__thanks {
        flex-direction: column
    }
}

@media screen and (max-width: 860px) {
    .about__thanks {
        margin-bottom: 60px
    }
}

.about__thanks-button {
    width: 170px;
    height: 90px;
    margin-top: 45px
}

@media screen and (max-width: 800px) {
    .about__thanks-button {
        margin-left: auto
    }
}

@media screen and (max-width: 1280px) {
    .about__thanks-left {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 800px) {
    .about__thanks-left {
        flex-direction: column
    }
}

.about__thanks-right {
    max-width: 860px;
    padding-top: 10px;
    padding-right: 40px;
    margin-left: 30px
}

@media screen and (max-width: 1450px) {
    .about__thanks-right {
        max-width: 700px;
        padding-right: 0
    }
}

@media screen and (max-width: 1280px) {
    .about__thanks-right {
        margin-left: 0;
        max-width: none
    }
}

.about__publications {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
    .about__publications {
        flex-direction: column-reverse;
    }
}

.about__publications-wrapper {
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 650px) {
    .about__publications-wrapper {
        flex-direction: column-reverse;
    }
}

.about__publications-slider {
    max-height: 400px;
    overflow: hidden;
}

.about__publications-title .about__title-info {
    text-transform: none;
}

ul.publications__slide-wrapper {
    padding-left: 0;
    margin: 0;
}

.publication__item {
    display: flex;
    min-height: 80px;
    max-height: 80px;
    padding: 0 0 0 40px;
    border-top: 1px solid #d0d0d0;
}

@media screen and (max-width: 500px) {
    .publication__item {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 400px) {
    .publication__item {
        padding: 0 0 0 10px;
    }
}

.publication__item a {
    display: flex;
}

.publication__item-logo {
    max-width: 120px;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .publication__item-logo {
        max-width: 80px;
    }
}

@media screen and (max-width: 500px) {
    .publication__item-logo {
        max-width: 60px;
    }
}

@media screen and (max-width: 400px) {
    .publication__item-logo {
        max-width: 40px;
    }
}

.publication__item:last-child {
    border-bottom: 1px solid #d0d0d0;
}

.publication__item-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.publication__item-title {
    margin: 0 40px;
    color: #000;
    transition: .3s ease;
}

.publication__item-title:hover {
    color: #fe9023;
}

@media screen and (max-width: 800px) {
    .publication__item-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .publication__item-title {
        margin: 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .publication__item-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .publication__item-title {
        font-size: 13px;
    }
}

.about__publications-navigation {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 650px) {
    .about__publications-navigation {
        flex-direction: row;
        justify-content: flex-end;
        padding: 20px 0;
    }
}

.about__publications-controls {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 650px) {
    .about__publications-controls {
        flex-direction: row;
    }
}

.about__publications-controls .controls-item {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 70px;
    border: solid 1px #bbc4cd;
    margin: 10px 0;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
    color: #000;
    z-index: 1;
}

.about__publications-controls .controls-item::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.about__publications-controls .controls-item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 50%;
}

.about__publications-controls .controls-item._disabled {
    opacity: .5;
    pointer-events: none;
}

.about__publications-controls .controls-item:hover {
    background-color: #fe9023;
    border-color: #fe9023;
    color: #fff;
}

.about__publications-controls .controls-item._prev::after {
    left: 19px;
    -webkit-transform: translateY(-145%) rotate(-45deg);
    transform: translateY(-145%) rotate(-45deg);
}

.about__publications-controls .controls-item._next::after {
    right: 19px;
    -webkit-transform: translateY(45%) rotate(135deg);
    transform: translateY(45%) rotate(135deg);
}

@media screen and (max-width: 650px) {
    .about__publications-controls .controls-item {
        width: 70px;
        height: 50px;
        margin: 0 10px;
    }

    .about__publications-controls .controls-item::before {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about__publications-controls .controls-item._prev::after {
        left: 18px;
        -webkit-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
    }

    .about__publications-controls .controls-item._next::after {
        right: 18px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.gallery__item {
    width: calc(20% - 20px);
    margin: 0 10px 20px
}

@media screen and (max-width: 1280px) {
    .gallery__item {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width: 800px) {
    .gallery__item {
        width: calc(33.33% - 20px)
    }
}

@media screen and (max-width: 580px) {
    .gallery__item {
        width: calc(50% - 20px)
    }
}

.gallery__item:hover {
    opacity: .7
}

.review-list {
    display: flex;
    flex-wrap: wrap;
    padding: 53px 0 40px;
    margin: 0 -10px
}

@media screen and (max-width: 1280px) {
    .review-list {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width: 800px) {
    .review-list {
        padding: 30px 0
    }
}

.review-list .review {
    width: calc(50% - 20px);
    border: 1px solid #dfdfdf;
    padding: 45px;
    margin: 0 10px 20px
}

@media screen and (max-width: 1280px) {
    .review-list .review {
        width: 100%;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 800px) {
    .review-list .review {
        text-align: center;
        padding: 45px 10px
    }
}

.review-list .review__wrap {
    margin-bottom: 35px;
    align-items: stretch
}

@media screen and (max-width: 1780px) {
    .review-list .review__left {
        width: 200px
    }
}

@media screen and (max-width: 800px) {
    .review-list .review__left {
        margin: 0 auto 10px
    }
}

.review-list .review__image {
    margin-bottom: 0
}

@media screen and (max-width: 1780px) {
    .review-list .review__image {
        padding: 20px;
        min-height: 200px
    }
}

.review-list .review__right {
    display: flex;
    flex-direction: column
}

.review-list .review__link {
    text-decoration: underline;
    margin-top: 10px
}

@media screen and (max-width: 1450px) {
    .review-list .review__link {
        font-size: 14px
    }
}

.review-list .review__link:first-child {
    margin-top: 0
}

.review-list .review__link:hover {
    text-decoration: none
}

.team {
    /*padding: 60px 0 0*/
}

@media screen and (max-width: 800px) {
    .team {
        padding: 30px 0 0
    }
}

.team__block {
    margin-bottom: 80px
}

@media screen and (max-width: 800px) {
    .team__block {
        margin-bottom: 30px
    }
}

.team__block:last-child {
    margin-bottom: 0
}

.team__title {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900
}

@media screen and (max-width: 650px) {
    .team__title {
        font-size: 32px
    }
}

.team__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
	border-bottom: 2px solid #cacaca;
}

@media screen and (max-width: 400px) {
    .team__wrap {
        width: 100%;
        margin: 0
    }
}

.team__wrap .person {
    width: calc(20% - 20px);
    margin: 0 10px 30px
}

@media screen and (max-width: 1280px) {
    .team__wrap .person {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width: 1080px) {
    .team__wrap .person {
        width: calc(33.33% - 20px)
    }
}

@media screen and (max-width: 650px) {
    .team__wrap .person {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 400px) {
    .team__wrap .person {
        width: 100%;
        margin: 0 0 30px
    }

    .team__wrap .person:last-child {
        margin-bottom: 0
    }
}

.news {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 64px 0
}

@media screen and (max-width: 1080px) {
    .news {
        flex-direction: column
    }
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    width: 67.5%
}

@media screen and (max-width: 1080px) {
    .news__list {
        width: calc(100% + 20px);
        margin: 0 -10px
    }
}

@media screen and (max-width: 650px) {
    .news__list {
        width: 100%;
        margin: 0
    }
}

.news__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 1080px) {
    .news__item {
        margin: 0 10px 20px
    }
}

@media screen and (max-width: 650px) {
    .news__item {
        width: 100%;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 580px) {
    .news__item {
        margin-bottom: 10px
    }
}

.news__sidebar {
    width: 32.5%
}

@media screen and (max-width: 1080px) {
    .news__sidebar {
        width: 100%;
        order: 1
    }
}

.news__feed {
    padding: 50px 47px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px
}

@media screen and (max-width: 580px) {
    .news__feed {
        padding: 25px 15px
    }
}

.news__feed-title {
    margin-bottom: 42px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .36px
}

@media screen and (max-width: 580px) {
    .news__feed-title {
        margin-bottom: 20px;
        font-size: 24px
    }
}

.news__feed-item {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 45px
}

@media screen and (max-width: 580px) {
    .news__feed-item {
        margin-bottom: 20px
    }
}

.news__feed-item:last-child {
    margin-bottom: 0
}

.news__feed-date {
    margin-bottom: 10px;
    color: #afafaf;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px
}

@media screen and (max-width: 580px) {
    .news__feed-date {
        margin-bottom: 5px;
        font-size: 12px
    }
}

.news__feed-name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .22px;
    transition: .15s
}

@media screen and (max-width: 580px) {
    .news__feed-name {
        font-size: 16px
    }
}

.news__feed-item:hover .news__feed-name {
    color: #fe9023
}

.news__all-button {
    width: 180px;
    margin: 30px auto 50px
}
/*
.partners {
    padding: 94px 0
}*/

@media screen and (max-width: 580px) {
    .partners {
        padding: 30px 0
    }
}

.partners__title {
    margin-bottom: 34px;
    font-size: 48px;
    font-weight: 900
}

@media screen and (max-width: 580px) {
    .partners__title {
        font-size: 28px;
        line-height: 32px
    }
}

.partners__title._subtitle {
    margin-bottom: 2px
}

.partners__title._callback {
    font-size: 36px;
    line-height: 40px;
    color: #fe9023
}

@media screen and (max-width: 580px) {
    .partners__title._callback {
        font-size: 28px;
        line-height: 32px
    }
}

.partners__subtitle {
    margin-bottom: 54px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .29px
}

.partners__block {
    margin-bottom: 60px
}

.partners__block:last-child {
    margin-bottom: 0
}

.partners__block._callback {
    max-width: 1100px
}

.partners__services {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 1080px) {
    .partners__services {
        flex-direction: column
    }
}

.partners__services-list {
    display: flex;
    width: 65%
}

@media screen and (max-width: 1080px) {
    .partners__services-list {
        width: calc(100% + 10px);
        margin: 0 -5px 30px
    }
}

@media screen and (max-width: 580px) {
    .partners__services-list {
        width: 100%;
        margin: 0 0 20px;
        flex-direction: column
    }
}

.partners__services-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(33.33% - 20px);
    padding: 48px 70px 28px 50px;
    margin-right: 20px
}

@media screen and (max-width: 1450px) {
    .partners__services-item {
        padding: 30px 20px
    }
}

@media screen and (max-width: 1080px) {
    .partners__services-item {
        width: 33.33%;
        margin: 0 5px
    }
}

@media screen and (max-width: 580px) {
    .partners__services-item {
        width: 100%;
        margin: 0 0 10px
    }
}

.partners__services-item .arrow-block__name {
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: .29px
}

@media screen and (max-width: 1280px) {
    .partners__services-item .arrow-block__name {
        font-size: 18px;
        line-height: 21px
    }
}

.partners__services-text {
    width: 35%;
    padding-left: 89px;
    padding-top: 37px;
    padding-right: 70px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .29px
}

@media screen and (max-width: 1450px) {
    .partners__services-text {
        padding: 0 30px
    }
}

@media screen and (max-width: 1280px) {
    .partners__services-text {
        font-size: 18px;
        line-height: 21px
    }
}

@media screen and (max-width: 1080px) {
    .partners__services-text {
        width: 100%;
        padding: 0
    }
}

.partners__also {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px
}

@media screen and (max-width: 1080px) {
    .partners__also {
        width: calc(100% + 10px);
        margin: 0 -5px
    }
}

@media screen and (max-width: 490px) {
    .partners__also {
        width: 100%;
        margin: 0
    }
}

.partners__also-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(20% - 20px);
    margin: 0 10px
}

@media screen and (max-width: 1450px) {
    .partners__also-item {
        padding: 30px 20px
    }
}

@media screen and (max-width: 1080px) {
    .partners__also-item {
        width: calc(25% - 10px);
        margin: 0 5px 10px
    }
}

@media screen and (max-width: 860px) {
    .partners__also-item {
        width: calc(33.33% - 10px)
    }
}

@media screen and (max-width: 650px) {
    .partners__also-item {
        width: calc(50% - 10px)
    }
}

@media screen and (max-width: 490px) {
    .partners__also-item {
        width: 100%;
        margin: 0 0 10px
    }
}

.partners__choose {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: flex
}

@media screen and (max-width: 580px) {
    .partners__choose {
        flex-direction: column;
        width: 100%;
        margin: 0
    }
}

.partners__choose-item {
    max-width: 553px;
    width: calc(50% - 20px);
    padding: 50px;
    border: 1px solid #dfdfdf;
    margin: 0 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .29px
}

@media screen and (max-width: 920px) {
    .partners__choose-item {
        padding: 25px;
        font-size: 18px;
        line-height: 21px
    }
}

@media screen and (max-width: 580px) {
    .partners__choose-item {
        width: 100%;
        padding: 30px 20px;
        max-width: none;
        margin: 0 0 10px
    }
}

.partners__callback {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: .29px
}

@media screen and (max-width: 580px) {
    .partners__callback {
        font-size: 18px;
        line-height: 21px
    }
}

@media screen and (max-width: 1530px) {
    .seo-cases__info {
        padding-left: 20px
    }

    .seo-cases__target-title {
        margin-right: 20px
    }
}

@media screen and (max-width: 1440px) {
    .seo-cases__target-text {
        font-size: 25px
    }
}

@media screen and (max-width: 1135px) {
    .seo-cases__target-text {
        font-size: 23px
    }
}

.partners__callback-phone {
    font-weight: 700;
    letter-spacing: .29px;
    color: #000;
    text-decoration: none
}

.partners__callback-phone:hover {
    text-decoration: underline
}

.partners__callback-email {
    color: #fe9023;
    font-weight: 400;
    letter-spacing: .29px
}

.partners__callback-email:hover {
    text-decoration: none
}

.subscribe__blog {
    margin: 30px auto
}

.subscribe__submit {
    background: #fe9023;
    cursor: pointer;
    padding: 8px 30px;
    width: 190px;
    padding: 12px 26px;
    border: 1px solid #fe9023;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: .3s
}

.subscribe__submit:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s
}

.subscribe__submit:hover {
    color: #fff;
    background-color: #182432;
    border-color: #182432
}

.subscribe__text {
    margin: 20px auto;
    font-size: 20px
}

.subscribe__email {
    max-width: 760px;
    width: 100%;
    height: 43px;
    border: 1px solid #ccc7c7;
    padding-left: 20px;
    vertical-align: middle
}

.feature-list {
    margin-bottom: 83px
}

.feature-list:last-child {
    margin-bottom: 0
}

.feature-list__title {
    font-size: 30px;
    color: #000;
    font-weight: 900
}

.feature-list__list {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feature-list__item {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding-left: 42px;
    margin-bottom: 20px;
    letter-spacing: .22px
}

.feature-list__item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 11px;
    background-image: -webkit-linear-gradient(45deg, #cb4317 0%, #fe9830 100%);
    background-image: -o-linear-gradient(45deg, #cb4317 0%, #fe9830 100%);
    background-image: linear-gradient(45deg, #cb4317 0%, #fe9830 100%)
}

@media screen and (max-width: 400px) {
    .feature-list {
        margin-bottom: 25px
    }

    .feature-list__item {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .feature-list__item::before {
        width: 8px;
        height: 8px
    }

    .feature-list__list {
        margin-top: 25px
    }

    .feature-list__title {
        font-size: 24px
    }
}

.tariff__item_center {
    margin: 0 auto
}

.strategy {
    margin: 35px auto;
    width: 95%;
    border: 1px solid #bbc4cd;
    padding: 35px 55px
}

.strategy li {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

@media screen and (max-width: 860px) {
    .strategy ol {
        padding-left: 0
    }
}

.strategy__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700
}

.strategy__button {
    max-width: 320px;
    margin: 45px auto 0
}

.complex-marketing__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px
}

.complex-marketing__text b {
    font-weight: 700
}

.guarantee {
    background-size: cover;
    padding: 0 0 70px
}

.guarantee__text {
    margin: 0 auto;
    text-align: justify;
    padding: 0 0 60px;
    border-bottom: 1px solid #dadada
}

.guarantee__price {
    margin-bottom: 60px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #94dbf2
}

.promotion .h2 {
    font-size: 30px
}

.promotion .h2_left {
    text-align: left
}

.suitable-tariff {
    margin-bottom: 70px;
    text-align: center
}

.stariff-item {
    width: 23%;
    display: inline-block;
    margin-left: 2%;
    font-size: 15px;
    text-align: left;
    vertical-align: top
}

.stariff-item:first-child {
    margin-left: 0
}

.stariff-item__numer {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 30px;
    color: #94dbf2;
    font-size: 30px
}

.stariff-item__numer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 27px;
    background-color: #94dbf2
}

.plusminus {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    background: url(/local/templates/dial/template/img/promotion/mountains.jpg) center center no-repeat
}

.plusminus::after, .plusminus__items::after {
    clear: both;
    content: '';
    display: table
}

.plusminus__icons {
    margin-left: 90px
}

.plusminus__left {
    float: left;
    width: 48%
}

.plusminus__right {
    float: right;
    width: 48%
}

.plusminus-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px
}

.plusminus-item__icon {
    position: absolute;
    left: 0;
    top: 0
}

.plusminus-item__title {
    margin-bottom: 17px;
    font-size: 20px
}

.bg-angle {
    min-height: 450px;
    background-color: #fbfbfb;
    background-image: url(/local/templates/dial/template/img/promotion/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.tariff-detail__wrapper {
    margin-bottom: 50px
}

.tdetail-item {
    display: table-cell;
    padding: 50px 35px;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fafafb
}

.tdetail-item::after {
    content: '';
    clear: both;
    display: table
}

.tdetail-item__icon {
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #a4e3f3;
    background-image: url(/local/templates/dial/template/img/promotion/plus.png);
    background-position: center center;
    background-repeat: no-repeat
}

.tdetail-item:hover .tdetail-item__icon {
    background-color: #f3f3f3;
    background-image: url(/local/templates/dial/template/img/promotion/plusHover.png)
}

.tdetail-item:nth-child(2) {
    color: #fff;
    background-color: #a4e3f3;
    border-left: 20px solid #fff
}

.tdetail-item:nth-child(2) .tdetail-item__icon {
    background-color: #f3f3f3;
    background-image: url(/local/templates/dial/template/img/promotion/plusHover.png)
}

.tdetail-item:nth-child(2):hover .tdetail-item__icon {
    background-color: #a4e3f3;
    background-image: url(/local/templates/dial/template/img/promotion/plus.png)
}

.tdetail-item__info {
    float: left;
    width: 48%
}

.tdetail-item__plus {
    color: #a4e3f3;
    text-transform: uppercase
}

.tdetail-item:nth-child(2) .tdetail-item__plus {
    color: #ffa777
}

.price-list::after, .case-inner__wrapp {
    content: '';
    clear: both;
    display: table
}

.price-list__title {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: bolder
}

.price-list__items {
    float: left
}

.price-list__item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    margin: 0 20px;
    font-size: 16px;
    text-align: center
}

.price-list__item:first-child, .price-list__item:last-child {
    width: 140px;
    margin: 0
}

.price-list__time {
    float: right;
    width: 420px
}

.price-list__timing {
    position: relative;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 28px;
    font-size: 18px
}

.price-list__timing::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #a4e3f3
}

.price-list__icon {
    height: 45px;
    margin-bottom: 22px
}

.price-list__price {
    font-weight: 700
}

.form-circle {
    position: relative;
    z-index: 1;
    padding: 102px 0;
    clear: both;
    background-image: url(/local/templates/dial/template/img/promotion/circle.png);
    background-position: center center;
    background-repeat: no-repeat
}

.form-call__bg {
    padding: 4px 0;
    background-color: rgba(190, 232, 247, 0.73)
}

.form-call__form {
    text-align: center
}

.form-call__title {
    display: inline-block;
    font-size: 22px;
    margin-top: 43px;
    margin-bottom: 44px;
    line-height: 29px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    width: 155px
}

.form-call__input {
    display: inline-block;
    border: 0;
    vertical-align: 18px;
    width: 435px;
    padding: 15px 0;
    margin: 0 59px 0 68px;
    background: transparent;
    border-bottom: 1px solid #fff;
    transition: .3s
}

.form-call__input:focus {
    border-bottom: 1px solid #ffa371
}

.form-call__submit {
    display: inline-block;
    width: 175px;
    color: #fff;
    border: 0;
    line-height: 48px;
    vertical-align: 18px;
    border: 0;
    outline: 0;
    background-color: #ffa371;
    transition: .3s
}

.form-call__submit:hover {
    background: #fff;
    color: #ffa371
}

.brif-link {
    position: relative;
    margin-top: -82px;
    margin-bottom: 120px;
    z-index: 2;
    text-align: center
}

.brif-link__item {
    color: #ffa371;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px dotted
}

.additional-services {
    padding: 34px 0 28px
}

.additional-services__wrapper {
    background: url(/local/templates/dial/template/img/promotion/bg__additional-services.png) 50% 50% repeat-x;
    font-size: 0
}

.additional-services__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 163px;
    padding: 56px 0;
    margin-left: 31px;
    background: #fff;
    border: 1px solid #a4e3f3;
    border-radius: 100%;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000
}

.additional-services__item:hover:before {
    transform: scale(0.5);
    opacity: 0;
    border-color: #000
}

.additional-services__item:hover:after {
    transform: scale(1.5);
    opacity: 0;
    border-color: #000
}

.additional-services__item:before, .additional-services__item:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #a4e3f3;
    border-radius: 100%;
    transition: .4s
}

.additional-services__item:before {
    width: 178px;
    height: 176px;
    top: -9px;
    left: -9px
}

.additional-services__item:after {
    width: 150px;
    height: 149px;
    top: 4px;
    left: 4px
}

.additional-services__item._blue {
    color: #a4e3f3
}

.additional-services__item._1 {
    margin-top: 36px
}

.additional-services__item._2 {
    margin-top: 74px
}

.additional-services__item._3 {
    margin-top: 32px
}

.additional-services__item._4 {
    margin-top: -5px
}

.additional-services__item._5 {
    margin-top: 34px
}

.additional-services .center, .promotion-price__wrapper.center {
    margin: 0 auto;
    width: 1000px;
    box-sizing: border-box
}

.related-services {
    background: #eee;
    padding: 10px 0;
    font-size: 16px
}

.related-links {
    float: right
}

.related-links a {
    text-decoration: none;
    border-bottom: 2px dotted;
    margin-left: 10px
}

.related-links a:nth-child(4n+1) {
    color: #ff8640
}

.related-links a:nth-child(4n+2) {
    color: #9b9b9b
}

.related-links a:nth-child(4n+3) {
    color: #4bb0c2
}

.related-links a:nth-child(4n+4) {
    color: #000
}

.promotion-price {
    padding: 40px 0
}

.promotion-price__item > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px
}

.promotion-price__middle {
    line-height: 34px;
    font-size: 20px
}

.promotion-price__middle._blue {
    color: #80e4f4
}

.promotion-price__circle {
    background: #80e4f4;
    padding: 5px 13px;
    color: #fff;
    border-radius: 100%;
    font-size: 40px;
    line-height: 1;
    margin-right: 13px !important
}

.promotion-price__title._blue, .promotion-price__item > div span._blue {
    color: #80e4f4
}

.promotion-price__title._blue {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 21px
}

.promotion-price__item > div span {
    display: block
}

.promotion-price__subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 29px
}

.promotion-price__subtitle:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #80e4f4;
    position: absolute;
    bottom: -13px;
    left: 0
}

.promotion-price__item {
    font-size: 14px;
    line-height: 19px
}

.promotion-price__item > div span._blue {
    font-size: 15px;
    margin-top: 6px
}

.promotion-price__date, .promotion-price__bold {
    font-size: 15px
}

.promotion-price__bold {
    font-weight: 700
}

.promotion-price__hr {
    border: 0;
    border-top: 1px solid #e9e9e9;
    margin: 24px 0
}

.promotion-price__title._blue span {
    display: block;
    font-size: 14px;
    text-transform: initial;
    color: #7e7e7e;
    font-weight: 400
}

.promotion-price__title._lead {
    margin-right: 173px
}

.promotion-price__bold._lead {
    margin-top: 10px
}

.promotion-price__item._first {
    margin-bottom: 40px
}

.plusminus-icons__title {
    position: absolute;
    top: 80px
}

.plusminus-icons__title._1 {
    left: 5px;
    color: #bbe8f7
}

.plusminus-icons__title._2 {
    left: 90px;
    color: #ffc7a8
}

@media screen and (max-width: 1050px) {
    .plusminus__left, .plusminus__right {
        float: none;
        width: 100%
    }

    .promotion-price__item > div {
        margin-bottom: 20px
    }

    .additional-services__item {
        margin: 0 31px 50px !important
    }

    .additional-services .center, .promotion-price__wrapper.center {
        width: 720px;
        padding: 0 20px
    }

    .price-list__items {
        float: none;
        margin-bottom: 50px;
        text-align: center
    }

    .price-list__time {
        float: none;
        width: 100%;
        text-align: center
    }

    .price-list__timing::after {
        left: 50%;
        margin-left: -25px
    }
}

@media screen and (max-width: 719px) {
    .tdetail-item {
        display: block;
        width: 100%;
        margin-bottom: 40px
    }

    .tdetail-item__info, .tdetail-item__plusblock {
        float: none;
        width: 100%
    }

    .stariff-item {
        width: 46%;
        width: 100%
    }

    .promotion-price__item > div {
        margin: 0 2px;
        margin-bottom: 20px
    }

    .additional-services__item {
        margin: 0 56px 30px !important
    }

    .additional-services .center, .promotion-price__wrapper.center {
        width: 320px;
        padding: 0 20px
    }
}

.subscription._light {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.subscribe__blog {
    max-width: 740px;
    margin: 30px auto 0
}

.subscribe__blog-text {
    width: 100%;
    font-weight: 900;
    margin-bottom: 15px
}

.subscribe__blog-wrap {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.subscribe__blog-image {
    width: 30%
}

.subscribe__blog-wrap label {
    width: 100%
}

@media screen and (max-width: 500px) {
    table.seminarTable td {
        display: block;
        width: 100%;
        text-align: center
    }

    .subscribe__blog-image {
        display: none
    }

    .subscribe__blog-wrap {
        width: 100%
    }
}

.styled__description {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .22px
}

.feature-list__item_active {
    color: #000;
    font-weight: 700
}

.tools__titles .feature-list__item {
    cursor: pointer
}

table.seminarTable {
    margin: 30px auto;
    width: 100%
}

table.seminarTable td {
    padding: 10px;
    background: rgba(202, 202, 202, 0.5)
}

table.seminarTable tr:nth-child(2n) td {
    background: rgba(202, 202, 202, 0.3)
}

@media screen and (max-width: 450px) {
    .header__phone-link {
        font-size: 14px
    }
}

.agima-link {
    opacity: .7
}

.agima-link:hover {
    opacity: 1
}

#agima-badge {
    width: 88px;
    height: 40px
}

.dial-division {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    letter-spacing: .3px;
    transition: all .3s;
    margin-right: 0
}

.dial-division::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 35px;
    left: 0
}

@media screen and (max-width: 860px) {
    .dial-division {
        margin-right: 10px;
        margin-left: 0;
        font-size: 10px
    }
}

.header__wrap-logo {
    display: flex;
    align-items: center
}

.dial-division__list {
    display: block;
    position: absolute;
    top: calc(100% + 33px);
    background: transparent;
    left: -1px;
    z-index: 3;
    min-width: 100%;
    max-height: 1px;
    overflow: hidden;
    padding: 0;
    transition: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
    .dial-division__list {
        top: 100%
    }
}

.dial-division__item {
    padding: 5px 10px 5px 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0 30px 15px;
    white-space: nowrap
}

@media screen and (max-width: 480px) {
    .dial-division__item {
        font-size: 12px
    }
}

.dial-division::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s
}

.dial-division:hover .dial-division__list {
    display: block;
    max-height: 300px;
    background: #fff;
    transition: all .6s ease-in
}

.dial-division__item:last-child {
    border-bottom: none
}

.dial-division__item_current {
    color: #fe9023
}

.dial-division__item_current::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%
}

@media screen and (max-width: 480px) {
    .dial-division {
        margin-left: 15px;
        padding: 5px;
        text-align: center;
        font-size: 12px
    }

    .dial-division__item {
        margin: 0 15px 5px
    }

    .dial-division__item_current::after {
        top: 10px
    }

    .dial-division__item:first-child {
        margin-top: 15px
    }

    .dial-division__item:last-child {
        margin-bottom: 15px
    }
}

.dial-division__current {
    transition: all .3s;
    font-size: 18px;
    font-weight: 700;
    color: #fe9023;
    letter-spacing: 0
}

@media screen and (max-width: 1500px) {
    .dial-division__current {
        font-size: 14px
    }
}

.dial-division__item::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #4a4a4a;
    opacity: .9;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%
}

.dial-division__item:first-child {
    margin-top: 30px
}

.dial-division__item:last-child {
    margin-bottom: 30px
}

.birthday10 {
    position: absolute;
    top: 0;
    left: calc(100% + 23px);
    display: none;
}

@media screen and (max-width: 1320px) {
    .birthday10 {
        display: none
    }
}

.birthday10Bottom {
    position: absolute;
    top: 65px;
    left: 30px
}

@media screen and (max-width: 1800px) {
    .birthday10Bottom {
        width: 130px
    }
}

@media screen and (max-width: 1580px) {
    .birthday10Bottom {
        top: 125px
    }
}

@media screen and (max-width: 490px) {
    .birthday10Bottom {
        display: none
    }
}

.header > .container-outer {
    /* background-image: url(/local/templates/dial/template/img/10year/10year-bg-top.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

@media screen and (max-width: 800px) {
    .header > .container-outer {
        background-image: none
    }
}

.footer {
    background-image: url(/local/templates/dial/template/img/10year/10year-bg-bottom.png);
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 800px) {
    .footer {
        background-image: none
    }
}

.tablet-show {
    visibility: hidden;
    display: none
}

@media screen and (max-width: 1500px) {
    .tablet-show {
        display: flex;
        visibility: visible
    }

    .tablet-hide {
        display: none
    }
}

@media screen and (max-width: 1330px) {
    .birthday10 {
        display: none
    }
}

@media screen and (max-width: 1190px) {
    .header__city {
        width: 80px
    }

    .tablet-show {
        display: none
    }
}

@media screen and (max-width: 843px) {
    .tablet-show {
        display: flex
    }
}

@media screen and (max-width: 1600px) {
    .header__wrap-logo {
        width: 25%;
    }

    .header__phone-link {
        white-space: nowrap;
    }
}


h2.page-title {
    margin: 0 0 20px;
    font-weight: 900;
    font-size: 48px;
}

.tariff__subtitle {
    font-size: 1.2em;
    font-weight: 300;
    margin: 15px 0;
    letter-spacing: .22px;
}


.guarantee-wrap {
    /* margin-top: 100px; */
    display: flex;
}

.guarantee-info {
    flex-grow: 1;
    background-size: cover;
    background-image: url(/local/templates/dial/template/img/guarantee-bg.png);
}

.guarantee-target {
    width: 656px;
    max-width: 100%;
    margin-left: 70px;
    flex-shrink: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .22px;
}

.guarantee-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ef5a2e 0%, #ff9103 100%);
    opacity: 0.9;
}

.guarantee-info__list {
    padding: 70px 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    color: white;
}

.guarantee-info-item {
    display: flex;
    flex-direction: column;
}

.guarantee-info-item__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    margin-bottom: 40px;
}

.guarantee-info-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guarantee-info-item__title {
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 35px;
}

.guarantee-info-item__description {
    font-size: 18px;
    font-weight: 700;
}

.guarantee-info__bottom {

    grid-column: 1/3;
}

.guarantee-target__description {
    color: #ff8e2c;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: normal;
}

.guarantee-target__title {
    font-family: "Source Sans Pro";
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 33px;
    line-height: normal;
}

.guarantee-target ul {
    padding-left: 20px;
    margin-bottom: 36px;
}

section.guarantee {
    padding: 0;
}

.guarantee-outer__wrap {
    padding: 70px 0;
}

@media screen and (max-width: 1500px) {
    .guarantee-info-item__title {
        font-size: 26px;
    }

    .guarantee-info-item__image {
        margin-bottom: 15px;
    }

    .guarantee-info__list {
        padding: 25px;
    }

    .guarantee-target__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .guarantee-target {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .guarantee-wrap {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .guarantee-info {
        margin-bottom: 15px;
    }

    .guarantee-target {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .guarantee-info-item__image {
        width: 25px;
        height: 25px;
    }

    .guarantee-info-item__title {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .guarantee-info-item__description {
        font-size: 12px;
        font-weight: 300;
    }

    .guarantee-info__list {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .guarantee-info__bottom {
        font-size: 10px;
    }

    .guarantee-target__title {
        font-size: 16px;
        margin-bottom: 16px;
        text-align: center;
    }

    .guarantee-target__description {
        font-size: 14px;
        margin-bottom: 10px;
        /* font-weight: 300; */
        text-align: center;
        font-weight: 400;
    }

    ul.guarantee-target__list {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .guarantee-target__bottom {
        font-size: 10px;
    }

    .guarantee-outer__wrap {
        padding: 20px 0;
    }
}

.lang-switch {
    color: #4a4a4a;
    text-decoration: none;
    padding: 12px;
    border: 1px solid #fe9023;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    transition: .3s;
    margin: 10px;
}

.lang-switch::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s
}

.lang-switch::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px
}

.lang-switch:hover {
    color: #fff;
    background-color: #fe9023
}

.inner-callback + .serviceDescription {
    /* margin-top: 100px; */
}

.actions__item {
    height: 500px;
    overflow: hidden;
}

.actions__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actions__info {
    transition: all .4s ease-in-out;
    display: flex;
    flex-direction: column;
}

.actions__info {
    min-height: 220px;
}

.actions__name {
    font-size: 20px;
    line-height: 120%;
}

.actions__item:hover .actions__info {
    padding: 80px 40px 40px;
}

.actions__button {
    clip-path: polygon(6% 1%, 100% 1%, 100% 100%, 0 100%, 0 33%);
    -webkit-clip-path: polygon(6% 1%, 100% 1%, 100% 100%, 0 100%, 0 33%);
    height: 50px;
    width: 200px;
    padding: 0;
    justify-content: center;
    align-items: center;
    transform: translateY(200px);
    transition: all .4s ease-in-out;
    margin-top: auto;
    display: flex;
    max-width: 100%;
}

.actions__button:hover {
	color: #fff;
	background-color: #4a4a4a;
}

.actions__item:hover .actions__button {

    display: flex;
    transform: translateY(0);
}

.page-title {
    letter-spacing: -0.58px;
}

.guarantee-wrap {
    margin-top: 47px;
}

.guarantee-info__title {
    color: white;
    margin-top: 62px;
    margin-left: 92px;
    font-size: 36px;
    font-weight: 900;
    line-height: 129%;
    margin-right: 92px;
}

.guarantee-info__subtitle {
    color: white;
    margin-top: 30px;
    margin-left: 96px;
    margin-bottom: 62px;
    letter-spacing: 0.22px;
    line-height: 148%;
    margin-right: 96px;
}

@media screen and (max-width: 1400px) {
    .actions__item {
        height: 350px;
    }

    .actions__name {
        font-size: 14px;
        line-height: normal;
    }

    .actions__info {
        min-height: 140px;
    }

    .case-item__name {
        font-size: 24px;
    }

    .case-item__info {
        padding: 25px 30px 30px;
    }

}

@media screen and (max-width: 480px) {
    .actions__item {
        height: 250px;
    }

    .guarantee-info__title {
        margin: 20px;
        font-size: 20px;
        font-weight: 700;
    }

    .guarantee-info__subtitle {
        font-size: 14px;
        margin: 20px;
    }
}

/**** Webinar banner ****/

header .banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/local/templates/dial/template/img/feedback-form.jpg);
}

@media screen and (max-width: 420px) {
    body.--academy header .banner {
        display: none;
    }

    body.--academy .main._inner {
        padding-top: 76px;
    }
}

.banner .banner__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 768px;
    margin: 0 auto;
}

.banner .banner__text {
    color: #fff;
    display: flex;
    align-items: center;
}

.banner .banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease-in-out;
    background: #ffffff;
    background: linear-gradient(135deg, transparent 12px, #ffffff 0);
    color: #000000;
    white-space: nowrap;
}

.banner .banner__link:hover {
    color: #fff;
    background: linear-gradient(135deg, transparent 12px, #182432 0);
}

.banner .lattice::before {
    content: none;
}

.banner .lattice span::before {
    content: none;
}

@media screen and (max-width: 1200px) {
    .banner .banner__wrapper {
        width: 100%;
        padding: 10px 80px 10px 15px;
    }

    .banner .banner__text {
        padding-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .banner .banner__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .banner .banner__text {
        font-size: 14px;
        align-self: center;
    }

    .banner .banner__link {
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 580px) {
    .banner .banner__wrapper {
        padding: 10px 55px 10px 15px;
    }
}

/**** END Webinar Banner ****/

/**** Dial Academy ****/
.slogan._fullsize {
    max-width: none;
}

.slogan_academy {
    padding-right: 200px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.29px;
}

@media screen and (max-width: 1024px) {
    .slogan_academy {
        padding-right: 0;
    }
}

.tariff__name {
    color: black;
    text-decoration: none;
}

a.tariff__name:hover {
    text-decoration: underline;
}

.tariff-wrap4 .tariff__item {
    width: 25%;
}

/*.tariff-wrap4 .tariff__name {width: 100%;padding-left: 0;}*/
.tariff-wrap4 .tariff__info { /*height: calc(100% - 112px);*/
}

.button_large {
    width: 190px;
    height: 90px;
}

.academy-list {
    margin-bottom: 110px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 1280px) {
    .academy-list {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1580px) {
    .tariff-wrap4 .tariff__item {
        width: 33.3%;
    }
}

@media screen and (max-width: 920px) {
    .tariff-wrap4 .tariff__item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

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

@media screen and (max-width: 1024px) {
    .about__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }
}

.about__images img {
    width: 400px;
    height: 460px;
    display: block;
}

@media screen and (max-width: 480px) {
    .about__images img {
        max-width: 100%;
    }
}

.about-info {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 88px;
}

@media screen and (max-width: 1280px) {
    .about__key .about-info {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 920px) {
    .about-info {
        margin-bottom: 40px;
    }
}

.about-info b {
    font-weight: 700;
}

.about__top-text {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FE9023;
}

.about-team__contols {
    margin: 20px 0 0 0px;
}

.about-team__slider {
    margin-top: -40px;
    width: 640px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-team__wrap {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9999px;
}

.about-team__person {
    margin-right: 20px;
    width: 310px;
}

.academy-text {
    letter-spacing: 0.2175px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1500px) {
    .about-team__slider {
        margin-top: 20px;
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 1500px) {
    .about-team__slider {
		top: -50px;
    }

    .about-team__slider:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 25px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }
}

@media screen and (max-width: 500px) {
    .about-team__slider:after {
        display: none;
    }

    .about-team__wrap {
        width: 2500%;
    }

    .about-team__person {
        width: 4%;
    }
}

.academy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 110px;
    margin-top: 40px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .academy-info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .academy-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.academy-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 64px;
    grid-row-gap: 100px;
    border-right: 1px solid #000000;
    padding-right: 42px;
}

@media screen and (max-width: 1024px) {
    .academy-info__list {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        border: none;
        padding-right: 0;
        margin-bottom: 25px;
    }
}

.academy-info__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.29px;
    margin-bottom: 8px;
}

.academy-info__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2175px;
}

.academy-info-side {
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .academy-info-side {
        padding-left: 0;
    }
}

.academy-info__sub {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 32px;
}

.academy-info__content {
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.2175px;
}

.academy-reviews {
    margin: 100px 0;
}

@media screen and (max-width: 1280px) {
    .academy-reviews {
        margin: 40px 0;
    }
}

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

@media screen and (max-width: 1024px) {
    .academy-reviews__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .academy-reviews__info {
        margin-bottom: 15px;
    }
}

.academy-reviews__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .academy-reviews__controls {
        margin-bottom: 15px;
    }
}

.academy-reviews_control._left {
    margin-right: 20px;
}

.academy-reviews__callback {
    width: 170px;
    height: 90px;
}

@media screen and (max-width: 1024px) {
    .academy-reviews__callback {
        width: 140px;
        height: 60px;
    }
}

.academy-reviews__slider {
    margin-top: 40px;
}

.academy-reviews-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .academy-reviews-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.academy-reviews-slide__image {
    width: 310px;
    height: 330px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .academy-reviews-slide__image {
        width: 100%;
    }
}

.academy-reviews-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .academy-reviews-slide__image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.academy-reviews-slide__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.29px;
    margin-bottom: 24px;
}

.academy-reviews-slide__description {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.29px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1500px) {
    .academy-reviews-slide__description {
        font-size: 18px;
        line-height: 120%;
    }
}

.academy-reviews-slide__link {
    margin-top: auto;
    margin-left: 0;
}

.academy__feedback .feedback__wrap-outer {
    padding-top: 50px;
    padding-bottom: 110px;
    background-position: center 53px;
}

.academy__feedback .feedback__wrap-outer::before {
    top: 53px;
}

.academy__feedback .feedback__wrap-outer::after {
    top: 63px;
}

body.--academy .about__info._worth {
    margin: 0 0 150px;
}

body.--academy .header__wrap-info {
    justify-content: flex-end;
}

.faq-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 37px;
}

@media screen and (max-width: 1024px) {
    .faq-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.faq__list {
    margin: 100px 0;
}

@media screen and (max-width: 1024px) {
    .faq__list {
        margin: 20px 0;
    }
}

.faq-item {
    background: white;
    padding: 0 50px;
    margin-bottom: 30px;
    -webkit-box-shadow: 15px 15px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 15px 15px 60px rgba(0, 0, 0, 0.07);
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
    .faq-item {
        padding: 0 20px;
        margin-bottom: 15px;
    }
}

.faq-item__title {
    padding: 45px 0;
    padding-left: 15px;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.29px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .faq-item__title {
        padding: 25px 0;
        padding-left: 15px;
    }
}

.faq-item__title::before {
    content: "";
    position: absolute;
    left: 48px;
    width: 6px;
    height: 11px;
    background: #ff8e2c;
    top: 50%;
    -webkit-transform: translate(-60px, -50%) skewX(-25deg);
    -ms-transform: translate(-60px, -50%) skewX(-25deg);
    transform: translate(-60px, -50%) skewX(-25deg);
}

@media screen and (max-width: 1024px) {
    .faq-item__title::before {
        left: 60px;
    }
}

.faq-item__title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4.50495 7.64507L0.205241 3.34522C-0.0684137 3.0717 -0.0684137 2.62823 0.205241 2.35484C0.478652 2.08143 0.922098 2.08143 1.19549 2.35484L5.00007 6.15954L8.80452 2.35495C9.07805 2.08154 9.52145 2.08154 9.79486 2.35495C10.0684 2.62836 10.0684 3.07181 9.79486 3.34533L5.49508 7.64518C5.35831 7.78189 5.17925 7.85016 5.00009 7.85016C4.82085 7.85016 4.64165 7.78176 4.50495 7.64507Z' fill='%2300092C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10' height='10' fill='white' transform='matrix(1.19249e-08 1 1 -1.19249e-08 0 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .faq-item__title::after {
        right: 15px;
    }
}

.faq-item__title_open::after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

.faq-item__question {
    border-top: 1px solid #E1E1E1;
    padding: 40px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2175px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .faq-item__question {
        padding: 20px 0;
        font-size: 12px;
        text-align: justify;
    }
}

.tariff__item_academy {
    padding-right: 29px;
    padding-left: 50px;
}

.tariff__item_academy .tariff__sub {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    max-width: 270px;
}

.tariff__item_academy .tariff-teacher {
    margin-bottom: 30px;
}

.tariff__item_academy .tariff-teacher__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.tariff__item_academy .tariff-teacher__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.tariff__item_academy .tariff-teacher__position {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.tariff__item_academy .tariff-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    margin-bottom: 30px;
}

.tariff__item_academy .tariff-data-item__head {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 7px;
}

.tariff__item_academy .tariff-data-item__body {
    font-weight: bold;
}

.tariff__item_academy .tariff-data-item__body, .tariff__price__info {
    font-size: 18px;
    line-height: 23px;
}

.tariff__item_academy .tariff__price__info span {
    text-decoration: line-through;
    font-weight: bold;
}

.tariff__item_academy .tariff__buttons a.button {
    margin-bottom: 15px;
}

/**** Academy Footer Banner ****/

body.--academy footer.footer {
    margin-bottom: 56px;
}

.academy__footer-banner {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/local/templates/dial/template/img/feedback-form.jpg);
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .academy__footer-banner {
        display: block;
    }
}

.academy__footer-banner .banner {
    padding: 10px 80px 10px 15px;
    display: flex;
    justify-content: center;
}

.academy__footer-banner .banner__link {
    border: none;
}

@media screen and (max-width: 768px) {
    .academy__footer-banner {
        background: #fe9023;
    }

    .academy__footer-banner .banner {
        padding: 0 60px 0 0;
    }

    .academy__footer-banner .banner__link {
        width: 100%;
        padding: 20px;
        background: transparent;
    }

    .academy__footer-banner .banner__link:hover {
        background: #182432;
    }
}

@media screen and (max-width: 600px) {
    .academy__footer-banner .banner__link {
        margin-top: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    .academy__footer-banner .banner {
        padding: 0 40px 0 0;
    }
}

.academy__feedback .feedback__title {
    font-size: 54px;
    line-height: 64px;
}

.black-friday__banner._homepage {
    width: 100%;
}

.black-friday__banner._homepage img {
    width: 100%;
    height: auto;
}

.black-friday__banner._homepage img:last-child {
    display: none;
}

@media screen and (max-width: 415px) {
    .black-friday__banner._homepage img:first-child {
        display: none;
    }

    .black-friday__banner._homepage img:last-child {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 24px;
    }

    h2.page-title {
        font-size: 22px;
    }

    .serviceDescription {
        padding-right: 0 !important;
    }

    .about__info-name {
        font-size: 20px;
    }
}

.landing-block .landing-block__subtitle {
    font-size: 24px;
    color: #ff8e2c;
    font-weight: 900;
}

.landing-block .landing-block__wrapper {
    display: flex;
    align-items: center;
    background: url(/local/templates/dial/template/img/services/lblock_bg.png) 100% 0px no-repeat;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .22px;
}

.landing-block__wrapper .landing-block__left {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    width: 350px;
    line-height: 1;
    letter-spacing: .29px;
}

.landing-block__wrapper .landing-block__right {
    padding-top: 80px;
    padding-left: 117px;
    padding-bottom: 80px;
    width: 461px;
}

.landing-block__wrapper .landing-block__right .button.button_oragne {
    min-width: 180px;
}

@media screen and (max-width: 980px) {
    .landing-block .landing-block__wrapper {
        flex-wrap: wrap;
    }

    .landing-block__wrapper .landing-block__left {
        width: 100%;
        margin-top: 40px;
    }

    .landing-block__wrapper .landing-block__right {
        width: 100%;
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 480px) {
    .landing-block .landing-block__subtitle, .landing-block__wrapper .landing-block__left {
        font-size: 18px;
        line-height: 24px;
    }

    .landing-block__wrapper .landing-block__left {
        margin-top: 20px;
    }
}

.advantages-banner {
    color: #fff;
    margin-top: 100px;
    font-size: 18px;
}

@media screen and (max-width: 1450px) {
    .advantages-banner {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .advantages-banner {
        margin-top: 30px;
    }
}

.advantages-banner__inner {
    background: url(/local/templates/dial/template/img/services/services-bg.png) no-repeat 72% 20%, linear-gradient(90deg, rgba(254, 100, 19, 1) 0%, rgba(254, 144, 35, 1) 100%);
    padding: 55px 100px;
    clip-path: polygon(37px 0, 100% 0%, 100% 100%, 0 100%, 0 30px);
    display: flex;
    flex-wrap: nowrap;
    min-height: 280px;
}

.advantages-banner .advantages-banner__left {
    max-width: 430px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .advantages-banner__inner {
        padding: 55px;
    }

    .advantages-banner .advantages-banner__left {
        max-width: 360px;
    }

    .advantages-banner {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .advantages-banner__inner {
        display: flex;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    padding-bottom: 30px;
    }

    .advantages-banner .advantages-banner__left {
        max-width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .advantages-banner__inner {
        padding: 30px;
    }
}

.advantages-banner .advantages-banner__title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .advantages-banner .advantages-banner__title {
        font-size: 22px;
        line-height: 1;
    }
}

.advantages-banner .advantages-banner__subtitle {
    font-weight: 700;
}

.advantages-banner .advantages-banner__right {
    max-width: 400px;
}

@media screen and (max-width: 1450px) {
    .advantages-banner .advantages-banner__right {
        max-width: 100%;
    }
}

.advantages-banner .advantages-banner__text {
    line-height: 30px;
    font-weight: 300;
}

.advantages-banner .advantages-banner__text ul {
    margin: 0;
}

@media screen and (max-width: 800px) {
    .advantages-banner .advantages-banner__text ul {
        padding-left: 20px;
    }
}

.advantages-banner:after {
    content: '';
    position: absolute;
    background: url(/local/templates/dial/template/img/services/lolipops.png) no-repeat;
    right: 0;
    bottom: 0;
    width: 510px;
    height: 385px;
}

@media screen and (max-width: 1600px) {
    .advantages-banner:after {
        width: 340px;
        height: 280px;
        background-size: 350px;
    }
}

@media screen and (max-width: 1450px) {
    .advantages-banner:after {
        display: none;
    }
}

.about__reasons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 105px;
}

.about__reasons-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
}

.about__reasons-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 5 - 36px);
    padding: 10px 10px 20px 67px;
    margin-bottom: 13px;
    border-top: 1px solid #ff9103;
    border-bottom: 1px solid #ff9103;
}

@media screen and (max-width: 1400px) {
    .about__reasons-item {
        width: calc(100% / 3 - 36px);
    }
}

@media screen and (max-width: 1024px) {
    .about__reasons-item {
        width: calc(100% / 2 - 36px);
    }
}

@media screen and (max-width: 650px) {
    .about__reasons-item {
        width: 100%;
    }
}

.about__reasons-item:first-child {
    border-left: 1px solid #ff9103;
}

.about__reasons-item:last-child {
    border-right: 1px solid #ff9103;
    width: 22.5%;
}

@media screen and (max-width: 1400px) {
    .about__reasons-item:last-child {
        width: calc(100% / 3 - 36px);
    }
}

@media screen and (max-width: 1024px) {
    .about__reasons-item:last-child {
        width: 100%;
    }
}

.about__reasons-item:not(:last-child) {
    margin-right: 25px;
}

.about__reasons-item:not(:first-child) {
    padding: 10px 10px 20px 90px;
}

.about__reasons-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: -1px;
    width: 1px;
    right: 0;
    height: 57%;
    background: #ff9103;
    transform: rotate(-28deg);
    transform-origin: top;
}

.about__reasons-item:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    bottom: -1px;
    height: 57%;
    background: #ff9103;
    transform: rotate(28deg);
    transform-origin: bottom;
}

.about__reasons-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: .24px;
    text-transform: uppercase;
    z-index: 1;
}

@media screen and (max-width: 1500px) {
    .about__reasons-text {
        font-size: 13px;
    }
}

.about__reasons-item_left-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.about__reasons-item_left-border::before {
    content: '';
    position: absolute;
    top: -1px;
    width: 1px;
    left: 0;
    height: 57%;
    background: #ff9103;
    transform: rotate(-28deg);
    transform-origin: top;
}

.about__reasons-item_left-border::after {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    bottom: -1px;
    height: 57%;
    background: #ff9103;
    transform: rotate(28deg);
    transform-origin: bottom;
}

.about__reasons-item span {
    color: #fe9023;
    font-size: 122px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.74px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
    .about__reasons-item span {
        font-size: 100px;
    }
}

@media screen and (max-width: 600px) {
    .about__reasons-item span {
        font-size: 80px;
    }
}

@media screen and (max-width: 420px) {
    .about__reasons-item span {
        font-size: 64px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.about__reasons-description {
    max-width: none;
    width: 100%;
    text-align: start;
    margin-top: 30px;
    padding: 10px 15px 15px 65px;
    background: linear-gradient(90deg, #ff6800, #ff9001);
    color: white;
}

.about__reasons-description p {
    max-width: 970px;
    margin: 0;
}

.about__reasons-title {
    max-width: none;
}

.blog-callback {
    margin-left: -131px;
}

@media screen and (max-width: 1785px){
    .blog-callback {
        margin-left: 0;
    }
}

.blog-callback .callback__container {
    display: flex;
}

@media screen and (max-width: 1240px) {
    .blog-callback .callback__container {
        flex-direction: column;
    }
}

.blog-callback .callback__background {
    position: absolute;
    width: 100%;
    background: url(/local/templates/dial/template/img/feedback_bg.jpg) -5px -103px no-repeat, #242423;
    height: calc(100% - 146px);
    margin: 73px 0;
}

.blog-callback .callback__background:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
}

.blog-callback__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.blog-callback__img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: .4;
    z-index: 1;
    display: none;
}

@media screen and (max-width: 1640px){
    .blog-callback__img::before {
        display: flex;
    }
}

.blog-callback__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: left top;
}

.blog-callback__text {
    width: 100%;
    max-width: 720px;
    padding: 98px 49px 98px 49px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media screen and (max-width: 1366px) {
    .blog-callback__text {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 1240px) {
    .blog-callback__text {
        max-width: 100%;
    }
}



.blog-callback__text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 341px;
    z-index: 2;
}
.blog-callback__title {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #34404B;
}

.blog-callback__subtitle {
    font-size: 20px;
    line-height: 25px;
    color: #34404B;
    font-weight: 700;
    margin-bottom: 37px;
}

.blog-callback__list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-inner__content ul.blog-callback__list {
    margin: 0;
}

.blog-callback__item {
    display: flex;
    margin: 15px;
}

.blog-inner__content li.blog-callback__item {
    margin: 0 0 15px 0;
    color: #34404B;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .19px;
}

.blog-inner__content ul > li.blog-callback__item::before {
    display: none;
}

.blog-callback__item-mark {
    margin-right: 32px;
}

@media screen and (max-width: 480px) {
    .blog-callback__text {
        padding: 20px;
    }

    .blog-callback__title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .blog-callback__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .blog-inner__content li.blog-callback__item {
        padding-left: 0;
    }

    .blog-callback__item {
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .blog-callback__item-mark {
        margin-right: 10px;
    }
}


.blog__callback-form.feedback-form {
    background: linear-gradient(225.5deg, #F9A72D 14.28%, #F56B30 74.81%);
}
/*.blog-callback .callback__text ul {
    margin: 15px 0 0;
    list-style: disc;
}

.blog-callback .callback__text ul li {
    color: #fff;
    margin: 0;
}

.blog-callback .callback__text ul li:before {
    display: none;
}*/

.blog-callback__form {
    margin-top: 0;
    max-width: 491px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 1240px) {
    .blog-callback__form {
        max-width: 100%;
    }

    .blog-callback__form>div {
        width: 100%;
    }
}

.blog-callback .callback__form-wrapper {
    margin-left: 21px;
    padding: 14px;
    background-color: #ef7a33;
}

.blog__callback-form {
    margin-top: 0;
    max-width: 100%;
    padding: 108px 80px 118px;
    display: flex;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .blog__callback-form {
        padding: 20px;
    }
}

.blog__callback-form .feedback-form__text a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 1500px) {
    /*.blog-callback .callback__title {
        font-size: 20px;
        line-height: 28px;
    }

    .blog-callback .callback__text {
        font-size: 16px;
        line-height: 24px;
    }*/
}

@media screen and (max-width: 1300px) {
    /*.blog-callback .callback__text-wrapper {
        padding: 30px;
    }

    .blog-callback .callback__title {
        font-size: 18px;
        line-height: 24px;
    }*/
}

@media screen and (max-width: 1200px) {
    /*.blog-callback .callback__title {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-callback .callback__text, .blog-callback .callback__text ul li {
        font-size: 14px;
        line-height: 20px;
    }*/
}

@media screen and (max-width: 1080px) {
    /*.blog-callback .callback__container {
        flex-wrap: wrap;
    }

    .blog-callback .callback__text-wrapper {
        width: 100%;
    }

    .blog__callback-form {
        margin-top: -50px;
    }

    .blog-callback__form {
        margin: 0 auto;
    }*/
}

@media screen and (max-width: 1024px) {
    /*.blog-callback .callback__background {
        background-position-x: -150px;
    }*/
}

@media screen and (max-width: 420px) {
    /*.blog-callback .callback__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }*/

    /*.blog__callback-form {
        margin-top: 20px;
    }*/
}

.features {
    background-size: cover;
    padding: 40px 175px;
    background: url(/local/templates/dial/template/img/guarantee-bg.png) 90% 70% no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.features:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    background: linear-gradient(45deg, rgb(239, 90, 46) 0%, rgb(255, 145, 3) 100%);
}

.features .features__text {
    max-width: 550px;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
}

.features .features__form-wrapper {
    max-width: 480px;
}

@media (max-width: 1600px) {
    .features {
        padding: 40px 100px;
    }
}

@media (max-width: 1400px) {
    .features .features__text {
        font-size: 24px;
    }

    .features {
        padding: 30px 70px;
    }
}

@media (max-width: 1200px) {
    .features {
        padding: 20px 40px;
    }

    .features .features__form-wrapper {
        max-width: 400px;
    }
}

@media (max-width: 1000px) {
    .features {
        flex-wrap: wrap;
        padding: 40px;
    }

    .features .features__text {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .features .features__form-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .features .features__text {
        font-size: 18px;
    }

    .features {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .features {
        padding: 15px 15px 20px;
    }

    .features .features__text {
        font-size: 15px;
    }
}

.portfolio-case__head {
    margin-bottom: 247px;
}

@media screen and (max-width: 650px) {
    .portfolio-case__head {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__head {
        margin-bottom: 100px;
    }
}

.portfolio-case__head__wrapper {
    display: flex;
    padding: 107px 110px 100px;
}

@media screen and (max-width: 1300px) {
    .portfolio-case__head__wrapper {
        padding: 60px;
    }
}

@media screen and (max-width: 1180px) {
    .portfolio-case__head__wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__head__wrapper {
        padding: 15px;
    }
}

.portfolio-case {
    counter-reset: casesHead;
}

.portfolio-case__head__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #182432;
    opacity: .75;
}

.portfolio-case__head-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.portfolio-case__content {
    display: flex;
    flex-direction: column;
    width: 40%;
}

@media screen and (max-width: 1180px) {
    .portfolio-case__content {
        width: 100%;
    }
}

.portfolio-case__type {
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .3625px;
    text-transform: uppercase;
    color: #BBC4CD;
    margin-bottom: 3px;
}

@media screen and (max-width: 500px) {
    .portfolio-case__type {
        font-size: 18px;
        line-height: 120%;
    }
}

.portfolio-case__title {
    font-weight: 900;
    font-size: 64px;
    line-height: 70px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    margin-bottom: 42px;
}

@media screen and (max-width: 500px) {
    .portfolio-case__title {
        font-size: 34px;
        line-height: 150%;
        margin-bottom: 15px;
    }
}

.portfolio-case__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .2175px;
    color: white;
    max-width: 707px;
    width: 100%;
    padding-bottom: 49px;
    border-bottom: 1px solid white;
}

@media screen and (max-width: 500px) {
    .portfolio-case__description {
        font-size: 14px;
        padding-bottom: 15px;
    }
}

.portfolio-case__result {
    display: flex;
    margin-top: 46px;
}

@media screen and (max-width: 650px) {
    .portfolio-case__result {
        flex-direction: column;
        margin-top: 0;
    }
}

.portfolio-case__result-item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

@media screen and (max-width: 650px) {
    .portfolio-case__result-item {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__result-item {
        margin-top: 15px;
    }
}

.portfolio-case__result-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: white;
    margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
    .portfolio-case__result-title {
        font-size: 16px;
    }
}

.portfolio-case__result-value {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
}

@media screen and (max-width: 500px) {
    .portfolio-case__result-value {
        font-size: 20px;
    }
}

.portfolio-case__image {
    min-width: 943px;
    max-height: 522px;
    position: absolute;
    right: 0;
    top: 183px;
}

@media screen and (max-width: 1580px) {
    .portfolio-case__image {
        min-width: auto;
        width: 50%;
    }
}

@media screen and (max-width: 1180px) {
    .portfolio-case__image {
        position: relative;
        width: 100%;
        max-width: 943px;
        top: 100px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__image {
        top: 60px;
    }
}

.portfolio-case__adaptive-laptop {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 4%;
    left: 14%;
    width: 71.7%;
    height: 80.2%;
    background-position: top left;
    background-size: cover;
}

.portfolio-case__head-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-case__our-works {
    display: flex;
    margin-bottom: 55px;
    width: 100%;
    justify-content: space-between;
}

.portfolio-case__our-works-difficulties {
    margin-bottom: 124px;
}

.portfolio-case__our-works-task {
    margin-bottom: 124px;
}

.portfolio-case__our-works-design {
    margin-bottom: 18px;
}

.portfolio-case__our-works-result {
    margin-bottom: 110px;
}


.portfolio-case__our-works_card {
    margin-top: 157px;
}

.portfolio-case__our-works_description {
    max-width: 387px;
    font-weight: 900;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 34px;
}
@media screen and (max-width: 1650px) {
    .portfolio-case__our-works_card {
        flex-direction: column;
        margin-top: 97px;
    }
}
@media screen and (max-width: 960px) {
    .portfolio-case__our-works {
        flex-direction: column;
        margin-bottom: 74px;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-case__our-works_card {
        margin-top: 80px;
    }
}


.portfolio-case__about-info {
    margin: 10px 0 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 860px;
    width: 100%;
}

.portfolio-case__about-info-img {
    width: 100%;
    max-width: 371px;
}

@media screen and (max-width: 960px) {
    .portfolio-case__about-info-img {
        align-self: center;
    }
}

.portfolio-case__about-info-img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.portfolio-case__about-info_card {
    max-width: 1135px;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 1650px) {
    .portfolio-case__about-info_card {
        margin-top: 40px;
    }
}

@media screen and (max-width: 960px) {
    .portfolio-case__about-info_card {
        flex-direction: column-reverse;
    }
}

.portfolio-case__about-info-description {
    display: flex;
    flex-direction: column;
    max-width: 714px;
    margin-right: 15px;
}

@media screen and (max-width: 960px) {
    .portfolio-case__about-info-description {
        margin-right: 0;
    }
}

.portfolio-case__about-info-description-name {
    font-weight: 900;
    font-size: 36px;
    line-height: 70px;
}
@media screen and (max-width: 960px) {
    .portfolio-case__about-info-description-name {
        font-weight: 900;
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-case__about-info-description-name {
        font-weight: 900;
        font-size: 22px;
        line-height: 30px;
    }
}

.portfolio-case__about-info p {
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.193333px;
    color: #4D4D4D;
}

.portfolio-case__about-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.portfolio-case__about-info li {
    font-weight: normal;
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.193333px;
    color: #4D4D4D;
}

.portfolio-case__about-info li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #4d4d4d;
    display: inline-flex;
    top: -3px;
    margin-right: 10px;
}





@media screen and (max-width: 650px) {
    .portfolio-case__proto-name {
        margin-bottom: 40px;
    }
}

.portfolio-case__proto {
     margin-bottom: 150px;
 }


.portfolio-case__proto-prototype {
    margin-bottom: 0;
}

.portfolio-case__proto-internal {
    margin-bottom: 127px;
}

.portfolio-case__proto-adaptive {
    margin-bottom: 48px;
}

.portfolio-case__proto-item {
    width: 100%;
}

.portfolio-case__proto-item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.portfolio-case__proto-desktop {
    display: flex;

}

.portfolio-case__proto-note {
    display: none;
    max-width: 1366px;
}

.portfolio-case__proto-pad {
    display: none;
    max-width: 1024px;
}

.portfolio-case__proto-pad_min {
    display: none;
    max-width: 768px;
}

.portfolio-case__proto-mobile_big {
    display: none;
    max-width: 480px;
}

.portfolio-case__proto-mobile_middle {
    display: none;
    max-width: 375px;
}

.portfolio-case__proto-mobile_small {
    display: none;
    max-width: 320px;
}

@media screen and (max-width: 1366px){
    .portfolio-case__proto-desktop {
        display: none;
    }

    .portfolio-case__proto-note {
        display: flex;
    }
}

@media screen and (max-width: 1024px){
    .portfolio-case__proto-note {
        display: none;
    }
    .portfolio-case__proto-pad {
        display: flex;
    }
}

@media screen and (max-width: 768px){
    .portfolio-case__proto-pad {
        display: none;
    }
    .portfolio-case__proto-pad_min {
        display: flex;
    }

}

@media screen and (max-width: 480px){
    .portfolio-case__proto-pad_min {
        display: none;
    }
    .portfolio-case__proto-mobile_big {
        display: flex;
    }

}

@media screen and (max-width: 375px){
    .portfolio-case__proto-mobile_big {
        display: none;
    }
    .portfolio-case__proto-mobile_middle {
        display: flex;
    }
}

@media screen and (max-width: 320px){
    .portfolio-case__proto-mobile_middle {
        display: none;
    }
    .portfolio-case__proto-mobile_small {
        display: flex;
    }
}

@media screen and (max-width: 650px) {
    .portfolio-case__proto {
        margin-bottom: 75px;
    }
}

.portfolio-case__prototypes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.portfolio-case__proto-back::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #cce2f3;
}

.portfolio-case__design {
    margin-bottom: 150px;
}

@media screen and (max-width: 650px) {
    .portfolio-case__design {
        margin-bottom: 75px;
    }
}


.portfolio-case__design-name {
    margin-bottom: 86px;
}

@media screen and (max-width: 650px) {

    .portfolio-case__design-name {
        margin-bottom: 40px;
    }
}

.portfolio-case__design-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}

.portfolio-case__design-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #EEF1F3;
    border-radius: 10px 10px 0 0;
    padding: 14px 15px;
}

.portfolio-case__design-head span {
    display: block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
}

.portfolio-case__design-head span:nth-child(1) {
    background: #FC605C;
}

.portfolio-case__design-head span:nth-child(2) {
    background: #FDBC40;
}

.portfolio-case__design-head span:nth-child(3) {
    background: #34C749;
}

.portfolio-case__design-content img:nth-child(3) {
    position: absolute;
    top: 50%;
    left: -30%;
}

.portfolio-case__design-content img:nth-child(4) {
    position: absolute;
    right: -30%;
    top: 76%;
}


@media screen and (max-width: 1280px) {
    .portfolio-case__design-content img:nth-child(3) {
        display: none;
    }

    .portfolio-case__design-content img:nth-child(4) {
        display: none;
    }
}

.portfolio-case__parameters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 108px;
}

@media screen and (max-width: 1440px) {
    .portfolio-case__parameters {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;
    }
}

.portfolio-case__print-name {
    margin-bottom: 55px;
}

.portfolio-case__colors-name {
    margin-bottom: 83px;
}

.portfolio-case__print {
    max-width: 678px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .portfolio-case__print {
        max-width: none;
        width: 100%;
        margin-bottom: 70px;
    }
}

.portfolio-case__colors {
    max-width: 700px;
    margin-right: 102px;
}

@media screen and (max-width: 1440px) {
    .portfolio-case__colors {
        max-width: none;
        width: 100%;
        margin-right: 0;
    }
}

.portfolio-case__print-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .portfolio-case__print-item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__print-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    .portfolio-case__print-item:nth-child(1) {
        font-size: 3.5rem !important;
    }

    .portfolio-case__print-item:nth-child(2) {
        font-size: 1.6rem !important;
    }

    .portfolio-case__print-item:nth-child(3) {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 980px) {
    .portfolio-case__print-item:nth-child(1) {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__print-item:nth-child(1) {
        font-size: 2.2rem !important;
    }
}

.portfolio-case__print-item p {
    margin: 0;
}

.portfolio-case__print-item p:nth-child(1) {
    margin-right: 36px;
}

@media screen and (max-width: 500px) {
    .portfolio-case__print-item p:nth-child(1) {
        margin-right: 20px;
    }
}

.portfolio-case__colors-wrap {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-case__colors-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 50%;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

@media screen and (max-width: 1530px) {
    .portfolio-case__colors-item {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 980px) {
    .portfolio-case__colors-item {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__colors-item {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
}

.portfolio-case__adaptive-name {
    margin-bottom: 94px;
}

.portfolio-case__adaptive-items {
    display: flex;
    justify-content: space-between;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto 64px;
}

@media screen and (max-width: 1020px) {
    .portfolio-case__adaptive-items {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.portfolio-case__adaptive-item {
    width: 307px;

}

@media screen and (max-width: 1020px) {
    .portfolio-case__adaptive-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-case__adaptive-item {
        width: 260px;
    }
}

.portfolio-case__adaptive-wrap-image {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 180px;
    right: 0;
    left: 0;
}

@media screen and (max-width: 500px) {
    .portfolio-case__adaptive-wrap-image {
        top: 50px;
    }
}

.portfolio-case__adaptive-wrap-image img {
    width: 54%;
}

.portfolio-case__adaptive-back {
    opacity: .7;
}

.portfolio-case__adaptive-wrap {
    margin-bottom: 284px;
}

@media screen and (max-width: 500px) {
    .portfolio-case__adaptive-wrap {
        margin-bottom: 90px;
    }
}

.portfolio-case__link {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 91px auto 0;
}

.portfolio-case__link img {
    width: 26px;
    height: 26px;
    margin-right: 16px;
}

.portfolio-case__link a {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .29px;
    text-decoration: underline;
    color: #FE9023;
}

.portfolio-case__adaptive-phone {
    display: flex;
    position: absolute;
    z-index: -1;
    top: 1%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
    .portfolio-case__adaptive-phone {
        right: 1%;
        bottom: 3%;
    }
}

.social-guarantee__wrap-inner {
    display: flex;
    /*max-width: 1139px;*/
    max-width: 1340px;
    margin-right: auto;
    align-items: center;
    /*    margin-top: 85px;
        margin-bottom: 85px;*/
    margin-top: 35px;
    margin-bottom: 35px;
}

.social-guarantee-picture {
    width: 100%;
    height: 100%;
    /*max-width: 624px;*/
    max-width: 514px;
    max-height: 617px;
    margin-right: 40px;
}

.social-guarantee-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*max-width: 475px;*/
    max-width: 595px;
    counter-reset: item;
}

.social-guarantee-item {
    display: flex;
    width: 100%;
    /*    padding: 25px 44px;
        margin-bottom: 32px;*/
    padding: 15px 44px;
    align-items: center;
    margin-bottom: 42px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    color: #000000;
}

.social-guarantee-item:before {
    counter-increment: item;
    content: "0" counter(item);
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .45px;
}

.social-guarantee-item__icon {
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    padding-top: 9px;
    padding-right: 13px;
    margin-right: auto;
}

.social-guarantee-item__icon img {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.social-guarantee-item__icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #fd9704;
}

.social-guarantee-item__description {
    margin-left: 15px;
    width: 100%;
    /*max-width: 266px;*/
    max-width: 396px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .36px;
    text-decoration: none;
    color: black;
}

a.social-guarantee-item__description {
    transition: 0.3s;
}

a.social-guarantee-item__description:hover {
    text-decoration: underline;
}

.achievements-rewards__title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #BBC4CD;
    margin-bottom: 35px;
    margin-top: 40px;
}

.achievements-rewards__items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    grid-gap: 38px;
    align-items: center;
    justify-items: center;
    margin-bottom: 20px;
}

.achievements-rewards__item {
    position: relative;
    min-height: 263px;
    width: 100%;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    padding-left: 53px;
    padding-bottom: 7px;
    padding-right: 40px;
}

.achievements-rewards__item:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: white;
    border-right: 1px solid #C8C8C8;
}

.achievements-rewards__icon {
    margin-top: 59px;
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-rewards__description {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-top: 37px;
    transition: 0.2s;
}

.achievements-rewards__item:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    background: linear-gradient(229.95deg, rgba(255, 168, 0, 0.92) -5.78%, rgba(210, 74, 32, 0.92) 89.22%);
    top: 58px;
    left: 85px;
    z-index: -1;
    transition: 0.2s;
}

.achievements-rewards__icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: 0.2s;
}

.achievements-rewards__item:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.achievements-rewards__item:hover > .achievements-rewards__icon img {
    filter: invert(1);
}

.achievements-rewards__item:hover > .achievements-rewards__description {
    color: white;
}

span.achievements-rewards__image-hover {
    position: absolute;
    right: 0;
    transition: 0.2s;
    top: 58px;
    left: 85px;
    width: 44px;
    height: 44px;
    z-index: -2;
    opacity: 0;
}

span.achievements-rewards__image-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.achievements-rewards__item:hover > span.achievements-rewards__image-hover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.blog-header {
    height: 344px;
    position: relative;
    padding-top: 50px;
    padding-left: 100px;
    margin-bottom: 50px;
    overflow: hidden;
}

.blog-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-header__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.blog-header__overlay {
    background: linear-gradient(90.68deg, #FFFFFF -9.38%, rgba(255, 255, 255, 0.01) 99.63%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1038px;
    height: 100%;
}

.blog-header .page-title {
    z-index: 2;
}

.blog-header .slogan.angle {
    z-index: 3;
    max-width: 709px;
}

@media screen and (max-width: 1366px) {
    .social-guarantee-item__description {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .social-guarantee__wrap-inner {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .social-guarantee__wrap-inner {
        flex-direction: column;
    }

    .social-guarantee-picture {
        max-width: 450px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .blog-header {
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 807px) {
    .achievements-rewards__items {
        grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    }
}

@media screen and (max-width: 580px) {
    .blog-header {
        height: auto;
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .social-guarantee-item {
        padding: 15px 30px;
    }

    .social-guarantee-item__description {
        font-size: 18px;
    }

    .social-guarantee-item__icon {
        max-width: 50px;
        max-height: 50px;
        padding-top: 9px;
        padding-right: 9px;
    }

    .social-guarantee-item__icon::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background-color: #fd9704;
    }

    .social-guarantee-item:before {
        left: 10px;
        top: 10px;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: .45px;
    }
}

@media screen and (max-width: 480px) {
    .social-guarantee-item__description {
        font-size: 14px;
    }

    .social-guarantee__wrap-inner {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.popup__row font.notetext {
    color: white;
    margin-bottom: 40px;
    display: block
}

.comments__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
}

.comments__wrap {
}

.comments__item {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 40px;
}

.comments__item:last-child {
    border-bottom: none
}

.comments__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.comments__name {
    font-weight: bold;
}

.comments__date {
    font-size: 16px;
    color: gray;
}

.comments__text {
    margin: 30px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .19px;
}

.site-case .site-case__adaptive-desktop {
    top: 4.7%;
    width: 77.4%;
}

.site-case .site-case__adaptive-tablet {
    bottom: 8.6%;
    width: 23.5%;
}

.site-case .site-case__adaptive-mobile {
    right: 2.3%;
    bottom: 5.3%;
    width: 13.2%;
    height: 33.3%;
}



.blog-contents__wrapper {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .blog-contents__wrapper {
        flex-direction: column-reverse;
    }
}

.blog-contents__main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1070px;
}
.blog-inner__info .blog-contents__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 39px;
    padding: 0;
}

@media screen and (max-width: 480px){
    .blog-inner__info .blog-contents__title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.blog-contents-navigation {
    display: flex;
    flex-direction: column;
}

.blog-contents-navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: section;
}

.blog-contents-navigation__item {
    padding-left: 28px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.blog-contents-navigation__item::before {
    counter-increment: section;
    content: counter(section)'.';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
}

.blog-contents-navigation__title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

@media screen and (max-width: 480px) {
    .blog-contents-navigation__title {
        font-size: 14px;
    }
}

.blog-contents-navigation__title_drop::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.blog-contents-navigation__title_open::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.blog-contents-sub-navigation {
    display: none;
}

.blog-contents-sub-navigation__list {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
}

.blog-contents-sub-navigation__item {
    margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .blog-contents-sub-navigation__link {
        font-size: 12px;
    }
}

.blog-contents__aside {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 390px;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .blog-contents__aside {
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-contents__aside {
        max-width: 390px;
    }
}

.blog-contents-commercial {
    display: flex;
    flex-direction: column;
    padding: 59px 117px 61px 43px;
    background: linear-gradient(219.56deg, #EC9126 2.6%, #CF531D 83.29%);
    position: sticky;
    top: 106px;
}

@media screen and (max-width: 1366px) {
    .blog-contents-commercial {
        padding-right: 59px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-contents-commercial {
        padding-right: 117px;
    }
}

.blog-contents-commercial.is-fixed {
    position: fixed;
    top: 106px;
    max-width: inherit;
    z-index: 3;
}

@media screen and (max-width: 480px) {
    .blog-contents-commercial {
        padding: 20px;
    }
}

.blog-contents-commercial__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 31px;
}

@media screen and (max-width: 1366px) {
    .blog-contents-commercial__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-contents-commercial__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    .blog-contents-commercial__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.blog-contents-commercial__description {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 43px;
}

@media screen and (max-width: 1366px) {
    .blog-contents-commercial__description {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-contents-commercial__description {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .blog-contents-commercial__description {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.blog-contents-commercial__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
}

.blog-contents-commercial__img {
    position: absolute;
    top: 30px;
    right: -60px;
    left: 224px;
    bottom: 143px;
    display: flex;
}
@media screen and (max-width: 1366px) {
    .blog-contents-commercial__img {
        right: -20px;
        left: 190px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-contents-commercial__img {
        right: -60px;
        left: 224px;
    }
}

@media screen and (max-width: 480px) {
    .blog-contents-commercial__img {
        display: none;
    }
}

.blog-contents-commercial__img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 1024px){
    .blog-contents__aside {
        align-self: center;
        margin-bottom: 40px;
    }
}


.subscription__wrapper {
    display: flex;
    flex-direction: column;
}

.subscription__wrapper::after{

    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-color: transparent;
    border-bottom-color: #fe9023;
    border-right-color: #fe9023;
    left: 10px;
    top: 30px;
    position: absolute;

}

.subscription__wrapper::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 1;
}

.subscription__img {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 366px;
}
.subscription__img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.subscription-form {
    display: flex;
    position: absolute;
    right: 62px;
    bottom: 36px;
    width: 100%;
    max-width: 438px;
}

@media screen and (max-width: 1024px) {
    .subscription__wrapper {
        align-items: center;
    }
    .subscription-form {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -68px;
    }
}

.map-columns a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: none;
}

.map-columns a:hover {
    color: #fe9023;
    transition: .3s;
}

.site-map a {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    letter-spacing: .17px;
    text-decoration: none;
    transition: .3s;
    text-decoration: none;
}

.site-map a:hover {
    color: #fe9023;
}

.cases_plus {
  border-radius: 15px;
  position: absolute;
  right: -15px;
  top: -15px;
  background: orange;
  padding: 7px;
  color: white;
}

.filter-block {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.filter-block a {
  padding: 20px;
  color: black;
  text-decoration: none;
  font-size: 20px;
}

.filter-block a:hover {
  border-bottom: 1px solid;
}

.section-tech {
  margin-bottom: 89px;
  margin-top: 89px;
}

.button_corner__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button_corner__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.button_corner__big {
  width: 224px;
  min-width: 224px;
  height: 50px;
  text-align: center;
}

.button_corner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  letter-spacing: .168px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.tech__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 48px;
}

.tech-question__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 71px;
  padding-right: 148px
}
h1.page-title.\33 21 {
  word-wrap: break-word;
}
.features .features__text.cons{
  font-size: 25px;
}
.feedback-form__submit {
  max-width: 220px;
}
div#bx_incl_area_7_1_1_4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
.page-title {
    max-width: 96%;
    padding-left: 15px;
}
  .portfolio-case__our-works_description {
  padding-left: 15px;
  }
  .site-case__block-name {
  padding-left: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .tech-question__wrapper {
      padding-right: 80px;
      padding-bottom: 60px
  }
}

@media screen and (max-width: 1024px) {
  .tech-question__wrapper {
      flex-direction: column;
      align-items: center;
      padding-right: 0
  }
}

.tech-question__img {
  position: absolute;
  top: 51px;
  bottom: 0;
  right: 0;
  left: 15%;
  display: flex;
  flex-shrink: 0
}

@media screen and (max-width: 1024px) {
  .tech-question__img {
      left: 0
  }
}

.tech-question__img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.tech-question__info {
  padding: 60px 110px 93px 110px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
  margin-left: -110px;
  margin-right: 40px
}

@media screen and (max-width: 1740px) {
  .tech-question__info {
      margin-left: 0
  }
}

@media screen and (max-width: 1366px) {
  .tech-question__info {
      padding: 40px 80px
  }
}

@media screen and (max-width: 1024px) {
  .tech-question__info {
      margin-right: 0;
      margin-bottom: 40px
  }
}

@media screen and (max-width: 480px) {
  .tech-question__info {
      padding: 30px 20px
  }
}

.tech-question__info-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-shrink: 0
}

.tech-question__info-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left
}

.tech-question__title {
  color: #fff;
  margin-bottom: 22px
}

@media screen and (max-width: 780px) {
  .tech-question__title {
      font-size: 32px
  }
}

@media screen and (max-width: 640px) {
  .tech-question__title {
      font-size: 24px;
      line-height: 140%
  }
}

.tech-question__description {
  font-size: 18px;
  line-height: 167%;
  color: #fff
}

.tech-question__button {
  margin-bottom: 25px
}

@media screen and (max-width: 1440px) {
  .tech-question__button {
      margin-bottom: 0
  }
}

.corner-white::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background-color: white;
  z-index: 1
}

.tech-guarantee__wrapper {
  display: flex;
  flex-direction: column;
margin-bottom: 89px;
  margin-top: 89px;
}

.tech-guarantee__body {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 1240px) {
  .tech-guarantee__body {
      flex-direction: column;
      align-items: center
  }
}

.tech-guarantee__img {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 750px;
  margin-right: 40px
}

@media screen and (max-width: 1240px) {
  .tech-guarantee__img {
      margin-right: 0;
      margin-bottom: 40px
  }
}

@media screen and (max-width: 392px) {
    .achievements__wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
  .tech-guarantee__img {
      margin-bottom: 20px
  }
}

.tech-guarantee__img::before {
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px
}

.tech-guarantee__img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.tech-guarantee-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 680px
}

@media screen and (max-width: 1240px) {
  .tech-guarantee-info {
      max-width: 750px
  }
}

.tech-guarantee-info__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 30px;
  max-width: 600px
}

@media screen and (max-width: 640px) {
  .tech-guarantee-info__title {
      line-height: 120%;
      font-size: 32px
  }
}

@media screen and (max-width: 480px) {
  .tech-guarantee-info__title {
      font-size: 24px;
      margin-bottom: 20px
  }
}

.tech-guarantee-info__description {
  color: #fe9023;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 42px
}

@media screen and (max-width: 480px) {
  .tech-guarantee-info__description {
      margin-bottom: 20px
  }
}

.tech-guarantee-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 32px 0
}

@media screen and (max-width: 480px) {
  .tech-guarantee-info__list {
      margin-bottom: 20px
  }
}

.tech-guarantee-info__item {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.193333px;
  color: #4D4D4D;
  margin-bottom: 5px
}

@media screen and (max-width: 480px) {
  .tech-guarantee-info__item {
      font-size: 16px
  }
}

.tech-guarantee-info__item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #4d4d4d;
  display: inline-flex;
  top: -3px;
  margin-right: 10px
}

.blog-inner__side1 {
  display: flex;
  flex-direction: column;
  width: 390px;
  padding-top: 85px;
}

.sub-level_wrapper
{ 
 display: none; 
} 
.main-item:focus ~ .sub-level_wrapper, 
.main-item:active ~ .sub-level_wrapper, 
.sub-level_wrapper:hover 
{ 
 display: block; 
} 

.alternate_web__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 10px;
}

.alternate_web__link a {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  letter-spacing: .17px;
  text-decoration: none;
  transition: .3s;
  /* text-transform: uppercase; */
}
.alternate_web__link._active a {
  color: #fe9023;
}

.alternate_web__link a:hover {
  color: #fe9023;
}
.banner__title {
  max-width: 1400px;
}

.whatsup_btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  max-width: 200px;
}

.whatsup_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.whatsup_btn a:hover {
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 30px #fe9023);
  filter: drop-shadow(0 0 30px #fe9023);
}
.whatsup_btn a img {
  max-width: 59px;
  width: 100%;
}
.whatsup_btn a span {
  max-width: 125px;
  margin-left: 20px;
}

.last_day_action {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  max-width: 260px;
  width: 100%;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.last_day_action span:before {
  /* content: '';
  background: url('/local/templates/dial/template/img/icons/clock.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0; */
}
.last_day_action .img-svg {
  max-width: 30px;
  width: 100%;
  object-fit: contain;
}

/*Blog - start*/

.blog-section__timetoread,
.blog-inner__timetoread {
  display: block;
  margin-left: 30px;
}
.timetoread_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.timetoread_wrapper img {
  width: 15px;
  margin-right: 10px;
  filter: grayscale(1);
}


/*Blog - end*/

.contacts-page__tabs.tabs {
  background: #fff;
}
.contacts-page__tab.tabs__item.button.current_city {
  order: 0;
}

.contacts-page__tab.tabs__item.button {
  order: 1;
}

.contacts-page__tab:first-child,
.contacts-page__tab:nth-child(5) {margin-left: 3px;}

.blog-contents__aside.fixed {
  position: fixed;
  z-index: 9;
  top: 98px;
  right: 190px;
  transition: 1s;
}

.blog-contents__aside {
  transition: 1s;
  
}

.footer__contacts {
  width: 20.6%;
  padding-right: 22px;
  padding-bottom: 25px;
}

.footer__wrap-inner {
  justify-content: flex-end;
  display: flex;
  /* flex-wrap: wrap; */
}

.blog-inner__info .blog-contents__inner {
  max-width: 1073px;
}

.tariff__prices-table td {
  padding: 12px;
}

/*.tariff__prices-table {
  margin: 107px 0 0 0;
}*/

.tariff__prices-table a {
  text-decoration: none;
  color: #fd9730;
}
@media screen and (max-width: 1024px){
  .footer__contacts {
  width: 50%;
  }
}

@media screen and (max-width: 425px){
  .footer__contacts {
  width: 100%;
  }
  .blog-contents__aside {
  display: none;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1360px) {
  .timetoread_note {
      display: none;
  }
}
@media screen and (max-width: 1366px) {
  .footer__wrap-inner {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 80px; */
  }
  .birthday10Bottom {
      /* top: 75px; */
  }
}
@media screen and (max-width: 1024px) {
  .birthday10Bottom {
      /* top: 45px; */
  }
}
@media screen and (max-width: 450px) {
  .footer__wrap-inner {
      /* padding-left: 20px; */
  }
  .whatsup_btn a img {max-width: 39px;}
  .whatsup_btn a span {font-size: 12px; max-width: 145px;}
  .last_day_action {
      padding: 8px;
      justify-content: flex-start;
      max-width: 200px;
  }
  .last_day_action .img-svg {
      max-width: 20px;
      margin-right: 5px;
  }
  .last_day_action div {
      font-size: 15px;
  }
  .timetoread_note {
      display: none;
  }
  .button::before {
      left: -1px;
      top: -1px;
  }
  .button::after {
      left: -2px;
      top: -2px;
  }
}
@media screen and (max-width: 320px) {
  .whatsup_btn a img {max-width: 39px;}
  .whatsup_btn a span {font-size: 12px; max-width: 145px;}
  .blog-section__timetoread,
  .blog-inner__timetoread {
      display: none;
  }
}

.videoAdv {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 140px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/videoBG.webp);
  background-size: cover;
  background-position: center center;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .videoAdv {
      padding: 30px 0 30px;
  }
}

.videoAdv__wrap {
  display: flex;
  z-index: 3;
  color: white;
  flex-wrap: wrap;
  width: 65%;
  justify-content: space-between;
}

@media screen and (max-width: 1620px) {
  .videoAdv__wrap {
      width: 100%;
      justify-content: space-around;
  }
}

@media screen and (max-width: 800px) {
  .videoAdv__wrap {
      padding: 0 10px;
  }
}

.videoAdv__video {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1620px) {
  .videoAdv__video {
      width: auto;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 800px) {
  .videoAdv__video {
      display: none;
  }
}

.videoAdv:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #434b57;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.88;
  left: 0;
  top: 0;
}

.videoAdv__mainTitle {
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
  .videoAdv__mainTitle {
      font-size: 20px;
  }
}

.videoAdv__item {
  text-align: center;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .videoAdv__item {
      margin-bottom: 30px;
  }
}

.videoAdv__num {
  background-image: url(/local/templates/dial/template/img/palm.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 60px;
  font-weight: bold;
  padding-top: 54px;
  padding-bottom: 131px;
  background-position: center center;
  margin-bottom: 48px;
  min-height: 245px;
}

.videoAdv__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 39px;
}

.videoAdv__desc {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
}

.feedback__form {
  /*margin: 50px 0 -150px 0;*/
}

.h2_page {
  font-size: 64px; 
  text-align: center;
}

.subscribe-block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: inherit;
}
.subscribe-block input {
  margin-right: 10px;
  margin-top: 2px;
  width: 15px;
  height: 15px;
}
.subscribe-block--title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .22px;
}

.blog__callback-form {flex-direction: column;}
.errors-block p {margin: 0;}
.errors-block > p > .errortext {color: #fff!important;}

.blog-contents__wrapper {
  flex-direction: row;
  }

.banermob{
  display: none;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .top-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-menu__item {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .top-menu__item {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
}

.links-block__item {
  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;
  width: calc(33% - 15px);
  text-align: center;
  color: white;
  font-weight: 700;
  letter-spacing: 0.22px;
  text-decoration: none;
  font-size: 20px;
  background-color: #e5e6e7;
  background-image: -webkit-gradient(linear, left top, right top, from(#d05935), to(#fe9023));
  background-image: -webkit-linear-gradient(left, #d05935 0%, #fe9023 100%);
  background-image: -o-linear-gradient(left, #d05935 0%, #fe9023 100%);
  background-image: linear-gradient(to right, #d05935 0%, #fe9023 100%);
  padding: 35px 20px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.links-block__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid white;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.links-block__item:hover::before {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
}

@media screen and (max-width: 768px) {
  .links-block__item {
    width: 100%;
  }
}

.links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .links-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.links-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e2e2e2;
  -webkit-transition: border .6s ease-in-out;
  -o-transition: border .6s ease-in-out;
  transition: border .6s ease-in-out;
  width: calc(33% - 12.5px);
  padding: 50px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 25px;
}

@media screen and (max-width: 1140px) {
  .links-box__item {
    padding: 30px 30px 50px;
  }
}

@media screen and (max-width: 768px) {
  .links-box__item {
    width: 100%;
  }
}

.links-box__item:hover {
  border: 1px solid #fe9023;
}

.links-box__item:hover::before {
  background-position-x: 0;
}

.links-box__item::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg style='isolation:isolate' viewBox='0 0 50 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='50' height='25'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m38.205 1.762c-0.429-0.444-1.143-0.444-1.587 0-0.429 0.429-0.429 1.143 0 1.571l8.047 8.047h-42.554c-0.619 1e-3 -1.111 0.493-1.111 1.112s0.492 1.127 1.111 1.127h42.554l-8.047 8.032c-0.429 0.444-0.429 1.159 0 1.587 0.444 0.444 1.159 0.444 1.587 0l9.952-9.952c0.444-0.429 0.444-1.143 0-1.571l-9.952-9.953z' fill='%23fe9023'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 50px;
  height: 25px;
  bottom: 15px;
  left: 50px;
  background-size: 50px 25px;
  -webkit-transition: background-position .6s ease-in-out;
  -o-transition: background-position .6s ease-in-out;
  transition: background-position .6s ease-in-out;
  background-repeat: no-repeat;
  background-position-x: -50px;
}

@media screen and (max-width: 1140px) {
  .links-box__item::before {
    left: 30px;
    background-size: 30px 25px;
    background-position-x: -30px;
  }
}

.links-box__title {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .links-box__title {
    font-size: 18px;
    text-align: center;
  }
}

.links-box__preview-text {
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 480px) {
  .links-box__preview-text {
    font-size: 14px;
    text-align: center;
  }
}

.achievements {
  position: absolute;
  right: 2%;
  margin: auto 0;
  height: 70%;
}
.achievements__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.achievements__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.achievements__img {
  max-width: 64px;
}
.achievements__text {
  max-width: 170px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: bold;
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.videocall-button {
  text-transform: none;
  margin-top: 13px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .22px;
  color: #fff;
}

.achievements-mobile {
    display: none;
}

@media screen and (max-width: 1281px) {
    .achievements-absolute {
        display: none;
    }
    .achievements-mobile {
        display: block;
    }
    .achievements {
        position: relative;
    }
    .achievements {
        margin: auto 0;
    }
    .achievements__wrapper {
        display: flex;
        justify-content: space-between;
        height: 100%;
        flex-direction: row!important;
        flex-wrap: wrap!important;
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 622px){
  .achievements__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 14px 0;
  }
  .achievements__wrapper {
    justify-content: center;
}
}
  

 .sert-title{
    margin-bottom: 70px;
 }

.info__wrap-small::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fe9023;
    border-left-color: #fe9023;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s;
}

.info__wrap-small::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 27px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
}

.header__logo_utp {
	margin-left:10px;
	font-weight:bold;
}

@media (max-width: 420px) {
.header__logo_utp {
	display: none;
}
}

@media (min-width: 844px) and (max-width: 1100px) {
.header__logo_utp {
	display: none;
}
}

.submenu-link {
	color: #9d9a9a;
}


.title-menu-link {
	font-size:14px;
	font-weight:900;
	color:#4a4a4a;
}

@media (max-width: 1400px) {
.footer__menu-link {
margin-right: 10px;
	}
}

@media (min-width: 451px) and (max-width: 600px) {
.footer__menu {
flex-wrap: wrap;
	}
}

@media (max-width: 450px) {
.footer__menu {
flex-direction: column;
	}
}
.person__post {
    height: 38px;
}