/*! 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.
 */

body {
  margin: 0;
}

/**
 * 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.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

img {
  max-width: 100%;
}

/* Скрывает ненужные блоки */
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.switch {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}

.current {
  text-transform: uppercase;
  height: 42px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 3px;
  padding: 0 .2em 0 .7em;
}

.current span {
  display: inline-block;
  line-height: 1;
  padding: .7em .2em 0 0;
}

.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options {
  position: absolute;
  right: 0;
  top: .6em;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .36s ease-out;
  transition: all .36s ease-out;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.switch.show-options .options {
  display: block;
  z-index: 5;
}

.switch.anim-options .options {
  opacity: 1;
}

.switch.show-shadow .options {
  -webkit-box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: .4rem 0.8em;
  position: relative;
  z-index: 5;
}

.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #E1E4E6;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all .24s ease-out;
  transition: all .24s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}

.options-list li:last-child {
  border-bottom: none;
}

.options-list li:nth-child(1) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.options-list li:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.options-list li:nth-child(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.options-list li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.options-list li:nth-child(5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.options-list li.selected {
  color: #3498DB;
}

.switch.anim-options .options-list li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.options-list li a {
  text-decoration: none;
  color: #222222;
}

.options-list li a:hover {
  opacity: 0.5;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  overflow: hidden;
}

#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  -webkit-transform: scale(9);
  transform: scale(9);
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 133, 198, 0.16)), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, rgba(32, 133, 198, 0.16) 0%, rgba(196, 196, 196, 0) 100%);
  z-index: 3;
}

header .main_header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
}

header .main_header_block .header_logo {
  width: 100%;
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
}

header .main_header_block .header_logo svg {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

header .main_header_block .header_logo span {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  align-self: center;
}

header .main_header_block .menu {
  width: 100%;
  max-width: 700px;
}

header .main_header_block .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .main_header_block .menu ul li {
  padding: 5px 10px;
}

header .main_header_block .menu ul a {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #222222;
}

header .main_header_block .menu ul a:hover {
  opacity: 0.5;
}

header .main_header_block .button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  max-width: 400px;
}

header .main_header_block .button_block .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

header .main_header_block .button_block .tel svg {
  margin-right: 10px;
}

header .main_header_block .button_block .tel a {
  padding-top: 2px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}

header .main_header_block .button_block .tel a:hover,
header .main_header_block .button_block .tel a:focus {
  color: #3498DB;
}

header .main_header_block .button_block .button {
  -ms-flex-item-align: center;
  align-self: center;
}

header .main_header_block .button_block .button a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
}

header .main_header_block .button_block .button a:hover,
header .main_header_block .button_block .button a:focus {
  border: 3px solid #3BA8ED;
}

.section_one {
  position: relative;
  height: 100%;
  z-index: 1;
}

.section_one .section_one_block {
  padding-top: 177px;
  padding-bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_one .section_one_block .text_block {
  width: 100%;
  max-width: 708px;
}

.section_one .section_one_block .text_block h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #333333;
  padding-top: 75px;
  padding-bottom: 35px;
}

.section_one .section_one_block .text_block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  padding-top: 0;
  padding-bottom: 70px;
}

.section_one .section_one_block .text_block a {
  display: block;
  width: 280px;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding: 13px 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.section_one .section_one_block .text_block a:hover,
.section_one .section_one_block .text_block a:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#3BA8ED), to(#005B95));
  background: linear-gradient(180deg, #3BA8ED 0%, #005B95 100%);
}

.section_one .section_one_block .form_block {
  width: 100%;
  position: relative;
  max-width: 425px;
  padding: 45px;
  background: #FFFFFF;
  border: 2px solid #005B95;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 3;
}

.section_one .section_one_block .form_block p {
  position: relative;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #222222;
}

.section_one .section_one_block .form_block span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #222222;
}

.section_one .section_one_block .form_block form {
  margin-top: 50px;
}

.section_one .section_one_block .form_block .form_inner {
  position: relative;
  margin-bottom: 30px;
}

.section_one .section_one_block .form_block input {
  width: 100%;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
  padding-left: 10px;
  background: #fff;
  border: none;
}

.section_one .section_one_block .form_block .form_inner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #005B95;
}

.section_one .section_one_block .form_block input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.section_one .section_one_block .form_block input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.section_one .section_one_block .form_block input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.section_one .section_one_block .form_block input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.section_one .section_one_block .form_block input::placeholder {
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.section_one .section_one_block .form_block label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
}

.section_one .section_one_block .form_block button {
  border: 3px solid #005B95;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #222222;
  height: 45px;
  width: 100%;
  background: #fff;
  cursor: pointer;
}

.section_one .section_one_block .form_block button:hover,
.section_one .section_one_block .form_block button:focus {
  color: #005B95;
  border: 3px solid #000;
}

.section_one .section_one_block .form_block::after {
  position: absolute;
  content: '';
  background-image: url("/img/form_lines_img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% + 1px);
  height: 201px;
  left: -1px;
  top: 0;
  z-index: 4;
}

.section_one::after {
  position: absolute;
  content: '';
  width: 55%;
  height: 130%;
  top: 0;
  right: 0;
  background-image: url("/img/lines_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.about_us {
  position: relative;
  height: 100%;
  z-index: 3;
  background-image: url("/img/blue_bg.jpg");
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.about_us .about_us_block {
  padding-top: 40px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_us .about_us_block .text_block {
  width: 100%;
  max-width: 685px;
}

.about_us .about_us_block .text_block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.about_us .about_us_block .text_block h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.about_us .about_us_block .text_block svg {
  -ms-flex-item-align: center;
  align-self: center;
}

.about_us .about_us_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.about_us .about_us_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.about_us .about_us_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.about_us .about_us_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.about_us .about_us_block .image_block {
  width: 100%;
  max-width: 432px;
}

.our_solutions {
  position: relative;
  height: 100%;
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 80px;
}

.our_solutions .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.our_solutions .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.our_solutions .title svg {
  -ms-flex-item-align: center;
  align-self: center;
}

.our_solutions .our_solutions_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our_solutions .our_solutions_block .text_block {
  width: 100%;
  max-width: 685px;
}

.our_solutions .our_solutions_block .text_block h3 {
  padding-top: 0;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.our_solutions .our_solutions_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.our_solutions .our_solutions_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.our_solutions .our_solutions_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.our_solutions .our_solutions_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.our_solutions .our_solutions_block .image_block {
  width: 100%;
  max-width: 432px;
}

.our_solutions.first::after {
  position: absolute;
  content: '';
  width: 124.43px;
  height: 372.43px;
  background-image: url("/img/lines_bg_left.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  left: 0;
  top: 20%;
}

.our_solutions.second {
  position: relative;
  height: 100%;
  background-image: url("/img/blue_bg.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.our_partners {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.our_partners .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.our_partners .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.our_partners .title svg {
  -ms-flex-item-align: center;
  align-self: center;
}

.our_partners .our_partners_block {
  margin-top: 50px;
}

.our_partners .our_partners_block .our_partners_block_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.our_partners .our_partners_block .our_partners_block_first img {
  width: 100%;
  max-height: 58px;
}

.our_partners .our_partners_block .our_partners_block_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.our_partners p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  color: #333333;
}

.our_partners p span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  color: #333333;
}

.our_partners::after {
  position: absolute;
  content: '';
  width: 124.43px;
  height: 372.43px;
  background-image: url("/img/lines_bg_right.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  right: 0;
  top: 20%;
}

.rogan_mk {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("/img/blue_bg.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.rogan_mk .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.rogan_mk .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.rogan_mk .title img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 89px;
  height: 92.07px;
}

.rogan_mk .rogan_mk_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rogan_mk .rogan_mk_block .text_block {
  width: 100%;
  max-width: 685px;
}

.rogan_mk .rogan_mk_block .text_block h3 {
  padding-top: 0;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.rogan_mk .rogan_mk_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.rogan_mk .rogan_mk_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.rogan_mk .rogan_mk_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.rogan_mk .rogan_mk_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.rogan_mk .rogan_mk_block .image_block {
  width: 100%;
  max-width: 369px;
}

.myasnoy_mk {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.myasnoy_mk .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.myasnoy_mk .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.myasnoy_mk .title img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 163px;
  height: 41px;
}

.myasnoy_mk .myasnoy_mk_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.myasnoy_mk .myasnoy_mk_block .text_block {
  width: 100%;
  max-width: 685px;
}

.myasnoy_mk .myasnoy_mk_block .text_block h3 {
  padding-top: 0;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.myasnoy_mk .myasnoy_mk_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.myasnoy_mk .myasnoy_mk_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.myasnoy_mk .myasnoy_mk_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.myasnoy_mk .myasnoy_mk_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.myasnoy_mk .myasnoy_mk_block .image_block {
  width: 100%;
  max-width: 371px;
}

.myasnoy_mk::after {
  position: absolute;
  content: '';
  width: 124.43px;
  height: 372.43px;
  background-image: url("/img/lines_bg_left.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  left: 0;
  top: 20%;
}

.poultry_farm {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("/img/blue_bg.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.poultry_farm .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.poultry_farm .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.poultry_farm .title img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 163px;
  height: 48.62px;
}

.poultry_farm .poultry_farm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poultry_farm .poultry_farm_block .text_block {
  width: 100%;
  max-width: 685px;
}

.poultry_farm .poultry_farm_block .text_block h3 {
  padding-top: 0;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.poultry_farm .poultry_farm_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.poultry_farm .poultry_farm_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.poultry_farm .poultry_farm_block .text_block ol li:first-of-type {
  display: block;
}

.poultry_farm .poultry_farm_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.poultry_farm .poultry_farm_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.poultry_farm .poultry_farm_block .image_block {
  width: 100%;
  max-width: 471px;
}

.favorit_plus {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.favorit_plus .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.favorit_plus .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.favorit_plus .title img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 163px;
  height: 41px;
}

.favorit_plus .favorit_plus_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favorit_plus .favorit_plus_block .text_block {
  width: 100%;
  max-width: 685px;
}

.favorit_plus .favorit_plus_block .text_block h3 {
  padding-top: 0;
  margin: 0;
  margin-bottom: 32px;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.favorit_plus .favorit_plus_block .text_block ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.favorit_plus .favorit_plus_block .text_block ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.favorit_plus .favorit_plus_block .text_block ol li::before {
  position: absolute;
  left: 5px;
  content: counter(my-awesome-counter);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.favorit_plus .favorit_plus_block .text_block ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.favorit_plus .favorit_plus_block .image_block {
  width: 100%;
  max-width: 409px;
  margin-right: 40px;
}

.favorit_plus::after {
  position: absolute;
  content: '';
  width: 154.43px;
  height: 672.43px;
  background-image: url("/img/lines_bg_right.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  right: 0;
  top: 10%;
}

.our_suppliers {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("/img/blue_bg.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.our_suppliers .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.our_suppliers .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.our_suppliers .title svg {
  -ms-flex-item-align: center;
  align-self: center;
}

.our_suppliers .our_suppliers_block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 100px;
}

.our_suppliers .our_suppliers_block .our_suppliers_inner .image_block_inner {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_suppliers .our_suppliers_block .our_suppliers_inner .image_block_inner img {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.our_suppliers .our_suppliers_block .our_suppliers_inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #222222;
  margin-bottom: 12px;
}

.our_suppliers .our_suppliers_block .our_suppliers_inner a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333333;
}

.our_suppliers .our_suppliers_block .our_suppliers_inner a:hover,
.our_suppliers .our_suppliers_block .our_suppliers_inner a:focus {
  text-decoration: none;
}

.our_solutions.third .text_block {
  max-width: 600px;
}

.our_solutions.third .text_block.second_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_solutions.third .text_block.second_list ol {
  list-style: none;
  counter-reset: chapter-count 4;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.our_solutions.third .text_block.second_list ol li {
  position: relative;
  counter-increment: chapter-count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 40px;
  padding-left: 30px;
}

.our_solutions.third .text_block.second_list ol li::before {
  position: absolute;
  left: 5px;
  content: counter(chapter-count);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005B95;
  text-align: center;
  font-family: "Antonio", sans-serif;
}

.our_solutions.third .text_block.second_list ol li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

.our_solutions.third::after {
  position: absolute;
  content: '';
  width: 114.43px;
  height: 472.43px;
  background-image: url("/img/lines_bg_left_bottom.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  left: -10px;
  top: 15%;
}

.current_projects {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("/img/blue_bg.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.current_projects .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.current_projects .title h2 {
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  -ms-flex-item-align: center;
  align-self: center;
}

.current_projects .title svg {
  -ms-flex-item-align: center;
  align-self: center;
}

.current_projects .current_projects_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.current_projects .current_projects_block .inner_block {
  width: 100%;
  max-width: 566px;
  margin-bottom: 50px;
}

.current_projects .current_projects_block .inner_block p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  margin-bottom: 0;
}

footer {
  background: #3A93CD;
}

footer .footer_main_block {
  padding-top: 47px;
  padding-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

footer .footer_main_block .footer_inner_block:first-of-type {
  width: 100%;
  max-width: 410px;
}

footer .footer_main_block .footer_inner_block:first-of-type .footer_text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

footer .footer_main_block .footer_inner_block:nth-of-type(2) {
  width: 100%;
  max-width: 210px;
}

footer .footer_main_block .footer_inner_block:nth-of-type(2) ul {
  list-style: none;
  padding-left: 0;
}

footer .footer_main_block .footer_inner_block:nth-of-type(2) ul li {
  margin-bottom: 14px;
}

footer .footer_main_block .footer_inner_block:nth-of-type(2) ul a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 115%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

footer .footer_main_block .footer_inner_block:nth-of-type(2) ul a:hover {
  opacity: 0.5;
}

footer .footer_main_block .footer_inner_block:nth-of-type(3) {
  width: 100%;
  max-width: 250px;
}

footer .footer_main_block h3 {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140.19%;
  color: #FFFFFF;
}

footer .footer_main_block h3::after {
  position: absolute;
  content: '';
  width: 54px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#005B95), to(#3BA8ED));
  background: linear-gradient(180deg, #005B95 0%, #3BA8ED 100%);
}

footer .copyrate_block {
  padding-top: 24px;
  padding-bottom: 40px;
}

footer .copyrate_block p {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: #D6D6D6;
}

.header_block_mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  header .main_header_block {
    display: none;
  }

  .header_block_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Closed States */
  }

  .header_block_mobile .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #3A93CD;
    max-width: 100px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .header_block_mobile .header_logo svg {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header_block_mobile .header_logo span {
    margin-left: 5px;
    color: #3A93CD;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header_block_mobile .header_tel {
    position: relative;
    width: 100%;
    max-width: 220px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header_block_mobile .header_tel .header_tel_inner {
    width: 100%;
    height: 100%;
    max-width: 200px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header_block_mobile .header_tel .header_tel_inner svg {
    fill: #3A93CD;
    width: 22px;
    margin-right: 10px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header_block_mobile .header_tel .header_tel_inner a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #3A93CD;
    text-decoration: none;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: bold;
  }

  .header_block_mobile .background {
    background-color: #3A93CD;
  }

  .header_block_mobile .mobile_menu {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
  }

  .header_block_mobile .mobile_menu .btn {
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .header_block_mobile .mobile_menu span {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    height: 4px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
  }

  .header_block_mobile .mobile_menu span+span {
    margin-top: 6px;
  }

  .header_block_mobile .mobile_menu .active {
    top: 40px;
  }

  .header_block_mobile .mobile_menu .active span:nth-child(1) {
    -webkit-animation: ease .7s top forwards;
    animation: ease .7s top forwards;
  }

  .header_block_mobile .mobile_menu .not-active span:nth-child(1) {
    -webkit-animation: ease .7s top-2 forwards;
    animation: ease .7s top-2 forwards;
  }

  .header_block_mobile .mobile_menu .active span:nth-child(2) {
    -webkit-animation: ease .7s scaled forwards;
    animation: ease .7s scaled forwards;
  }

  .header_block_mobile .mobile_menu .not-active span:nth-child(2) {
    -webkit-animation: ease .7s scaled-2 forwards;
    animation: ease .7s scaled-2 forwards;
  }

  .header_block_mobile .mobile_menu .active span:nth-child(3) {
    -webkit-animation: ease .7s bottom forwards;
    animation: ease .7s bottom forwards;
  }

  .header_block_mobile .mobile_menu .not-active span:nth-child(3) {
    -webkit-animation: ease .7s bottom-2 forwards;
    animation: ease .7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 12px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 12px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 12px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 12px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 13px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 13px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 13px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 13px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 12px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 12px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 12px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 12px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .header_block_mobile .navigation {
    border: 1px solid #3A93CD;
    background-color: #3A93CD;
    height: auto;
    width: 250px;
    color: #fff;
    position: absolute;
    z-index: 9999;
    top: 60px;
    left: calc(100% - 250px);
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }

  .header_block_mobile .navigation .menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }

  .header_block_mobile .navigation .menu li {
    background-color: #3A93CD;
  }

  .header_block_mobile .navigation .menu a {
    font-family: "Rubik", sans-serif;
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
  }

  .header_block_mobile .navigation .menu a::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: left 0.25s, right 0.25s;
    transition: left 0.25s, right 0.25s;
  }

  .header_block_mobile .navigation .menu a:hover::after {
    right: 0;
  }

  .header_block_mobile .navigation:not(.open) {
    left: 100%;
  }

  .section_one {
    background-image: url("/img/mobile_bg_1024.jpg");
    background-size: cover;
    background-position: center center;
  }

  .section_one .section_one_block {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section_one .section_one_block .form_block {
    margin-top: 60px;
  }

  .section_one::after {
    display: none;
  }

  .about_us .about_us_block .text_block {
    margin: 0 auto;
  }

  .about_us .about_us_block .image_block {
    margin: 0 auto;
  }

  .our_solutions .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .our_solutions .our_solutions_block .text_block {
    margin: 0 auto;
  }

  .our_solutions .our_solutions_block .image_block {
    margin: 0 auto;
  }

  .our_partners .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .our_partners .our_partners_block {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
  }

  .our_partners p {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
  }

  .rogan_mk .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .rogan_mk .rogan_mk_block .text_block {
    margin: 0 auto;
  }

  .rogan_mk .rogan_mk_block .image_block {
    margin: 10px auto;
  }

  .myasnoy_mk .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .myasnoy_mk .myasnoy_mk_block .text_block {
    margin: 0 auto;
  }

  .myasnoy_mk .myasnoy_mk_block .image_block {
    margin: 10px auto;
  }

  .poultry_farm .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .poultry_farm .poultry_farm_block .text_block {
    margin: 0 auto;
  }

  .poultry_farm .poultry_farm_block .image_block {
    margin: 10px auto;
  }

  .favorit_plus .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .favorit_plus .favorit_plus_block .text_block {
    margin: 0 auto;
  }

  .favorit_plus .favorit_plus_block .image_block {
    margin: 10px auto;
  }

  .our_suppliers .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .our_suppliers .our_suppliers_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
  }

  .our_solutions.third .text_block {
    max-width: 685px;
  }

  .current_projects .title {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 42px;
  }

  .current_projects .current_projects_block {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  .our_solutions.first::after,
  .our_partners::after,
  .myasnoy_mk::after,
  .favorit_plus::after,
  .our_solutions.third::after {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  .container {
    max-width: 426px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .header_block_mobile .header_tel {
    max-width: 170px;
  }

  .header_block_mobile .header_tel .header_tel_inner a {
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
  }

  .our_suppliers .our_suppliers_block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .our_partners .our_partners_block .our_partners_block_second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our_partners .our_partners_block .our_partners_block_second .our_partners_second_inner {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 15px;
  }

  .our_partners .our_partners_block .our_partners_block_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our_partners .our_partners_block .our_partners_block_first .our_partners_first_inner {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 15px;
  }

  .rogan_mk .rogan_mk_block .image_block {
    max-width: 300px;
  }

  .myasnoy_mk .myasnoy_mk_block .image_block {
    max-width: 300px;
  }

  .poultry_farm .poultry_farm_block .image_block {
    max-width: 300px;
  }

  .poultry_farm .poultry_farm_block .text_block ol li {
    height: auto;
  }

  .favorit_plus .favorit_plus_block .image_block {
    max-width: 300px;
  }

  .title {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .title h2 {
    font-size: 28px !important;
  }

  .rogan_mk .title,
  .myasnoy_mk .title,
  .poultry_farm .title,
  .favorit_plus .title {
    max-width: none;
  }

  .rogan_mk .title img,
  .myasnoy_mk .title img,
  .poultry_farm .title img,
  .favorit_plus .title img {
    margin: 10px auto;
  }

  .rogan_mk .title h2,
  .myasnoy_mk .title h2,
  .poultry_farm .title h2,
  .favorit_plus .title h2 {
    text-align: center;
    margin: 10px auto;
  }
}

#modal-form {
  position: relative;
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  margin: 0 auto;
}

#modal-form input {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: none;
  margin: 20px auto;
  background-color: #f2f2f2;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 20px 5px;
}

#modal-form input::-webkit-input-placeholder {
  color: #5a5a5a;
}

#modal-form input::-moz-placeholder {
  color: #5a5a5a;
}

#modal-form input:-ms-input-placeholder {
  color: #5a5a5a;
}

#modal-form input::-ms-input-placeholder {
  color: #5a5a5a;
}

#modal-form input::placeholder {
  color: #5a5a5a;
}

#modal-form .form_button {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  background-color: #3A93CD;
  padding: 5px 20px 5px;
  cursor: pointer;
}

#modal-form .form_button:hover {
  opacity: 0.5;
}

#modal-form p {
  padding: 30px 40px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}