

/* Start:/local/templates/fresco/css/team.css?178029025615839*/
/* Header */
.team__header {
    margin-top: 70px;
    margin-bottom: 80px;
}

.team__header_logo {
    max-width: 50%;
}

.team__header_logo img {
    max-width: 100%;
}

.team__header_contacts p {
    text-align: right;
    margin-bottom: 0;
    font-size: 18px;
}

.team__header_contacts a {
    font-size: 20px;
    color: #7D0808;
}

.team__header_contacts a:hover {
    text-decoration: underline;
    color: #650808;
}

/* Subheader */
.team__subheader {
    padding: 40px 0;
    background: #fff;
}

.team__subheader h2 {
    font-weight: bold;
    font-size: 79px;
}

.team__subheader p {
    font-size: 24px;
    margin-bottom: 0;
}

.team__subheader .team__join_link {
    font-weight: bold;
    color: #7D0808;
    text-decoration: underline;
    scroll-behavior: smooth;
}

.team__download_link {
    margin-bottom: 20px;
}

/* Slider */
.team__slider {
    margin-bottom: 80px;
}

.team__slider .slider_top {
    margin-bottom: 20px;
}

.team__slider img {
    border-radius: 10px;
}

/* Offers */
.team__offers .d-flex {
    margin: 100px 0;
}

.team__offers_payback {
    width: 50%;
    padding: 30px 12% 0;
}

.team__offers_discount {
    width: 50%;
    padding: 30px 10% 0;
}

.team__offers_discount h3 {
    color: #24949F;
}

.team__offers_percent {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 0;
}

.team__offers_text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}

.team__offers_button {
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
}

.team__offers_texture_btn {
    background: #7D0808;
}

.team__offers_texture_btn:hover {
    background: #650808;
}

.team__offers_discount button {
    background: #24949F;
}

.team__offers_discount button:hover {
    background: #1A6971;
}

.team__offers_img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.team__offers_img img {
    width: 100%;
}

/* Offers popup form */
.popup_offer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.popup_offer_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.719);
}

.popup_offer__content {
    width: 730px;
    max-width: 100%;
    height: max-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: white;
    box-shadow: 4px 4px 4px #00000040;
}

.popup_offer__close_btn {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E5E5E5'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.popup_offer__container {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_offer_header {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.popup_offer__container .text_field {
    font-size: 18px;
}

::placeholder {
    color: #ACACAC;
}

.team__offer_form_submit {
    margin: 18px auto 0;
    background: #7D0808;
    border: none;
    border-radius: 10px;
    width: max-content;
    padding: 10px 40px;
    color: white;
    font-size: 18px;
}

.team__offer_form_submit:hover {
    background: #650808;
}

.team__offer_form_submit[data-incomplete] {
    background: #ACACAC;
}

/* Popup video */
.popup-video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
  
.popup-video__open{
    display: block;
}
  
.popup-video__bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.719);
    cursor: pointer;
}

.popup-video__content{
    width: 1250px;
    max-width: 100%;
    height: max-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}
.popup-video__close-btn{
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.6;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.popup-video__container{
    width: 95%;
    height: 550px;
    margin: 30px auto;
}

.popup-video iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  
@media screen and (max-width: 1200px){
    .popup-video__container{
        height: 450px;
    }
}
  
@media screen and (max-width: 1000px){
    .popup-video__container{
        height: 350px;
    }
}

@media screen and (max-width: 700px){
    .popup-video__container{
        height: 270px;
    }
}

/* About section (video) */
.team__about {
    margin-top: 100px;
}

.team__about h3 {
    font-family: 'Katherine-Plus', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #ACACAC;
    text-align: center;
    margin-bottom: 30px;
}

.team__video_box {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.team__video_box img {
    width: 100%;
}

.team__video_box::before{
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background-image: url('/local/templates/fresco/images/banners/icon_play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
}

.team__video_box:hover::before{
    width: 96px;
    height: 96px;
}

/* Features & materials */
.team__features,
.team__materials {
    margin-top: 80px;
}

.team__section_header {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.team__cards {
    margin-top: 50px;
}

.team__card {
    width: 24%;
    margin-right: 20px;
}

.team__card:nth-child(4n) {
    margin-right: 0;
}

.team__card img {
    width: 100%;
    object-fit: cover;
}

.team__card_caption {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* Text */
.team__text {
    margin: 100px 0;
}

.team__text h3 {
    color: #24949F;
}

/* Join form */
.team__form_box img {
    width: 50%;
}

.team__form_box form {
    background: #F5F5F5;
    padding: 80px 60px;
}

.team__form_box form p {
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
}

.text_field {
    border: 1px solid #ACACAC;
    text-align: center;
    margin-bottom: 12px;
    padding: 4px 8px;
}

.team__form_box select {
    background-image: url('/local/templates/fresco/images/team/dropdown.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 10px;
    -webkit-appearance: none; /* Отключает стандартные стили iOS */
    -moz-appearance: none;
    appearance: none;
    color: #000;
    text-align-last: center;
}

.team__form_policy {
    color: #ACACAC;
}

.team__form_policy a {
    color: #ACACAC;
    text-decoration: underline;
}

.team__form_policy input {
    accent-color: #24949F;
}

.team__form_submit {
    margin: 30px auto 0;
    background: #7D0808;
    border: none;
    border-radius: 10px;
    width: max-content;
    padding: 10px 40px;
    color: white;
    font-size: 18px;
}

.team__form_submit:hover {
    background: #650808;
}

.team__catalog {
    display: block;
    background: #24949F;
    width: 100%;
    padding: 40px 0;
    color: white;
}

.team__catalog:hover {
    color: white!important;
}

.team__catalog span {
    margin-right: 12px;
}

/* Join form popup */
.team__modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.team__modal_overlay {
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.team__modal_window {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 730px;
    height: max-content;
    margin: auto;
    background-color: #fff;
    box-shadow: 4px 4px 4px #00000040;
}

.team__modal_container {
    box-sizing: border-box;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team__modal_header {
    color: #333;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;

}

.team__modal_text {
    margin-top: 20px;
    color: #2D2D2D;
    text-align: center;
    font-size: 18px;
    line-height: 22.25px;
}

.team__modal_button {
    margin-top: 30px;
    background-color: #7D0808;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 60px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.modal__button:hover {
    background-color: #650808;
}

/* Media queries */
@media screen and (max-width: 1400px){
    .team__header {
        margin-bottom: 50px;
    }
    .team__subheader h2 {
        font-size: 68px;
    }
    .team__offers_percent {
        font-size: 160px;
        line-height: 160px;
    }
    .team__offers_text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .team__offers_button {
        font-size: 16px;
        padding: 10px 20px;
    }
    .team__card_caption {
        font-size: 22px;
    }
    .team__section_header {
        font-size: 36px;
    }
    .team__form_box form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .team__form_box form p {
        font-size: 18px;
        margin: 20px 0;
    }
    .team__form_box select {
        background-size: 18px;
    }
}

@media screen and (max-width: 1200px){
    .team__subheader h2 {
        font-size: 60px;
    }
    .team__subheader p {
        font-size: 20px;
    }
    .team__offers_percent {
        font-size: 140px;
        line-height: 140px;
    }
    .team__offers_text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .team__offers_button {
        font-size: 13px;
    }
    .team__section_header {
        font-size: 30px;
    }
    .team__card_caption {
        font-size: 18px;
    }
    .team__form_box form {
        padding: 40px;
    }
    .team__form_box form p {
        font-size: 14px;
        margin: 16px 0;
    }
    .team__form_box .text_field {
        font-size: 14px;
    }
    .team__form_box select {
        background-size: 12px;
    }
    .team__form_submit {
        font-size: 16px;
        padding: 8px 24px;
        margin-top: 24px;
    }

    .team__modal_window {
        width: 630px;
    }
    .team__modal_container {
        padding: 30px 48px;
    }
    .team__modal_header {
        font-size: 22px;
    }
    .team__modal_text {
        font-size: 16px;
        margin-top: 16px;
    }
    .team__modal_button {
        margin-top: 24px;
        padding: 8px 48px;
        font-size: 16px;
    }

}

@media screen and (max-width: 992px) {
    .team__header {
        margin-bottom: 30px;
    }
    .team__header_contacts p {
        font-size: 14px;
    }
    .team__header_contacts a {
        font-size: 16px;
    }
    .team__subheader h2 {
        font-size: 44px;
    }
    .team__subheader p {
        font-size: 16px;
    }
    .team__slider,
    .team__offers .d-flex,
    .team__text {
        margin: 60px 0;
    }
    .team__slider img {
        width: 180px;
    }
    .team__offers_percent {
        font-size: 100px;
        line-height: 100px;
    }
    .team__offers_text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .team__offers_button {
        font-size: 12px;
    }
    .team__offers_payback,
    .team__offers_discount {
        padding-top: 10px;
    }
    .team__about,
    .team__features,
    .team__materials {
        margin-top: 60px;
    }
    .team__about h3 {
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 6px;
    }
    .team__cards {
        margin-top: 30px;
    }
    .team__card_caption {
        font-size: 13px;
    }
    .team__section_header {
        font-size: 24px;
    }
    .team__form_box form {
        padding: 25px;
    }
    .team__form_box p {
        margin: 12px 0;
    }
    .team__form_box .text_field {
        margin-bottom: 8px;
        padding: 3px 6px;
    }
    .team__form_policy {
        font-size: 14px;
    }
}

/* Mobile version */
@media screen and (max-device-width: 640px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .team__header {
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .team__header_logo {
        max-width: 100%;
    }
    .team__header_contacts {
        margin-top: 20px;
    }
    .team__subheader {
        padding: 20px 0;
    }
    .team__subheader h2 {
        text-align: center;
        font-size: 37px;
    }
    .team__subheader p {
        text-align: center;
    }
    .team__download_link {
        margin: 10px 0 6px;
    }
    .team__download_link .container {
        padding: 0;
    }
    .team__slider {
        margin: 0 0 20px;
    }
    .team__slider .slider_top {
        margin-bottom: 8px;
    }
    .team__slider .sc-slide {
        margin-right: 8px!important;
    }
    .team__slider img {
        width: 146px;
    }
    .team__offers .d-flex {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .team__offers_img {
        width: 100%;
    }
    .team__offers_img_mobi {
        width: 41%;
    }
    .team__offers_payback {
        padding-top: calc(48vw - 164px);
        padding-left: 20px;
    }
    .team__offers_percent {
        font-size: 90px;
    }
    .team__offers_text {
        font-size: 18px;
        line-height: 22.25px;
        margin-bottom: 0;
    }
    .team__offers_button {
        width: 100%;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .team__offers_discount {
        width: 100%;
        padding: 30px 0 0;
    }
    .team__about {
        margin-top: 30px;
    }
    .team__about h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .team__video_box {
        border-radius: 0;
    }
    .team__video_box::before {
        width: 50px;
        height: 50px;
    }
    .team__features {
        margin-top: 30px;
    }
    .team__section_header {
        font-size: 18px;
    }
    .team__cards {
        margin-top: 20px;
    }
    .team__card {
        width: 49%;
        margin-right: 2%;
    }
    .team__card:nth-child(2n) {
        margin-right: 0;
    }
    .team__card_caption {
        margin: 8px 0 12px;
        font-size: 14px;
    }
    .team__materials {
        margin-top: 18px;
    }
    .team__text {
        margin-top: 18px;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .team__form .container {
        padding: 0;
    }
    .team__form_box form {
        padding: 30px 25px;
    }
    .team__form_box img {
        width: 100%;
    }
    .team__form_box form p {
        margin: 10px 0 20px;
    }
    .team__form_policy {
        margin-top: 12px;
    }
    .team__form_submit {
        margin: 25px 0 0;
        width: 100%;
    }
    .team__catalog {
        padding: 20px;
    }
    .team__catalog img {
        display: none;
    }
    .team__catalog span {
        margin: 0;
    }
}

/* End */


/* Start:/local/templates/fresco/css/fonts/katherine_plus/katherine_plus.css?17346032041259*/
@font-face {
	font-family: 'Katherine-Plus';
	src: url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/fresco/css/fonts/katherine_plus/fonts/katherine_plus.svg#katherine_plus') format('svg'); /* Chrome < 4, Legacy iOS */
}
section.interior.container-lg h3{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-top: 50px;
}
.h24{
	font-weight: 700;
}
@media screen and (max-width: 990px){
	section.interior.container-lg h3{
		margin-top: 30px;
	}
	section.interior.container-lg h3{
		font-size: 18px;
	}
	section.interior.container-lg{
		padding: 0 20px!important;
	}
}
.for_you_animation .slick-arrow{
	opacity: .25;
	}
/* End */


/* Start:/local/templates/fresco/css/scroll.carousel.min.css?1780290256244*/
.scroll-carousel-viewport{overflow:hidden;position:relative;width:100%}.scroll-carousel-slider{display:inline-flex;position:relative}.sc-slide{display:inline-block;position:relative}.sc-slide img,.sc-slide video{max-width:fit-content!important}
/* End */
/* /local/templates/fresco/css/team.css?178029025615839 */
/* /local/templates/fresco/css/fonts/katherine_plus/katherine_plus.css?17346032041259 */
/* /local/templates/fresco/css/scroll.carousel.min.css?1780290256244 */
