

/* Start:/local/css/company.css?17827202629307*/
.h2 {
  font-size: clamp(1rem + 8px,2vw,1rem + 12px);
  line-height: calc(1em + 8px);
}

.director-box {
  display: flex;
  border-top: 1px solid #CACFD4;
  border-bottom: 1px solid #CACFD4;
  padding-top: 2em;
  display: flex;
  align-items: flex-end;
  gap: 2em;
  margin-bottom: 2.5em;
}
.director-box_left-column {
  display: flex;
  gap: 1.5em;
  flex: 44% 0 0;
  padding-right: 2.5em;
}
.director-box_text {
  flex: 1 0 0;
}
.director-name {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .director-post {
    font-size: 1rem;
  }
}
.director-post {
  color: #798793;
}
.director-box_img {
  flex: 145px 0 0;
  background: #EFF1F2;
  height: 156px;
  position: relative;
}
.director-box_img img {
  max-width: inherit;
  height: auto;
  width: 190px;
  aspect-ratio: auto;
  transform: translateX(-8px);
}
.director-box_right-column {
  display: flex;
  flex: 1 0 0;
  padding-bottom: 1.5em;
  gap: 1.7em;
}
.director-box_right-column .ico-quotes {
  color: #CFD4D9;
  font-size: 1.5rem;
}
.ico-quotes::before {
  content: "\e910";
}
.director-box_right-column .quote-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.team-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5em;
}
.director-box_img::before {
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0,100% 100%,100% 0);
}
.director-box_img::before, .director-box_img::after {
  content: '';
  display: block;
  background: #fff;
  height: 16px;
  position: absolute;
  width: 16px;
}
.director-box_img img {
  position: absolute;
  bottom: 0;
  left: -1em;
}

.certificates-section {
    padding-bottom: 8.5em;
}
.h2-small {
    font-size: 3.25rem;
    line-height: .9;
    font-weight: 700;
    margin-bottom: .7em;
}
.certificates-mod_row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5em;
}
.certificate-item {
    display: flex;
    gap: 1.5em;
}
.certificate-item .item-img {
    flex: 184px 0 0;
}
.certificate-item_fancybox {
    display: block;
    position: relative;
}
.certificate-item_fancybox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.56);
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity .3s;
}
.certificate-item_fancybox .ico-search {
    opacity: 0;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s;
}
.ico-search:before {
    content: "\e905";
}
.certificate-item .item-desc {
    flex: 1 0 0;
}
.certificate-item .item-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .4em;
}
.certificate-item p {
    color: #798793;
}

.about_documents-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5em;
    padding: 2.9em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
	border: 1px solid #ddd;
	border-radius: var(--theme-outer-border-radius,12px);	
}
.h3, h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .9em;
}
.about_documents-box .h3 {
    margin-bottom: 0;
}
.min {
    display: block;
}
ol, ul {
    list-style: none;
    margin-bottom: 0;
}
.documents-mod_list li {
    margin-bottom: 1em;
}
.documents-mod_list a:not([class]) {
    color: #FF283C;
    border-bottom: 1px solid #FF283C;
    transition: border-bottom-color .3s;
}
.documents-mod_list a {
    border-bottom-style: dashed !important;
}
ul>li::before {
	content: none !important;
}

.about-us_digists-section {
    padding: 8.5em 0;
}
.about-us_digit {
    display: block;
    font-size: 2.75rem !important;
    font-weight: 600 !important;
    margin-bottom: .1em;
}

.video-box {
    height: 515px;
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.04),0 4px 5px 0 rgba(0,0,0,0.02);
    margin-bottom: 8.3em;
    width: 100%;
	border-radius: var(--theme-outer-border-radius,12px);
}

.youtube {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.youtube iframe{
    width: 100%;
	height: inherit;
border-radius: var(--theme-outer-border-radius,12px) !important;
}
.video-box_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    width: 100%;
}
.video-box_time {
    display: flex;
    align-items: center;
    gap: .5em;
    color: rgba(255,255,255,0.56);
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 1;
}
.play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    margin: auto;
    background: url(/images/company/play-icon.svg) no-repeat center;
    background-size: contain;
    width: 80px;
    z-index: 1;
}
.youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.application-content {
    background: #11293F;
    padding: 2.5em;
    padding-bottom: 2em;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2em;
    margin-bottom: 3em;
    position: relative;
    z-index: 1;
}
.application-content:before {
    content: '';
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #fff;
    clip-path: polygon(0 0,0 100%,100% 100%);
}
.application-content_right {
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 5em;
    z-index: 1;
}
.application-content_right:before {
    content: '';
    display: block;
    width: 365.581px;
    height: 457.293px;
    border-radius: 457.293px;
    opacity: .17;
    background: #04F0FF;
    mix-blend-mode: lighten;
    filter: blur(95px);
    -webkit-filter: blur(95px);
    position: absolute;
    top: -7em;
    right: 1em;
    transform: rotate(21.34deg);
    z-index: -1;
}
.application-content_img {
    flex: 37% 0 0;
}
.application-form {
    position: relative;
    z-index: 1;
}
.application-content_right .form-group {
    margin-bottom: .9em;
}
.form-control {
    height: 54px !important;
    background: #EFF1F2;
    padding: 0 1.5em !important;
    resize: none !important;
    outline: none !important;
    border: 1px solid transparent !important;
    transition: border .3s !important;
    width: 100%;
}
.application-form .form-control {
    background: rgba(0,0,0,0.2);
	border-radius: unset !important;
}
.form-policy {
    display: block;
    color: rgba(255,255,255,0.56);
    font-weight: 400;
    line-height: 1.4;
    font-size: .75rem;
}
.form-policy {
    font-size: .75rem;
    color: #798793;
}
.form-policy a {
    display: inline-block;
    color: inherit;
    border-bottom: 1px solid rgba(255,255,255,0.56);
}
.js-form-ajax.js-form-inline {
	padding-top: 123.200px;
}
.error {
    display: block;
    font-size: .875rem;
    color: #ec617a;
}
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.callback2-form input:focus {
    border: none;
    outline: none;
}
.application-form_submit {
    margin-bottom: 1em;
    width: 100% !important;
}
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border: none;
    background-color: #FF283C;
    padding: 0 1em;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
    width: fit-content;
    white-space: nowrap;
}
.blockquote_a {
	display: flex;
	align-items: flex-start;
	gap: 45px;
	margin: 20px 0 8.5em 0;
}
.blockquote_a .director-box_img {
	flex-shrink: 0;
}
.blockquote_a .director-box_txt {
	flex: 1;
}
.blockquote_a .director-box_name {
	margin-top: 10px;
}
.director-box_txt p {
	margin-top: 0;
}
.director-box_name span {
	font-weight: 400;
}

.company-personality {
  margin-top: 8.5em;
}

@media only screen and (max-width: 1024px) {
  .team-row {
    grid-template-columns: repeat(2,1fr);
  }
	.application-content_right {
		flex-direction: column;
		gap: unset;
	}
	.application-content_img {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.application-content_right {
		gap: 5em;
	}
}

@media only screen and (max-width: 767px) {
  .director-box {
    flex-direction: column;
    align-items: normal;
  }
  .director-box_left-column {
    flex: inherit;
    flex-direction: column;
    align-items: flex-start;
    gap: 3em;
  }
  .director-box_right-column .ico-quotes {
    display: none;
  }
  .director-box_img {
    flex: inherit;
    width: 145px;
  }
	.blockquote_a {
		flex-direction: column;
	}
	.certificates-mod_row {
		display: flex;
		flex-direction: column;
	}
	.certificate-item {
		width: 100%;
		flex-direction: column;
	}
	.about_documents-box {
		display: flex;
		flex-direction: column;
	}
	.h2-small {
		font-size: 2.5rem;
	}
	.application-content {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 600px) {
  .director-box {
    padding-top: 1.7em;
    gap: 1.7em;
  }
  .director-box_left-column {
    padding-right: 0;
    gap: 2.5em;
  }
  .director-box_img {
    margin-left: 10px;
  }
  .director-box_right-column {
    padding-bottom: 1em;
  }
  .team-row {
    display: flex;
    flex-direction: column;
  }
}




/* End */


/* Start:/local/css/delivery.css?1762719228729*/
.delivery-geography_map path {
    transition: fill .3s;
}
.delivery-geography_map path:hover {
    fill: #FF283C;
}
.pickup-map {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.pickup-map:after, .pickup-map:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    height: 28px;
    width: 28px;
    z-index: 1;
}
.pickup-map:before {
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.pickup-map:after {
    bottom: -1px;
    left: -1px;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.h3 {
    font-size: clamp(1rem + 2px,2vw,1rem + 6px);
    line-height: calc(1em + 2px);
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1759407685666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/css/company.css?17827202629307 */
/* /local/css/delivery.css?1762719228729 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1759407685666 */
