﻿/*
100 - Thin (Hairline)
200 - Extra Light (Ultra Light)
300 - Light
400 - Normal Regular
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/
/* базовые стили */

* {	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
  /* переменные */
  --black: #3E4664;
  --black_light: #97A0BA;
  --black_title: #0C1533;
  --orange: #FF7800;
  --orange_light: #FFEAD7;
  --orange_lighter: #FFF5E9;
  --orange_buttonDisable: #FDB779;
  --orange_buttonHover: #FF9142;
  --blue: #091D5D;
  --blue_link: #0D67E1;
  --blue_linkBorder: #B2D3FF;
  --blue_light: #F5F7FF;
  --purple: #344889;
  --purple_light: #95A6DB;
  --purple_gray: #C1C8DF;
  --gray_light: #DDE1EC;
  --gray_lighter: #EFF0F3;
  --red: #EC3E3E;
  --error: #EC3E3E;
  --white: #FFFFFF;
  --container_plr: 54px;
  --container_plrAdv: -54px;
  --container_plrXS: 20px;
  --container_plrAdvXS: -20px;
  /* --font: 'Raleway', fallback-font, 'Arial', sans-serif;
  --font_title: 'Montserrat', 'Arial', sans-serif; */
  --font: Inter, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  --font_caption: Inter, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  --font_title: Golos, 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
  --font_article: 'PT Serif', 'Georgia', serif;
  --font_icon: 'iconsFont';
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 10px;
	font-family: var(--font);
  color: var(--black);
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-block-end: 1em;
}
hr {
  border-color: var(--gray_light);
}
:focus {
  outline: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container_plrXS);
  padding-right: var(--container_plrXS);
  max-width: 1348px;
  width: 100%;
}
.h1 {
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: var(--black_title);
}
.h2 {
  margin-bottom: 14px;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black_title);
}
.h3 {
  margin-bottom: 15px;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--black_title);
}
.h4 {
  margin-bottom: 10px;
  font-family: var(--font_title);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--black_title);
}
.txt {
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.txt_caption {
  font-family: var(--font_caption);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.txt_button {
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.txt_small {
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.txt_cross {
  text-decoration: line-through;
}
.link_txt {
  font-weight: inherit;
  color: inherit;
}
.color_text {
  color: var(--black);
}
.color_white {
  color: var(--white);
}
.color_orange {
  color: var(--orange);
}
.color_orange_light {
  color: var(--orange_light);
}
.color_red {
  color: var(--red);
}
.color_blue {
  color: var(--blue_link);
}
.wrap_balance {
	text-wrap: balance !important;
}
.wrap_pretty {
	text-wrap: pretty !important;
}
.wrap_default {
	text-wrap: wrap !important;
}

/* Для фошы */
input, button {
	-webkit-appearance: none;
}

.m0.m0 {
	margin: 0 !important;
}
.mt16.mt16 {
	margin-top: 16px;
}
.mt24.mt24 {
	margin-top: 24px;
}
.mt30.mt30 {
	margin-top: 30px;
}
.mt32.mt32 {
	margin-top: 32px;
}
.mt48.mt48 {
	margin-top: 48px;
}
.mt64.mt64 {
	margin-top: 64px;
}
.mr20.mr20 {
	margin-right: 20px;
}
.mr40.mr40 {
	margin-right: 40px;
}
.mlr0.mlr0 {
	margin-left: 0;
	margin-right: 0;
}
.mb0.mb0 {
	margin-bottom: 0;
}
.mb8.mb8 {
	margin-bottom: 8px;
}
.mb16.mb16 {
	margin-bottom: 16px;
}
.mb20.mb20 {
	margin-bottom: 20px;
}
.mb24.mb24 {
	margin-bottom: 24px;
}
.mb25.mb25 {
	margin-bottom: 25px;
}
.mb30.mb30 {
	margin-bottom: 30px;
}
.mb32.mb32 {
	margin-bottom: 32px;
}
.mb36.mb36 {
	margin-bottom: 36px;
}
.mb48.mb48 {
	margin-bottom: 48px;
}
.mb60.mb60 {
	margin-bottom: 60px;
}
.mb64.mb64 {
	margin-bottom: 64px;
}

.grid {
	margin: 0;
	display: grid;
}
.flex {
	display: flex;
}
.flex_column {
	flex-direction: column;
}
.gap8 {
  gap: 8px;
}
.gap16 {
  gap: 16px;
}
.gap24 {
  gap: 24px;
}
.gap32 {
  gap: 32px;
}
.gap48 {
  gap: 48px;
}
.gap64 {
  gap: 64px;
}

@media (min-width: 576px) {
  .container {
    padding-left: var(--container_plr);
    padding-right: var(--container_plr);
  }
  .h1 {
    margin-bottom: 43px;
    margin-top: 58px;
    font-size: 48px;
    line-height: 120%;
  }
  .h2 {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 120%;
  }
  .h3 {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 130%;
  }
  .h4 {
    font-size: 20px;
    line-height: 130%;
  }
  .txt {
    font-size: 20px;
  }
  .txt_caption {
    font-size: 16px;
  }
  
  .mb16_md.mb16_md {
    margin-bottom: 16px;
  }
	.mb24_md.mb24_md {
    margin-bottom: 24px;
  }
	.mb32_md.mb32_md {
    margin-bottom: 32px;
  }
	.mb48_md.mb48_md {
    margin-bottom: 48px;
  }
	.mb96_md.mb96_md {
    margin-bottom: 96px;
  }
  .gap16_md {
    gap: 16px;
  }
  .gap24_md {
    gap: 24px;
  }
  .gap32_md {
    gap: 32px;
  }
  .gap48_md {
    gap: 48px;
  }
  .gap48_24_md {
    gap: 48px 24px;
  }
  .col2_md {
		grid-template-columns: repeat(2, 1fr);
	}
	.col3_md {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
  .mb16_lg.mb16_lg {
    margin-bottom: 16px;
  }
	.mb24_lg.mb24_lg {
    margin-bottom: 24px;
  }
	.mb32_lg.mb32_lg {
    margin-bottom: 32px;
  }
	.mb40_lg.mb40_lg {
    margin-bottom: 40px;
  }
	.mb48_lg.mb48_lg {
    margin-bottom: 48px;
  }
	.mb52_lg.mb52_lg {
    margin-bottom: 52px;
  }
	.mb64_lg.mb64_lg {
    margin-bottom: 64px;
  }
	.mb96_lg.mb96_lg {
    margin-bottom: 96px;
  }
	.gap16_lg {
    gap: 16px;
  }
	.gap20_lg {
    gap: 20px;
  }
	.gap24_lg {
    gap: 24px;
  }
	.gap32_lg {
    gap: 32px;
  }
	.gap48_lg {
    gap: 48px;
  }
	.gap64_lg {
    gap: 64px;
  }
	.col2_lg {
		grid-template-columns: repeat(2, 1fr);
	}
	.col3_lg {
		grid-template-columns: repeat(3, 1fr);
	}
	.col4_lg {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Old from mediaqueries.css */
/*md*/
@media (max-width: 1024px) {
	.md-visible {
		display: block;
	}
}
/*sm*/
@media (max-width: 768px) {
	.sm-visible {
		display: block;
	}
	.pnostyle_sm {
		padding: 0 .5rem 1rem;
	}
}
@media (max-width: 576px) {
	.size_xs10 {
		font-size: 10px;
	}
	.size_xs12 {
		font-size: 1.2em;
	}
	.size_xs16 {
		font-size: 1.6em;
	}
	.size_xs18 {
		font-size: 1.8em;
	}
	.size_xs80 {
		font-size: 8em;
	}
	.xs-visible {
		display: block;
	}
	.mr0_xs { 
		margin-right: 0px;
	}
	.mt28_xs {
		margin-top: 28px;
	}
	.pnostyle_xs {
		padding: 0 .5rem 1rem;
	}
	.hidden_xs {
		display: none;
	}
}