

/* Start:/local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/style.css?16799895811366*/
.err, .err_checkbox .control__indicator, .err_arr {
	border: 1px solid red !important;
}

.control--checkbox label {
	display: none !important;
}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.3;
	color: #1C1F20;
}

.control a {
	display: inline-flex;
}

.control span {
	display: block;
}

.control--checkbox {
	font-size: 12px;
	line-height: 1.2;
	display: block;
	align-items: center;
	color: #3d4d59;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: -2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #e6e7e8;
	background-color: rgba(255,255,255,0);
}

.control input:checked~.control__indicator {
	background: #03c9a9;
}

.control a {
	color: red;
}

.control {
	position: relative;
	display: block;
	margin-top: 20px;
	padding-left: 40px;
	cursor: pointer;
	color: #1c1f20;
}

.control--checkbox {
	font-size: 10px;
	line-height: 1.2;
	text-align: left;
	color: #576179;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control--checkbox a {
	color: #359969
}

.control__indicator {
	position: absolute;
	top: -2px;
	left: 0;
	border: 1px solid #E4E4E4;
	width: 25px;
	height: 25px;
	border-radius: 6px;
	border: 1px solid #e6e7e8;
	background-color: rgba(255, 255, 255, 0);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/libs/magnific-popup/styles.css?167998963065465*/
.popup__images img {
    max-width: 100%;
}

.popup__images {
    font-size: 0;
    margin-bottom: 40px;
}

.popup__tit {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #1D222B;
}

.popup-data {
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    color: #ABABAB;
}

.popup__cont {
    background-color: #fff;
    padding: 48px 75px;
}

.popup__descr {
    font-size: 16px;
    line-height: 1.3;
    color: #1D222B;
}
.popup__descr h4 {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 28px;
}
.popup__descr p {
    margin-bottom: 20px;
}

.popup__descr p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .popup__cont {
        padding: 30px 40px;
    }
    .popup__tit {
        font-size: 24px;
    }
    .popup__images {
        margin-bottom: 20px;
    }
    .popup__descr h4 {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .popup__descr p {
        margin-bottom: 15px;
    }

}

@media (max-width: 450px) {
    .popup__cont {
        padding: 30px 15px;
    }
}

.popup-mob {
    display: none;
}
    
.popup__title {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3;
    color: #FFFFFF;
}

.popup__subtitle {
    font-family: "Open Sans Light";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
}

.popup__tab {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;

    background: #359969;
    box-shadow: inset -11px 0px 25px rgba(91, 3, 0, 0.06);
    width: 365px;

    padding: 59px 32px 39px 32px;
}

.popup__content {
    width: calc(100% - 365px);
    background-color: #fff;
    margin-left: auto;
    padding: 30px 30px 40px 30px;
}

.popup__button {
    margin-top: 40px;
}

.popup__button .btn-default {
    width: 100%;
    max-width: 100%;
    border: none;
    background: #1D222B;
    border-radius: 0px;
    padding: 15px;

    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

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

.popup_default {
    position: relative;
    max-width: 897px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.label_default {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    color: #1D222B;
}

.popup__item {
    margin-bottom: 23px;
}

.popup__item .input_default {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 8px;
    border: 1px solid #D3D3D3;
    width: 100%;
}

.popup__item sup {
    color: #db0025
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.3;
    color: #1C1F20;
}

.control a {
    display: inline-flex;
}

.control span {
    display: block;
}

.control--checkbox {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    align-items: center;
    color: #3d4d59;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control input:checked~.control__indicator {
    background: #03c9a9;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control a {
    color: red;
}
<!-- select -->
<style>
    
.intl-tel-input {
    position: relative;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.intl-tel-input .flag-dropdown .selected-flag {
    margin: 1px;
    padding: 6px 16px 6px 6px;
}

.intl-tel-input .flag-dropdown .selected-flag:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
    top: 6px;
    position: relative;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
}

.intl-tel-input .flag-dropdown .country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow-y: scroll;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #cccccc;
    position: absolute;
    top: 29px;
    width: 330px;
    max-height: 200px;
}

.intl-tel-input .flag-dropdown .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.intl-tel-input .flag-dropdown .country-list .country {
    line-height: 16px;
    padding: 4px 10px;
}

.intl-tel-input .flag-dropdown .country-list .country .dial-code {
    color: #999999;
}

.intl-tel-input .flag-dropdown .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .flag-dropdown .country-list .flag {
    display: inline-block;
    vertical-align: bottom;
}

.intl-tel-input .flag-dropdown .country-list .flag,
.intl-tel-input .flag-dropdown .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding-left: 47px;
    position: relative;
    z-index: 0;
}

.intl-tel-input {
    position: relative;
}

.f16 .flag {
    width: 16px;
    height: 16px;
    background: url("/local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/libs/magnific-popup/../../images/flags16.png") no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .an {
    background-position: 0 -464px;
}

.f16 .ao {
    background-position: 0 -480px;
}

.f16 .aq {
    background-position: 0 -496px;
}

.f16 .ar {
    background-position: 0 -512px;
}

.f16 .as {
    background-position: 0 -528px;
}

.f16 .at {
    background-position: 0 -544px;
}

.f16 .au {
    background-position: 0 -560px;
}

.f16 .aw {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}

.input__default {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    outline: none;
    padding: 14px;
}

.intl-tel-input input {
    height: auto;
}

.cont-form__item .input {
    height: 50px;
}

.intl-tel-input .flag-dropdown {
    top: 8px;
    bottom: 0;
}

.intl-tel-input .flag-dropdown .selected-flag {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_default.popup-phone {
    padding-left: 49px;
}

/* 
<!-- magnific --> */

    /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    .menu-dropdown {
        display: none;
    }
        html.hide {
            overflow-y: hidden;
        }

        html {
            overflow-x: hidden;
        }

        .decision__item:hover .decision__mask {
            overflow: auto;
        }

        .problems-title-mob {
            display: none;
        }
        .case-r__image img {
            max-width: 100%;
        }

        .headers__burger {
            display: none;
        }

        .headers__phone {
            font-size: 16px;
            line-height: 1;
            color: #1D222B;
        }

        .footer_offset {
            margin-top: 0;
            padding-top: 45px;
            padding-bottom: 45px;
        }

        .footer__descript {
            text-align: center;
            font-size: 16px;
            line-height: 1.3;
            color: #B7B7B7;
        }

        .footer__link {
            font-weight: 700;
            font-size: 16px;
            line-height: 1;
            color: #1D222B;
        }

        .footer_bg {
            background: #F6F6F7;
        }

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

        .case-r .mid-text {
            font-size: 12px;
            line-height: 1.2;
            color: #1D222B;
        }

        .case-r .mid-text a {
            color: red;
        }

        .case-r .check-block {
            max-width: 780px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }


        .case-r  .input-checkbox:not(:checked) + label:before {
            top: -9px;
        }

        .case-r .input-checkbox:checked + label:before {
            top: -9px;
        }

        .case-r .input-checkbox:checked + label:after, .input-checkbox:not(:checked) + label:after {
            top: -3px;
        }

        .case-form__container {
            margin-top: 120px;
        }

        .case-form__title {
            font-weight: 700;
            font-size: 30px;
            text-align: center;
            line-height: 1.3;
            color: #1D222B;
            margin-bottom: 40px;
        }

        .case-form__button .btn-more {
            max-width: 190px;
            width: 100%;
            height: 60px;
        }

        .case-form__button .btn-more:after {
            border-width: 30px 0 30px 10px;
        }

        .case-form__button {
            padding-left: 30px;
            width: calc(100% - 905px);
        }
        .case-form__wrap {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
        }

        .case-form__list {
            max-width: 905px;
            width: 100%;
            margin-left: -15px;
            margin-right: -15px;
            display: flex;
            align-items: center;
        }

        .case-form__item {
            width: 33.3%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .input_default {
            width: 100%;
            outline: none;
            border: none;
            background: #F6F7F8;
            padding: 19px 20px;
            border-bottom: 2px solid #F6F7F8;

            font-size: 16px;
            line-height: 1;
            color: #A6ADB9;
        }

        .input_default:focus {
            border-color: #1D222B
        }

        .case-r__brand {
            margin-top: 30px;
            margin-left: -20px;
            margin-right: -20px;
            display: flex;
            align-items: center;
        }

        .case-r-brand__width {
            padding-left: 20px;
            width: 25%;
            padding-right: 20px;
        }
        .case-r-brand__item {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .case-r__brand {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .case-r__calendar {
            margin-left: 33px;
            margin-right: 33px;
            font-size: 14px;
            line-height: 1;
            color: #A6ADB9;
            display: flex;
            align-items: center;
        }

        .case-r__calendar img {
            margin-right: 8px;
        }

        .case-r .wrapper_large {
            max-width: 1150px;
        }

        .case-r__container {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin-left: -15px;
            margin-right: -15px;
        }

        .case-r__width {
            width: 33.3%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .case-r__image {
            margin-bottom: 24px;
        }

        .case-r__title {
            font-weight: 700;
            margin-left: 33px;
            margin-right: 33px;
            font-size: 20px;
            line-height: 1.3;
            color: #1D222B;
            margin-bottom: 25px;
        }
        .case-r__link img {
            margin-left: 7px;
        }
        .case-r__link {
            margin-left: 33px;
            margin-right: 33px;
            font-weight: 700;
            font-size: 16px;
            line-height: 1;
            color: #359969;
            display: flex;
            align-items: center;
        }

        .case-r__item {
            padding-bottom: 40px;
            border: 1px solid #D1D2D4;
            border-bottom: 3px solid #DB0025;
        }

        .feedback__container{
            position: relative;
            max-width: 820px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .feedback-arrow.arr-l {
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            transform: rotate(45deg);
        }
        
        .feedback-arrow.arr-r {
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            transform: rotate(225deg);
        }

        .feedback-arrow {
            width: 20px;
            height: 20px;
            display: block;
        }

        .feedback-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transform: translateY(-50%);
        }

        .feedback__cc {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .feedback__descript {
            font-size: 16px;
            line-height: 1.5;
            max-width: 555px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;

            color: #FFFFFF;
        }

        .feedback__image {
            width: 100px;
            display: flex;
            margin-bottom: 35px;
            justify-content: center;
            align-items: center;
            margin-left: auto;
            margin-right: auto;
            height: 100px;
            border-radius: 50%;
        }
        .feedback__image img {
            border-radius: 50%;
        }

        .feedback__name {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 12px;
            line-height: 1.2;
            text-align: center;
            color: #FFFFFF;
        }

        .feedback__subtitle span {
            display: block;
        }

        .feedback__subtitle p {
            margin-bottom: 0;
        }

        .feedback__subtitle {
            font-size: 18px;
            line-height: 1.3;
            text-align: center;
            color: #FFFFFF;
            opacity: 0.5;
            margin-bottom: 20px;
        }

        .feedback__container {
            margin-top: 50px;
        }

        .feedback__title {
            text-align: center;
            font-weight: 700;
            font-size: 40px;
            line-height: 1;
            margin-top: 0;
            color: #FFFFFF;
        }

        .feedabck_bg {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url('/local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/libs/magnific-popup/../../images/feedback.jpg');
        }

        .why-r__button {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 50px;
        }

        .why-r__button .btn {
            width: 100%;
            margin-left: 0;
            max-width: 373px;
        }

        .why-r__container {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: -60px;
        }

        .why-r_bg {
            background: #F6F7F8;
        }

        .why-r__item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .why-r__width {
            width: 33.3%;
            margin-bottom: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 15px;
            padding-right: 15px;
        }

        .why-y__title {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 0;
            line-height: 1.2;
            text-align: center;
            color: #1D222B;
        }

        .why-y__subtitle {
            font-size: 16px;
            max-width: 280px;
            width: 100%;
            line-height: 1,3;
            text-align: center;
            color: #1D222B;
        }

        .why-y__circle {
            width: 81px;
            height: 81px;
            border: 1px solid #DB0025;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 18px;
        }
        .project-r__button {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 50px;
        }

        .project-r__button .btn {
            width: 345px;
            margin-left: 0;
        }

        .project-r__small .project-r__image {
            transform: translateY(-50%);
            top: 50%;
        }

        .project-r__bottom {
            height: 50%;
            display: flex;
        }

        .project-r__top {
            display: flex;
            height: 50%;
        }

        .project-r__bottom .project-r__width {
            width: 33.3%;
        }
        .project-r__top .project-r__width:nth-child(1) .project-r__image {
            bottom: 25px;
        }

        .project-r__top .project-r__width:nth-child(2) .project-r__image {
            top: 0
        }

        .project-r__top .project-r__width:nth-child(1) {
            width: 33.3%;
        } 

        .project-r__top .project-r__width:nth-child(2) {
            width: 66.8%;
        } 

        .project-r__col .project-r__image {
            bottom: 0;
            right: 0;
        }

        .project-r__image {
            position: absolute;
        }

        .project-r__name {
            font-size: 16px;
            line-height: 1.3;
            color: #FFFFFF;
        }

        .project-r__item {
            padding: 34px 30px;
            position: relative;
            overflow: hidden;
            height: 100%;
            width: 100%;
            display: flex;
        }

        .project-r__container {
            display: flex;
            height: 486px;
        }

        .project-r__col {
            max-width: 460px;
            width: 100%;
            font-size: 0;
            height: 100%;
        }

        .project-r__small {
            max-width: 230px;
        }

        .project-r__big {
            max-width: 690px;
            height: 100%;
        } 

        .adept__link {
            display: inline-flex;
            align-items: center;
            margin-top: 12px;
            padding-bottom: 5px;

            font-weight: 600;
            font-size: 16px;
            line-height: 1;
            color: #1D222B;
            border-bottom: 1px solid #DB0025;
        }

        .adept__subtitle span {
            display: block;
        }

        .adept__link img {
            margin-left: 6px;

        }

        .adept__image {
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            position: absolute;
        }

        .adept__list-two .adept__width {
            width: 50%;
        }

        .adept__title span {
            display: block;
        }

        .adept__title {
            position: relative;
        }

        .adept__title:before {
            content: '';
            position: absolute;
            right: 107%;
            width: 100vw;
            top: 50%;
            transform: translateY(-50%);
            height: 1px;
            background: #D1D2D4;
        }

        .adept__title:after {
            content: '';
            position: absolute;
            right: 107%;
            width: 9px;
            height: 9px;
            top: 50%;
            display: block;
            transform: translateY(-50%);
            background: #1D222B;
        }

        .adept__subtitle p {
            margin: 0;
        }

        .adept__subtitle {
            font-size: 16px;
            line-height: 1.3;
            max-width: 311px;
            width: 100%;
            position: relative;
            z-index: 2;
            color: #1D222B;
        }

        .adept__title {
            margin: 0;

            font-weight: 700;
            font-size: 20px;
            margin-bottom: 10px; 
            line-height: 1.3;
            color: #1D222B;
        }

        .adept__container {
            margin-left: -11px;
            margin-right: -11px;
            margin-bottom: -22px;
        }

        .adept__width {
            width: 33.3%;
            padding-left: 11px;
            margin-bottom: 22px;
            padding-right: 11px;
        }

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

        .adept__item {
            overflow: hidden;
            position: relative;
            background: #F6F7F8;
            padding: 36px 35px 35px 105px;
        }

        .title-collumn {
            margin-bottom: 50px;
        }

        .section_default {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .title-small {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 6px;
            line-height: 1;
            letter-spacing: 0.14em;
            text-align: center;
            text-transform: uppercase;
            color: #DB0025;
            margin-top: 0;
        }

        .title-main {
            text-align: center;
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 700;
            font-size: 40px;
            line-height: 1.2;
            color: #1D222B;
        }

        .decision__name span {
            display: block;
        }
        .decision__name p {
            margin: 0;
        }

        .decision__name {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding: 35px 25px;

            transition: all 0.4s ease;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.3;
            color: #FFFFFF;
        }

        .decision__item img {
            width: 100%;
        }

        .decision__item {
            position: relative;
            overflow: hidden;
            font-size: 0;
        }

        .decision__item:before {
            height: 167px;
            content: '';
            z-index: 1;
            left: 0px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            /*background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);*/
        }

        .decision__mask {
            position: absolute;
            bottom: 0;
            transition: all 0.4s ease;
            left: 0;
            padding: 25px;
            right: 0;
            top: 0;
            background-color: rgba(53, 153, 105, 0.9);
            transform: translateY(-100%);
        }

        .decision__container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-left: -20px;
            margin-right: -20px;
            margin-bottom: -40px;
        }

        .decision__width {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 40px;
            width: 33.3%;
        }

 /*       .decision__item:hover .decision__mask {
            transform: translateY(0);
        }

        .decision__item:hover .decision__name {
            transform: translateY(100%);
        }

        .decision__item:hover:before {
            transform: translateY(100%);

        }

*/
        .decision-mask__title {
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 1.3;
            color: #FFFFFF;
        }

        .decision-mask__subtitle {
            font-size: 16px;
            line-height: 1.3;
            color: #FFFFFF;
        }

        .slick-current.slick-active .problems-slider__title {
            color: rgba(53, 153, 105, 1);
        }

        .problems-slider__subtitle p {
            margin: 0;
        }

        .problems-slider__subtitle {
            padding-bottom: 24px;
            position: relative;
        }

        .problems-slider__subtitle:after {
            content: '';
            position: absolute;
            transition: all 0.6s ease;
            bottom: -20px;
            left: 0;
            width: 0;
            height: 4px;
            background-color: #359969;
        }

        .problems-slider__item {
            padding-bottom: 20px;
        }

        .slick-current.slick-active .problems-slider__subtitle:after {
            width: 100%;
        }

        .problems__col {
            margin-right: 70px;
        }

        .problems-slider .slick-slide {
            margin: 0 27px;
        }
        .problems-slider .slick-list {
            margin: 0 -27px;
        }

        .problems-width {
            max-width: 910px;
            width: 100%;
        }

        .problems__wrap {
            padding: 39px 30px 40px 64px;
            background-color: #fff;
            margin-top: -148px;
        }

        .problems-slider__title {
            margin-bottom: 16px;
            margin-top: 0;

            font-weight: 700;
            font-size: 20px;
            line-height: 1.2;
            color: #1D222B;
        }

        .problems-slider__subtitle {
            font-size: 16px;
            line-height: 1.3;
            color: #1D222B;
        }

        .problems-slider__circle {
            width: 82px;
            height: 82px;
            border: 1px solid #359969;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        .n-g {
            font-weight: 300;
            font-size: 32px;
            line-height: 1;
            color: #359969;
        }

        .n-b {
            font-weight: 300;
            font-size: 20px;
            line-height: 1;
            color: #1D222B;
            margin-left: 0px;
            font-weight: 400;
        }

        .problems__arrows-number {
            margin-left: 20px;
            margin-right: 20px;
        }

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

        .arr-sl {
            height: 8px;
            width: 85px;
        }

        .problems__wrap {
            display: flex;

        }

        .problems__col {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .problems-title {
            font-weight: 700;
            font-size: 30px;
            line-height: 1.3;
            color: #1D222B;
        }

        .problems-title span {
            display: block;
            
        }

        .icon_gray {
            fill:#D9D9D9;
            transition: all 0.4s ease;
        }
        .icon_gray:hover {
            fill: #1D222B;
        }

        .index_bg {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .index__subtitle {
            margin-bottom: 92px;
            font-size: 20px;
            line-height: 1.3;
            color: #FFFFFF;
        }

        .index__subtitle span {
            display: block;
        }

        .index__descript {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.075em;
            color: #FFFFFF;
            margin-bottom: 32px;
        }

        .index__title {
            font-weight: bold;
            font-size: 50px;
            line-height: 1.1;
            color: #FFFFFF;
        }

        .index__title span {
            display: block;
        }

        .index__button .bt2 {
            width: 310px;
            float: none;
            margin-left: 0;
        }

        .index_offset {
            padding-top: 88px;
            margin-top: 91px;
            padding-bottom: 203px;
        }

        .index__descript span {
            display: block;
        }

        .wrapper_large {
            max-width: 1410px;
            padding-left: 15px;
            padding-right: 15px;   
            margin-left: auto;
            margin-right: auto;
        }

        .headers__navabr {
            max-width: 630px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header__offset {
            z-index: 3;
            position: fixed;
            left: 0;
            right: 0;
            background: #FFFFFF;
            padding-top: 20px;
            padding-bottom: 20px;
            box-shadow: 0px 4px 20px rgba(29, 34, 43, 0.07);
        }

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

        .headers__phone {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .headers__phone img {
            margin-right: 11px;
        }

        .headers-navbar__link {
            font-weight: bold;
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #1D222B;
        }
        .headers-navbar__link:last-child {
            margin-right: 0;
        }

        .headers__wrapper {
            max-width: 1410px;
            padding-left: 15px;
            padding-right: 15px;   
            margin-left: auto;
            margin-right: auto;
        }

        .headers .bt2 {
            width: 263px;
        }

        @media (max-width: 1360px) {
            .arr-sl {
                height: 8px;
                width: 49px;
            }

            .headers .bt2 {
                max-width: 251px;
                width: 100%;
            }
            .headers__navabr {
                max-width: 533px;
            }
        }

        @media (max-width: 1290px) {
            .problems__arrows-number {
                margin-left: 10px;
                margin-right: 10px;
            }
            .problems__wrap {
                padding: 37px 30px 35px 30px;
            }

            .decision__name {
                padding: 15px 15px;
                font-size: 16px;
            }
            .decision-mask__title {
                font-size: 16px;
            }
            .decision-mask__subtitle {
                font-size: 14px;
            }
            .problems-title {
                font-size: 26px;
            }
            .problems-width {
                max-width: 820px;
                width: 100%;
            }
        }

        @media (max-width: 1250px) {
            .project-r__col {
                max-width: 367px;
            }
            .project-r__small {
                max-width: 230px;
            }
            .project-r__big {
                max-width: 690px ;
            }
        }

        @media (max-width: 1190px) {
            .headers .bt2 {
                margin-left: 0;
            }
            .adept__item {
                padding: 31px 31px 30px 59px;
            }
        }

        @media (max-width: 1160px) {
            .problems-width {
                max-width: 700px;
            }
            .problems__col {
                margin-right: 30px;
            }

            .case-r__width {
                width: 50%;
                margin-bottom: 30px;
            }

            .case-r__container {
                flex-wrap: wrap;
            }

            .case-r__image img {
                width: 100%;
            }

            .case-form__list {
                max-width: 100%;
                width: calc(100% - 240px);
            }
            
            .case-form__button {
                width: 240px;
                justify-content: center;
                display: flex;
            }

            .case-form__wrap {
                justify-content: center;
            }
        }

        @media (max-width: 1150px) {
            .project-r__container {
                flex-wrap: wrap;
            }
            .project-r__col {
                width: 100%;
                max-width: 100%;
            }

            .project-r__container {
                height: auto;
            }

            .project-r__col {
                height: 431px;
            }
            .project-r__small {
                height: 208px;
            }

            .project-r__small .project-r__image {
                bottom: auto;
            }

            .project-r__bottom {
                flex-wrap: wrap;
            }
            .project-r__bottom .project-r__width {
                width: 100%;
            }
            .project-r__big {
                height: 1000px;
            }

            .project-r__name {
                position: relative;
                z-index: 2;
            }

            .project-r__top {
                flex-wrap: wrap;
                height: 39%;
            }
            .project-r__bottom {
                height: 61%;
            }

            .project-r__top .project-r__width:nth-child(1) {
                width: 100%;
            }

            .project-r__top .project-r__width:nth-child(2) {
                width: 100%;
            }
        }

        @media (max-width: 1140px) {
            .headers__navabr {
                max-width: 435px;
            }
            .headers-navbar__link {
                font-size: 10px;
            }

            .index__title {
                font-size: 35px;
            }

            .decision__width {
                width: 50%;
            }

            .adept__list {
                flex-wrap:wrap;
            }

            .adept__list-two .adept__width {
                width: 100%;
            }

            .adept__title:before {
                right: 103%;
            }
            .adept__title:after {
                right: 103%;
            }
            .adept__item {
                padding: 20px 20px 20px 59px;
            }
        }

        @media (max-width: 1060px) {
            .headers__phone {
                font-size: 12px;
            }
            .headers .bt2 {
                max-width: 220px;
                font-size: 13px;
            }
            .adept__width {
                width: 100%;
            }
            .adept__subtitle span {
                display: inline-block;
            }
            .adept__subtitle {
                max-width: 603px;
            }
            .adept__title span {
                display: inline-block;
            }

            .adept__list-two .adept__item {
                padding-top: 60px;
                padding-bottom: 60px;
            }
        }

        @media (max-width: 990px) {

            .index_offset {
                margin-top: 72px;
            }

            .menu-dropdown__navbar {
                margin-bottom: 42px;
            }

            .menu-dropdown__link {
                font-size: 20px;
                line-height: 1;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                color: #1D222B;
            }

            .menu-dropdown__phone {
                font-size: 24px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 55px;
                color: #1D222B;
            }

            .menu-dropdown {
                display: flex;
                background-color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                flex-direction: column;
                justify-content: center;
                top: 60px;
                z-index: 2;
                height: 100vh;
                align-items: center;
                transform: translateY(-100%);
                transition: all 0.4s ease;
            }

            .menu-dropdown.active {
                transform: translateY(0%);
            }

            .menu-dropdown .btn {
                width: 95%;
                margin-left: 0;
            }

            .menu-dropdown__navbar {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .menu-dropdown__link {
                font-size: 20px;
                line-height: 1;
                text-transform: uppercase;
                margin-bottom: 24px;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                color: #1D222B;
            }
            
            .menu-dropdown__link:last-child {
                margin-bottom: 0;
            }

            .feedback__title {
                font-size: 30px;
            }
            .problems-slider__title {
                text-align: center;
            }
            .problems-title-mob {
                display: block;
                margin-top: 55px;
                margin-bottom: 20px;

                font-size: 24px;
                line-height: 1.3;
                text-align: center;
                color: #1D222B;
            }

            .problems-slider__item {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .problems-slider__subtitle {
                text-align: center;
            }

            .headers__navabr {
                display: none;
            }
            .headers__phone {
                display: none;
            }
            .headers .btn {
                display: none;
            }

            .headers__burger {
                position: relative;
                display: block;
                width: 24px;
                height: 14px;
            }

            .headers__burger span {
                width: 24px;
                height: 2px;
                position: absolute;
                background: #1D222B;
            }
            .headers__burger span:nth-child(1) {
                top:0;
            }
            .headers__burger span:nth-child(2) {
                transform: translateY(-50%);
                top: 50%;
            }
            .headers__burger span:nth-child(3) {
                bottom: 0;
            }

            .index__descript {
                line-height: 1.3;
                font-size: 14px;
            }

            .problems__col {
                display: none;
            }

            .problems__wrap {
                margin-top: 0;
            }
            .index_offset {
                padding-top: 90px;
                padding-bottom: 90px;
            }

            .problems-width {
                max-width: 100%;
            }

            .problems-slider .slick-dots {
                bottom: -53px;
            }
            .problems-slider .slick-dots li button:before {
                display: none;
            }
            .problems-slider .slick-dots li button{
                background: #F2F2F2;
                border-radius: 50%;
                width: 10px;
                height: 10px;
            }

            .problems-slider .slick-dots li.slick-active button{
                background: #359969;
            }

            .section_default {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .case-form__button {
                padding-left: 0;
            }

            .case-form__list {
                margin-left: -10px;
                margin-right: -10px;
            }

            .case-form__item {
                padding-left: 10px;
                padding-right: 10px;
            }
            .case-form__button {
                width: 212px;
                margin-left: 15px;
            }

            .case-form__list {
                width: calc(100% - 212px);
            }
        }

        @media (max-width: 950px) {
            .case-r__brand .slick-list{
                padding:0 20% 0 0 !important;
            }

            .why-r__width {
                width: 50%;
            }
        }

        @media (max-width: 890px) {
            .case-form__list {
                flex-direction: column;
            }

            .case-form__wrap {
                flex-direction: column;
            }

            .case-form__item {
              width: 100%;
              margin-bottom: 15px;
            }
            .case-form__list {
                width: 100%;
            }
            .case-form__button {
                margin-left: 0;
                width: 100%;
            }
            .case-form__button .btn-more {
                max-width: 95%;
            }
        }

        @media (max-width: 780px) {
            .case-r__width {
                width: 100%;
            }

            .case-r__image {
                margin-bottom: 15px;
                font-size: 0;
            }
            .case-r__title {
                font-size: 16px;
            }
            .case-r__title {
                margin-bottom: 15px;
                margin-top: 15px;
            }

            .case-r__item {
                padding-bottom: 20px;
            }
            
            .case-r__calendar {
                margin-left: 15px;
                margin-right: 15px;
            }
            .case-r__title {
                margin-left: 15px;
                margin-right: 15px;
            }
            .case-r__link {
                margin-left: 15px;
                margin-right: 15px;
            }
        }

        @media (max-width: 760px) {
            .popup__content {
                padding: 30px 15px 40px 15px;
            }

            .popup__title {
                color: #1D222B;
                font-size: 24px;
                margin-top: 0;
                margin-bottom: 16px;
            }

            .popup__subtitle {
                color: #1D222B;
                font-size: 18px;
            }

            .popup-mob {
                display: block;
            }

            .popup__tab {
                display: none;
            }
            .popup__content {
                width: 100%;
            }
            .decision__width {
                width: 100%;
            }

            .adept__list-two .adept__item {
                padding-top: 20px;
                padding-bottom: 20px;
            }


            .decision__container .slick-dots {
                bottom: -13px;
            }

            .decision__name {
                font-size: 20px;
            }

            .decision__container .slick-dots li button:before {
                display: none;
            }

            .title-collumn {
                margin-bottom: 30px;
            }

            .title-main {
                font-size: 30px;
            }

            .adept__image {
                display: none;
            }
            .decision__container .slick-dots li button{
                background: #F2F2F2;
                border-radius: 50%;
                width: 10px;
                height: 10px;
            }

            .decision__container .slick-dots li.slick-active button{
                background: #359969;
            }

            .decision__name span {
                display: inline-block;
            }
        }

        @media (max-width: 700px) {
            .footer__link {
                display: none;
            }
        }

        @media (max-width: 600px) {
            .why-r__width {
                width: 100%;
            }

            .index_offset {
                margin-top: 61px;
            }

            .project-r__button .btn {
                font-size: 14px;
            }

            .why-r__button .btn {
                font-size: 14px;
            }
            .decision__mask {
                transform: translateY(-150%);
            }
            .title-main {
                font-size: 24px;
            }
            .feedback__title {
                font-size: 24px;
            }
            .decision__name {
                font-size: 18px;
            }
            .case-r__brand .slick-list {
                padding: 0 39% 0 0 !important;
            }

            .case-form__title {
                font-size: 24px;
            }

            .footer__container {
                flex-direction: column;
            }
            .footer__logo {
                margin-bottom: 20px;
            }

            .feedback__image {
                margin-bottom: 25px;
            }

            .feedback-arrows {
                transform: translateY(0);
                top: 48px;
            }

            .index__title {
                font-size: 24px;
            }
            .index_offset {
                padding-top: 70px;
                padding-bottom: 70px;
            }

            .index__button .bt2 {
                width: 100%;
            }
            .index__subtitle {
                margin-bottom: 65px;
                font-size: 18px;
            }
            .index__subtitle span {
                display: inline;
            }
            .header__offset {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .problems__wrap {
                padding: 15px 0;
            }
            .why-y__circle {
                margin-bottom: 0;
            }
            .why-y__title {
                margin-bottom: 0;
            }
            .why-r__width{margin-bottom: 40px;}
            .why-r__container{margin-bottom: -40px;}
            .case-form__item {
                padding-left: 0;
                padding-right: 0;
            }
        }

        @media (max-width: 450px) {
            
            .adept__title:before {
                right: 112%;
            }

            .adept__title:after {
                right: 109%;
            }

            .case-r__brand .slick-list {
                padding: 0 25% 0 0 !important;
            }
        }

        @media (max-width: 330px) {
            .index__descript {
                line-height: 1.3;
                font-size: 12px;
            }
            .feedback__subtitle {
                font-size: 14px;
            }
        }
/* End */


/* Start:/local/templates/.default/components/bitrix/landing.pub/.default/style.min.css?15882291702984*/
.bitrix-footer{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#242424;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:14px 0;-ms-flex-negative:0;flex-shrink:0}.bitrix-footer-text .bitrix-footer-logo{margin:0 3px}.bitrix-footer-link,.bitrix-footer-link:visited,.bitrix-footer-text{color:#919191;margin:0 3px;font:12px/14px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.bitrix-footer-link{margin:0}a.bitrix-footer-link,a.bitrix-footer-link:visited{-webkit-transition:180ms all ease;-o-transition:180ms all ease;transition:180ms all ease;border-bottom:1px solid #919191;text-decoration:none}a.bitrix-footer-link:hover{color:#fff;border-bottom-color:#fff;text-decoration:none}.landing-public-mode{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-footer{margin-top:auto}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.landing-pub-top-panel,.landing-pub-top-panel-left,.landing-pub-top-panel-right{position:relative;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:17px;padding-left:16px;height:62px;background:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.06);box-shadow:0 1px 0 0 rgba(0,0,0,.06);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.landing-pub-top-panel{position:fixed;top:0;width:100%;z-index:1000;padding-left:19px}.landing-pub-top-panel-wrapper{height:62px}.landing-pub-top-panel-left,.landing-pub-top-panel-right{-webkit-box-shadow:none;box-shadow:none;padding:0}.landing-pub-top-panel-actions{padding-right:19px}.landing-pub-top-panel-chain-link{overflow:hidden;padding:0 11px!important;max-width:200px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-family:"OpenSans-Semibold","Helvetica Neue",Helvetica,Arial,sans-serif}.landing-pub-top-panel-chain-separator{position:relative;display:inline-block;padding:0 3px}.landing-pub-top-panel-chain-separator span{display:inline-block;height:2px;width:9px;background-color:#535c69;opacity:.2;position:relative;top:-4px}.landing-pub-top-panel-link-help{margin-left:5px!important;min-width:0!important}.landing-pub-top-panel-link-help-icon{position:absolute;top:50%;left:50%;color:#535c69;font-size:19px;font-family:"OpenSans-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-transform:translateX(-38%) translateY(-50%);-ms-transform:translateX(-38%) translateY(-50%);transform:translateX(-38%) translateY(-50%)}
/* End */
/* /local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/style.css?16799895811366 */
/* /local/templates/.default/components/bitrix/form/popup_lp/bitrix/form.result.new/.default/libs/magnific-popup/styles.css?167998963065465 */
/* /local/templates/.default/components/bitrix/landing.pub/.default/style.min.css?15882291702984 */
