

/* Start:/local/templates/polmira/components/bitrix/news.detail/profs/style.css?175267486113453*/
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.ttf');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.woff') format('woff'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.ttf');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.woff') format('woff'),
		url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/* @font-face {
    font-family: "ProximaNova-Bold";
    src: url('/local/templates/polmira/components/bitrix/news.detail/profs/fonts/ProximaNova-Bold.ttf');
} */

.designers *{font-family: 'Proxima Nova Rg', Arial, sans-serif !important;}
/* .t_decor{
    position: relative;
}
.t_decor::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    background-color: #F3F2F9;
    height: 2px;
} */
.section{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.section__title{
    color: var(--dark, #181010);
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-family: 'Proxima Nova Rg' !important;
}
.page-inner--w2{
    z-index: 2;
    position: relative;
}

.bg-cub{
    position: absolute;
    z-index: -3;
    pointer-events: none;
}
.bg-cub.gray{background: var(--grey-grey-ultralight, #F3F2F9);}
.bg-cub.white{background: var(--white, #FFF); z-index: 1;}
.bg-cub.gray-h{display: none;}
.bg-cub.lg{
    width: 85px;
    height: 85px;
}
.bg-cub.md{
    width: 52px;
    height: 52px;
}
.bg-cub.md-2{
    width: 42px;
    height: 42px;
}
.bg-cub.sl{
    width: 38px;
    height: 38px;
}
.bg-cub.sl-2{
    width: 29px;
    height: 29px;
}

.aboutUs-section .lg{right: 88px; top: 37px}
.aboutUs-section .md-2{right: 67px; top: 151px}
.aboutUs-section .sl-2{right: 340px; top: 51px}

.get-section .md{right: 81px; top: 61px}
.get-section .sl{right: 40px; bottom: 87px}
.get-section .sl-2{right: 180px; top: 22px}

.contact-section .lg:first-child{right: 26px; top: 53px}
.contact-section .lg:nth-child(2){right: 165px; bottom: 43px;}
.contact-section .md-2{right: 198px; top: 46px;}
.contact-section .sl.f{right: 184px; top: 223px;}
.contact-section .sl.s{right: 366px; bottom: 80px;}




.top-section__tags__row a{
    color: var(--grey-grey-medium, #6D7487);
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }



.top-section{
    position: relative;
    background: url('/local/templates/polmira/components/bitrix/news.detail/profs/img/top-bg.png') center center no-repeat;
    background-size: cover;
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    width: 100%;
    /* margin-top: -40px; */
    /* z-index: -2; */
}
.top-section::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103deg, rgba(0, 0, 0, 0.10) 10.71%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(5.5px);
    z-index: -1;
}

.top-section .title{
    color: var(--white, #FFF);
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}
.top-section .sub-title{
    color: var(--white, #FFF);
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}
.top-section__img{
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.top-section__tags{
    overflow: auto;
    margin-top: 128px;
    
}
.top-section__tags__row{
    display: flex;
    gap: 16px;
    margin-top: 16px;
    
}


.top-section__tags::-webkit-scrollbar {
    -webkit-appearance: none;
}

.top-section__tags::-webkit-scrollbar:horizontal {
    height: 0px;
    /* width: 8px for vertical */
}

.top-section__tags::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 6px;
    border: 2px solid #ffffff;
}

.top-section__tags::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #ffffff;
}
.top-section__tag{
    border-radius: 8px;
    background: var(--grey-grey-ultralight, #F3F2F9);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
    cursor: pointer;
    white-space: nowrap;
}
.top-section__tag a{
    color: var(--grey-grey-medium, #6D7487);
}

/* about Us */

.aboutUs-section .page-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.aboutUs__content__title{
    font-family: 'Proxima Nova Rg' !important;
    color: var(--dark, #181010);
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    font-weight: bold;
}

.aboutUs__content__text{
    color: var(--dark, #181010);
    font-size: 20px;;
    font-weight: 400;
    line-height: normal;
    margin-top: 90px;
}
.aboutUs__content__text p{
    margin-top: 16px;
}
p span{
    font-weight: 700;
}
.aboutUs__content__bye{
    font-family: 'Proxima Nova Rg' !important;
    color: var(--dark, #181010);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    font-weight: bold;
    margin-top: 80px;
}
.aboutUs__stats{
    display: flex;
    margin-left: 20px;
}
.aboutUs__stats__col:first-child .aboutUs__stats__item{
    padding-right: 20px;
}
.aboutUs__stats__col:last-child .aboutUs__stats__item{
    padding-left: 20px;
}

.aboutUs__stats__item:first-child{
    border-bottom: 2px solid#F3F2F9;;
}
.aboutUs__stats__item{
    text-align: left;
    padding: 16px 0;
}
.aboutUs__stats__item__title{
    font-family: 'Proxima Nova Rgd';
    color: var(--dark, #181010);
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
}
.aboutUs__content, .aboutUs__stats{
    max-width: 570px;
}


.get-section{
    background: var(--grey-grey-ultralight, #F3F2F9);
}
.get-section__content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: var(--grey-grey-ultralight, #F3F2F9);
    margin-top: 66px;
}
.get-section__item{
    margin-top: 24px;
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 0 12px;
}

.get-section__item__in{
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    border-radius: 16px;
    overflow: hidden;
}
.get-section__item__text{
    color: var(--dark, #181010);
    text-transform: lowercase;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.contact-section .page-inner{
    display: flex;
    justify-content: space-between;
}
.contact-section__form{
    max-width: 570px;
    padding: 32px;
    border-radius: 16px;
    background: var(--grey-grey-ultralight, #F3F2F9);
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
}
.contact-section__form__header{
    text-align: center;
}

.contact-section__form__title{
    color: var(--dark, #181010);
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    
}
.contact-section__form__subtitle{
    color: var(--dark, #181010);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.contact-section__form__body{
    margin-top: 40px;
}

.contact-section__form input{
    border-radius: 8px;
    background: var(--white, #FFF);
    height: 48px;
    width: 100%;
    padding: 8px 16px;
    font-weight: bold;
}
.contact-section__form input::-webkit-input-placeholder{
    color:#B9B9C9;
}
.contact-section__form__body .top{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.contact-section__form .top input{
    width: 50%;
    
}

#input-city{
    margin-top: 16px;
}
input[type=checkbox]{
    display: inline;
}

.contact-section__form__body .sub-btn{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.contact-section__form__body .sub-btn input{
    border-radius: 8px;
    background: #922F27;
    color: var(--white, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   
}
.contact-section__form__body label{
    margin-top: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1 0 0;
    color: var(--dark, #181010);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.jq-checkbox__div, .jq-checkbox, .contact-section__form__body label input{
    width: 20px !important;
    height: 20px !important;
    overflow: visible !important;
}
.jq-checkbox{
    margin: 0 !important;
    border: 1px solid#922F27 !important;

}
.contact-person{
    padding-left: 56px;
}
.contact-person__header{
    display: flex;
    align-items: center;
    gap: 22px;
}
.contact-person__header img{
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
}
.contact-person__name{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
.contact-person__post{
    font-size: 20px;
    font-weight: 400;
}

.contact-person__contacts{
    margin-top: 24px;
    color: #6D7487;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


.contact-person__contacts__item svg{
    margin-right: 16px;
}
.contact-person__footer{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-top: 72px;
}
.get-section__item__img{
    height: 54px;
    width: 54px;
    background-color: #6D7487;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.get-section__item__img img{
    height: 100%;
    object-fit: cover;
}

.contact-section__form__subtitle{margin-top: 8px;}
@media (max-width: 1024px) {
    .page-inner{
        padding: 0 16px !important;
    }
    .get-section__item{
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .contact-section__form__subtitle, .contact-person__post{
        font-size: 14px;
    }
    .contact-person__footer, .contact-person__name{
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .top-section{
        margin-top: 0;
    }
    .aboutUs-section .page-inner{
        display: block;
    }
    .aboutUs__content, .aboutUs__stats{
        width: 100%;
        max-width: fit-content;
        margin: 0;
    }
    .aboutUs__content__text{
        margin-top: 80px;
    }

    .get-section__item{
        width: 100%;
    }
    .contact-section .page-inner{
        display: block;
    }
    .contact-section__form{
        max-width: initial;
    }
    .contact-person{
        padding-left: 0;
        margin-top: 80px;
    }
    .contact-section__form__body .sub-btn input{
        font-size: 16px;
    }
}
@media (max-width: 567px){
    .top-section__tags{margin-top: 24px;}
    .get-section__content{margin-top: 80px;}
    .section{padding-top: 64px; padding-bottom: 64px;}
    .contact-section__form__body .top{display: block;}
    .contact-section__form .top input{width: 100%;}
    .contact-section__form .top input:last-child{margin-top: 16px;}
    .aboutUs-section .lg{width: 52px; height: 52px; right: -10px; top: 96px}
    .aboutUs-section .md-2{width: 52px; height: 52px; right: -10px; top: 62%}
    .aboutUs-section .sl-2.gray:not(.h){width: 24px; height: 24px; right: 56px; top: 148px}
    .aboutUs-section .sl-2.gray.h{display: block; width: 24px; height: 24px; left: 6px; top: 65%}
    .get-section .md{width: 64px; height: 64px; right: 59px; top: 179px}
    .get-section .sl{width: 33px; height: 33px; right: 16px; top: 156px; bottom: initial;}
    .get-section .sl-2{width: 17px; height: 17px; right: 59px; top: 136px}

    .contact-section .md-2{right: 11px; top: initial; bottom: 184px;}
    .contact-section .sl.f{right: 65px; top: initial; bottom: 254px;}
    .contact-section .sl.s,
    .contact-section .lg:first-child,
    .contact-section .lg:nth-child(2){display: none;}

    .get-section__item:first-child{
        margin-top: 0;
    }

    .top-section .sub-title{
        margin-top: 16px;
    }
    .aboutUs__stats{
        margin-top: 80px;
    }
    .contact-section__form{
        padding: 24px 16px;
    }
    
}

/* End */
/* /local/templates/polmira/components/bitrix/news.detail/profs/style.css?175267486113453 */
