@font-face {
    font-family: CirceBold;
    src: url(../fonts/CirceBold/CirceBold.eot), url(../fonts/CirceBold/CirceBold.woff), url(../fonts/CirceBold/CirceBold.ttf)
}

@font-face {
    font-family: CirceExtraBold;
    src: url(../fonts/CirceExtraBold/CirceExtraBold.eot), url(../fonts/CirceExtraBold/CirceExtraBold.woff), url(../fonts/CirceExtraBold/CirceExtraBold.ttf)
}

@font-face {
    font-family: CirceExtraLight;
    src: url(../fonts/CirceExtraLight/CirceExtraLight.eot), url(../fonts/CirceExtraLight/CirceExtraLight.woff), url(../fonts/CirceExtraLight/CirceExtraLight.ttf)
}

@font-face {
    font-family: CirceLight;
    src: url(../fonts/CirceLight/CirceLight.eot), url(../fonts/CirceLight/CirceLight.woff), url(../fonts/CirceLight/CirceLight.ttf)
}

@font-face {
    font-family: CirceRegular;
    src: url(../fonts/CirceRegular/CirceRegular.eot), url(../fonts/CirceRegular/CirceRegular.woff), url(../fonts/CirceRegular/CirceRegular.ttf)
}

@font-face {
    font-family: CirceThin;
    src: url(../fonts/CirceThin/CirceThin.eot), url(../fonts/CirceThin/CirceThin.woff), url(../fonts/CirceThin/CirceThin.ttf)
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0;
    text-decoration: none
}

* a {
    text-decoration: none
}

* a:hover {
    text-decoration: none
}

* a:focus {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem
}

html {
    font-size: 10px;
    overflow-x: hidden
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 10px 0 #dd3c20, 0 0 10px 0 #dd3c20;
        box-shadow: 0 0 10px 0 #dd3c20, 0 0 10px 0 #dd3c20
    }

    100% {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0);
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0)
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 10px 0 #dd3c20, 0 0 10px 0 #dd3c20;
        box-shadow: 0 0 10px 0 #dd3c20, 0 0 10px 0 #dd3c20
    }

    100% {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0);
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0)
    }
}

@-webkit-keyframes bou {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
}

@keyframes bou {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate3d(90, 45, 0, 0deg);
        transform: rotate3d(90, 45, 0, 0deg)
    }

    100% {
        -webkit-transform: rotate3d(90, 45, 0, 360deg);
        transform: rotate3d(90, 45, 0, 360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate3d(90, 45, 0, 0deg);
        transform: rotate3d(90, 45, 0, 0deg)
    }

    100% {
        -webkit-transform: rotate3d(90, 45, 0, 360deg);
        transform: rotate3d(90, 45, 0, 360deg)
    }
}

.overlay {
    height: 1000px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    opacity: .4;
    z-index: 3;
    background-image: url(../img/ld.png);
    display: none
}

.mfp-close {
    cursor: pointer !important
}

.container {
    /*    width: 1170px;*/
    width: 1210px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header {
    padding-top: 120px;
    padding-bottom: 82px;
    background: #2b2b2b;
    background-image: url(/img/header.png);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative
}

.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/plash4.png);
}

.header .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header .mouse {
    position: absolute;
    bottom: 30px;
    right: 0
}

.header .header-img {
    position: absolute;
    top: -620px;
    right: -765px
}

.header__top-block {
    /*    background-color: rgba(43, 43, 43, .95);*/
    position: fixed;
    z-index: 99;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /*   padding-top: 25px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding-bottom: 20px;
}

.top_back {
    background-color: rgba(43, 43, 43, .95);
    border-bottom: 1px rgba(250, 247, 242, .1) solid;
    padding-top: 25px;
}

.header__top-block .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


.header__top-block .left-aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__top-block .left-aside .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header__top-block .left-aside .header__menu:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.header__top-block .left-aside .header__menu:hover .tooltip {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.header__top-block .left-aside .header__menu .tooltip {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 227px;
    height: 23px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: .36px;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.header__top-block .left-aside .header__menu .tooltip:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent rgba(255, 255, 255, .1) transparent
}

.header__top-block .left-aside .header__menu .text {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.04px;
    margin-left: 11px
}

.header__top-block .left-aside .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dexa {
    background: #2d2d2d;
    padding: 10px 5px;
    /* background: linear-gradient(255.65deg, #1b1f2c 5.52%, #20212D 105.52%); */
    color: #000;
    border-radius: 0 0 5px 5px;
    max-width: 193px;
    position: relative;
    z-index: 4;
}

.dexa:before {
    content: '';
    position: absolute;
    border-radius: 0 0 5px 5px;
    border: 1px solid #bebcbc;
    border-top: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    z-index: -1;
}

.top_back .dexa {
    background: none !important;
    padding: 0;
}

.top_back .dexa:before {
    border: none;
}

.top_back .left-aside .adress {
    padding-top: 0px !important;
}

.menu {
    padding-top: 25px;
    padding-left: 30px;
}

.menu a {
    color: #ffffff;
    padding-left: 10px;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .52px;
}

.top_back .left-aside .adress:before {
    top: -15px;
}

.top_back .left-aside .logo .text,
.top_back .left-aside .logo .text span {
    color: #e4e2e2 !important;
}

.header__top-block .left-aside .logo .text {
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    letter-spacing: .24px;
}

.audit__title {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-align: left;
    width: 100%;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
}

.audit__title-big {
    color: #000;
    display: block;
}

.header__top-block .left-aside .logo .text span {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .13px;
    position: relative;
    display: inline-block;
    margin: 0 6px;
    top: -3px;
    left: 0;
}

/*
.header__top-block .left-aside .logo .text span:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -11px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #24dbdd
}
*/
.header__top-block .left-aside .logo .text span:before {
    content: '';
    position: absolute;
    top: 0%;

    left: 0;
    width: 50%;
    /* -webkit-border-radius: 100%; */
    /* border-radius: 100%; */
    width: 100%;
    height: 2px;
    background-color: #e2e13a;
}

.header__top-block .left-aside .adress {

    color: #ded9d9;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .52px;
    margin-left: 52px;
    padding-top: 17px;
    position: relative
}


.header__top-block .left-aside .adress:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -25px;
    width: 2px;
    height: 86px;
    background-color: #fff;
    opacity: .7
}

.header__top-block .join-country {
    margin-left: 120px;
    padding-top: 3px
}

.header__top-block .join-country a {
    color: rgba(255, 255, 255, .2);
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .36px;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    -webkit-transition: all .15s;
    transition: all .15s;
    margin-bottom: 5px;
    display: inline-block
}

.header__top-block .join-country a:hover {
    color: #fff;
    border-bottom: 1px #fff solid;
    -webkit-transition: all .15s;
    transition: all .15s
}

.header__top-block .join-country .active {
    color: #fff
}

.header__top-block .right-aside {
    display: none
}

.header__top-block .right-aside .social {
    margin-right: 42px;
    padding-top: 7px
}

.header__top-block .right-aside .social ul {
    list-style-type: none;
    font-size: 0
}

.header__top-block .right-aside .social ul li {
    display: inline-block;
    margin-left: 10px
}

.header__top-block .right-aside #zvon2 {
    display: none;
}

.header__top-block .right-aside .callback {
    display: inline-block;
    position: relative;
    width: 170px;
    height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid rgb(244, 197, 94);
    color: #000;
    font-family: CirceLight, sans-serif;
    font-weight: 700;
    font-size: 16px;
    z-index: 1;
    letter-spacing: .39px;
    background: #f4c55e;
    text-align: center;
    padding: 5px;
    line-height: 33px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header__top-block .right-aside .callback:before {
    content: '';
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    /*    border: 1px solid #aba7a7;*/
    border-radius: 5px;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
}

.header__top-block .right-aside .callback:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #2f2f2f;
    background-color: #dcae4b;
}

.header__top-block .right-aside .header-contacts {
    margin-right: 32px;
    text-align: right;
    min-width: 186px
}

.header__top-block .right-aside .header-contacts span {
    position: relative;
    top: -3px;
    display: block;
    opacity: .3;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .56px
}

.header__top-block .right-aside .header-contacts .phone {
    display: block;
    position: relative;
    top: -1px;
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .6px
}

.header__top-block .right-aside .header-contacts .yalink {
    display: block;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .8px;
    margin-right: 3px;
    position: relative;
    top: -2px
}

.header__top-block .faded {
    opacity: 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

.header__top-block .faded.in {
    opacity: 1;
    -webkit-transition: all .15s;
    transition: all .15s
}

.header__top-block .active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__content-block {
    width: 100%;
    padding-top: 80px;
    position: relative;
    z-index: 10
}

.header__content-block h1 {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: .47px
}

.header__content-block h1 span {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400
}

.header__content-block p {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .16px;
    margin-top: 20px;
    margin-left: 7px
}

.header .header-aaa {
    /*    padding-top: 123px;*/
    padding-top: 80px;
    margin-left: 13px
}

.header .header-aaa ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

.header .header-aaa ul li {
    /*
    color: #fff;
    font-family: CirceLight,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .12px;
    margin-right: 43px;
	position: relative*/
    color: #bbb5b5;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(255.65deg, #1b1f2c 5.52%, #20212D 105.52%);
    background: #282828;
    letter-spacing: .12px;
    border-radius: 10px;
    margin-right: 43px;
    padding: 45px;
    position: relative;
    z-index: 4;
}

.header .header-aaa ul li:before {
    content: '';
    position: absolute;
    top: -60px;
    right: -25px;
    height: 110px;
    background-size: contain;
    width: 110px;
    z-index: 5;
    border: 0px rgba(255, 255, 255, .2) solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, .2);
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .4px;
}

.header .header-aaa ul li:after {
    content: '';
    position: absolute;
    border-radius: 10px;
    border: 1px solid #fab84c99;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    z-index: 0;
}

.header .header-aaa ul li:nth-child(1):before {
    content: '';
    background-image: url(../img/d12.png);

}

.header .header-aaa ul li:nth-child(2):before {
    content: '02';
    background-image: url(../img/d13.png);
}

.header .header-aaa ul li:nth-child(3):before {
    content: '03';
    /* content: '02'; */
    background-image: url(../img/d14.png);
}

/*
.header .header-aaa ul li {

	color: #bbb5b5;
    font-family: CirceLight,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	background: linear-gradient(255.65deg, #1b1f2c 5.52%, #20212D 105.52%);
	background: #282828;
    letter-spacing: .12px;
    border-radius: 10px;
    margin-right: 43px;
    padding: 45px;
    position: relative;
}

.header .header-aaa ul li:before {
    content: '';
    position: absolute;
	top: -23px;
    right: 12px;
    height: 44px;
    width: 44px;
    border: 1px rgba(255,255,255,.2) solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255,255,255,.2);
    font-family: CirceRegular,sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .4px
}

.header .header-aaa ul li:nth-child(1):before {
    content: '01'
}

.header .header-aaa ul li:nth-child(2):before {
    content: '02'
}

.header .header-aaa ul li:nth-child(3):before {
    content: '03'
}
*/
.header .header-btn {
    margin-top: 60px;
    opacity: 1;
    margin-left: 7px
}

.header .header-btn a {
    display: inline-block;
    width: 385px;
    height: 85px;
    -webkit-border-radius: 35px;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-btn a p {
    margin-top: 0
}

.header .header-btn a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    /*
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear*/
}

.header .header-btn a:hover:before {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header .header-btn a:hover:after {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header .header-btn a:before {
    background-image: -webkit-linear-gradient(16deg, #e6b453 0, #ffd266 100%);
    background-image: linear-gradient(to top, #e6b453 0%, #ffd266 100%);
    content: '';
    -webkit-box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header .header-btn a:after {
    /*
    background-image: -webkit-gradient(linear,right top,left top,from(#dc3734),to(#dd3c20));
    background-image: -webkit-linear-gradient(right,#dc3734 0,#dd3c20 100%);
	background-image: linear-gradient(to left,#dc3734 0,#dd3c20 100%);*/

    content: '';
    top: 0;
    left: 0;
    background: #e4b353;
    -webkit-box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
    opacity: 0
}

.header .header-btn a p {
    color: #000;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    position: relative;
    z-index: 1
}




.portfolio {
    position: relative;
    z-index: 12;
}

.portfolio__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px;
}

.portfolio__hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1vw;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.main__portfolio-bottom {
    padding-top: 7rem;
    padding-bottom: 0rem;
    background-size: cover;
    position: relative;
    text-align: center;
}

.btn-eche {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    display: inline-block;
    padding: 2.4rem 5rem;
    color: #000;
    font-weight: 500;
    font-size: 2.4rem;

    border-radius: 1.3rem;
    background-image: -webkit-linear-gradient(16deg, #e6b453 0, #ffd266 100%);
    background-image: linear-gradient(to top, #e6b453 0%, #ffd266 100%);
    -webkit-box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    box-shadow: 0 8px 13px rgba(206, 165, 81, 0.49), inset 0 -4px 1px #cea551;
    text-decoration: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
}

.btn-eche:hover {
    background: #e6b453;
}

.btn-quizi {
    max-width: 300px;
}

.btn-quizi a {
    max-width: 300px;
    color: #000;
    height: auto;
    font-family: 'CirceBold';
}

.portfolio__hover .link-underline {
    color: #fff;
    margin-left: 2.5vw;
}

.portfolio__hover .btn {
    width: 11vw;
}

.portfolio__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2vw;
}

.portfolio__item {
    position: relative;
    width: 25.5%;
    height: 25vw;
    margin: 20px;
    border-radius: 5px;
}

.portfolio__cont .portfolio__item:nth-child(n+13) {
    display: none;
}

.portfolio__item:hover .portfolio__hover {
    opacity: 1;
}

.portfolio .descr {

    color: #ffffff;
    font-family: CirceBold, sans-serif;
    font-weight: 500;
    /*  font-size: 1.56vw;
    line-height: 1.8vw;
*/
    font-size: 1.36vw;
    line-height: 1.6vw;
    padding: 5px;
    letter-spacing: .6px;
    border-radius: 10px;
    min-height: 80px;
}

.portfolio .descr_small {
    color: #ffffff;
    font-family: CirceBold, sans-serif;
    font-weight: 100;
    /*    border: 1px solid #fff;
    border-radius: 5px;*/
    padding: 10px;
    /*    margin-top: 2vw;*/
    margin-top: 10px;
}

.portfolio .but,
#vse .but,
.knop {
    color: #fff;
    display: block;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #f4c55e;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;

}

#vse .but p,
.knop p {
    color: #000;
    display: block !important
}

#vse .but p {
    text-align: center !important;
}

.ostav p {
    margin: 0 !important;
}

.portfolio .but:hover,
#vse .but:hover,
.knop:hover {
    background: #f4c55e;
    color: #000;
    font-weight: 600;

}

.portfolio .but p,
#vse .but p,
.knop p {

    position: relative;
    z-index: 1;
    font-family: CirceRegular, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 55px;
    letter-spacing: .68px;
}

.thank {
    min-height: 375px !important;
}

.check {
    width: 114px;
    height: 105px;
    margin: 0 auto;
    display: block;
}

/*
.mains{
    background-color: #222222;
    padding-top: 83px;
    padding-bottom: 132px;
}
.mains .main__portfolio-content{
    display: grid;
    grid-template-columns: 27vw 27vw 27vw;
    grid-gap: 2vw;
    padding: 20px 5vw 20px 5vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main__portfolio-content-item {
    width: 100%;
    height: 27vw;
    position: relative;
}
.main__portfolio-content-item-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    color: black;
    font-size: 1.6rem;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    cursor: default;
}

.main__portfolio-content-item-hover-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.main__portfolio-content-item-hover-block h2 {
    margin-top: 0;
}

.main__portfolio-content-item-hover span {
    display: block;
    width: 100%;
    font-size: 1.6rem;
}

.main__portfolio-content-item-hover-btns-block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}

.main__portfolio-content-item-hover-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
*/
#vse {
    background: #fff;
}

.audit-get {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    z-index: 2
}

.audit-get:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
}

.audit-get-v2,
.audit-get-v3 {
    margin-top: 60px
}

.audit-get-v1:after {

    background: url(/img/sait.jpg) no-repeat;
    width: 100%;
    height: 350px;
    background-size: contain;
    transform: rotate(-15deg);
    left: -200px;
    top: -150px;
}

.audit-get-v2:after {

    background: url(/img/context.png) no-repeat;
    width: 100%;
    height: 275px;
    background-size: contain;
    transform: rotate(-15deg);
    left: -200px;
    top: -80px;
}

.audit-get-v3:after {


    background: url(/img/video.png) no-repeat left;
    width: 100%;
    height: 280px;
    background-size: contain;
    left: -230px;
    top: -50px;
    transform: rotate(-10deg);
    /*
    background: url(/img/video.png),url(/img/kvadro.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    display: block;
    width: calc(100% + 35%);
    height: 280px;
    background-size: contain;
    right: -200px;
    top: -100px;*/
}

.audit-get::before {
    content: '';
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #e2e3e6;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 2;
}

.audit-get__wrapper {
    background-color: #fff;
    /*    background: url(/img/podls.jpg);*/


    -webkit-box-shadow: 0px 2px 57px 3px rgb(137 137 137 / 16%);
    -moz-box-shadow: 0px 2px 57px 3px rgb(137 137 137 / 16%);
    box-shadow: 0px 2px 57px 3px rgb(137 137 137 / 16%);
    padding: 65px 70px 43px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.audit-get-1 {
    background: url(/img/podlos4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.audit-get-2 {
    background: url(/img/podlos9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.audit-get-3 {
    background: url(/img/podlos11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.audit-get__img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.audit-get__img img {
    vertical-align: top;
    vertical-align: top;
    /* transform: rotate(5deg); */
    max-height: 100%;
    /* height: auto; */
    border-radius: 0 10px 10px 0;
    position: relative;
    z-index: 2;
}

.audit-get__link {
    cursor: pointer
}

.audit-get__title {
    font-family: CirceBold, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px
}

.audit-get__messenger {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
    flex-wrap: wrap;
    max-width: 60%;
}

.how .audit-get {
    max-width: 800px;
    margin: 0 auto;
}

.how .how_img {
    text-align: center;
    margin: 0 auto;
    max-width: 290px;
}

.how .arrow img {
    filter: grayscale(1);
}

.how .audit-get::after {
    background: url(/img/pech.png) no-repeat;
    width: 100%;
    height: 350px;
    background-size: contain;
    left: -200px;
    top: -150px;
}

.how .audit-get__messenger {
    max-width: 100%;
}

.audit-get__messenger li {
    border: 2px rgb(0 0 0 / 50%) solid !important;
    color: #000 !important;
    cursor: pointer !important;
}

.audit-get__messenger li {
    margin-right: 17px
}

.audit-get__messenger li:last-child {
    margin-right: 0
}

.audit-form__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#raboti {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    width: 170px;
    border-radius: 5px;
    color: #000;
    background: #f4c55e;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-left: 15px;
}

#raboti span {
    font-family: CirceRegular, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 55px;
    letter-spacing: .68px;
}

.op {
    margin-top: 41px;
    display: block;
    opacity: .67;
    color: #fff;
    font-family: CirceExtraLight, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .6px
}

.aaa {
    background-color: #fbfbfb;
    padding-top: 83px;
    /*    padding-bottom: 132px*/
    padding-bottom: 0px
}

.aaa .container {

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#reviews .container {
    width: 1500px;
}

.aaa h2 {
    color: #2f2f2f;
    text-align: center;
    width: 100%;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
}

.aaa h2 span {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400
}

.aaa p {
    margin-top: 39px;
    text-align: left;
    width: 100%;
    opacity: 1;
    color: #2b2929 !important;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .8px
}

p.videos {
    margin-top: 10px;
    text-align: left;
}

.plus {
    position: relative;
}

.plus:before {
    content: '';
    width: 10rem;
    height: 10rem;
    background-color: #115aa7;
    background-image: url(/img/scale.png), -webkit-linear-gradient(45deg, #115aa7, #115aa7);
    background-image: url(/img/scale.png), -o-linear-gradient(45deg, #115aa7, #115aa7);
    background-image: url(/img/scale.png), linear-gradient(45deg, #115aa7, #115aa7);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    visibility: hidden;
}

.plus:hover:before {
    visibility: visible;
    -webkit-transition: visibility .3s;
    -o-transition: visibility .3s;
    transition: visibility .3s;
}

.arr {
    margin-bottom: -7px;
}

.aaa-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 90px;
}

.aaa-item {
    /*
    width: 33%;
    -webkit-transition: all .2s;
    transition: all .2s*/
    -webkit-transition: all .2s;
    transition: all .2s;
    flex: 0 0 33.333%;
}

.aaa-item:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.aaa-item:hover .image img {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.aaa-item:nth-child(3) {
    padding-left: 40px
}

.aaa-item .image {
    text-align: center
}

.aaa-item .text {
    text-align: center
}

.aaa-item .text h3 {
    color: #2f2f2f;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1.12px;
    position: relative;
    top: -8px
}

.aaa-item .text p {
    margin-top: 18px;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: .84px
}

.res {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 93px
}

.res h2 {
    text-align: center;
    color: #2f2f2f;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.res h2 span {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400
}

.case {
    background-color: #2f2f2f
}

.case .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.case .case {
    padding-top: 94px;
    padding-bottom: 77px;
    position: relative
}

.case .case .case-block-wrap {
    display: none
}

.case .case .case-block-text {
    display: none
}

.case .case .case-info {
    width: 47.5%
}

.case .case .case-info .case-header {
    padding-bottom: 35px;
    border-bottom: 1px rgba(255, 255, 255, .05) solid
}

.case .case .case-info .case-header h3 {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1.04px
}

.case .case .case-info .case-header .descr {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .14px;
    margin-top: 20px
}

.case .case .case-info .case-header .case-link {
    margin-top: 33px;
    display: inline-block;
    opacity: .66;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: .76px;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative
}

.case .case .case-info .case-header .case-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case .case-info .case-header .case-link:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    border-bottom: 1px #fff solid
}

.case .case .case-info .case-header .case-link:hover:after {
    border: 1px #fff solid;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case .case-info .case-profit {
    padding-top: 23px;
    padding-left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px rgba(255, 255, 255, .05) solid
}

.case .case .case-info .case-profit .term p span {
    opacity: .3;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .07px
}

.case .case .case-info .case-profit .item {
    margin-left: 33px
}

.case .case .case-info .case-profit .item:nth-child(1) {
    margin-left: 0
}

.case .case .case-info .case-profit .item:nth-child(3) {
    margin-left: 45px
}

.case .case .case-info .case-profit .item span {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: .64px;
    display: inline-block
}

.case .case .case-info .case-profit .item p {
    margin-top: 15px;
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 51px;
    line-height: 40px;
    letter-spacing: 2.4px
}

.case .case .case-info .case-profit .item p span {
    font-size: 20px;
    opacity: .3;
    position: relative;
    top: -11px
}

.case .case .case-info .case-do {
    padding-top: 18px
}

.case .case .case-info .case-do span {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: .64px;
    display: inline-block
}

.case .case .case-info .case-do ul {
    list-style-type: none;
    font-size: 0;
    margin-top: 20px
}

.case .case .case-info .case-do ul li {
    display: inline-block;
    border: 2px rgba(255, 255, 255, .5) solid;
    color: #fff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 31px;
    letter-spacing: .52px;
    padding: 0 19px;
    margin-right: 15px;
    margin-bottom: 17px;
    position: relative;
    cursor: default
}

.descr_small ul {
    list-style-type: none;
    font-size: 0;
    margin-top: 20px
}

.portfolio .descr_small ul {
    max-width: 20vw;
}

.descr_small ul li {
    display: inline-block;
    border: 2px rgba(255, 255, 255, .5) solid;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 31px;
    letter-spacing: .52px;
    padding: 0 19px;
    margin-right: 15px;
    margin-bottom: 17px;
    position: relative;
    cursor: default
}

.case .case .case-info .case-do ul li:hover .tooltip {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.descr_small ul li:hover .tooltip {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.descr_small ul li .tooltip {
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 280px;
    height: 145px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .48px;
    padding: 20px 20px;
    line-height: 1.4;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

.case .case .case-info .case-do ul li .tooltip {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 300px;
    height: 130px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .48px;
    padding: 20px 20px;
    line-height: 1.4;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

.case .case .case-info .case-do ul li .tooltip span {
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 0
}

.descr_small ul li .tooltip span {
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 0
}

.case .case .case-info .case-do ul li .tooltip:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #fff transparent
}

.descr_small ul li .tooltip:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #fff transparent
}

.descr_small ul li .tooltip:after {
    content: '';
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border: 1px solid #e2e3e6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 2;
}

.case .case-1 {
    background-image: url(../img/case-1-bg.jpg);
    background-size: cover;
    background-position: center center
}

.case .case-2 {
    background-image: url(../img/case-2-bg.jpg);
    background-size: cover;
    background-position: center center
}

.case .case-2 .case-info .case-header {
    border-bottom: 1px rgba(47, 47, 47, .05) solid
}

.case .case-2 .case-info .case-header h3 {
    color: #2f2f2f
}

.case .case-2 .case-info .case-header .descr {
    color: #2f2f2f
}

.case .case-2 .case-info .case-header .case-link {
    color: #2f2f2f;
    border-bottom: 1px rgba(47, 47, 47, .2) solid
}

.case .case-2 .case-info .case-header .case-link:after {
    border: 1px rgba(47, 47, 47, .2) solid;
    background-image: url(../img/arrow-dark.png)
}

.case .case-2 .case-info .case-header .case-link:hover {
    border-bottom: 1px #2f2f2f solid
}

.case .case-2 .case-info .case-header .case-link:hover:after {
    border: 1px #2f2f2f solid
}

.case .case-2 .case-info .case-profit {
    border-bottom: 1px rgba(47, 47, 47, .05) solid
}

.case .case-2 .case-info .case-profit .item span {
    color: #2f2f2f
}

.case .case-2 .case-info .case-profit .item p {
    color: #2f2f2f
}

.case .case-2 .case-info .case-profit .term p {
    color: #2f2f2f !important
}

.case .case-2 .case-info .case-profit .term span {
    color: #2f2f2f !important
}

.case .case-2 .case-info .case-do span {
    color: #2f2f2f
}

.case .case-2 .case-info .case-do ul li {
    border: 2px rgba(47, 47, 47, .2) solid;
    color: #2f2f2f
}

.case .case-2 .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.case .case-2 .case-info .case-header {
    border-bottom: 1px rgba(47, 47, 47, .05) solid
}

.case .case-3 {
    background-image: url(../img/case-3-bg.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden
}

.case .case-4 {
    background-image: url(../img/case-4.jpg);
    background-size: cover;
    background-position: center center
}

.case .case-4 .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.case .case-4 .case-info {
    width: 46%
}

.case .case-5 {
    background-image: url(../img/case-5.jpg);
    background-size: cover;
    background-position: center center
}

.case .case-5 .case-info {
    width: 46%
}

.case .case-6 {
    background-image: url(../img/reboot.png);
    background-size: cover;
    background-position: center center
}

.case .case-6 .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.case .case-6 .case-info {
    width: 47%
}

.case .case-1-image {
    position: absolute;
    bottom: -112px;
    right: -392px
}

.case .case-1 {
    background-image: url(../img/zar.png)
}

.case .case-2-image {
    position: absolute;
    bottom: -2px;
    left: -180px
}

.case .case-3-image {
    position: absolute;
    bottom: -160px;
    right: -290px
}

.case .case-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw
}

.case .case-blocks .case-block {
    width: 33vw;
    height: 33vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block:before {
    content: '';
    background-color: rgba(25, 28, 33, .66);
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    position: absolute
}

.case .case-blocks .case-block:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block:hover .case-block-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block:hover .case-block-wrap {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    visibility: visible;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px
}

.case .case-blocks .case-block:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block .case-block-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 8px solid #dd3b22;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    display: block
}

.case .case-blocks .case-block .case-block-text {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    width: 90%;
    height: 90%;
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block .case-block-text h3 {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 1.56vw;
    line-height: 2.1vw;
    letter-spacing: .6px;
    max-width: 383px;
    min-height: 120px
}

.case .case-blocks .case-block .case-block-text .link {
    margin-top: 1vw;
    display: inline-block;
    opacity: .66;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 1vw;
    line-height: 20px;
    letter-spacing: .76px;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    -webkit-transition: all .2s;
    transition: all .2s
}

.case .case-blocks .case-block .case-block-text .look {
    display: block;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 20px;
    bottom: 15px
}

.case .case-blocks .case-block .case-block-text .look:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px transparent solid
}

.case .case-blocks .case-block .case-block-text .look:hover:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    visibility: visible
}

.case .case-blocks .case-block .case-block-text .look:before {
    background-image: -webkit-linear-gradient(27deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(63deg, #dc3734 0, #dd3c20 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.case .case-blocks .case-block .case-block-text .look p {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 55px;
    letter-spacing: .68px
}

.case .case-blocks .case-block .case-block-text .look p img {
    margin-left: 15px;
    position: relative;
    top: 6px
}

.case .case-blocks .case-block-1 {
    background-image: url(../img/case-block-1.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-2 {
    background-image: url(../img/case-block-2.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-3 {
    background-image: url(../img/case-block-3.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-4 {
    background-image: url(../img/case-block-4.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-5 {
    background-image: url(../img/case-block-5.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-6 {
    background-image: url(../img/case-block-6.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-7 {
    background-image: url(../img/case-block-7.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-8 {
    background-image: url(../img/case-block-8.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-9 {
    background-image: url(../img/case-block-9.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-10 {
    background-image: url(../img/case-block-10.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-11 {
    background-image: url(../img/case-block-11.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-12 {
    background-image: url(../img/case-block-12.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-13 {
    background-image: url(../img/case-block-13.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-14 {
    background-image: url(../img/case-block-14.png);
    background-size: cover;
    background-position: center center
}

.case .case-blocks .case-block-15 {
    background-image: url(../img/case-block-15.png);
    background-size: cover;
    background-position: center center
}


.testimonials {
    padding-bottom: 195px;
    background-color: #fbfbfb;
    position: relative;
    z-index: 3;
    padding-top: 100px
}

.testimonials .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testimonials .caption-zone {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.testimonials .caption-zone h2 {
    color: #2f2f2f;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.56px
}

.testimonials .caption-zone h2 span {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400
}

.testimonials .caption-zone p {
    opacity: .9;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .36px
}

.testimonials .caption-zone p span {
    font-family: CirceRegular, sans-serif;
    font-weight: 400
}

.testimonials-slider {
    width: 1210px;
    margin: 0 auto;
    position: relative
}

.testimonials-slider .swiper-container {
    padding-left: 20px;
    padding-right: 20px
}

.testimonials-slider .swiper-button-next {
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(../img/slider-btn.png);
    background-size: cover;
    position: absolute;
    top: 55%;
    margin-left: -35px;
    right: -5%
}

.testimonials-slider .swiper-button-prev {
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(../img/slider-btn.png);
    background-size: cover;
    position: absolute;
    top: 55%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -5%
}

.testimonials-slider .swiper-container .swiper-wrapper {
    padding-top: 100px;
    padding-bottom: 20px
}

.testimonials-slider .swiper-slide {
    height: 375px;
    background-image: url(../img/test-wrap.png);
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 9px 17px 13px #ccc;
    box-shadow: 9px 17px 13px #ccc
}

.testimonials-slider .swiper-slide .test-doc {
    position: relative;
    background-image: url(../img/doc-1.png);
    height: 327px;
    background-size: cover;
    background-position: center;
    width: 220px;
    margin-top: 25px;
    margin-left: 24px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.testimonials-slider .swiper-slide .test-doc:hover .link-wrap {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.testimonials-slider .swiper-slide .test-doc .link-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 45%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.testimonials-slider .swiper-slide .doc-1 {
    background-image: url(../img/testimonials/1-otzv.png)
}

.testimonials-slider .swiper-slide .doc-2 {
    background-image: url(../img/testimonials/2-otzv.png)
}

.testimonials-slider .swiper-slide .doc-3 {
    background-image: url(../img/testimonials/3-otzv.png)
}

.testimonials-slider .swiper-slide .doc-4 {
    background-image: url(../img/testimonials/4-otzv.png)
}

.testimonials-slider .swiper-slide .doc-5 {
    background-image: url(../img/testimonials/5-otzv.png)
}

.how {
    background-color: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 80px
}

.how .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.how h2 {
    color: #2f2f2f;
    font-size: 36px;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.52px;
    text-align: center;
    width: 100%
}

.how h2 span {
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400
}

.how .arrow {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    -webkit-animation: bou 1.5s linear infinite;
    animation: bou 1.5s linear infinite
}

.stap-1 {
    background-color: #2f2f2f;
    padding-top: 57px;
    padding-bottom: 452px;
    position: relative;
    z-index: 1
}

.stap-1 .mock {
    position: absolute;
    bottom: -325px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.stap-1 .mock-0 {
    position: relative;
    z-index: 3
}

.stap-1 .mock-1 {
    position: absolute;
    top: -80px;
    left: 114px;
    z-index: 4
}

.stap-1 .mock-2 {
    position: absolute;
    top: 60px;
    right: 126px;
    z-index: 4
}

.stap-1 .mock-3 {
    position: absolute;
    bottom: 209px;
    left: 60px
}

.stap-1 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stap-1 .caption {
    width: 230px;
    height: 51px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 0 auto;
    opacity: .5;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: .88px
}

.stap-1 h2 {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.52px
}

.stap-1 p {
    margin-top: 33px;
    width: 100%;
    opacity: .9;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .7px;
    text-align: center
}

.stap-1 h4 {
    margin-top: 55px;
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .96px;
    text-align: center;
    width: 100%
}

.stap-1-items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px
}

.stap-1-item {
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-1-item:hover .image img {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shake 1s linear infinite;
    animation: shake 1s linear infinite
}

.stap-1-item:nth-child(2) .image img {
    position: relative;
    top: 12px;
    left: 13px
}

.stap-1-item:nth-child(3) .image img {
    position: relative;
    top: 12px;
    left: 32px
}

.stap-1-item:nth-child(4) .image img {
    position: relative;
    top: 12px;
    left: 32px
}

.stap-1-item .image {
    padding-left: 90px
}

.stap-1-item .text {
    margin-top: 59px;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .72px;
    text-align: center;
    position: relative
}

.stap-1-item .text .count {
    position: absolute;
    top: -63px;
    left: 108px;
    opacity: .03;
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 30px;
    letter-spacing: 2.8px
}

.stap-1-item .text span {
    font-family: CirceBold, sans-serif;
    font-weight: 400
}

.stap-1 .stap-1-btn {
    text-align: center;
    width: 100%;
    margin-top: 70px
}

.stap-1 .stap-1-btn a {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-1 .stap-1-btn a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px transparent solid;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

.stap-1 .stap-1-btn a:hover:before {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-1 .stap-1-btn a:before {
    background-image: -webkit-linear-gradient(29deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(61deg, #dc3734 0, #dd3c20 100%);
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    z-index: 0
}

.stap-1 .stap-1-btn a p {
    display: inline-block;
    width: auto;
    margin-top: 0;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 12px;
    letter-spacing: .68px;
    position: relative;
    z-index: 3
}

.stap-1 .stap-1-btn a img {
    position: relative;
    top: 6px;
    margin-left: 15px;
    z-index: 3
}

.stap-2 {
    background-color: #fff;
    padding-top: 332px;
    padding-bottom: 705px;
    position: relative;
    z-index: 0
}

.stap-2 .sh {
    position: absolute;
    bottom: -600px;
    z-index: 3;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 931px;
    background-image: url(../img/box-sh.png)
}

.stap-2 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stap-2 .caption {
    width: 230px;
    height: 51px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(47, 47, 47, .1);
    margin: 0 auto;
    opacity: .5;
    text-align: center;
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: .88px;
    margin-top: 18px
}

.stap-2 h2 {
    margin-top: 21px;
    width: 100%;
    text-align: center;
    color: #2f2f2f;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.52px
}

.stap-2 p {
    margin-top: 33px;
    width: 100%;
    opacity: .9;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .7px;
    text-align: center
}

.stap-2 h4 {
    margin-top: 55px;
    color: #2f2f2f;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .96px;
    text-align: center;
    width: 100%
}

.stap-2-items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px
}

.stap-2-item {
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-2-item:hover .image img {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shake 1s linear infinite;
    animation: shake 1s linear infinite
}

.stap-2-item:nth-child(2) .image img {
    position: relative;
    top: -6px;
    left: -5px
}

.stap-2-item:nth-child(3) .image img {
    position: relative;
    top: -2px;
    left: 4px
}

.stap-2-item:nth-child(4) .image img {
    position: relative;
    top: 5px;
    left: 14px
}

.stap-2-item .image {
    padding-left: 85px;
    height: 65px
}

.stap-2-item .text {
    margin-top: 30px;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .72px;
    text-align: center;
    position: relative
}

.stap-2-item .text .count {
    position: absolute;
    top: -63px;
    left: 108px;
    opacity: .03;
    color: #2f2f2f;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 30px;
    letter-spacing: 2.8px
}

.stap-2-item .text span {
    font-family: CirceBold, sans-serif;
    font-weight: 400
}

.stap-2 .stap-2-btn {
    text-align: center;
    width: 100%;
    margin-top: 96px
}

.stap-2 .stap-2-btn a {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 1px solid rgba(47, 47, 47, .3);
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-2 .stap-2-btn a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px transparent solid;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

.stap-2 .stap-2-btn a:hover p {
    color: #fff
}

.stap-2 .stap-2-btn a:hover:before {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-2 .stap-2-btn a:before {
    background-image: -webkit-linear-gradient(29deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(61deg, #dc3734 0, #dd3c20 100%);
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    z-index: 0
}

.stap-2 .stap-2-btn a p {
    display: inline-block;
    width: auto;
    margin-top: 0;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 12px;
    letter-spacing: .68px;
    position: relative;
    z-index: 3
}

.stap-2 .stap-2-btn a img {
    position: relative;
    top: 6px;
    margin-left: 15px;
    z-index: 3
}

.stap-2 .circle {
    width: 1074px;
    height: 1074px;
    position: absolute;
    bottom: -400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/circle.png);
    background-position: center;
    background-size: cover;
    z-index: 0
}

.stap-2 .box {
    width: 1129px;
    height: 1072px;
    position: absolute;
    bottom: -540px;
    left: 50%;
    margin-left: -564.5px;
    background-image: url(../img/yasheff-box.png);
    background-position: center;
    background-size: cover;
    z-index: 1
}

.stap-2 .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.stap-3 {
    position: relative;
    background-color: #2f2f2f;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 381px;
    overflow: hidden
}

.stap-3 .mock-1 {
    position: absolute;
    left: -1530px;
    bottom: -829px
}

.stap-3 .mock-2 {
    position: absolute;
    bottom: -794px;
    right: -1930px
}

.stap-3 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stap-3 .caption {
    width: 230px;
    height: 51px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 0 auto;
    opacity: .5;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: .88px
}

.stap-3 h2 {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.52px
}

.stap-3 p {
    margin-top: 33px;
    width: 100%;
    opacity: .9;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .7px;
    text-align: center
}

.stap-3 h4 {
    margin-top: 85px;
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .96px;
    text-align: center;
    width: 100%
}

.stap-3-items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px
}

.stap-3-item {
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-3-item:hover .image img {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shake 1s linear infinite;
    animation: shake 1s linear infinite
}

.stap-3-item:nth-child(1) .image img {
    position: relative;
    top: 15px;
    left: 14px
}

.stap-3-item:nth-child(2) .image img {
    position: relative;
    top: 12px;
    left: 13px
}

.stap-3-item:nth-child(3) .image img {
    position: relative;
    top: 12px;
    left: 32px
}

.stap-3-item:nth-child(4) .image img {
    position: relative;
    top: 12px;
    left: 32px
}

.stap-3-item .image {
    padding-left: 72px;
    height: 50px
}

.stap-3-item .text {
    margin-top: 59px;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .72px;
    text-align: center;
    position: relative
}

.stap-3-item .text .count {
    position: absolute;
    top: -63px;
    left: 108px;
    opacity: .03;
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 30px;
    letter-spacing: 2.8px
}

.stap-3-item .text span {
    font-family: CirceBold, sans-serif;
    font-weight: 400
}

.stap-3 .stap-3-btn {
    text-align: center;
    width: 100%;
    margin-top: 98px
}

.stap-3 .stap-3-btn a {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-3 .stap-3-btn a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px transparent solid;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

.stap-3 .stap-3-btn a:hover:before {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.stap-3 .stap-3-btn a:before {
    background-image: -webkit-linear-gradient(29deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(61deg, #dc3734 0, #dd3c20 100%);
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 200px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    z-index: 0
}

.stap-3 .stap-3-btn a p {
    display: inline-block;
    width: auto;
    margin-top: 0;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 12px;
    letter-spacing: .68px;
    position: relative;
    z-index: 3
}

.stap-3 .stap-3-btn a img {
    position: relative;
    top: 6px;
    margin-left: 15px;
    z-index: 3
}

.footer {
    position: relative;
    z-index: 4;
    background-color: #373737;
    padding-top: 109px;
    padding-bottom: 55px;
    height: 511px
}

.footer #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.footer h2 {
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.42px;
    width: 100%;
    margin-top: 70px
}

.footer .russia {
    margin-top: 70px;
    width: 42%;
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
    padding-bottom: 30px
}

.footer .russia p {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: .22px
}

.footer .russia a {
    display: block;
    max-width: 250px
}

.footer .russia .tel {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: .22px;
    margin-top: 30px
}

.footer .russia .mail {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .14px;
    margin-top: 5px
}

.footer .uffa .social {
    margin-top: 30px
}

.footer .uffa .social ul {
    list-style-type: none;
    font-size: 0
}

.footer .uffa .social ul li {
    display: inline-block
}

.footer .uffa .social ul li a {
    display: inline-block;
    margin-right: 14px
}

.footer .uffa {
    margin-top: 25px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .uffa p {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: .22px;
    width: 100%
}

.footer .uffa a {
    display: block;
    max-width: 250px
}

.footer .uffa .tel {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: .22px;
    margin-top: 30px
}

.footer .uffa .mail {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .14px;
    margin-top: 5px
}

.footer .uffa .adr {
    width: 50%;
    padding-top: 32px
}

.footer .uffa .adr .adress {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .14px;
    text-align: left
}

.footer .uffa .adr .schedule {
    opacity: .3;
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: .13px
}

.footer .uffa .links {
    width: 50%
}

.footer .bottom-part {
    margin-top: 70px;
    position: relative;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .bottom-part:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 3000px;
    background-color: #faf7f2;
    opacity: .1;
    height: 1px
}

.footer .bottom-part .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .bottom-part .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .bottom-part .right a {
    width: 175px;
    height: 45px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-color: #fe391b;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer .bottom-part .right a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

.footer .bottom-part .right .copy,
.footer .bottom-part .right .version {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .1px;
    margin-right: 35px
}

.footer .bottom-part .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .bottom-part .logo .text {
    margin-left: 14px;
    color: #fff;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: .24px
}

.footer .bottom-part .logo .text span {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .13px;
    position: relative;
    display: inline-block;
    margin-left: 9px;
    top: -3px;
    left: 0
}

.footer .bottom-part .logo .text span:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -11px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #24dbdd
}

.footer .bottom-part .txt {
    opacity: .3;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .52px;
    margin-left: 52px;
    position: relative
}

.footer .bottom-part .txt:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -25px;
    width: 1px;
    height: 61px;
    background-color: #fff;
    opacity: .3
}

.hidden {
    overflow: hidden;
    width: 0;
    height: 0
}

.popup-stap {
    width: 500px;
    height: 550px;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 81px 25px rgba(0, 0, 0, .22);
    box-shadow: 0 4px 81px 25px rgba(0, 0, 0, .22);
    background-color: #fff;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

.popup-stap .mfp-close {
    display: none
}

.popup-stap .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    background-image: url(../img/close.png);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.popup-stap .popup-close:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.popup-stap .popup-close:hover:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.popup-stap .popup-close:before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    content: '';
    background-image: url(../img/close-hover.png);
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: cover;
    visibility: hidden;
    opacity: 0
}

.popup-stap .caption {
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(47, 47, 47, .1);
    opacity: .5;
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .88px
}

.popup-stap h3 {
    margin-top: 30px;
    color: #2f2f2f;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2.52px
}

.popup-stap p {
    margin-top: 20px;
    opacity: .9;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .8px;
    height: 75px
}

.popup-stap .stap-text {
    height: 260px;
    width: 100%
}

.popup-stap .stap-text span {
    margin-top: 30px;
    color: #2f2f2f;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 53px;
    letter-spacing: 1.04px
}

.popup-stap .stap-text ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup-stap .stap-text ul li .text {
    color: #2f2f2f;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .84px;
    padding-top: 13px
}

.popup-stap .stap-text ul .number {
    background-image: -webkit-linear-gradient(338deg, rgba(248, 45, 29, .95) 0, rgba(248, 45, 29, .95) 26%, rgba(255, 61, 102, .95) 99%, rgba(255, 61, 102, .95) 100%);
    background-image: linear-gradient(-248deg, rgba(248, 45, 29, .95) 0, rgba(248, 45, 29, .95) 26%, rgba(255, 61, 102, .95) 99%, rgba(255, 61, 102, .95) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2.52px;
    margin-right: 20px
}

.jspVerticalBar {
    width: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jspTrack {
    background-color: #d3d3d3;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jspDrag {
    background-image: -webkit-linear-gradient(338deg, rgba(248, 45, 29, .95) 0, rgba(248, 45, 29, .95) 26%, rgba(255, 61, 102, .95) 99%, rgba(255, 61, 102, .95) 100%);
    background-image: linear-gradient(-248deg, rgba(248, 45, 29, .95) 0, rgba(248, 45, 29, .95) 26%, rgba(255, 61, 102, .95) 99%, rgba(255, 61, 102, .95) 100%)
}

.nad {
    display: none
}

.swiper-pagination {
    display: none
}

.swiper-button-next1 {
    display: none
}

.swiper-button-prev1 {
    display: none
}

.mock-mob {
    display: none
}

.circle-mob {
    display: none
}

.box-mob {
    display: none
}

.mac-mob {
    display: none
}

.btn-block {
    display: none
}

.mob-br {
    display: none
}

.form-popup {
    margin: 0 auto;
    height: 450px;
    width: 400px;
    background-color: #fff9f9;
    /* border: 4px #dcae4b solid; */
    position: relative;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-popup .mfp-close {
    display: none
}

.form-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    background-image: url(../img/close.png);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-popup .popup-close:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-popup .popup-close:hover:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.form-popup .popup-close:before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    content: '';
    background-image: url(../img/close-hover.png);
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: cover;
    visibility: hidden;
    opacity: 0
}

.form-popup h3 {
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center
}

.form-popup p {
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 8px
}

.form-popup .yasheff-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-popup .yasheff-form .input-form {
    position: relative
}

.form-popup .yasheff-form .input-form label {
    position: absolute;
    top: -24px;
    left: 24px;
    opacity: .7;
    color: #2f2f2f;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .68px
}

.form-popup .yasheff-form .input-form .done-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 73px;
    background-color: #4dcd74;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden
}

.form-popup .yasheff-form .input-form .vis {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

.form-popup .yasheff-form .input-form input {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 3px solid rgba(47, 47, 47, .2);
    background-color: transparent;
    color: #2f2f2f;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1.68px;
    background-image: url(../img/input-phone-dark.png);
    background-repeat: no-repeat;
    background-position: 28px center;
    padding-left: 65px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-popup .yasheff-form .input-form input:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 3px solid #2f2f2f
}

.form-popup .yasheff-form .input-form input::-webkit-input-placeholder {
    color: #2f2f2f
}

.form-popup .yasheff-form .input-form input::-moz-placeholder {
    color: #2f2f2f
}

.form-popup .yasheff-form .input-form input:-ms-input-placeholder {
    color: #2f2f2f
}

.form-popup .yasheff-form .input-form input::placeholder {
    color: #2f2f2f
}

.form-popup .yasheff-form .input-form .error {
    border: 3px solid #dd3636
}

.form-popup .yasheff-form .input-form .error:hover {
    border: 3px solid #dd3636
}

.form-popup .yasheff-form .button-form {
    width: 100%;
    margin-top: 20px
}

.form-popup .yasheff-form .button-form button {
    margin-top: 9px;
    width: 255px;
    height: 70px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -2px
}

.form-popup .yasheff-form .button-form button:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

.form-popup .yasheff-form .button-form button:before {
    background-image: -webkit-linear-gradient(27deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(63deg, #dc3734 0, #dd3c20 100%);
    position: absolute;
    content: '';
    top: -2px;
    left: -3px;
    width: 256px;
    height: 70px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    z-index: 0
}

.form-popup .yasheff-form .button-form button p {
    margin-top: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    position: relative;
    top: 2px
}


#promo {
    /*    padding-top: 139px;*/
    padding-top: 89px;
    background: #fff;
    overflow-x: hidden;
    display: block !important;
    overflow-y: hidden;
    position: relative;
    /*
    background: url(/img/bg_client.png) center;
    background-repeat: no-repeat;
    background-size: contain;
    */
}

#promo .aaa-items {
    justify-content: space-around;
}

#promo .aaa-item .text {
    margin: 31px 0;
}

#promo .aaa-item .image img {
    max-width: 100%;
}

#promo .aaa-item {
    width: 50%;
}

#promo::before {
    content: '';
    position: absolute;
    margin-top: 170px;
    top: 30%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1372px;
    height: 1372px;
    opacity: .37;
    z-index: -1;
    filter: contrast(0.4);
    background-image: url(/img/format_circles.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#promo .container {
    display: -webkit-block;
    display: block;

}

#promo .benefits {
    display: flex;
    margin: 0px 0px 80px 0px;
    flex: 0 0 50%;
    /* padding: 0px 0px 0px 0px; */
    justify-content: space-between;
}

#promo .benefits:after {
    content: "";
    display: block;
    clear: both;
}

#promo .benefits .leftside {
    display: flex;
    vertical-align: top;
    margin: 3px 0px 0px 60px;
    padding: 0px 0px 0px 0px;
    /* width: 620px; */
    /* height: 420px; */
    float: left;
    position: relative;

}

#promo .onass {
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    box-shadow: 0px 0px 98px 0px rgba(243, 106, 120, 0.34);
    background: #fff;
    padding: 9px;
}

#promo .onass:before {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(139, 116, 119, 0.19);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: 17px;
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/template/images/play.svg);
}

#promo .benefits .leftside:before,
#promo .benefits .leftside:after {
    content: "";
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 190px;
    height: 300px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*
#promo .benefits .leftside:before {
    top: 62px;
    left: -28%;
    background-size: contain;
    background-image: url(/assets/template/images/s2.png);
    background-position: left top;
}
#promo .benefits .leftside:after {
    bottom: -231px;
    left: 21%;
    background-size: contain;
    transform: rotate(90deg);
    background-image: url(/assets/template/images/s1.png);
    background-position: right top;
}

#promo .benefits .leftside a {
	 display: block;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 width: inherit;
	 height: inherit;
	 text-decoration: none;
 }*/
#promo .benefits .leftside img {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    width: inherit;
    height: inherit;
    position: relative;
    z-index: 1;
    border-radius: 35px;
    opacity: 0.8;
}

#promo .benefits .leftside .button-purple {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    z-index: 3;
}

#promo .benefits .rightside {
    display: flex;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    /*width: 390px;*/
    max-width: 540px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 57px 3px rgb(137 137 137 / 16%);
    float: right;
    z-index: 1;
}

#promo .benefits .rightside::before {
    content: '';
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #e2e3e6;
    border-radius: 10px;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 2;
}

#promo .benefits .rightside .benefit-items {
    display: block;
    margin: 0 auto;
    padding: 35px;
}

#promo .benefits .rightside .benefit-items:after {
    content: "";
    display: block;
    clear: both;
}

#promo .benefits .rightside .benefit-item {
    display: block;
    margin: 25px 0px 0px 0px;
    padding: 5px;
    font-size: 17px;
    line-height: 28px;
    font-family: 'CirceLight';
    position: relative;
    border-radius: 15px;
    min-height: 50px;
}

#promo .fullside {
    max-width: 650px;
    /* background: url(/assets/template/images/whom_item.png); */
    background-size: cover;
    background: #ffffff;
    /* color: #fff; */
    padding: 15px;
    box-shadow: 0 14px 59px 0 rgba(114, 119, 132, 0.11);
    margin: 60px auto 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#promo .note ul {
    font-family: "Gilroy-Regular";

    font-size: 20px;
    padding: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

#promo .note {
    max-width: 640px;
    text-align: center;

    padding: 10px;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    border-radius: 10px;
    box-shadow: 0 14px 59px 0 rgba(114, 119, 132, 0.11);
    margin: 60px auto 60px;
}


#promo .note-inner {
    border: 1px solid #f3f3f3;
    padding: 40px 10px 30px 10px;
    border-radius: 10px;
    position: relative;
    color: #000;
}

#promo .note-inner:before {
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    background: #fff url(/assets/template/images/sign.png) no-repeat center / contain;
    left: 50%;
    margin-left: -33px;
    top: -56px;
    border: 4px solid #fff;
    border-radius: 50%;
    pointer-events: none;
}

#promo .note-inner h3 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 22px;
}

#promo .note-inner p {
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
}


#promo .benefits .rightside .benefit-item:first-child {
    margin-top: 0px;
}

#promo .benefits .rightside .benefit-item>div {
    display: table;
    width: 100%;
    min-height: inherit;
    position: relative;
    top: 0px;
}

#promo .benefits .rightside .benefit-item>div>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
}

#promo .benefits .rightside .benefit-item:last-child:after {
    display: none;
}

#promo .benefits .rightside .benefit-item:before {
    content: "";
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px !important;
    background-repeat: no-repeat;
    background-position: 0px 0px;

}

#benefit-item-1:before {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#promo .benefits .rightside .benefit-item#benefit-item-1:before {
    margin-top: -17px;
    left: 2px;
    width: 31px;
    height: 28px;
    /*  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAcCAYAAACZOmSXAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADFklEQVRIx7XXTcgWVRQH8N9TYgvL7Bp9mNVo2JemJGpBES3KiCK0D2snFJSLBG0RwSzlSi1KKoMs6BNaSLjJEKkkLEmLQkmij9e60BsZ1YCZgvpaLe4E8jTzPM8sOjAMzP/c+z/n3HPPOdMzolRFeSHmYCoOYm9IcWLU9U3SG4H0FqzH4j7oJzyMbTgX9+NanIMfsTmkuGvQ3qcNIV6J7fgBt+F8nI7L8SneRaqfdZiBP3AdPq6K8o2qKK/q7HlVlBdhDOtCiusb8EmYjxcwD3NCigdPwVfhEczGwpDigS6er0SFp5rAkOJESPELLMUEVvThL9YRGMcTXcO+BB+FFE8OOpqQ4mHs8d+cEFI8jq1Y0JV8mpzVo8gvOKsFO9SGDSL/E1NGJA/4vQWbid+6ko9j1ojkV+P7Fmwh9nUl34eFVVEOrAVVUc6UM3pXA3aGXJj+6kq+RD6vM4d4PQ1HMLcfCCkewzu1AZ3IL8COOptbJaS4HwfkAtPv+Qrci/e7ku/Esqoo7xpEXhXlalyDDxvg5diL57qSP4uvsGYAcU8uq6+EFN/rw2ZjGV4PKZ7oRB5SPFobcFNVlJe2qN2Os/FkA/Y0vsNrbRwDG4ucLOPYVNfyUz0LNcH2kOJYw9oJue2eaNt8IHmdrWvkjtaf9fNxJda2LD+MywZd1WGew69D8J9bvr8k1/udVVEubTJiFPJQv/vD9+8VnN4Std24ASflmeDrqihXVUU5eSTyqijvxCZsCyke6YO/xLfYUhXl4qb1IcXPQoo3y0e0AxtqIxbRMExURTkFD2C13Aq34MGQ4qEG3Vl4C9fjA2zE1rbZrirKGXi11l/UOwWYisfkBJuMzXg+pPj5kOj0cCsexR3ybLceLzfNAnXYP8FYr/4wV75WAc9gY0ix0lGqorwEj8uD5TjextEG1RuxuFcV5XlyB/sG94UUh2X3KEYswG65m43h7ya9XlWUG3A35g1rIh0NuEJOyodCim826UzCPXV4pldFOb3D/sPkmNyclqOV/GK5Sq0dfd9Osr8NmCT/ZfyfcrwN+AffJvytDSKGPwAAAABJRU5ErkJggg==);
*/
}

.benef {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    font-family: inherit;
    font-family: Circe, sans-serif;
}

#pochemu {
    background: #fff;
    position: relative;
    padding-top: 25px;
}

#pochemu .document2 {

    display: inline-block;
    width: 355px;
    height: 695px;
    background: url(/img/s1.png) 0 0 no-repeat;
    position: absolute;
    left: -50px;
    transform: rotate(25deg);
    bottom: -15px;
}

#pochemu .document2-1 {

    display: inline-block;
    width: 367px;
    height: 695px;
    background: url(/img/s2-3.png) 0 0 no-repeat;
    position: absolute;
    right: -29px;
    transform: rotate(5deg);
    bottom: -15px;
}

.ocenka {
    background: #fff
}

#quiz-popup {
    width: 100vw;
    height: 100vh;
    min-height: 896px;
    background-color: #2f2f2f;
    padding-top: 100px;
    padding-bottom: 60px;
    margin: 0 auto;
    overflow: hidden
}

#quiz-popup .mfp-close {
    font-size: 50px;
    color: #fff;
    opacity: 1;
    right: 17%;
    top: 6%
}

#quiz-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    background-image: url(../img/close.png);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none
}

#quiz-popup .popup-close:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

#quiz-popup .popup-close:hover:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

#quiz-popup .popup-close:before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    content: '';
    background-image: url(../img/close-hover.png);
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: cover;
    visibility: hidden;
    opacity: 0
}

#quiz-popup .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

#quiz-popup .container .image-1 {
    position: absolute;
    top: -30px;
    right: -60px
}

#quiz-popup .container .image-2 {
    position: absolute;
    top: 50px;
    right: -488px;
    display: none
}

#quiz-popup h2 {
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .28px;
    width: 100%;
    position: relative;
    z-index: 1
}

#quiz-popup h2 span {
    color: #dc3731
}

#quiz-popup p {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: .15px;
    margin-top: 25px;
    width: 100%;
    position: relative;
    z-index: 1
}

#quiz-popup .quiz-content {
    margin-top: 50px;
    position: relative
}

#quiz-popup .quiz-content .number {
    width: 244px;
    height: 571px;
    color: #333;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 815px;
    line-height: 1041.08px;
    letter-spacing: .28px;
    position: absolute;
    bottom: 220px;
    left: -175px;
    z-index: 0
}

#quiz-popup .quiz-content .quiz-pane {
    display: none;
    position: relative;
    z-index: 10;
    width: 466px;
    height: 491px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #404040;
    padding-left: 25px;
    padding-top: 35px;
    padding-right: 40px
}

#quiz-popup .quiz-content .quiz-pane .caption {
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: .21px;
    height: 50px;
    width: 100%
}

#quiz-popup .quiz-content .quiz-pane .descr {
    color: rgba(255, 255, 255, .6);
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .11px;
    width: 100%
}

#quiz-popup .quiz-content .quiz-pane .answer-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px
}

#quiz-popup .quiz-content .quiz-pane .answer-inputs label {
    width: 193px;
    height: 103px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 13px;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .13px;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-align: center
}

#quiz-popup .quiz-content .quiz-pane .answer-inputs label:hover {
    -webkit-transition: all .15s;
    transition: all .15s;
    border: 1px #fff solid;
    background-color: #2f2f2f
}

#quiz-popup .quiz-content .quiz-pane .answer-inputs label input {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none
}

#quiz-popup .quiz-content .quiz-pane .answer-inputs label img {
    margin-bottom: 18px
}

#quiz-popup .quiz-content .quiz-pane .answer-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

#quiz-popup .quiz-content .quiz-pane .answer-quantity span {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .28px
}

#quiz-popup .quiz-content .quiz-pane .answer-quantity ul {
    margin-left: 17px;
    font-size: 0;
    list-style-type: none
}

#quiz-popup .quiz-content .quiz-pane .answer-quantity ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .06);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 6px
}

#quiz-popup .quiz-content .quiz-pane .answer-quantity ul .active {
    background-color: #fff
}

#quiz-popup .quiz-content .active {
    display: block
}

#quiz-popup #quiz-popup .quiz-content .final .form-bl.quiz-content .faded {
    opacity: 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

#quiz-popup .quiz-content .faded.in {
    opacity: 1;
    -webkit-transition: all .15s;
    transition: all .15s
}

#quiz-popup .quiz-content #second .answer-inputs label img {
    margin-bottom: 4px
}

#quiz-popup .quiz-content #third .descr {
    margin-top: 20px
}

#quiz-popup .quiz-content #third .answer-inputs {
    margin-top: 25px
}

#quiz-popup .quiz-content #fourth .descr {
    margin-top: 20px
}

#quiz-popup .quiz-content #fourth .answer-inputs {
    margin-top: 25px
}

#quiz-popup .quiz-content #fourth .answer-inputs label img {
    margin-bottom: 4px
}

#quiz-popup .quiz-content .final .descr {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: .15px;
    margin-top: 20px
}

#quiz-popup .quiz-content .final .gift {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

#quiz-popup .quiz-content .final .gift .text {
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-left: 23px
}

#quiz-popup .quiz-content .final .form-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    border-top: 1px rgba(0, 0, 0, .1) solid;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    padding-top: 25px;
    padding-bottom: 15px
}

#quiz-popup .quiz-content .final .country {
    width: 100%;
    margin-top: 10px;
    margin-left: 55px
}

#quiz-popup .quiz-content .final .country a {
    display: inline-block;
    color: rgba(255, 255, 255, .2);
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: .36px;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    -webkit-transition: all .15s;
    transition: all .15s;
    margin-right: 10px
}

#quiz-popup .quiz-content .final .country a:hover {
    -webkit-transition: all .15s;
    transition: all .15s;
    color: #fff
}

#quiz-popup .quiz-content .final .country .active {
    color: #fff;
    border-bottom: 1px #fff solid
}

#quiz-popup .quiz-content .final .input-form {
    position: relative
}

#quiz-popup .quiz-content .final .input-form .done-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 53px;
    background-color: #4dcd74;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden
}

#quiz-popup .quiz-content .final .input-form .vis {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1
}

#quiz-popup .quiz-content .final .input-form input {
    width: 211px;
    height: 50px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 3px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    color: #fff;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .5px;
    padding-left: 27px;
    -webkit-transition: all .2s;
    transition: all .2s
}

#quiz-popup .quiz-content .final .input-form input:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 3px solid #fff
}

#quiz-popup .quiz-content .final .input-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .21)
}

#quiz-popup .quiz-content .final .input-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .21)
}

#quiz-popup .quiz-content .final .input-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .21)
}

#quiz-popup .quiz-content .final .input-form input::placeholder {
    color: rgba(255, 255, 255, .21)
}

#quiz-popup .quiz-content .final .input-form .error {
    border: 3px solid #dd3636
}

#quiz-popup .quiz-content .final .input-form .error:hover {
    border: 3px solid #dd3636
}

#quiz-popup .quiz-content .final .button-form {
    margin-left: 3px
}

#quiz-popup .quiz-content .final .button-form button {
    width: 177px;
    height: 50px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: none;
    background-image: -webkit-linear-gradient(27deg, #dc3734 0, #dd3c20 100%);
    background-image: linear-gradient(63deg, #dc3734 0, #dd3c20 100%)
}

#quiz-popup .quiz-content .final .button-form button:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: shadow .6s infinite linear;
    animation: shadow .6s infinite linear
}

#quiz-popup .quiz-content .final .button-form button span {
    position: relative;
    z-index: 5;
    color: #fff;
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: .33px
}

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

.reviews {
    background: url(/img/make.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.slick-track {
    display: flex;
}

.reviews h2 {
    color: #fff !important;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube.biz {
    margin: 10px;
    border-radius: 10px;
    width: 500px;
    height: 281px;
}

.mobil {
    padding-right: 10px;
}

@media (min-width: 762px) {

    .mobil,
    .yota.mob {
        display: none !important;
    }

}


@media (max-width: 762px) {
    .menu {
        display: none;
    }

    .reviews {
        background-size: cover;
    }


    .yota.komp {
        display: none !important;
    }

}

.youtube .play {
    background: url('/img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}


.scr5 .container {
    padding-top: 80px;
}

.scr5__img {
    float: left;
    margin-left: -35px;
}

.scr5__r {
    float: right;
    width: 670px;
    position: relative;
}

.scr5__txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.scr5__txt p {
    padding-bottom: 2.8rem;
    max-width: 380px;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.green-blk__num {
    color: #eae8e3;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 10rem;
    line-height: 1;
    padding-bottom: 20px;
}

.green-blk__ttl {
    font-size: 4.2rem;
    line-height: 4.6rem;
    font-family: 'gilroy-bold-web', sans-serif;
    font-family: CirceBold, sans-serif;
    font-weight: 600;
    padding-bottom: 35px;
}

.green-blk__win {
    width: 236px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 3px rgba(137, 137, 137, 0.08);
    position: absolute;
    right: -25px;
    top: 130px;
    padding: 8px;
}

.green-blk__inner {
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    padding: 28px 15px 20px 25px;
    color: #7b7b84;
    font-size: 1.4rem;
    line-height: 2rem;
}

.green-blk__inner img {
    display: block;
    margin-bottom: 10px;
}

.green-blk__inner p {
    margin-bottom: 2rem;
    font-family: 'CirceLight';
}

.scr5__act {
    padding-top: 20px;
}

.scr5__act .button {
    display: inline-flex;
    margin-right: 63px;
    vertical-align: middle;
    height: 81px;
    width: 281px;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.scr5__actlink {
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    display: inline-block;
    border-bottom: 1px dotted #fd8c4a;
    vertical-align: middle;
    font-family: 'museo-700', sans-serif;
}




.scr6 {
    clear: both;
    padding-top: 150px;
}

.scr6 .container {
    justify-content: space-between;
}

.scr6__l {
    position: relative;
    float: left;
    width: 470px;
}

@media only screen and (min-width:1020px) {
    .scr6__l:before {
        content: "";
        position: absolute;
        display: block;
        background: url(/img/scr6-line.svg) center center no-repeat;
        width: 145px;
        height: 186px;
        z-index: 3;
        top: -150px;
        left: 278px;
    }
}

.scr6__txt {
    padding-left: 80px;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.scr6__txt p {
    margin-bottom: 2.8rem;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.scr6__feats {
    padding-top: 35px;
    font-size: 0;
    width: 530px;
}

.scr6__feat {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 1.7rem;
    line-height: 2.4rem;
}

.scr6__feat img {
    display: block;
    float: left;
}

.scr6__feat span {
    display: block;
    padding-left: 100px;
    font-family: 'CirceBold';
    padding-top: 10px;
}

.scr6__r {
    float: right;
    margin-right: -50px;
    padding-top: 25px;
}

.scr6__r img {
    display: block;
}

.scr6__imgdescr {
    padding-left: 150px;
    padding-top: 30px;
    color: #7b7b84;
    font-family: 'CirceLight';
    font-size: 1.5rem;
    position: relative;
    line-height: 2.2rem;
}

.scr6__imgdescr:after {
    content: "";
    position: absolute;
    display: block;
    background: url(/img/scr6-line2.svg) center center no-repeat;
    width: 49px;
    height: 46px;
    z-index: 3;
    top: 25px;
    left: 70px;
}

.scr6__imgdescr strong {
    color: #000000;
    display: block;
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.scr6__bott {
    position: relative;
    padding-top: 90px;
    display: block;
    clear: both;
    padding-left: 378px;
    background: url(/img/scr6.png) left 80px no-repeat;
    min-height: 450px;
}

.scr6__bott-ttl {
    font-size: 1.8rem;
    font-family: 'museo-500', sans-serif;
    line-height: 1;
    padding-bottom: 45px;
}

.scr6__li {
    display: block;
    color: #4f4f4f;
    font-size: 1.7rem;
    line-height: 2.6rem;
    position: relative;
    width: 380px;
    padding-left: 50px;
    padding-bottom: 36px;
}

.scr6__li i {
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    background: #94d46a;
    text-align: center;
    line-height: 36px;
    margin-left: -50px;
    margin-top: -4px;
}

.scr6__bott .green-blk__win {
    right: 120px;
    top: 90px;
}


.scr7 {
    padding-top: 121px;
    padding-bottom: 100px;
}

@media only screen and (min-width:1020px) {
    .scr7 .container {
        background: url(/img/scr7-konst.jpg) right 40px no-repeat;
    }
}

.scr7__txt {
    padding-left: 80px;
    padding-top: 30px;
    max-width: 500px;
    position: relative;
}

.scr7__txt p {
    line-height: 2.8rem;
    margin-bottom: 2.8rem;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.scr7__txt strong {
    font-family: 'museo-700', sans-serif;
}

.scr7__txt .green-blk__win {
    display: block;
    top: 285px;
    left: 120%;
    width: 236px;
}

.scr7__txt .green-blk__win p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0;
}

#footer-form {
    background: url(/img/footer-form-bg5.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 10px;
}

#footer-form .container {
    display: block;
}

.footer-form__subtitle {
    font-weight: 300;
    font-size: 30px;
    font-family: 'CirceBold';
    line-height: 57px;
    color: #000;
    text-transform: uppercase;
}

.footer-form__title {
    font-size: 45px;
    line-height: 57px;
    font-weight: 800;
    color: #000;
    font-family: 'CirceExtraBold';
    text-transform: uppercase;
}

.footer-form__desc {
    color: #000;
    margin-top: 35px;
    font-family: 'CirceLight';
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    max-width: 460px;
}

.footer-form__form input {
    color: #000
}

.footer-form__desc-one {
    font-weight: bold;
}

footer .socials a,
.header-center .socials a {
    font-size: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-form__form {
    max-width: 410px;
}

.input-wrap {
    position: relative;
}

.catalog__form_group {
    margin-top: 10px;
}

.footer-form__form input {
    margin-top: 15px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    padding: 10px 5px;
}

.footer-form__form button {
    margin-top: 5px;
    background-color: transparent;
}

.input-placeholder {
    position: absolute;
    bottom: 15px;
    left: 5px;
    pointer-events: none;
    color: #000;
    transition: all 250ms ease-in-out;
    font-size: 16px;
}

.input-placeholder.active {
    transform: translateY(-20px);
    font-size: 10px !important;
}

footer {
    background-color: #383838;
    padding: 50px 0;
}

footer .year {
    font-size: 16px;
    color: #9e9e9e;
    font-family: 'Montserrat';
}

.faq {
    padding: 70px 0;
    background: #fff;
}

.faq h2 {
    margin: 0 0 40px;
}

.faq .item {
    margin: 0 0 20px;

    background: #efefef;
    border-radius: 7px;

}

.faq .item .item-inner {
    padding: 30px 40px;
    border-radius: 7px;
    border: 1px solid #fff;
}

.faq .item .question h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    font-family: 'CirceBold';
    text-shadow: 0 1px 0 #fff;
}

.faq .item .question {
    position: relative;
    cursor: pointer;
}

.faq .item .question:after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    top: 50%;
    margin-top: -25.5px;
    background: url(/img/faqarr.png) no-repeat center;
    right: 0;
    filter: invert(1);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.faq .item .question.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .item .answer {
    padding: 20px 0 0 0;
    border-top: 2px solid #fff;
    display: none;
    margin: 20px 0 0;
}

.faq .item.active .answer {
    display: block;
}

.faq .item .answer p {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.map {
    padding: 30px 0 70px;
}

.map .container {
    display: block;
}

.map .inner {
    max-width: 920px;
    margin: 0 auto -180px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 73px rgba(169, 172, 174, 0.19);
}

.map .inner .form {
    border-radius: 10px;
    border: 1px solid #ececec;
    padding: 40px 25px 35px 25px;
}

.map .inner h2 {
    margin: 0 0 10px;
}

.map .inner h2 span {
    color: #2168cb;
}

.map .inner p {
    color: #9c9c9c;
    text-align: center;
    font-size: 14px;
    margin: 0 0 25px;
}

.map .inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px;
}

.map .inner .form-input {
    width: 33%;
}

.map .inner .form-input input {
    margin: 0;
}

.map .inner .form-control {
    width: 30%;
}

.map .inner .form-note {
    text-align: center;
    font-size: 12px;
    color: #9c9c9c;
}

.map #map {
    height: 600px;
    margin-top: 100px;
}

.address-map {
    text-align: center;
    padding: 10px 0 0;
    font-family: 'CirceRegular';
    font-size: 21px;
}



footer {
    padding: 10px 0 25px;
    background: #f7fbfe;
}

footer .container {
    display: block;
}

footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .inner .left a {
    font-size: 0;
}

footer .inner .left img {
    display: block;
    width: 100%;
}

footer .inner .left .description {
    font-size: 15px;
    padding: 13px 0 0 20px;
    font-family: 'CirceLight';
}

footer .inner .right {
    text-align: right;
}

footer .inner .right .phone a {
    font-size: 30px;
    font-weight: 600;
    color: #0e0e0c;
    font-family: 'CirceRegular';
    text-decoration: none;
    -webkit-transition: 0.5 all ease;
    -o-transition: 0.5 all ease;
    transition: 0.5 all ease;
}

footer .inner .right .phone a:hover {
    color: #307ded;
}

footer .inner .right .worktime {
    font-size: 15px;
    font-family: 'CirceLight';
}

.js-quiz-preloader-number {
    font-family: 'CirceBold';
}

footer .socials,
.header-center .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 5px;
}

footer .socials a,
.header-center .socials a {
    font-size: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

footer .socials a.vk,
.header-center .socials a.vk {
    background-image: url(../images/vk.svg);
}

footer .socials a.insta,
.header-center .socials a.insta {
    background-image: url(../images/insta.svg);
}

footer .socials a.mess-wa,
.header-center .socials a.mess-wa {
    background-image: url(../images/mess-wa.svg);
}

footer .socials a.mess-call,
.header-center .socials a.mess-call {
    background-image: url(../images/call.svg);
}

footer .socials a.yt,
.header-center .socials a.yt {
    background-image: url(../images/yt.svg);
}

footer .pp a {
    color: #565656;
    text-decoration: none;
    border-bottom: 1px solid #565656;

    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-family: 'CirceBold';
    font-size: 17px;
}

footer .pp a:hover {
    border-color: transparent;
}

@media only screen and (max-width:1199px) and (min-width: 1024px) {
    .scr5__img img {
        width: 100%;
    }

    .scr6__r {
        width: 450px;
        margin-right: 0;
    }

    .scr6__r img {
        width: 100%;
    }

    .scr6__bott .green-blk__win {
        right: 0;
    }

    .scr6__li {
        width: 300px;
    }

    .scr7 .container {
        -webkit-background-size: 500px;
        background-size: 500px;
    }

    .scr8__r {
        margin-right: 0;
        width: 420px;
        height: auto;
        margin-top: 0;
    }
}


@media only screen and (max-width: 576px) {
    .form-popup {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }


    .form-popup .yasheff-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body {
        overflow-x: hidden
    }

    .adress {
        display: none
    }

    .header__top-block .right-aside .social ul li {
        display: block;
        margin-bottom: 10px
    }

    .header__top-block .right-aside .header-contacts .phone {
        display: none
    }

    .header__top-block .right-aside .header-contacts .yalink {
        position: absolute;
        bottom: 108px;
        top: auto;
        left: 0;
        margin-right: 0
    }

    .header__top-block .join-country {
        margin: 0;
        position: absolute;
        top: 105px;
        left: 0
    }

    .header__top-block .join-country a {
        display: inline-block;
        margin-right: 10px
    }

    .header__top-block .join-country br {
        display: none
    }

    .header__top-block .right-aside .header-contacts {
        min-width: 0
    }

    .header__top-block .right-aside .callback {
        display: block;
        font-size: 0;
        width: 54px;
        height: 54px;
        background: transparent;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px #fff solid;
        margin-top: -10px;
        background-image: url(../img/phone-mob.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .header__top-block .right-aside .social {
        margin-right: 27px
    }

    .popup-stap {
        width: 320px;
        height: 500px;
        overflow: hidden
    }

    .popup-stap p {
        margin-top: 0;
        margin-bottom: 20px
    }

    .popup-stap .stap-text {
        height: 350px;
        margin-top: 50px
    }

    .popup-stap .jspTrack {
        height: 100% !important
    }

    .popup-stap .jspDrag {
        height: 107px !important
    }

    .popup-stap .jspHorizontalBar .jspDrag {
        display: none
    }

    .popup-stap .jspHorizontalBar .jspTrack {
        display: none
    }

    .popup-stap .jspHorizontalBar {
        display: none
    }

    .container {
        width: 350px;
    }

    section {
        display: block
    }

    footer {
        display: block
    }

    .header__top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0px
    }

    .header__top-block.top_back {
        padding-top: 20px
    }

    .header__top-block .left-aside {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__top-block .left-aside .header__menu {
        display: none
    }

    .header__top-block .left-aside .adress {
        margin-left: 0;
        width: 50%
    }

    .header__top-block .left-aside .adress br {
        display: none
    }

    .header__top-block .right-aside {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__top-block .right-aside .header-contacts {
        text-align: center;
        margin-right: 0;
        margin-top: 35px
    }

    .header__content-block {
        padding-top: 100px
    }

    .header__content-block h1 {
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }

    .header__content-block h1 .mob-br {
        display: block !important
    }

    .header__content-block h1 br {
        display: none
    }

    .header__content-block p {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        margin-left: 0;
        font-weight: 500;
    }

    .header__content-block p br {
        display: none
    }

    .header .header-btn {
        margin-left: 0;
        text-align: center
    }

    .header .header-btn a {
        width: 279px;
        height: 52px;
        margin: 0 auto
    }

    .header .header-aaa {
        margin-left: 0;
        padding-left: 0 !important
    }

    .header .header-aaa ul li {
        text-align: center;
        margin-bottom: 100px;
        font-size: 21px
    }

    .header {
        padding-bottom: 0
    }

    .case .case-blocks .case-block {
        height: 320px
    }

    .footer h2 {
        text-align: center
    }

    .footer .russia {
        width: 100%;
        padding-left: 10px
    }

    .footer .uffa {
        width: 100%;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .uffa .links {
        width: 100%
    }

    .footer .uffa .adr {
        width: 100%;
        padding-top: 10px
    }

    .footer .uffa .adr .adress {
        display: block
    }

    .footer .bottom-part .left {
        display: none
    }

    .footer .bottom-part .right .copy,
    .footer .bottom-part .right .version {
        display: none
    }

    .footer .bottom-part {
        margin-top: 20px
    }

    .footer .bottom-part:before {
        display: none
    }

    .footer .bottom-part .right {
        width: 100%;
        text-align: center
    }

    .footer .bottom-part .right a {
        margin: 0 auto
    }

    .footer {
        height: 825px
    }

    .header .header-aaa ul li:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header .header-btn a p {
        font-size: 12px
    }

    .header-aaa {
        padding-left: 50px !important
    }

    .header-aaa ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-aaa ul li {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 30px
    }

    .header-btn a p {
        text-align: center
    }

    .aaa {
        display: block
    }

    .aaa h2 {
        font-size: 23px;
        line-height: 40px;
    }

    .aaa p {
        display: none
    }

    .faq p {
        display: block
    }

    .aaa .aaa-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aaa .aaa-item {
        width: 100% !important;
        margin-bottom: 40px
    }


    .aaa .aaa-item p {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }

    .aaa .aaa-item p br {
        display: none
    }

    .aaa .aaa-item p .mob-br {
        display: block
    }

    .aaa .aaa-item:nth-child(3) {
        padding: 0
    }

    .testimonials {
        display: block
    }

    .testimonials p {
        display: none
    }

    .testimonials .caption-zone {
        text-align: center
    }

    .testimonials .caption-zone h2 {
        font-size: 29px;
        text-align: center;
        margin: 0 auto
    }

    .testimonials-slider {
        width: 320px
    }

    .testimonials-slider .swiper-button-next {
        bottom: -53px;
        top: auto;
        height: 44px;
        width: 44px;
        right: 70px
    }

    .testimonials-slider .swiper-button-prev {
        bottom: -53px;
        top: auto;
        height: 44px;
        width: 44px;
        left: 70px
    }

    .testimonials-slider .swiper-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .testimonials-slider .swiper-slide {
        background-size: contain;
        background-repeat: no-repeat;
        height: 364px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .testimonials-slider .swiper-slide .test-doc {
        margin-left: 21px;
        margin-top: 21px
    }

    .testimonials-slider .swiper-pagination {
        display: block;
        position: absolute;
        bottom: -60px;
        color: #2f2f2f;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .testimonials-slider .nad {
        position: absolute;
        bottom: -110px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .9;
        color: #2f2f2f;
        font-family: CirceExtraLight, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: .64px
    }

    .how h2 {
        font-size: 27px;
        line-height: 43px
    }

    .how h2 br {
        display: none
    }

    .stap-1 {
        display: block
    }

    .stap-1 h2 .mob-br {
        display: block
    }

    .stap-1 p .mob-br {
        display: block
    }

    .stap-1 h4 .mob-br {
        display: block
    }

    .stap-1 .swiper-button-next1 {
        bottom: -80px !important
    }

    .stap-1 .swiper-button-prev1 {
        bottom: -80px !important
    }

    .stap-1 .nad {
        bottom: -140px !important
    }

    .stap-1 .swiper-pagination1 {
        bottom: -85px !important
    }

    .stap-1 .stap-1-btn {
        margin-top: 100px
    }

    .stap-1 .mock-mob {
        display: block;
        position: absolute;
        bottom: -198px;
        right: -508px
    }

    .stap-1 .mock {
        display: none
    }

    .stap-1-items {
        position: relative;
        margin-bottom: 80px
    }

    .stap-1-items .swiper-button-next1 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -55px;
        right: 70px;
        z-index: 2
    }

    .stap-1-items .swiper-button-prev1 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -55px;
        left: 70px;
        z-index: 2
    }

    .stap-1-items .swiper-button-disabled {
        opacity: .7
    }

    .stap-1-items .swiper-pagination1 {
        display: block;
        position: absolute;
        bottom: -60px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .stap-1-items .nad {
        position: absolute;
        bottom: -110px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .9;
        color: #fff;
        font-family: CirceExtraLight, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: .64px
    }

    .stap-1-item .text .count {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .stap-2 {
        display: block;
        padding-bottom: 400px
    }

    .stap-2 h2 {
        font-size: 32px;
        line-height: 43px
    }

    .stap-2 p br {
        display: none
    }

    .stap-2 h4 .mob-br {
        display: block
    }

    .stap-2 .swiper-button-next2 {
        bottom: -80px !important
    }

    .stap-2 .swiper-button-prev2 {
        bottom: -80px !important
    }

    .stap-2 .nad {
        bottom: -140px !important
    }

    .stap-2 .swiper-pagination2 {
        bottom: -85px !important
    }

    .stap-2-items {
        position: relative;
        margin-bottom: 80px
    }

    .stap-2-items .swiper-button-next2 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -55px;
        right: 70px;
        z-index: 2
    }

    .stap-2-items .swiper-button-prev2 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -55px;
        left: 70px;
        z-index: 2
    }

    .stap-2-items .swiper-button-disabled {
        opacity: .7
    }

    .stap-2-items .swiper-pagination2 {
        display: block;
        position: absolute;
        bottom: -60px;
        color: #2f2f2f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .stap-2-items .nad {
        position: absolute;
        bottom: -110px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .9;
        color: #2f2f2f;
        font-family: CirceExtraLight, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: .64px
    }

    .stap-2-item {
        width: 100%
    }

    .stap-2-item .text .count {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .circle {
        display: none
    }

    .header__content-block {
        padding-top: 30px;
        margin-top: 0px
    }

    .box {
        display: none
    }

    .circle-mob {
        display: block;
        width: 380px;
        height: 380px;
        position: absolute;
        bottom: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../img/circle-mob.png);
        background-position: center;
        background-size: cover;
        z-index: 0
    }

    .box-mob {
        display: block;
        width: 336px;
        height: 320px;
        position: absolute;
        bottom: -100px;
        left: 50%;
        margin-left: -168px;
        background-image: url(../img/box-mob.png);
        background-position: center;
        background-size: cover;
        z-index: 1
    }

    .stap-3 {
        display: block
    }

    .stap-3 h4 .mob-br {
        display: block
    }

    .stap-3 .mock-2 {
        position: absolute;
        bottom: -800px;
        right: -2316px
    }

    .stap-3 .mock-1 {
        position: absolute;
        left: -2132px;
        bottom: -829px
    }

    .stap-3 .swiper-button-next3 {
        bottom: -80px !important
    }

    .stap-3 .swiper-button-prev3 {
        bottom: -80px !important
    }

    .stap-3 .nad {
        bottom: -140px !important
    }

    .stap-3 .swiper-pagination3 {
        bottom: -85px !important
    }

    .stap-3-items {
        position: relative;
        margin-bottom: 80px
    }

    .stap-3-items .swiper-button-next3 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -55px;
        right: 70px;
        z-index: 2
    }

    .stap-3-items .swiper-button-prev3 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -55px;
        left: 70px;
        z-index: 2
    }

    .stap-3-items .swiper-button-disabled {
        opacity: .7
    }

    .stap-3-items .swiper-pagination3 {
        display: block;
        position: absolute;
        bottom: -60px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .stap-3-items .nad {
        position: absolute;
        bottom: -110px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .9;
        color: #fff;
        font-family: CirceExtraLight, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: .64px
    }

    .stap-3-item {
        width: 100%
    }

    .stap-3-item .text .count {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .case {
        display: block
    }

    .case .case-info {
        display: none
    }

    .case .case {
        height: 320px;
        position: relative;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case .case-block-text {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case:hover .case-block-wrap {
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 1;
        visibility: visible;
        right: 10px;
        left: 10px;
        top: 10px;
        bottom: 10px
    }

    .case .case-blocks .case-block:before,
    .case .case-blocks .case-block .case-block-wrap,
    .case .case-blocks .case-block .case-block-text {
        opacity: 1;
        visibility: visible;
    }

    .case .case:before {
        content: '';
        background-color: rgba(25, 28, 33, .66);
        width: 100%;
        height: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 5
    }

    .case .case .case-block-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        border: 8px solid #dd3b22;
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 0;
        visibility: hidden;
        display: block;
        z-index: 6
    }

    .case .case .case-block-text {
        display: block;
        padding-top: 20px;
        padding-left: 20px;
        width: 90%;
        height: 90%;
        top: 20px;
        left: 20px;
        position: absolute;
        z-index: 6;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case .case-block-text h3 {
        color: #fff;
        font-family: CirceBold, sans-serif;
        font-weight: 400;
        font-size: 20px;
        font-size-line-height: 25px;
        letter-spacing: .6px;
        max-width: 383px;
        min-height: 120px
    }

    .case .case .case-block-text .link {
        margin-top: 1vw;
        display: inline-block;
        opacity: .66;
        color: #fff;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: .76px;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case .case-block-text .look {
        display: block;
        width: 162px;
        height: 39px;
        -webkit-border-radius: 29px;
        border-radius: 29px;
        border: 1px solid rgba(255, 255, 255, .3);
        text-align: center;
        position: relative;
        -webkit-transition: all .2s;
        transition: all .2s;
        position: absolute;
        left: 20px;
        bottom: 15px
    }

    .case .case .case-block-text .look:hover {
        -webkit-transition: all .2s;
        transition: all .2s;
        border: 1px transparent solid
    }

    .case .case .case-block-text .look:hover:before {
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 1;
        visibility: visible
    }

    .case .case .case-block-text .look:before {
        background-image: -webkit-linear-gradient(27deg, #dc3734 0, #dd3c20 100%);
        background-image: linear-gradient(63deg, #dc3734 0, #dd3c20 100%);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 29px;
        border-radius: 29px;
        z-index: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
        visibility: hidden;
        opacity: 0
    }

    .case .case .case-block-text .look p {
        color: #fff;
        position: relative;
        z-index: 1;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 37px;
        letter-spacing: .68px
    }

    .case .case .case-block-text .look p img {
        position: relative;
        width: 10%;
        margin-left: 10px;
        top: 3px
    }

    .case .case .case-1-image img {
        width: 80%
    }

    .case .case .case-2-image {
        width: 110%;
        left: auto;
        right: -75px
    }

    .case .case .case-2-image img {
        width: 85%
    }

    .case .case .case-3-image {
        width: 100%;
        left: auto;
        right: -76px;
        bottom: 0
    }

    .case .case .case-3-image img {
        width: 80%;
        display: none
    }

    .case .case .case-3-image .mac-mob {
        display: block
    }

    .case .case-blocks .visible {
        -webkit-transition: all .2s !important;
        transition: all .2s !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important
    }

    .case .case-blocks .case-block {
        width: 100%;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case-blocks .case-block:nth-child(1) {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .case .case-blocks .case-block .case-block-text h3 {
        font-size: 20px;
        line-height: 25px
    }

    .case .case-blocks .case-block .case-block-text .link {
        font-size: 18px
    }

    .case .case-blocks .case-block .case-block-text .look {
        width: 162px;
        height: 39px
    }

    .case .case-blocks .case-block .case-block-text .look p {
        line-height: 37px
    }

    .case .case-blocks .case-block .case-block-text .look p img {
        width: 10%;
        margin-left: 10px;
        top: 3px
    }

    .btn-block {
        display: block;
        background-color: #fff;
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center
    }

    .btn-block a {
        display: inline-block;
        width: 200px;
        height: 57px;
        text-align: center;
        -webkit-border-radius: 29px;
        border-radius: 29px;
        border: 1px solid rgba(47, 47, 47, .3)
    }

    .btn-block a p {
        color: #2f2f2f;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 55px;
        letter-spacing: .68px
    }

    .btn-block a p img {
        margin-left: 10px;
        position: relative;
        top: 6px
    }

    .footer {
        display: block
    }

    .footer h2 {
        font-size: 27px;
        line-height: 40px
    }

    .footer h2 .mob-br {
        display: block
    }

    .footer h2 br {
        display: none
    }

    .footer p {
        font-size: 18px;
        line-height: 33px
    }

    .footer p .mob-br {
        display: block
    }

    .footer p br {
        display: none
    }

    .footer .yasheff-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 100px
    }

    .footer .yasheff-form .input-form {
        margin-left: 0;
        margin-right: 0
    }

    .footer .yasheff-form .button-form {
        margin-top: 30px
    }

    .footer .yasheff-form .prim {
        text-align: center;
        margin-left: 0;
        margin-top: 20px
    }

    .footer h3 {
        font-size: 28px;
        line-height: 34px
    }

    .footer .adress {
        font-size: 18px;
        line-height: 33px
    }

    .popup-stap h3 {
        display: none
    }

    .popup-stap p {
        display: none
    }
}

.aaa-item .image {
    position: relative;
}

#pochemu .aaa-items {
    margin-top: 150px;
}

.aaa-item .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    color: #000;
    font-family: CirceExtraBold, sans-serif;
    font-weight: 400;
    font-size: 7vw;
    line-height: 30px;
    letter-spacing: 2.8px;
}

#pochemu .aaa-item .text p {
    margin-top: 0;
    text-align: center;
}

#pochemu .aaa-item {
    height: 230px;
}


.good {
    color: #fff;
}

.good-stars {
    text-align: center;
    margin-bottom: 21px;
}

.good-title {
    font-size: 50px;
    line-height: 1.5;
    font-family: 'BerlingskeSerif-Lt';
    text-align: center;
    margin-bottom: 81px;
}

.good-title b {
    font-family: 'BerlingskeSerif-Bold';
}

.good-slider {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.good-slider-foto-big-wrap {
    flex-shrink: 0;
    width: 600px;
    display: flex;
    align-items: center;
}

.good-slider-foto-big-e {
    display: none;
    cursor: pointer;
}

.good-slider-foto-big-e:first-child {
    display: block;
}

.good-slider-info-wrap {
    width: 550px;
}

.good-slider-info-e {
    display: none;
}

.good-slider-info-e:first-child {
    display: block;
}

.good-slider-info-e-name {
    display: inline-block;
    padding: 0 30px;
    transform: skewx(-14deg);
    background: #f4c55e;
    border-radius: 5px;
    /* box-shadow: 12px -10px 0 0 #57575A; */
    font-size: 15px;
    font-family: 'CirceRegular';
    margin-bottom: 20px;
}

.good-slider-info-e-name-in {
    transform: skewx(14deg);
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #000;
}

.good-slider-info-e-blank {
    background: #191a1e;
    background: #ffffff;
    max-height: 355px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 3px rgb(137 137 137 / 16%);
    box-sizing: border-box;
    padding: 25px 45px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.good-slider-info-e-blank::before {
    content: '';
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #e2e3e6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 1;
}

.good-slider-info-e-blank-quote {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: -50px;
}

.good-slider-info-e-blank-title {
    font-size: 28px;
    margin-bottom: 14px;
    font-family: 'CirceBold';
    line-height: 30px;
    color: #000;
}

.good-slider-info-e-blank-desc {
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-family: 'CirceLight';
}

.good-slider-info-e-blank-site {
    font-family: 'CirceExtraBold';
    color: #595959;
    font-size: 16px;
}

.good-slider-info-e-blank-signature {
    position: absolute;
    z-index: 2;
    bottom: -30px;
    right: 20px;
}

.good-slider-dots {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 50px;
    position: relative;
    margin-top: 70px;
}

.good-slider-dots:before {
    content: '';
    display: block;
    width: 32px;
    border-top: 1px solid #9A999B;
    position: absolute;
    top: 50%;
    left: 162px;
}

.good-slider-dots:after {
    content: '';
    display: block;
    width: 32px;
    border-top: 1px solid #9A999B;
    position: absolute;
    top: 50%;
    right: 178px;
}

.good-slider-dots-e {
    opacity: 0.6;
    cursor: pointer;
    position: relative;
}

.good-slider-dots-e:after {
    content: '';
    display: none;
    position: absolute;
    top: -62px;
    left: -52px;
    z-index: 1;
    filter: grayscale(1);
    width: 201px;
    height: 201px;
    background: url(/img/dot-active.png) no-repeat;
}

.good-slider-dots-e:hover {
    opacity: 0.6;
}

.good-slider-dots-e.active {
    opacity: 1;
}

.good-slider-dots-e.active:after {
    display: block;
}

.good-slider-dots-e-pic-wrap {
    height: 96px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.good-slider-dots-e-name {
    font-size: 12px;
    position: relative;
    z-index: 2;
    font-family: 'CirceBold';
}

.good-popup-wrap {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 20px;
    justify-content: center;
    overflow: auto;
    display: flex;
    align-items: flex-start;
}

.good-popup-close {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.good-popup-cont img {
    display: none;
}

.popup-good-wrap[data-title='konditerskaya'] .good-popup-cont img[data-title='konditerskaya'] {
    display: block;
}

.popup-good-wrap[data-title='dostavka'] .good-popup-cont img[data-title='dostavka'] {
    display: block;
}

.popup-good-wrap[data-title='arhitektura'] .good-popup-cont img[data-title='arhitektura'] {
    display: block;
}

.develop-blank-indicator-e-name {
    font-size: 11px;
}

.develop-blank-indicator-e {
    flex-shrink: 0;
    width: 220px;
}


@media only screen and (max-width: 320px) {
    .container {
        width: 320px;
    }

    .ocenka h2 {
        font-size: 20px;
        line-height: 35px;
        white-space: inherit;
        max-width: 340px;
    }
}

p.hows {
    margin-top: 19px;
    text-align: left;
    width: 100%;
    opacity: .9;
    color: #2f2f2f;
    font-family: CirceRegular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .8px;
}

@media (max-width: 970px) {
    .header__top-block .right-aside #zvon1 {
        display: none;
    }

    .header__top-block .right-aside #zvon2 {
        display: block;
    }

    .portfolio__item {
        width: 33.3%;
        height: 39vw;
    }

    .btn-eche {
        padding: 1.4rem 3rem;
        font-weight: 600;
        font-size: 2rem;
    }

    .portfolio .descr {
        margin: 1rem 0;
        font-size: 1.8rem !important;
        line-height: unset !important;
    }

    .scr5 {
        padding-top: 60px;
    }

    .scr6 {
        padding-top: 60px;
    }

    .ttl {
        font-size: 2.8rem;
        line-height: 4rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .scr5 .container {
        padding-top: 40px;
        display: block;
    }

    .scr6 .container,
    .scr7 .container {
        display: block;
    }

    .scr5__img {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .scr5__img img {
        width: 200px;
        margin: 0 auto;
    }

    .scr5__r {
        padding-top: 40px;
        text-align: center;
        float: none;
        width: auto;
    }

    .scr5__txt p {
        margin-left: auto;
        text-align: left;
        margin-right: auto;
    }

    .green-blk__win {
        text-align: left;
        position: relative;
        top: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .scr6__l {
        float: none;
        width: auto;
    }

    .scr6__txt {
        padding-left: 0;
        text-align: center;
    }

    .scr6__txt p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 380px;
    }

    .scr6__feats {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .scr6__feat {
        width: 100%;
        display: block;
        height: 120px;
    }

    .scr6__r {
        float: none;
        margin-right: 0;
    }

    .scr6__r img {
        width: 100%;
    }

    .scr6__imgdescr {
        padding-left: 60px;
        padding-top: 15px;
    }

    .scr6__imgdescr:after {
        left: 0px;
    }

    .knop {
        margin: 0 auto;
    }

    .scr7 {
        padding: 40px 0;
    }

    .scr7__txt {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .scr7__txt p {
        margin-left: auto;
        text-align: left;
        margin-right: auto;
        max-width: 380px;
    }

    .scr7__txt .green-blk__win {
        top: 0px;
        left: 0;
        width: 236px;
    }

    .good-slider {
        display: block;
    }

    .good-slider-foto-big-wrap {
        display: none;
    }

    .good-slider-foto-big-wrap {
        width: 400px;
    }

    .good-slider-info-wrap {
        width: auto;
        margin: 0 auto;
    }

    .good-slider-info-e-blank-quote {
        left: -30px;
    }

    .good-slider-info-e-blank-title {
        font-size: 22px;
    }

    .good-slider-info-e-blank-desc {
        font-size: 12px;
    }

    .good-slider-dots {
        padding: 0;
        margin-top: 60px;
    }

    .good-slider-dots-e {
        width: 110px;
    }

    #footer-form {
        background: #fff;
    }

    .faq .item .question h3 {
        font-size: 14px;
        max-width: 80%;
    }

}

.video_frame {
    width: 50%;
    height: 300px;
}

@media (max-width: 767px) {
    .portfolio__item {
        width: 50%;
        height: 60vw;
    }

    .header:before {
        background: #262526ee !important;
    }

    #footer-form {
        background: #fff;
        padding-top: 15px;
    }

    .portfolio .descr_small {
        display: none;
    }

    #promo {
        padding-top: 0;
    }

    #promo .benefits .leftside {
        display: none;
    }

    #raboti {
        margin-left: 0;
        margin-top: 10px;
    }

    #pochemu .aaa-items {
        margin-top: 80px;
    }

    #pochemu .aaa-item {
        margin-bottom: 80px;
        flex: 1;
    }

    .ocenka {
        padding-top: 15px;
    }

    .scr5 {
        padding-top: 60px;
    }

    .scr5 .container {
        padding-top: 40px;
    }

    .scr5__img {
        float: none;
        margin-left: 0;
    }

    .scr5__img img {
        width: 200px;
        margin: 0 auto;
    }

    .scr5__r {
        padding-top: 40px;
        text-align: center;
        float: none;
        width: auto;
    }

    .scr5__txt p {
        margin-left: auto;
        text-align: left;
        margin-right: auto;
    }

    .green-blk__win {
        text-align: left;
        position: relative;
        top: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .scr5__act .button {
        margin-right: auto;
        margin-left: auto;
        display: flex;
    }

    .scr5__actlink {
        margin-top: 30px;
    }

    .aaa-item .count {
        font-size: 10em;
    }

    .audit-get:after {
        display: none;
    }

    #pochemu .document2,
    #pochemu .document2-1 {
        display: none;
    }

    .benef {
        font-size: 23px;
        line-height: 30px;
    }

    .portfolio__item {
        background-size: contain !important;
    }

    .audit-get__wrapper {
        padding: 65px 29px 43px;
    }

    .audit-get__img {
        display: none;
    }

    .audit-get__messenger li {
        font-size: 12px !important;
        width: max-content !important;
    }

    .audit-get__messenger li.maxs {
        width: 100% !important;
    }

    .audit-get__messenger {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .video_frame {
        width: 100%;
        height: 300px;
    }


}


@media (max-width: 576px) {
    .portfolio__item {
        width: 100%;
        /*        height: 100vw;*/
        height: 85vw;
    }

    .js-quiz-btn-next {
        width: 100% !important;
        height: 75px !important;
    }

    .js-quiz-btn-next span {
        font-size: 12px !important;
    }

    p.hows {
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    .scr7__txt p {
        margin-left: auto;
        text-align: left;
        margin-right: auto;
        max-width: 380px;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

    .scr6__txt p {
        margin-bottom: 1.8rem;
    }

    .good-slider-info-e-blank {
        max-height: 435px;
    }

    #footer-form .catalog__form_group {
        max-width: 300px;
    }

    footer .inner .left,
    footer .inner .right {
        justify-content: center;
    }

    .middle,
    footer .inner .right {
        text-align: center;
        margin: 15px auto;
        justify-content: center;
    }
}




@media (min-width: 577px) and (max-width:992px) {
    .container {
        width: 576px
    }

    .case .case-4 {
        background-position: 1000px 0
    }

    .case .case-5 {
        background-position: -315px 0
    }

    .case .case-6 {
        background-position: 1000px 0
    }

    body {
        /*overflow-x:hidden*/
    }

    .adress {
        display: none
    }

    .header__top-block .join-country {
        margin-left: 0
    }

    .header__top-block .right-aside .social {
        display: none
    }

    .header__top-block .right-aside .header-contacts {
        margin-right: 0
    }

    .header .header-aaa ul li {
        margin-right: 0
    }

    .quiz .container .image-1 {
        display: none
    }

    .quiz .container .image-2 {
        display: none
    }

    .footer .russia {
        width: 100%
    }

    .footer .uffa {
        width: 100%
    }

    .footer .bottom-part {
        width: 100%
    }

    .footer {
        height: 781px
    }

    .footer .bottom-part .txt {
        display: none
    }

    .header__menu {
        display: none !important
    }

    .testimonials-slider .swiper-button-prev {
        left: -10%
    }

    .testimonials-slider .swiper-button-next {
        right: -10%
    }

    .swiper-pagination1 {
        display: block
    }

    .swiper-button-next1 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -80px;
        right: 150px;
        z-index: 2
    }

    .swiper-button-prev1 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -80px;
        left: 150px;
        z-index: 2
    }

    .swiper-button-disabled {
        opacity: .7
    }

    .swiper-pagination1 {
        display: block;
        position: absolute;
        bottom: -85px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .swiper-button-next2 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -60px;
        right: 150px;
        z-index: 2
    }

    .swiper-button-prev2 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -60px;
        left: 150px;
        z-index: 2
    }

    .swiper-button-disabled {
        opacity: .7
    }

    .swiper-pagination2 {
        display: block;
        position: absolute;
        bottom: -64px;
        color: #2f2f2f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .swiper-button-next3 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        bottom: -75px;
        right: 150px;
        z-index: 2
    }

    .swiper-button-prev3 {
        display: block;
        width: 44px;
        height: 44px;
        background-image: url(../img/slider-btn.png);
        background-size: cover;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -75px;
        left: 150px;
        z-index: 2
    }

    .swiper-button-disabled {
        opacity: .7
    }

    .swiper-pagination3 {
        display: block;
        position: absolute;
        bottom: -80px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: CirceLight, sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 53px;
        letter-spacing: 1.04px
    }

    .stap-3-items {
        position: relative
    }

    .stap-2-items {
        position: relative
    }

    .stap-1-items {
        position: relative
    }

    .mob-br {
        display: block
    }

    .callback {
        display: none !important
    }

    .logo {
        margin-left: 0 !important
    }

    .adress {
        margin-left: 0 !important;
        position: relative;
        left: -10px
    }

    .header-aaa {
        padding-left: 0 !important
    }

    .header-aaa ul li {
        font-size: 13px !important;
        margin-left: 54px !important;
        line-height: 19px !important
    }

    .aaa p br {
        display: none
    }

    .how h2 br {
        display: none
    }

    .stap-1 p br,
    .stap-2 p br,
    .stap-3 p br {
        display: none
    }

    .stap-1 .mock-1,
    .stap-1 .mock-2,
    .stap-1 .mock-3 {
        display: none
    }

    .stap-1-btn {
        margin-top: 120px !important
    }

    .aaa-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aaa-items .aaa-item {
        width: 100%;
        margin-bottom: 30px
    }

    .footer h2 br {
        display: none
    }

    .footer h2 .mob-br {
        display: block
    }

    .footer h3 {
        line-height: 45px
    }

    .footer .adress br {
        display: none
    }

    .footer .adress .mob-br {
        display: block
    }

    .testimonials-slider {
        width: 606px
    }

    .case .case .case-info {
        width: 100%
    }

    .case .case .case-1-image {
        display: none
    }

    .case .case .case-2-image {
        display: none
    }

    .case .case .case-3-image {
        display: none
    }

    .case .case-blocks .case-block {
        width: 50%
    }

    .case .case-blocks .case-block .case-block-text h3 {
        font-size: 20px;
        line-height: 30px
    }

    .case .case-blocks .case-block .case-block-text .link {
        font-size: 18px
    }

    .stap-3 .mock-2 {
        bottom: -900px
    }

    .stap-3 .mock-1 {
        bottom: -925px
    }

    .footer .yasheff-form .input-form {
        margin-left: 0
    }
}

@media (min-width: 993px) and (max-width:1300px) {
    .container {
        width: 992px
    }

    body {
        overflow-x: hidden
    }

    .aaa-item .text h3 {
        height: 105px
    }

    .case .case .case-info {
        width: 65%
    }

    .case .case-1-image {
        right: -600px
    }

    .case .case-2-image {
        left: -500px
    }

    .case .case-3-image {
        right: -600px;
        bottom: -55px
    }

    .case .case-blocks .case-block {
        width: 50%
    }

    .case .case-blocks .case-block .case-block-text h3 {
        font-size: 25px;
        line-height: 25px
    }

    .case .case-blocks .case-block .case-block-text .link {
        font-size: 20px
    }

    .footer .yasheff-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .yasheff-form .prim {
        display: none
    }

    .footer .yasheff-form .input-form {
        margin-left: 0
    }
}

@media (min-width: 1700px) and (max-width:1920px) {
    .stap-3 .mock-2 {
        right: -1600px
    }

    .stap-3 .mock-1 {
        left: -1335px
    }

    .stap-1 .mock-1 {
        top: -40px
    }

    .stap-1 .mock-2 {
        top: 100px
    }

    .stap-1 .mock-3 {
        top: 249px
    }

    .case .case-1-image {
        right: -100px
    }

    .case .case-2-image {
        left: 0
    }

    .case .case-3-image {
        right: -100px
    }
}

#video-popup {
    width: 95%;
    max-width: 850px;
    height: auto;
}

#politic-popup {
    width: 95%;
    max-width: 750px;
    height: auto;
}

.politic__inner p {
    text-align: justify;
}

#politic-popup h4 {
    font-family: CirceBold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.footer .bottom-part .right .politic_show a {
    width: auto;
    height: auto;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-family: CirceLight, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .1px;
    margin-right: 15px;
    text-decoration: underline;
}

.footer .bottom-part .right .politic_show a:hover {
    -webkit-animation: none !important;
    animation: none !important;
    text-decoration: none;
}

#politic-popup h3 {
    text-transform: uppercase;
}

#politic-popup .popup-close:before {
    background-image: url('../img/close-red.png');
    filter: invert(.5);

}

.politic__form {
    color: #fff;
}

.politic__dark {
    color: #000;
}

.politic__form,
.politic__dark {
    text-align: center;
    margin-top: 10px;
}

.politic__form a {
    color: #fff;
    text-decoration: underline;
}

.politic__form a:hover,
.politic__form a:hover {
    text-decoration: none;
}

.politic__dark a {
    color: #000;
    text-decoration: underline;
}

.agree__cont {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-family: CirceLight, sans-serif;
}

.agree__cont input {
    display: none;
}

.agree__cont input:checked+span:after {
    opacity: 1;
}

.agree__cont span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
}

.agree__cont span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid #da2d2d;
    position: absolute;
    top: 0;
    left: 0;
}

.agree__cont span:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #da2d2d;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    transition: .2s;
}

.case .case-10 {
    background-image: url(../img/autogroup.png);
    background-size: cover;
    background-position: center center;
}

.case .case-1 .container {
    justify-content: flex-start !important;
}



.text_fam {
    font-family: 'CirceBold';
}

.best_container {
    margin: auto;
    display: block;
}