@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Light"), local("Montserrat-Light"), url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat-Regular"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Medium"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat SemiBold"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Bold"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.font-light-M {
    font-weight: 300
}

.font-light-M,
.font-regular-M {
    font-family: Montserrat;
    font-display: auto
}

.font-regular-M {
    font-weight: 400
}

.font-medium-M {
    font-weight: 500
}

.font-medium-M,
.font-semibold-M {
    font-family: Montserrat;
    font-display: auto
}

.font-semibold-M {
    font-weight: 600
}

.font-bold-M {
    font-family: Montserrat;
    font-weight: 700;
    font-display: auto
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.custom-header {
    width: 100%;
    z-index: 999
}

.custom-header .burger,
.custom-header .call-us,
.custom-header .dropdown {
    display: none
}

.custom-header .services-hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    height: 0
}

.custom-header .services-hover section {
    opacity: 0;
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.custom-header .services-hover.shown {
    top: 0;
    opacity: 1;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    background: #fff;
    z-index: 112;
    padding-top: 196px;
    height: 890px
}

.custom-header .services-hover.shown section {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .5s;
    -o-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s
}

@media (max-height:680px) {
    .custom-header .services-hover.shown {
        padding-top: 126px
    }
}

.custom-header .header-wrapp {
    width: 100%;
    position: relative;
    z-index: 9987
}

.custom-header .header-wrapp .logo {
    display: inline-block;
    height: 100%;
    margin-left: -25px
}

.custom-header .header-wrapp .logo img {
    height: 120px;
    margin-right: -5px
}

.custom-header .header-wrapp .menu {
    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;
    height: 170px
}

.custom-header .header-wrapp .submenu ul {
    margin-left: 0 !important
}

.custom-header .header-wrapp .submenu ul li {
    display: inline;
    margin-right: 50px;
    margin-bottom: 20px
}

.custom-header .header-wrapp .submenu ul li a {
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    color: #151515
}

.custom-header .header-wrapp .submenu ul li a:hover {
    text-decoration: none;
    color: #b92d2d;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.custom-header .header-wrapp .logo .small-logo {
    display: none
}

.custom-header .header-wrapp .logo-wrapp,
.custom-header .header-wrapp .phones {
    width: 25%
}

.custom-header .header-wrapp .phones{
    height: 74px;
}

.custom-header .header-wrapp .adress-time {
    width: 33.3%
}

.custom-header .header-wrapp .adress-time .address,
.custom-header .header-wrapp .adress-time .schedule,
.custom-header .header-wrapp .adress-time .wrapp,
.custom-header .header-wrapp .phones .address,
.custom-header .header-wrapp .phones .schedule,
.custom-header .header-wrapp .phones .wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-header .header-wrapp .adress-time .address img,
.custom-header .header-wrapp .adress-time .schedule img,
.custom-header .header-wrapp .adress-time .wrapp img,
.custom-header .header-wrapp .phones .address img,
.custom-header .header-wrapp .phones .schedule img,
.custom-header .header-wrapp .phones .wrapp img {
    height: 17px;
    width: 15px;
    margin-top: 3px
}

.custom-header .header-wrapp .adress-time .address .address-wrapp,
.custom-header .header-wrapp .adress-time .address .phone-wrapp,
.custom-header .header-wrapp .adress-time .address .schedule-wrapp,
.custom-header .header-wrapp .adress-time .schedule .address-wrapp,
.custom-header .header-wrapp .adress-time .schedule .phone-wrapp,
.custom-header .header-wrapp .adress-time .schedule .schedule-wrapp,
.custom-header .header-wrapp .adress-time .wrapp .address-wrapp,
.custom-header .header-wrapp .adress-time .wrapp .phone-wrapp,
.custom-header .header-wrapp .adress-time .wrapp .schedule-wrapp,
.custom-header .header-wrapp .phones .address .address-wrapp,
.custom-header .header-wrapp .phones .address .phone-wrapp,
.custom-header .header-wrapp .phones .address .schedule-wrapp,
.custom-header .header-wrapp .phones .schedule .address-wrapp,
.custom-header .header-wrapp .phones .schedule .phone-wrapp,
.custom-header .header-wrapp .phones .schedule .schedule-wrapp,
.custom-header .header-wrapp .phones .wrapp .address-wrapp,
.custom-header .header-wrapp .phones .wrapp .phone-wrapp,
.custom-header .header-wrapp .phones .wrapp .schedule-wrapp {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px)
}

.custom-header .header-wrapp .adress-time .address .address-wrapp a,
.custom-header .header-wrapp .adress-time .address .address-wrapp p,
.custom-header .header-wrapp .adress-time .address .phone-wrapp a,
.custom-header .header-wrapp .adress-time .address .phone-wrapp p,
.custom-header .header-wrapp .adress-time .address .schedule-wrapp a,
.custom-header .header-wrapp .adress-time .address .schedule-wrapp p,
.custom-header .header-wrapp .adress-time .schedule .address-wrapp a,
.custom-header .header-wrapp .adress-time .schedule .address-wrapp p,
.custom-header .header-wrapp .adress-time .schedule .phone-wrapp a,
.custom-header .header-wrapp .adress-time .schedule .phone-wrapp p,
.custom-header .header-wrapp .adress-time .schedule .schedule-wrapp a,
.custom-header .header-wrapp .adress-time .schedule .schedule-wrapp p,
.custom-header .header-wrapp .adress-time .wrapp .address-wrapp a,
.custom-header .header-wrapp .adress-time .wrapp .address-wrapp p,
.custom-header .header-wrapp .adress-time .wrapp .phone-wrapp a,
.custom-header .header-wrapp .adress-time .wrapp .phone-wrapp p,
.custom-header .header-wrapp .adress-time .wrapp .schedule-wrapp a,
.custom-header .header-wrapp .adress-time .wrapp .schedule-wrapp p,
.custom-header .header-wrapp .phones .address .address-wrapp a,
.custom-header .header-wrapp .phones .address .address-wrapp p,
.custom-header .header-wrapp .phones .address .phone-wrapp a,
.custom-header .header-wrapp .phones .address .phone-wrapp p,
.custom-header .header-wrapp .phones .address .schedule-wrapp a,
.custom-header .header-wrapp .phones .address .schedule-wrapp p,
.custom-header .header-wrapp .phones .schedule .address-wrapp a,
.custom-header .header-wrapp .phones .schedule .address-wrapp p,
.custom-header .header-wrapp .phones .schedule .phone-wrapp a,
.custom-header .header-wrapp .phones .schedule .phone-wrapp p,
.custom-header .header-wrapp .phones .schedule .schedule-wrapp a,
.custom-header .header-wrapp .phones .schedule .schedule-wrapp p,
.custom-header .header-wrapp .phones .wrapp .address-wrapp a,
.custom-header .header-wrapp .phones .wrapp .address-wrapp p,
.custom-header .header-wrapp .phones .wrapp .phone-wrapp a,
.custom-header .header-wrapp .phones .wrapp .phone-wrapp p,
.custom-header .header-wrapp .phones .wrapp .schedule-wrapp a,
.custom-header .header-wrapp .phones .wrapp .schedule-wrapp p {
    display: block;
    color: #151515;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    margin-bottom: 0
}

.custom-header .header-wrapp .adress-time .address .address-wrapp {
    margin-bottom: 10px
}

.custom-header .header-wrapp .adress-time .address .address-wrapp p {
    line-height: 20px
}

.custom-header .header-wrapp .social-media a {
    display: block
}

.custom-header .header-wrapp .social-media .facebook {
    margin-bottom: 13px;
    padding-left: 8px
}

.custom-header .header-wrapp .social-media .facebook img {
    height: 26px
}

.custom-header .header-wrapp .social-media .yt img {
    height: 23px
}

.custom-header .header-wrapp .lang-picker,
.custom-header .header-wrapp .social-media {
    width: 8.3%
}

.custom-header .header-wrapp .lang-picker li{
	padding-left: 0;
}

.custom-header .header-wrapp .lang-picker p {
    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;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    height: 40px;
    width: 40px;
    margin-bottom: 0;
    color: #8a8d8f;
    cursor: pointer;
    margin-left: auto
}

.custom-header .header-wrapp .lang-picker p.actual {
    border-radius: 50px;
    color: #151515;
    border: 1px solid #151515
}

.custom-header .header-wrapp .dropdown .dropdown-toggle {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.custom-header .header-wrapp .dropdown .dropdown-toggle:hover {
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.custom-header .header-wrapp .dropdown .dropdown-toggle:after {
    border-top: .25em solid #000;
    border-right: .15em solid transparent;
    border-bottom: 0;
    border-left: .15em solid transparent
}

.custom-header .header-wrapp .dropdown .dropdown-menu {
    min-width: 10px;
    margin: 0;
    margin-top: 5px;
    border: none;
    padding: 0;
    right: 0;
    left: unset !important;
    background-color: #f8f9fa
}

.custom-header .header-wrapp .dropdown .dropdown-item {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    padding: 10px
}

.custom-header .header-wrapp .dropdown .dropdown-item:hover {
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.first-view {
    position: relative;
    overflow: hidden
}

.first-view .triangle {
    position: absolute;
    left: 80vw;
    bottom: 0;
    z-index: -5;
}

.first-view .big-wrapp {
    height: -webkit-calc(100% - 196px);
    height: calc(100% - 196px);
    position: relative
}

.first-view .big-wrapp .centered-content {
    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;
    height: 100%;
    padding-bottom: 100px
}

.first-view .big-wrapp .wrapp {
    width: 50%
}

.first-view .big-wrapp .wrapp h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-display: auto;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 64px
}

.first-view .big-wrapp .wrapp p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 28px;
    max-width: 500px
}
.first-view .big-wrapp .wrapp p a {
    color: #212529; //#b92d2d;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #b92d2d;
}
.first-view .big-wrapp .wrapp p a:hover {
    border-bottom: none;
}

.first-view .big-wrapp .wrapp .btn-outline {
    width: 365px;
    margin-right: 50px;
    cursor: pointer;
}

.first-view .big-wrapp .wrapp .btn-outline .tab {
    display: none
}

.first-view .big-wrapp .wrapp .video {
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151515
}

.first-view .big-wrapp .wrapp .video .tab {
    display: none
}

.first-view .big-wrapp .wrapp .video:hover {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.first-view .big-wrapp .wrapp .video img {
    margin-left: 15px
}

.first-view .big-wrapp .anhor {
    position: absolute;
    right: 0;
    bottom: 155px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    line-height: 100%;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    color: #151515
}

.first-view .big-wrapp .anhor img {
    margin-right: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.first-view .big-wrapp .anhor:hover {
    text-decoration: none;
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.first-view .gerasimov {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 100%;
    max-height: 815px;
    max-width: 615px;
}

.other-view {
    position: relative
}

.other-view header {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    overflow: hidden
}

@media (max-width: 760px){
    .other-view header {
        opacity: 1;
    }
}

.other-view header.shown {
    margin-top: unset;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: unset;
    overflow: unset
}

.other-view .triangle-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.main-info {
    padding-top: 55px
}

.main-info .quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 506px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 200px;
    margin-left: 10.5%
}

.main-info .quote .quote-icon {
    width: 30px;
    margin-right: 20px
}

.main-info .quote p {
    width: -webkit-calc(100% - 30px - 20px);
    width: calc(100% - 30px - 20px);
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0
}

.main-info .info-text {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 200px
}

.main-info .info-text p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 65px
}

.main-info .info-text p:last-child {
    margin-bottom: 50px
}

.main-info .info-text p span {
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto
}

.main-info .info-text .experiance-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 165px
}

.main-info .info-text .experiance-block .block {
    width: 230px;
    margin-right: -webkit-calc((100% - 230px * 3) / 3 + 30px);
    margin-right: calc((100% - 230px * 3) / 3 + 30px)
}

.main-info .info-text .experiance-block .block:last-child {
    margin-right: 0
}

.main-info .info-text .experiance-block .block .number p:first-child {
    font-size: 64px;
    line-height: 78px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    margin-bottom: -10px;
    color: #b92d2d
}

.main-info .info-text .experiance-block .block .number p:last-child {
    color: #b92d2d;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat;
    font-weight: 600;
    font-display: auto;
    margin-bottom: 20px
}

.main-info .info-text .experiance-block .block .descr p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #8a8d8f;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.main-info .info-text .look-cases {
    width: 480px
}

.hover-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hover-wrapp .service {
    width: 33.33333%;
    height: 860px;
    position: relative;
    margin-bottom: 200px
}

.hover-wrapp .service .img-wrapp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.hover-wrapp .service .img-wrapp:hover:before {
    background-color: rgba(240, 243, 244, .6);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.hover-wrapp .service .img-wrapp:before {
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(240, 243, 244, .8);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.hover-wrapp .service .img-wrapp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1
}

.hover-wrapp .service .text-wrapp {
    position: absolute;
    top: 0;
    margin-top: 400px;
    margin-left: 50px
}

.hover-wrapp .service .text-wrapp .category {
    font-size: 14px;
    line-height: 21px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #505050;
    margin-bottom: 20px
}

.hover-wrapp .service .text-wrapp .title {
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    font-size: 26px;
    line-height: 24px;
    color: #000;
    height: 58px;
    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-bottom: 15px
}

.hover-wrapp .service .text-wrapp .btn-hover {
    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
}

.hover-wrapp .service .text-wrapp .btn-hover span {
    text-decoration: none;
    color: #151515;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-size: 16px;
    line-height: 20px;
    margin-right: 22px
}

.hover-wrapp .service .text-wrapp .btn-hover .arr-wrapp {
    height: 80px;
    width: 80px
}

.hover-wrapp .service .text-wrapp .btn-hover:hover,
.hover-wrapp .service .text-wrapp .btn-hover:hover span {
    text-decoration: none
}

.benefits {
    margin-bottom: 200px
}

.benefits h2 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 40px
}

.benefits h2,
.benefits p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    max-width: 600px
}

.benefits p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px
}

.benefits .btn-outline {
    width: 480px
}

.benefits .questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px
}

.benefits .questions .wrapp {
    width: 47%
}

.benefits .questions .question {
    border-left: 5px solid #b92d2d;
    margin-bottom: 30px;
    max-width: 625px;
    width: 100%;
    margin-right: 115px
}

.benefits .questions .question .title {
    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;
    cursor: pointer
}

.benefits .questions .question .title h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 20px;
    color: #151515;
    margin-bottom: 0;
    margin-left: 20px
}

.benefits .questions .question .title h3:after {
    margin-left: 20px
}

.benefits .questions .question .title svg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline;
    margin-left: 20px
}

.benefits .questions .question .title svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.benefits .questions .question .title.open svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.benefits .questions .question .title.open svg path {
    stroke: #b92d2d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.benefits .questions .question .answer {
    margin-left: 20px;
    display: none;
    margin-top: 20px
}

.benefits .questions .question .answer p {
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #8a8d8f;
    margin-bottom: 15px
}

.benefits .questions .question .answer p:last-of-type {
    margin-bottom: 0
}

.feedback {
    margin-bottom: 200px
}

.feedback h2 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 55px
}

.feedback .short-info,
.feedback h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #151515
}

.feedback .short-info {
    max-width: 680px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 65px
}

.feedback .feedback-carousel {
    margin-bottom: 100px
}

.feedback .feedback-carousel .slick-next,
.feedback .feedback-carousel .slick-prev {
    top: unset;
    top: -65px;
    right: unset;
    left: unset
}

.feedback .feedback-carousel .slick-prev:before {
    content: url(../img/icon/arr-prev.svg)
}

.feedback .feedback-carousel .slick-next:before {
    content: url(../img/icon/arr-next.svg)
}

.feedback .btn-outline {
    width: 480px;
    height: 50px
}

.publication {
    margin-bottom: 220px
}

.publication h2 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 50px
}

.publication .short-info,
.publication h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #151515
}

.publication .short-info {
    max-width: 680px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px
}

.publication .sourses-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 120px
}

.publication .sourses-list .img-cover {
    height: 60px;
    width: 160px;
    margin-right: 31px
}

.publication .sourses-list .img-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: auto
}

.publication .publication-carousel .slick-next,
.publication .publication-carousel .slick-prev {
    top: -150px
}

.clearfix {
    width: 100%
}

@media (min-width:1300px) and (max-height:820px) {
    .first-view {
        min-height: 700px;
    }
    .first-view .custom-header .menu {
        height: 100px
    }

    .first-view .big-wrapp {
        height: -webkit-calc(100% - 100px);
        height: calc(100% - 100px)
    }

    .first-view .big-wrapp .wrapp h1 {
        line-height: 48px;
        font-size: 43px
    }

    .first-view .big-wrapp .wrapp p {
        line-height: 23px
    }

    .first-view .big-wrapp .anhor {
        bottom: 169px
    }
}

@media (min-width: 1300px){
    button.slick-arrow:hover.slick-next:before,
    button.slick-arrow:hover.slick-prev:before {
        -webkit-filter: invert(1);
        filter: invert(1);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
}
@media (min-width:760px) and (max-width:1300px) {
    button.slick-arrow {
        width: 54px;
        height: 54px;
        border-radius: 100%;
        background: transparent;
        padding-left: 5px !important;
        padding-top: 2px !important;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow.slick-prev:before {
        padding-right: 10px !important;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow.slick-next:before,
    button.slick-arrow:hover {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow:hover {
        background: #b92d2d
    }



    .first-view {
        overflow: hidden
    }

    .first-view .custom-header .header-wrapp .logo-wrapp {
        width: unset
    }

    .first-view .custom-header .header-wrapp .logo img,
    .first-view .custom-header .menu {
        height: 95px
    }

    .first-view .custom-header .adress-time,
    .first-view .custom-header .lang-picker,
    .first-view .custom-header .phones,
    .first-view .custom-header .social-media,
    .first-view .custom-header .submenu {
        display: none
    }

    .first-view .custom-header .logo {
        margin-left: -18px
    }

    .first-view .custom-header .burger,
    .first-view .custom-header .call-us,
    .first-view .custom-header .dropdown {
        display: block
    }

    .first-view .custom-header .burger {
        display: block;
        margin-left: 15px;
        margin-top: 5px
    }

    .first-view .custom-header .dropdown {
        margin-left: auto;
        margin-right: 35px
    }

    .first-view .custom-header .call-us .btn-outline {
        min-width: unset;
        padding: 10px 20px
    }

    .first-view .custom-header .call-us .btn-outline img {
        display: none
    }

    .first-view .triangle {
        height: 130%
    }

    .first-view .gerasimov {
        right: 0;
        height: 720px
    }

    .first-view .big-wrapp {
        height: -webkit-calc(100% - 95px);
        height: calc(100% - 95px)
    }

    .first-view .big-wrapp .centered-content {
        padding-bottom: 0
    }

    .first-view .big-wrapp .anhor {
        display: none
    }

    .first-view .big-wrapp .wrapp {
        width: 50%
    }

    .first-view .big-wrapp .wrapp h1 {
        margin-bottom: 23px;
        font-size: 35px;
        line-height: 40px
    }

    .first-view .big-wrapp .wrapp p {
        margin-bottom: 46px;
        font-size: 18px;
        line-height: 28px
    }

    .first-view .big-wrapp .wrapp .links-wrapp {
        white-space: nowrap
    }

    .first-view .big-wrapp .wrapp .btn-outline {
        margin-right: 25px;
        min-width: 175px;
        width: 175px;
        font-size: 14px;
        line-height: 17px
    }

    .first-view .big-wrapp .wrapp .btn-outline .deskt {
        display: none
    }

    .first-view .big-wrapp .wrapp .btn-outline .tab {
        display: block
    }

    .first-view .big-wrapp .wrapp .video {
        font-size: 14px;
        line-height: 17px
    }

    .first-view .big-wrapp .wrapp .video .deskt {
        display: none
    }

    .first-view .big-wrapp .wrapp .video .tab {
        display: block
    }

    .main-info {
        padding-top: 105px
    }

    .main-info .quote {
        margin-bottom: 115px;
        display: block;
        margin-left: 0
    }

    .main-info .quote .quote-icon {
        margin-bottom: 8px
    }

    .main-info .info-text {
        max-width: 100%;
        margin-bottom: 60px
    }

    .main-info .info-text p {
        margin-bottom: 55px
    }

    .main-info .info-text p:last-of-type {
        margin-bottom: 70px
    }

    .main-info .info-text .experiance-block {
        margin-bottom: 55px
    }

    .hover-wrapp {
        display: block
    }

    .hover-wrapp .service {
        width: 100%;
        height: 450px;
        margin-bottom: 0
    }

    .hover-wrapp .service .text-wrapp {
        padding-top: 195px;
        margin-top: 0
    }

    .benefits {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .benefits h2 {
        margin-bottom: 50px
    }

    .benefits p {
        max-width: 100%;
        margin-bottom: 60px
    }

    .benefits .btn-outline {
        margin-top: 35px
    }

    .benefits .questions {
        display: block
    }

    .benefits .questions .wrapp {
        width: 100%
    }

    .benefits .questions .question {
        max-width: 100%;
        width: 100%
    }

    .benefits .questions .clearfix {
        margin-bottom: 30px
    }

    .feedback .short-info {
        max-width: 75%;
        margin-bottom: 40px
    }

    .feedback .feedback-carousel {
        margin-bottom: 125px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px)
    }

    .feedback .feedback-carousel .slick-next,
    .feedback .feedback-carousel .slick-prev {
        top: unset;
        top: -65px;
        right: unset;
        left: unset
    }

    .feedback .feedback-carousel .slick-prev {
        right: 140px !important
    }

    .feedback .feedback-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev.svg)
    }

    .feedback .feedback-carousel .slick-next {
        right: 40px !important
    }

    .feedback .feedback-carousel .slick-next:before {
        content: url(../img/icon/arr-next.svg)
    }

    .publication {
        margin-bottom: 165px
    }

    .publication .sourses-list {
        width: 75%;
        margin-bottom: 70px
    }

    .publication .sourses-list .img-cover:nth-child(n+4) {
        display: none
    }

    .publication .publication-carousel {
        margin-bottom: 68px
    }

    .publication .publication-carousel .slick-next,
    .publication .publication-carousel .slick-prev {
        top: unset;
        top: -90px;
        right: unset;
        left: unset
    }

    .publication .publication-carousel .slick-prev {
        right: 100px !important;
        left: unset !important
    }

    .publication .publication-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev.svg)
    }

    .publication .publication-carousel .slick-next {
        right: 0 !important
    }

    .publication .publication-carousel .slick-next:before {
        content: url(../img/icon/arr-next.svg)
    }
}

@media (min-width:760px) and (max-width:1300px) and (min-height:760px) {
    .first-view .gerasimov {
        right: -80px
    }
}

@media (min-width:760px) and (max-width:1300px) and (max-height:900px) {
    .first-view .gerasimov {
        height: 100%
    }
}

@media (min-width:760px) and (max-width:1300px) and (min-height:760px) {
    .first-view .big-wrapp .centered-content {
        padding-bottom: 150px
    }
}

@media (max-width:760px) {
    .first-view {
        overflow: hidden;
        height: 100%
    }

    .first-view .triangle {
        height: 100%;
        display: none
    }

    .first-view .custom-header .header-wrapp .logo-wrapp {
        width: unset
    }

    .first-view .custom-header .menu {
        height: 95px
    }

    .first-view .custom-header .adress-time,
    .first-view .custom-header .call-us,
    .first-view .custom-header .dropdown,
    .first-view .custom-header .lang-picker,
    .first-view .custom-header .phones,
    .first-view .custom-header .social-media,
    .first-view .custom-header .submenu {
        display: none
    }

    .first-view .custom-header .logo {
        margin-left: -18px
    }

    .first-view .custom-header .logo img {
        width: 255px;
        height: auto;
    }

    .first-view .custom-header .burger {
        display: block;
        margin-left: auto;
        margin-top: 5px
    }

    .first-view .custom-header .dropdown {
        margin-left: auto;
        margin-right: 35px
    }

    .first-view .custom-header .call-us .btn-outline {
        min-width: unset;
        padding: 10px 20px
    }

    .first-view .custom-header .call-us .btn-outline img {
        display: none
    }

    .first-view .gerasimov {
        right: -80px;
        height: 100%;
        /*max-height: 360px;*/
        max-height: 340px;
        z-index: -1
    }

    .first-view .big-wrapp {
        height: -webkit-calc(100% - 95px);
        height: calc(100% - 95px)
    }

    .first-view .big-wrapp .centered-content {
        padding-bottom: 115px
    }

    .first-view .big-wrapp .anhor {
        display: none
    }

    .first-view .big-wrapp .wrapp {
        width: 85%
    }

    .first-view .big-wrapp .wrapp h1 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px
    }

.first-view .big-wrapp .wrapp p a {
    font-size: 18px;
    line-height: 22px;
}

    .first-view .big-wrapp .wrapp p {
        width: 75%;
        margin-bottom: 23px;
        font-size: 14px;
        line-height: 20px
    }

    .first-view .big-wrapp .wrapp .btn-outline {
        margin-right: 15px;
        min-width: 175px;
        width: 175px;
        height: 50px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }

    .first-view .big-wrapp .wrapp .btn-outline .deskt {
        display: none
    }

    .first-view .big-wrapp .wrapp .btn-outline .tab {
        display: block
    }

    .first-view .big-wrapp .wrapp .video {
        font-size: 14px;
        line-height: 17px
    }

    .first-view .big-wrapp .wrapp .video .deskt {
        display: none
    }

    .first-view .big-wrapp .wrapp .video .tab {
        display: block
    }

    .main-info {
        padding-top: 41px
    }

    .main-info .quote {
        display: block;
        width: 100%;
        margin-bottom: 83px;
        margin-left: 0
    }

    .main-info .quote .quote-icon {
        margin-bottom: 15px
    }

    .main-info .quote p {
        font-size: 26px;
        line-height: 32px
    }

    .main-info .info-text {
        max-width: 100%;
        margin-bottom: 65px
    }

    .main-info .info-text p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .main-info .info-text p:last-of-type {
        margin-bottom: 55px
    }

    .main-info .info-text .experiance-block {
        display: block;
        width: 100%;
        margin-bottom: 50px
    }

    .main-info .info-text .experiance-block .block {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .main-info .info-text .experiance-block .block .descr p {
        width: 195px;
        margin: 0 auto
    }

    .main-info .info-text .look-cases {
        width: 100%;
        font-size: 14px;
        line-height: 17px
    }

    .hover-wrapp {
        display: block
    }

    .hover-wrapp .service {
        width: 100%;
        height: 480px;
        margin-bottom: 0
    }

    .hover-wrapp .service .text-wrapp {
        margin-top: 285px
    }

    .hover-wrapp .service .text-wrapp .category {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 21px;
        color: #505050
    }

    .hover-wrapp .service .text-wrapp .title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 24px;
        width: 245px
    }

    .hover-wrapp .service .text-wrapp .btn-hover svg circle {
        fill: #fff
    }

    .benefits {
        margin-top: 100px;
        margin-bottom: 120px
    }

    .benefits h2 {
        margin-bottom: 50px;
        font-size: 26px;
        line-height: 32px
    }

    .benefits p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px
    }

    .benefits .questions {
        display: block;
        margin-bottom: 50px
    }

    .benefits .questions .wrapp {
        width: 100%
    }

    .benefits .questions .question .title svg {
        margin-left: 10px
    }

    .benefits .btn-outline {
        width: 100%;
        font-size: 14px;
        line-height: 17px
    }

    .feedback {
        margin-bottom: 132px
    }

    .feedback h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 50px
    }

    .feedback .short-info {
        font-size: 16px;
        margin-bottom: 45px;
        line-height: 28px
    }

    .feedback .btn-outline {
        width: 100%
    }

    .feedback .feedback-carousel {
        margin-bottom: 125px
    }

    .feedback .feedback-carousel .slick-next,
    .feedback .feedback-carousel .slick-prev {
        top: unset;
        bottom: -100px;
        right: unset;
        left: unset
    }

    .feedback .feedback-carousel .slick-prev {
        left: 0 !important
    }

    .feedback .feedback-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .feedback .feedback-carousel .slick-next {
        right: 0 !important
    }

    .feedback .feedback-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }

    .publication {
        margin-bottom: 140px
    }

    .publication h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 50px
    }

    .publication .short-info {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px
    }
/*
    .publication .sourses-list {
        display: none
    }*/

    .publication .publication-carousel .slick-next,
    .publication .publication-carousel .slick-prev {
        top: unset;
        bottom: -85px;
        right: unset;
        left: unset
    }

    .publication .publication-carousel .slick-prev {
        left: 0 !important
    }

    .publication .publication-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .publication .publication-carousel .slick-next {
        right: 0 !important
    }

    .publication .publication-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }

    .publication .more-publication {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width:760px) and (min-width:475px) {
    .first-view .gerasimov {
        right: -50px
    }
}

@media (max-width:760px) and (max-height:600px) {
    .first-view .big-wrapp .wrapp h1 {
        line-height: 22px
    }
}

@media (max-width:760px) and (max-height:600px) {
    .first-view .big-wrapp .wrapp p {
        line-height: 18px
    }
}

@media (max-width:760px) and (max-width:490px) {
    .first-view .big-wrapp .wrapp .video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}