html,body {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

input, button, a {
	outline: none;
}

.noscroll {
  overflow: hidden;
}

.but {
	border:  0px;
	width: 286px;
	height: 52px;
	border-radius: 10px;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.but.but_1 {
	background: #00B8E0;
}
.but.but_1:hover, .but.but_1:active {
	background: #EA67FF;
}

.but.but_2 {
	background: transparent;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #18191E;
	border: 1px solid #18191E;
	border-radius: 10px;
}

.h1 {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	color: #2E2E2E;
	padding: 0px;
	margin: 0px;
}

.h3 {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 49px;
	color: #2E2E2E;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

/* main-bg */
.main-bg {
	position: relative;
	width: 616px;
	height: 622px;
	display: block;
}
.main-bg__layer {
	position: absolute;
}
.main-bg__layer.main-bg__layer_1 {
	background: url("../images/backgrounds/bg-1.png") no-repeat center center;
	z-index: 1;

	/*width: 616px;
	height: 584px;*/

	width: 100%;
	height: 100%;
}
.main-bg__layer.main-bg__layer_2 {
	background: url("../images/backgrounds/bg-2.png") no-repeat center center;
	z-index: 2;
    bottom: 15px;

	/*width: 513px;
	height: 622px;
	left: 95px;*/    

    width: 100%;
    height: 100%;
    left: 42px;
}
.main-bg__sticker {
	position: absolute;
	left: -40px;
	top: 200px;
	z-index: 3;
}
/* main-bg end*/

/* header  */
.header {
	padding: 30px 0px 13px 0px;
	box-sizing: border-box;
	max-height: 87px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background: #fff;


	-webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    0px 5px 20px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         0px 5px 20px 0px rgba(50, 50, 50, 0.05);
}
.header__wrap {
	display: flex;
	align-items: center;
}
.header__phones {
	display: flex;
	display: flex;
	padding-left: 45px;
}
.header__phone {
	margin-left: 19px;
}
.header__phone:first-child {
	margin-left: 0px;
}
.header__group  {

}
.header__group.header__group_1 {
    display: flex;
    width: 100%;
    max-width: 315px;
}
.header__group.header__group_2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__icon {
	display: inline-block;
}
.header__icon.header__icon_1 {

}
.header__icon.header__icon_2 {
	display: none;
}

/* header end  */

/* logo  */
.logo {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	height: 44px;
    display: flex;
	width: 100%;
	max-width: 315px;
	align-items: center;
}
.logo.logo_f {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #847A7A;
	height: 52px;
}
.logo__letter {
	display: inline-block;
    position: relative;
    top: 3px;

}
.logo__desc {
	max-width: 217px;
	display: inline-block;
	margin-left: 13px;
}

/* logo end  */

/* menu  */
.menu {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 10px;
}
.menu__li {
	font-size: inherit;
	color: inherit;
	//margin-left: 35px;
}
.menu__li:first-child {
	//margin-left: 0px;		
}
.menu__link {
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}
/* menu end  */

/* phone */
.phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.phone__link {
	display: inline-block;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: inherit;
}
.phone__desc {
	display: inline-block;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #808080;
}
/* phone end  */

/* social  */
.social {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.social__li {
	margin-left: 8px;
}
.social__li:first-child {
	margin-left: 0px;	
}
.social__link {
	display: inline-block;
}

.social__li_work {
	margin-left: 13px;	
}

/* social end  */

/* main  */
.main {
	/*height: 800px;*/
	background: #F8F8F8;
	position: relative;
	margin-top: 87px;
}

.main:after {
	content: '';
	width: 100%;
	height: 62px;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
}

.main__wrap {
	position: relative;
	z-index: 10;
	overflow: inherit;
}
.main__group {
	position: relative;
	z-index: 10;
}
.main__group.main__group_1 {
	padding-top: 177px;
}
.main__group.main__group_2 {
	padding-top: 40px;
}
.main__group.main__group_3 {
	padding-top: 66px;	
}
.main__ul {
	margin:  0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
.main__li {
	margin-bottom:  10px;
	position: relative;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}
.main__li:last-child {
	margin-bottom: 10px;
	padding-top: 40px;
}
.main__circle {
	margin-right: 8px;
}
.main__h1 {

}
.main__arrow {
	position: absolute;
    right: 45px;
    top: -16px;
}

.main__bg {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

/*  main end */

/* label  */
.label {
	background: url("../images/label.png") no-repeat center center;
	width: 163px;
	height: 167px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.label_rotate {
	transform: rotate(18.96deg);
	-webkit-transform: rotate(18.96deg);
	-ms-transform: rotate(18.96deg);
}
.label__text {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}
/* label end  */
/* circle  */
.circle {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: relative;
}
.circle::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	border: solid #00B8E0 2px;

	position: absolute;
	left: 0px;
	top: 0px;
}
.circle::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #00B8E0;
	border-radius: 50%;
	box-sizing: border-box;

	position: absolute;
	left: 3px;
	top: 3px;
}

.circle.circle_big {
	width: 16px;
	height: 16px;
}
.circle.circle_big::before {
	width: 12px;
	height: 12px;
}
.circle.circle_big::after {
	width: 10px;
	height: 10px;
	left: 3px;
	top: 3px;
}

/* circle end  */

/* main-icon */
.main-icon {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.main-icon__item {
	width: 190px;
	height: 125px;
	background: #FFFFFF;
	box-shadow: 5px 4px 30px 5px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    text-align: center;
}
.main-icon__item:first-child {
	margin-left: 0px;	
}

.main-icon__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
}
/* main-icon end */

/* work */
.work {
	padding: 130px 0px 87px 0px;
}
.work__warp {
	
}
.work__group {
	
}
.work__group.work__group_1 {
}
.work__group.work__group_2 {
	margin-top: 33px;
}
.work__group.work__group_3 {
	margin-top: 59px;
}

.work__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
}
.work__h3 {
	
}
/* work end */

/* steps */
.steps {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.step {
	/*width: 295px;*/
	width: 30%;
	height: 355px;
	border: 2px solid #00B8E0;
	border-radius: 20px;
	box-sizing: border-box;	
	position: relative;
	display: flex;
	flex-direction: column;

}

.step:after {
	content: "";
	width: 100%;
	height: 5px;
	background: #2E2E2E;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0px;
}

.step:before {
	content: "";
	width: 0%;
	height: 5px;
	background: #00B8E0;
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0px;
}

.step.step_1:before {
	/*width: 25%;*/
	width: 33%;
}
.step.step_2:before {
	/*width: 50%;*/
	width: 66%;
}
.step.step_3:before {
	/*width: 75%;*/
	width: 100%;
}
.step.step_4:before {
	width: 100%;
}

.step__title {
	padding:  14px 14px;
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
	font-weight: 700;
}

.step__text {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #2E2E2E;
	padding:  38px 14px;
	box-sizing: border-box;
}
.step__social {
	margin-top: 18px;
}

/* steps end */

/* benefits  */
.benefits {
	padding: 49px 0px 65px 0px;
	background: #F8F8F8;
}
.benefits__wrap {

}
.benefits__group {

}
.benefits__h3 {

}
.benefits__desc {
	color: #2E2E2E;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
}
.benefits__group {
	position: relative;
	z-index: 10;
}
.benefits__group.benefits__group_1 {

}
.benefits__group.benefits__group_2 {
	margin-top: 33px;
}
.benefits__group.benefits__group_3 {
	margin-top: 54px;
}
.benefits__group.benefits__group_4 {
	margin-top: 51px;
}
.benefits__ul {
	padding: 0px;
	margin:  0px;
	list-style-type: none;
	width: 100%;
	max-width: 934px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 59px;
}
.benefits__ul:first-child {
	margin-top: 0px;	
}
.benefits__li {
	padding-left: 36px;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
}
.benefits__circle {
	position: absolute;
	top: 5px;
	left: 0px;
}
.benefits-bg {
	position: relative;
	width: 290px;
	height: 594px;
	background: url("../images/backgrounds/bg-3.png") no-repeat center center;
	z-index: 1;	
}

.benefits__bg {
	position: absolute;
	right: 0px;
	bottom: -65px;
	z-index: 0;
}

/* benefits end  */

/* digits  */
.digits {
	padding: 65px 0px;
}
.digits__wrap {

}
.digits__group {

}
.digits__group.digits__group_1 {

}
.digits__group.digits__group_2 {
	margin-top: 65px;
}
.digits__h3 {

}
.digits__ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
/* digits end  */
/* digit  */
.digit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 311px;
    width: 100%;
}
.digit__title {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 120%;
	color: #00B8E0;
	width: 100%;
	border-bottom: 3px solid #00B8E0;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.digit__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	margin-top: 15px;
}
/* digit end  */
/* delivery  */
.delivery {
	padding: 66px 0px;
}
.delivery__wrap {

}
.delivery__group {

}
.delivery__group.delivery__group_1 {

}
.delivery__group.delivery__group_2 {
	margin-top: 59px;
}
.delivery__items {
	list-style-type: none;
	padding: 0px;
	margin:  0px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* delivery end  */

/* delivery-item */
.delivery-item {
	max-width: 585px;
	width: 100%;
	box-sizing: border-box;
	padding: 43px 38px 64px 38px;

	background: #FFFFFF;
	border: 1px solid #00B8E0;
	box-shadow: 5px 4px 30px 5px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.delivery-item__title {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #2E2E2E;
	display: block;
}
.delivery-item__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: #2E2E2E;
	margin-top: 20px;
	display: block;
}
/* delivery-item end */

/* reviews */
.reviews {
	background: #F8F8F8;
	padding: 65px 0px;
}
.reviews__wrap {

}
.reviews__group {

}
.reviews__group.reviews__group_1 {

}
.reviews__group.reviews__group_2 {
	margin-top: 59px;
}
.reviews__items {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* reviews end  */

/* reviews-item  */
.reviews-item {
	width: 100%;
	max-width: 399px;
	box-sizing: border-box;
}
.reviews-item__group {

}
.reviews-item__group.reviews-item__group_1 {

}
.reviews-item__name {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
.reviews-item__stars {
	display: inline-block;
	position: relative;
	top: 2px;
}
.reviews-item__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	margin-top: 28px;
}
.reviews-item__source {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #898989;
	margin-top: 24px;
}
.reviews-item__link {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #898989;
	text-decoration: none;
}
/* reviews-item end  */

/* footer  */
.footer {
	padding: 69px 0px 66px 0px;
}
.footer__wrap {

}

.footer__group {

}
.footer__group.footer__group_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__group.footer__group_2 {
	
}

.footer__soc {
	margin-top: 17px;
	text-align: center;
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2E2E2E;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer__phone {
	color: #808080;
	margin-top: 3px;
}
.footer__phone:first-child {
	margin-top: 0px;	
}
.footer__agreement {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #847A7A;
}
.footer__item {
	width: 100%;
	max-width: 285px;
}
.footer__socdesc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2E2E2E;

    position: relative;
    left: 7px;

}
/* footer end  */

/* burger */
#burger {
	opacity: 0;
	height: 0px;
	width: 0px;
    position: fixed;
    z-index: 0;
}

#burger:checked ~ .burger > .burger__bar {
  transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#burger:checked ~ .burger > .burger__bar::before {
	max-width: 20px;
	top: 0;
	transform: rotate(0);
	  	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
}
#burger:checked ~ .burger > .burger__bar::after {
	max-width: 20px;
	top: 0;
	transform: rotate(90deg);
	  	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
#burger:checked ~ .header__group.header__group_2 {
  display: block;
}

.burger {
	display: flex;
	align-items: center;
	position: fixed;
    right: 16px;
    top: 32px;

	width: 20px;
	height: 20px;

	cursor: pointer;
	z-index: 1;
	display: none;
}

.burger > .burger__bar,
.burger > .burger__bar::before,
.burger > .burger__bar::after {
  display: block;
  position: absolute;

  width: 100%;
  max-width: 20px;
  height: 2px;

  background-color: #18191E;

  transition-duration: .25s;
}


.burger > .burger__bar::before {
	max-width: 14px;
}
.burger > .burger__bar::after {
	max-width: 14px;
}


.burger > .burger__bar::before {
  content: '';
  top: -8px;
}
.burger > .burger__bar::after {
  content: '';
  top: 8px;
}
/* burger end  */

/* scrollup  */
.scrollup {
	cursor: pointer;
	display: none;
	font-size: 150%;
	position: fixed;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	right: 10px;
	bottom: 10px;
	opacity: 0.8;
	z-index: 200;
	background: #00B8E0;
}
.scrollup:hover {
	opacity: 1;
}

.scrollup__arrow {
    background: transparent;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.scrollup__arrow:before {
    content: '';
    width: 15px;
    height: 3px;
    display: block;
    background-color: #fff;
    transform: rotate(45deg);
	  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 19px;
	left: 17.5px;
	position: absolute;
	border-radius: 3px;
}
.scrollup__arrow:after {
    content: '';
    width: 15px;
    height: 3px;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
	  	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 19px;
	left: 7.5px;
	position: absolute;
	border-radius: 3px;
}


/* scrollup end  */

/* form  */
.form {
	padding: 36px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 468px;
	width: 100%;
	background: #fff;
}
.form__title {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #18191E;
}
.form__input {
	width: 100%;
	max-width: 396px;
	height: 60px;
	border: 1px solid #8F9199;
	box-sizing: border-box;
	padding-left: 20px;

	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.form__input.form__input_phone {
	padding-left: 70px;
}
.form__group {
	width: 100%;
	position: relative;
	margin-top: 16px;
}
.form__group.form__group_1 {

}
.form__group.form__group_2 {
	margin-top: 24px;
}
.form__group.form__group_3 {
	
}
.form__group.form__group_4 {
	display: flex;
	align-items: center;
}
.form__group.form__group_5 {
	margin-top: 30px;
	padding-left: 40px;
}
.form__group.form__group_6 {
	margin-top: 20px;
}
.form__icon {
	position: absolute;
    width: 52px;
    height: 60px;
    border-right: 1px solid #8F9199;
    box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form__button {
	width: 100%;
	height: 60px;
}
.form__group__desc {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #646464;
	display: block;
}
.form__group__desc.form__group__desc_1 {
	color: #18191E;
}
.form__group__desc.form__group__desc_2 {
}
.form__checkbox {

}
.form__checkbox.form__checkbox_1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
/* form end  */

/* checkbox */
.checkbox {
	border: 1px solid #18191E;
	display: block;
	width: 32px;
	height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.checkbox__input {
	height: 0px;
	width: 0px;
	opacity: 0;
}
.checkbox__arrow {
	display: none;
}
.checkbox__input:checked + .checkbox__arrow {
	display: block;
}

/* checkbox end  */

/* success  */
.success {
	padding: 36px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 468px;
	width: 100%;
	background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    border-bottom: solid #00B8E0 8px;
}
.success__mark {
    width: 94px;
    height: 94px;
    background: #00B8E0;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success__group {

}
.success__group.success__group_1 {

}
.success__group.success__group_2 {
	margin-top: 20px;
}
.success__group.success__group_3 {
	margin-top: 20px;
}
.success__group.success__group_4 {
	margin-top: 36px;
}
.success__title {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #18191E;
}
.success__desc {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #808080;
}
/* success end  */

/* callback  */
.callback {
	display: none;
}

.callback__group.callback__group_1 {
	display: block;
}
.callback__group.callback__group_2 {
	display: none;
}

.callback.callback_success .callback__group_1 {
	display: none;
}
.callback.callback_success .callback__group_2 {
	display: block;
}

/* callback end  */

/* contacts  */
.contacts {
	position: relative;
	overflow: hidden;

}
.contacts__wrap {
	display: flex;
	padding: 0px;
}
.contacts__map {
/*	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;*/
	width: 100%;
	height: 100%;
	min-height: 365px;
}
.contacts__group {
	position: relative;
	z-index: 10;
}
.contacts__info {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	position: relative;
}

.contacts__info.contacts__info_1 {
	width: 60%;
	z-index: 10;
}

.contacts__info.contacts__info_2 {
	background: #fff;
    padding: 40px 30px;
    z-index: 11;
    width: 40%;
}

.contacts__more {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.contacts__more:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #60727c;
    position: absolute;
    content: ' ';
    right: -13px;
    top: 5px;
}

.contacts__mblock {
    display: block;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 10px;
    max-height: 0px;
    overflow: hidden;
    border: 0px;
    
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts__mblock.contacts__mblock_active {
    max-height: 100px;
border: solid #000 0.3px;
    border-left: 0px;
    border-right: 0px;
}

.contacts__info.contacts__info_2:before {
	position: absolute;
	content: "";
	top: 0;
	width: 1000px;
	transform: rotate(25deg);
	background: #ffffff;
	height: 2000px;
	left: -410px;
}

.contacts__group.contacts__group_1 {

}
.contacts__group.contacts__group_2 {
    margin-top: 40px;
}

/* contacts end  */


.fancybox-content {
	padding: 0px !important;
}
label.error {
	display: none !important;
}
input.error {
	background: #ffdada;
}

input[name="agree"] {
	height: 0px;
	opacity: 0;
	width: 0;
}

.schema-hide {
    height: 0px;
    overflow: hidden;
}



.partners {
    position: relative;
}

#partners h2 {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    color: #1F1F1F;
    margin-bottom: 64px;
}

.partners__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    font-family: 'LeRein';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    color: #1F1F1F;
    margin-bottom: 12px;
}
.partners .owl-nav {
    position: absolute;
    top: 37%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.partners .owl-prev,
.partners .owl-next {
    background: #fff !important;
    font-size: 22px !important;
    border-radius: 100%;
    display: block;
    height: 25px;
    width: 25px;
}



.links {
    ;
}
.links__h4 {
    margin: 0px;
    /*margin-bottom: 10px;*/
}

.link-wrapper {
    display: flex;
    gap: 10px;
    /*margin-bottom: 10px;*/
    align-items: center;
    width: 100%;
}

.radio-input {
    position: relative;
    width: 100%;
  /*  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke='rgb(220 143 160)' style='fill: none; stroke-width: 2; stroke-dasharray: 10 10'/></svg>");
    border-radius: 3px;*/
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio + label {
    cursor: pointer;
    position: relative;
    z-index: 10;
    /*padding: 10px;*/
    display: inline-block;
    width: 100%;
    font-family: 'LeRein';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 0.5;
        display: flex;
    align-items: center;
    gap: 5px;
}

.custom-radio:checked + label {
    opacity: 1;
}

.custom-radio:checked + label i {
    filter: drop-shadow(2px 4px 6px black);
}

.custom-radio:checked + label img {
    filter: drop-shadow(2px 4px 6px black);
}

.links__inline {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    
    border: solid #8F9199 1px;
    padding: 20px;
}

@media (max-width: 769px) {
    .links__inline {
        flex-wrap: wrap;
    }
}


.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}