/* Базовые сбросы */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
 
body:hover {
	cursor:default;
}

[hidden] {
  display: none;
}

body {
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
	margin: 0;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
	box-sizing: border-box;
}

@font-face {
    font-family: 'RusMaster';
    src: url('rusmaster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.manrope_font {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

.rus_font {
	font-family: 'RusMaster', Arial, sans-serif;
}

.hr_line {
    width: 100%;
    height: 2px;
    background: #eee;
    border-radius: 6px;
    margin: 70px 0;
}

/* Шапка */
.header {
    
}

.logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.logo a{
    text-decoration:none;
}

.logo a svg {
    width: 100%;
    height: auto;
}

.logo a svg:hover {
    
}

.logo span {
    
}

.logo span svg{
    
}

/*
.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}*/

.header_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
	padding: 40px 0;
}

.feedback {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.feedback a{
    text-decoration:none;
	color:#542077;
}

.feedback a:hover{
    color:#222;
}

.h_phone {
	font-weight:700;
}

.h_callback {
	font-weight:normal;
}

.head_skidka {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.skidka_btn {
    background: #542077;
    color: #fff;
    border-radius: 6px;
    display: flex;
    text-align: center;
    width: 356px;
    text-decoration: none;
    font-size: 24px;
    height: 56px;
    align-items: center;
    justify-content: center;
}

.skidka_btn:hover {
    background: #222;
}

/* контент */

.slide_block {
    background: url("/local/templates/rusmaster/img/slide.jpg") no-repeat scroll center center / cover;
    width: 100%;
    height: 550px;
    border-radius: 6px;
}

.slide_content {
    padding: 100px;
    max-width: 510px;
    width: 100%;
}

.slide_subtext {
    color: #542077;
    font-size: 40px;
    font-weight: 200;
    line-height: 40px;
    text-align: right;
}

.slide_subtext:first-child {
    text-align: left;
    margin-bottom: 18px;
}

.slide_title {
    font-size: 85px;
    line-height: 74px;
    text-transform: uppercase;
    background-image: url('/local/templates/rusmaster/img/gold.png');
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    z-index: 1;
    position: relative;
    display: block;
}

.slide_title span {
    font-size: 97px;
    display: block;
    line-height: 88px;
}

.slide_subtext_gray {
    color: #eee;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    font-weight: 200;
    margin-top: 60px;
    letter-spacing: 3px;
}

.prod_block {
	
}

.prod_block_title {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-image: url('/local/templates/rusmaster/img/gold.png');
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    z-index: 1;
    position: relative;
    display: block;
	text-align: center;
}

.prod_block_subtitle {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
	color: #542077;
	margin-bottom:35px;
	text-align: center;
}

.prod_block_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.prod_block_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.prod_block_item a{
	
}

.prod_block_item img{
    width: 100%;
    max-width: 280px;
}

.prod_block_item .prod_info{
	width: 100%;
}

.prod_info .prod_skidka{
    background: #E2B66C;
    border-radius: 6px;
    color: #222;
    font-size: 14px;
    display: inline;
    padding: 0 5px;
}

.prod_info .prod_price{
	font-size:20px;
	font-weight:400;
}

.prod_info .prod_price span{
    font-size: 14px;
    font-weight: 200;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
}

.prod_info .prod_link a{
	font-weight: 400;
	color:#542077;
	text-decoration:none;
}

.prod_info .prod_link a:hover{
	color:#222;
}

.prod_block_bottom_link {
    margin-top: 25px;
}

.prod_block_bottom_link a{
    background: #542077;
    color: #fff;
    border-radius: 6px;
    display: flex;
    text-align: center;
    width: 440px;
    text-decoration: none;
    font-size: 20px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.prod_block_bottom_link a:hover{
    background: #222;
}

.benefits {
	
}

.benefit_1 {
	
}

.benefit_1_title {
    color: #542077;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.benefit_1_title span{
	color:#9E8447;
	font-weight:200;
	font-family: "Manrope", sans-serif;
}

.benefit_1_content {
    font-size: 22px;
    line-height: 20px;
    background: #F0F0F0;
    border-radius: 6px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}



.benefit_1_content_bg {
    background-image: url('/local/templates/rusmaster/img/benefit_1.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.benefit_1_content span{
    padding: 54px;
    line-height: normal;
}

.benefit_1_content span p{
    margin-bottom:20px;
}

.benefit_1_content a{
    background: #9E8447;
    color: #fff;
    border-radius: 6px;
    display: flex;
    text-align: center;
    width: 338px;
    text-decoration: none;
    font-size: 20px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.benefit_1_content a:hover{
	background: #222;
}

.benefit_2 {
	
}

.benefit_2_title {
    color: #542077;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
}

.benefit_2_subtitle {
    color: #9E8447;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
	margin-bottom:35px;
	text-align:center;
	font-size: 50px;
    line-height: 46px;
    text-transform: uppercase;
}

.benefit_2_block_content {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:150px;
}

.benefit_2_item {
    color: #542077;
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    position: relative;
    height: 266px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.benefit_2_item p{
    position: relative;
    z-index: 1;
    max-width: 160px;
}

.benefit_2_1::before {
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	color: #9E8447;
    font-size: 300px;
    line-height: 266px;
    opacity: 0.3;
    z-index: 0;
    font-weight: 900;
}

.benefit_2_2::before {
    content: "2";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	color: #9E8447;
    font-size: 300px;
    line-height: 266px;
    opacity: 0.3;
    z-index: 0;
    font-weight: 900;
}

.benefit_2_3::before {
    content: "3";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	color: #9E8447;
    font-size: 300px;
    line-height: 266px;
    opacity: 0.3;
    z-index: 0;
    font-weight: 900;
}

.benefit_2_4::before {
    content: "4";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	color: #9E8447;
    font-size: 300px;
    line-height: 266px;
    opacity: 0.3;
    z-index: 0;
    font-weight: 900;
}

.benefit_3 {
	
}

.benefit_3_content {
    font-size: 22px;
    line-height: 20px;
    background: #F0F0F0;
    border-radius: 6px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    height: 520px;
}

.benefit_3_content_img {
    background-image: url('/local/templates/rusmaster/img/benefit_3.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.benefit_3_content_form {
	padding: 40px;
}

.rusmaster1-form-success {
    color: #542077;
    font-weight: bold;
    font-size: 28px;
}

.rusmaster1-form-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.slider-obmen-t1 {
    color: #542077;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.rusmaster1-form-group {
	width: 100%;
}

.rusmaster1-form-group input{
	width: -webkit-fill-available;
}

.rusmaster1-form-body button{
    background: #542077;
    color: #fff;
    border: medium none;
    border-radius: 6px;
    display: flex;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 20px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	
}

.rusmaster1-form-body button:hover{
    background: #222;
	cursor:pointer;
	
}

.privacy {
    font-size: 14px;
}

.privacy a{
    color:#222;
}

.benefit_4 {
	
}

.benefit_4_title {
    color: #542077;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.benefit_4_block_subtitle {
    color: #9E8447;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
}

.benefit_4_content {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 190px;
}

.benefit_4_content_item {
    display: flex;
    gap: 25px;
}

.benefit_4_content_item img{
    display: block;
    width: auto;
    height: 111px;
}

.benefit_4_content_item p{
	display:block;
    color: #542077;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}

.bottom_form {
    background: #f0f0f0 url('/local/templates/rusmaster/img/qw.png') no-repeat 40px center / auto 50%;
    padding: 40px 90px 40px 170px;
    border-radius: 6px;
}

.rusmaster2-t1 {
	display:block;
    color: #542077;
    font-size: 50px;
    line-height: 46px;
    font-weight: bold;
	margin-bottom:30px;
}

.rusmaster2-t2 {
	display:block;
    font-size: 30px;
    line-height: normal;
    font-weight: 200;
	margin-bottom:30px;
	color:#616161;
}

.rusmaster2-t2 a{
	display:inline;
    color: #616161;
    font-weight: bold;
	text-decoration:none;
}

.rusmaster2-t2 a:hover{
	text-decoration:underline;
}

.rusmaster2-fields {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px;
}

.rusmaster2-fields input, .rusmaster2-fields button, .rusmaster2-fields .rusmaster2-form-group{
    width: -webkit-fill-available;
}

.rusmaster2-fields button {
    background: #542077;
    color: #fff;
    border: medium none;
    border-radius: 6px;
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.rusmaster2-fields button:hover {
    background: #222;
    cursor:pointer;
}

.rusmaster2-form-success {
    color: #542077;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

/* Подвал */
.footer {
    padding-bottom: 40px;
}

/* Модальное окно */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-container {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	padding: 20px;
	max-width: 500px;
	min-width: 320px;
	width: auto;
	max-height: 90vh;
	overflow-y: auto;
	margin: 20px;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.modal-overlay.active .modal-container {
	transform: scale(1);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #666;
}

.rusmaster3-form-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rusmaster3-t1 {
	color:#542077;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:26px;
}

.rusmaster3-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rusmaster3-fields input{
    width:-webkit-fill-available;
}

.rusmaster3-form-btn {
    background: #542077;
    color: #fff;
    border: medium none;
    border-radius: 6px;
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	width: 100%;
}

.rusmaster3-form-btn:hover {
	cursor:pointer;
	background:#222;
}

.rusmaster3-form-success {
    color: #542077;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

/* мобильные-планшеты-старые_ноутбуки */
@media (min-width: 1391px) and (max-width: 1499px) {

}

@media (min-width: 992px) and (max-width: 1390px) {
	.benefit_4_content {
		grid-gap: 10px;
	}

	.benefit_2_block_content {
		grid-gap: 45px;
	}

	.skidka_btn {
		width: 220px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.benefit_4_content {
		grid-template-columns: 1fr;
		grid-gap: 50px;
		justify-items: center;
	}

	.benefit_2_block_content {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
	}

	.header_container {
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
		display: grid;
		justify-content: center;
	}
	
	.feedback {
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.head_skidka {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.prod_info .prod_price span {
		display: block;
	}

	.slider-obmen-t1 {
		font-size: 21px;
		line-height: 22px;
	}

	.benefit_4_block_subtitle {
		display: block;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.header_container {
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
		display: grid;
		justify-content: center;
	}
	
	.feedback {
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		width: 100%;
		text-align: center;
	}
	
	.head_skidka {
		width: 100%;
		display: flex;
		justify-content: center;
	}
		
	.skidka_btn {
		width: 100%;
	}
	.benefit_4_content {
		grid-template-columns: 1fr;
		grid-gap: 25px;
		justify-items: center;
	}

	.benefit_2_block_content {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
	}

	.header_container {
		flex-direction: column;
		gap: 20px;
	}

	.prod_info .prod_price span {
		display: block;
	}

	.slider-obmen-t1 {
		font-size: 25px;
		line-height: 28px;
	}

	.benefit_4_block_subtitle {
		display: block;
		margin-bottom: 20px;
	}

	.slide_content {
		padding: 15px;
		width: -webkit-fill-available;
	}

	.prod_block_content {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

	.benefit_1_content {
		grid-template-columns: 1fr;
	}

	.benefit_1_content_bg {
		min-height: 200px;
	}

	.benefit_1_content span {
		padding: 15px;
	}

	.benefit_3_content {
		grid-template-columns: 1fr;
		height: auto;
	}

	.benefit_3_content_img {
		min-height: 200px;
	}

	.benefit_4_content_item img {
		height: 100%;
		max-height: 60px;
	}

	.benefit_4_content_item {
		align-items: center;
	}

	.rusmaster2-fields {
		flex-direction: column;
	}

	.prod_block_bottom_link a {
		width: 100%;
	}

	.bottom_form {
		padding: 15px;
	}

	.rusmaster2-t2 {
		font-size: 24px;
	}

	.slide_title span {
		font-size: 52px;
		line-height: 50px;
	}

	.slide_title {
		font-size: 46px;
		line-height: 46px;
		background-position: center right;
		text-align: center;
	}

	.slide_block {
		background: url("/local/templates/rusmaster/img/slide.jpg") no-repeat scroll 60% center / cover;
		display: flex;
		align-items: center;
	}

	.benefit_2_item p {
		font-size: 24px;
		max-width: 130px;
	}

	.benefit_4_title {
		font-size: 40px;
		line-height: 40px;
	}

	.prod_block_title {
		font-size: 40px;
		line-height: 40px;
	}

	.prod_block_subtitle {
		font-size: 40px;
		line-height: 40px;
	}

	.benefit_2_title {
		font-size: 40px;
		line-height: 40px;
	}

	.benefit_2_subtitle {
		font-size: 40px;
		line-height: 40px;
	}

	.benefit_1_title {
		font-size: 40px;
		line-height: 40px;
	}

	.benefit_1_title span {
		display: block;
	}

	.benefit_2_1::before {
		font-size: 200px;
		line-height: 206px;
	}

	.benefit_2_2::before {
		font-size: 200px;
		line-height: 206px;
	}

	.benefit_2_3::before {
		font-size: 200px;
		line-height: 206px;
	}

	.benefit_2_4::before {
		font-size: 200px;
		line-height: 206px;
	}

	.benefit_1_content a {
		width: 100%;
	}

	.benefit_2_item {
		height: 186px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}




}








