@charset "UTF-8";

/*___Начало reset'a___*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
a {
  display: block;
}

ul,
li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

p,
span {
  font-size: 16px;
}

body {
  background: #F9F9F9;
  font-weight: 500;
}

body.noscroll {
  overflow: hidden;
}

body.noscroll::before {
  opacity: 1;
  visibility: visible;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c0;
  backdrop-filter: blur(20px);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.wrap {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #366735;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

::-webkit-scrollbar-track {
  background: #F9F9F9;
  width: 9px;
}

::-webkit-scrollbar-button {
  background: #366735;
  width: 9px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 9px;
  background: #366735;
}

body {
  font-family: 'OpenSans', sans-serif;
  color: #000000;
  letter-spacing: 1px;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gothampro_medium.woff2") format("woff2"), url("../fonts/gothampro_medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gothampro_medium.woff2") format("woff2"), url("../fonts/gothampro_medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.btn {
  background: #366735;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 20px 60px;
  width: fit-content;
  color: #fff;
  font-family: "Bitter", sans-serif;
  box-shadow: 0 5px 30px #205b1e7e;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn:hover {
  transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
}

.btn:focus {
  transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
}

footer {
  padding-top: 63px;
  color: #fff;
}

footer .logo_cont .desc {
  margin-left: 25px;
  max-width: 250px;
  font-weight: 400;
}

footer .logo_cont .desc .title {
  font-size: 24px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

footer .logo_cont .desc span:nth-last-child(2) {
  margin-top: 18px;
  margin-bottom: 2px;
}

footer span {
  display: block;
  opacity: 0.5;
  margin-bottom: 3px;
}

footer a {
  color: #366735;
  font-weight: bold;
  font-family: "Bitter", sans-serif;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer a.tel {
  margin-top: 6px;
  font-size: 30px;
  margin-bottom: 42px;
}

footer a.mail {
  margin-top: 6px;
  font-size: 20px;
  margin-bottom: 54px;
}

footer .col {
  max-width: 250px;
  margin: 0 15px 15px;
}

footer .footer_btn {
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bold;
  padding: 14px 20px;
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 44px;
}

footer .footer_btn:hover {
  background: #fff;
  color: #000000;
}

footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .social a {
  margin-left: 15px;
}

footer .footer_bottom {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.5);
}

footer .footer_bottom a {
  display: inline;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
}

footer .footer_bottom p {
  padding: 0 15px;
  opacity: 0.5;
}

.modal {
  background: #dfdfdf;
  font-family: "Gotham", sans-serif;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: fixed;
  z-index: 1000;
  top: 50vh;
  left: 50%;
  max-width: 570px;
  width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  flex-wrap: wrap;
  box-shadow: 0 15px 99px #000000c9;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal .relative {
  position: relative;
  padding: 60px 60px 50px;
}

.modal .close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal .close_modal path {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal .close_modal:hover path {
  fill: #A4A4A4;
}

.modal .title {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}

.modal .title span {
  font-size: inherit;
  color: #366735;
}

.modal .subtitle {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  max-width: 378px;
  letter-spacing: normal;
}

.modal .menu_close {
  opacity: 0.1;
  position: absolute;
  left: 98%;
  bottom: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}

.modal .menu_close:hover {
  opacity: 0.3;
}

.modal form {
  margin: 15px auto 0;
  max-width: 370px;
}

.modal form .label {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.modal form .label .red {
  color: #ff0000;
}

.modal form input {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  padding: 13px 40px 13px 10px;
  font-family: inherit;
  color: #000;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.modal form input::placeholder {
  color: #d4d4d4;
}

.modal form input[name="name"] {
  background-image: url(/img/user.svg);
}

.modal form input[name="tel"] {
  background-image: url(/img/tel.svg);
}

.modal form input[name="email"] {
  background-image: url(/img/email.svg);
}

.modal .form_confidencial {
  opacity: 0.5;
  font-size: 10px;
  margin-top: 16px;
  text-align: center;
  letter-spacing: normal;
  max-width: 370px;
  margin: 16px auto 0;
  color: #4d5763;
}

.modal .form_confidencial a {
  display: inline;
  color: #4d5763;
  text-decoration: underline;
}

.modal button:active,
.modal button:focus {
  outline: none;
}

.modal button::-moz-focus-inner {
  border: 0;
}

.modal .btn {
  cursor: pointer;
  margin-top: 15px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 15px 30px;
  color: #fff;
  border: none;
  display: block;
  letter-spacing: 1.2px;
  font-family: inherit;
}

.modal_services {
  font-family: inherit;
  max-width: 800px;
  width: calc(100% - 30px);
}

.modal_services .name {
  font-size: 70px;
  font-weight: bold;
  font-family: "Bitter", sans-serif;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.modal_services .title__services {
  font-size: 24px;
  font-weight: bold;
  font-family: "Bitter", sans-serif;
  margin-bottom: 10px;
}

.modal_services .desc {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}

.modal_services .btn {
  margin-top: 30px;
  max-width: fit-content;
  padding: 20px 60px;
  font-family: "Bitter", sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row .col_2 {
  width: calc(100% / 12 * 2 - 30px);
  margin: 15px;
}

.row .col_3 {
  width: calc(100% / 12 * 3 - 30px);
  margin: 15px;
}

.row .col_4 {
  width: calc(100% / 12 * 4 - 30px);
  margin: 15px;
}

.row .col_5 {
  width: calc(100% / 12 * 5 - 30px);
  margin: 15px;
}

.row .col_6 {
  width: calc(100% / 12 * 6 - 30px);
  margin: 15px;
}

.row .col_7 {
  width: calc(100% / 12 * 7 - 30px);
  margin: 15px;
}

.row .col_8 {
  width: calc(100% / 12 * 8 - 30px);
  margin: 15px;
}

.row .col_9 {
  width: calc(100% / 12 * 9 - 30px);
  margin: 15px;
}

.row .col_10 {
  width: calc(100% / 12 * 10 - 30px);
  margin: 15px;
}

.row .col_11 {
  width: calc(100% / 12 * 11 - 30px);
  margin: 15px;
}

.row .col_12 {
  width: calc(100% - 30px);
  margin: 15px;
}

@media (max-width: 1024px) {
  .row .col_2_scr1024 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr1024 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr1024 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr1024 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr1024 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr1024 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr1024 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr1024 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr1024 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr1024 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr1024 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 920px) {
  .row .col_2_scr920 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr920 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr920 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr920 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr920 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr920 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr920 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr920 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr920 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr920 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr920 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 840px) {
  .row .col_2_scr840 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr840 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr840 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr840 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr840 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr840 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr840 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr840 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr840 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr840 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr840 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .row .col_2_scr768 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr768 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr768 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr768 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr768 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr768 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr768 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr768 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr768 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr768 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr768 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 640px) {
  .row .col_2_scr640 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr640 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr640 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr640 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr640 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr640 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr640 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr640 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr640 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr640 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr640 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 580px) {
  .row .col_2_scr580 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr580 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr580 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr580 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr580 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr580 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr580 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr580 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr580 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr580 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr580 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 480px) {
  .row .col_2_scr480 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr480 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr480 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr480 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr480 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr480 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr480 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr480 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr480 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr480 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr480 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 460px) {
  .row .col_2_scr460 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr460 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr460 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr460 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr460 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr460 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr460 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr460 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr460 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr460 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr460 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 420px) {
  .row .col_2_scr420 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr420 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr420 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr420 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr420 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr420 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr420 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr420 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr420 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr420 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr420 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 380px) {
  .row .col_2_scr380 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr380 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr380 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr380 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr380 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr380 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr380 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr380 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr380 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr380 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr380 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 360px) {
  .row .col_2_scr360 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr360 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr360 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr360 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr360 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr360 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr360 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr360 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr360 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr360 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr360 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

@media (max-width: 320px) {
  .row .col_2_scr320 {
    width: calc(100% / 12 * 2 - 30px);
    margin: 15px;
  }

  .row .col_3_scr320 {
    width: calc(100% / 12 * 3 - 30px);
    margin: 15px;
  }

  .row .col_4_scr320 {
    width: calc(100% / 12 * 4 - 30px);
    margin: 15px;
  }

  .row .col_5_scr320 {
    width: calc(100% / 12 * 5 - 30px);
    margin: 15px;
  }

  .row .col_6_scr320 {
    width: calc(100% / 12 * 6 - 30px);
    margin: 15px;
  }

  .row .col_7_scr320 {
    width: calc(100% / 12 * 7 - 30px);
    margin: 15px;
  }

  .row .col_8_scr320 {
    width: calc(100% / 12 * 8 - 30px);
    margin: 15px;
  }

  .row .col_9_scr320 {
    width: calc(100% / 12 * 9 - 30px);
    margin: 15px;
  }

  .row .col_10_scr320 {
    width: calc(100% / 12 * 10 - 30px);
    margin: 15px;
  }

  .row .col_11_scr320 {
    width: calc(100% / 12 * 11 - 30px);
    margin: 15px;
  }

  .row .col_12_scr320 {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify_end {
  justify-content: flex-end;
}

.justify_between {
  justify-content: space-between;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

header {
  display: flex;
  align-items: center;
  padding: 13px 0;
  justify-content: space-between;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo div {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
}

header ul {
  display: flex;
  align-items: center;
}

header ul li a {
  padding: 10px 15px;
  font-family: "Bitter", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

header ul li a:hover {
  color: #366735;
  text-decoration: underline;
}

header .header_contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .header_contacts div {
  margin-left: 30px;
  text-align: right;
}

header .header_contacts a:nth-child(1) {
  font-family: "Bitter", sans-serif;
  color: #366735;
  font-weight: bold;
}

header .header_contacts a:nth-child(1):hover {
  text-decoration: none;
}

header .header_contacts .grey_link {
  opacity: 0.7;
  font-size: 14px;
  color: #4d5763;
  position: relative;
  text-decoration: none;
  width: fit-content;
  font-size: 14px;
  margin-left: auto;
  font-family: "Gotham", sans-serif;
  margin-top: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header .header_contacts .grey_link:hover {
  opacity: 1;
}

header .header_contacts .grey_link::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #4D5763;
}

.intro {
  color: #fff;
  padding: 100px 0;
  min-height: 670px;
  display: flex;
  align-items: center;
  position: relative;
}

.intro h1 {
  font-size: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  max-width: 680px;
}

.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #232323 26%, #23232300);
}

.intro .wrap {
  position: relative;
}

.intro .desc {
  margin-top: 25px;
  max-width: 500px;
  font-size: 20px;
}

.footnote {
  text-align: right;
  color: #cbcbcb;
  margin-top: 20px;
}

.back_image {
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages {
  margin-top: 70px;
  padding-bottom: 70px;
}

.advantages h2 {
  margin-bottom: 30px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  font-size: 60px;
}

.advantages h2 span {
  color: #366735;
  /*font-style: italic;*/
  font-size: inherit;
}

.advantages .cart__advantages {
  border: 1px solid #e8e8e8;
  padding: 28px 28px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
}

.advantages .cart__advantages img {
  display: block;
}

.advantages .cart__advantages .icon {
  margin-bottom: 45px;
}

.advantages .cart__advantages .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.advantages .cart__advantages span {
  color: #366735;
  font-family: inherit;
  font-size: inherit;
}

.services {
  background-image: url(/img/back_2.jpg);
  padding-bottom: 300px;
}

.services .wrap {
  padding-top: 75px;
  position: relative;
}

.services .wrap::before {
  content: "";
  border: 41px solid transparent;
  border-top: 38px solid #f9f9f9;
  position: absolute;
  top: 0;
  left: 15px;
}

.services .cart_main_services {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /*font-style: italic;*/
}

.services .cart_main_services .subtitle {
  font-family: "Bitter", sans-serif;
  font-size: 53px;
  font-weight: bold;
  color: #fff;
}

.services .cart_main_services h2 {
  font-size: 124px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.services .cart_services {
  /* background-image: url(/img/back_services.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #d1d1d1;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.services .cart_services .name {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  font-family: "Bitter", sans-serif;
}

.services .cart_services .title__services {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Bitter", sans-serif;
}

.services .cart_services .desc {
  margin-bottom: 30px;
  opacity: 0.7;
  letter-spacing: normal;
  line-height: 22px;
}

.services .btn {
  margin-top: auto;
}

.offer_1 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 106px 100px;
  position: relative;
  margin-top: -244px;
  z-index: 1;
  margin-bottom: 50px;
  background-color: #366835;
}

.offer_1 .title {
  font-size: 50px;
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.offer_1 a {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #366735;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  padding: 20px 60px;
  background: #fff;
  text-decoration: none;
  width: fit-content;
}

.offer_1 a:hover {
  transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
}

.offer_1 a:focus {
  transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
}

.feedback {
  padding-top: 66px;
  margin-bottom: 6px;
}

.feedback .subtitle {
  font-size: 20px;
  color: #aeaeae;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feedback h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Bitter", sans-serif;
  max-width: 970px;
  margin-bottom: 20px;
}

.feedback .cart_feedback {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px 30px;
  min-height: 270px;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  display: flex;
  align-items: end;
  letter-spacing: normal;
}

.feedback .cart_feedback:nth-child(1),
.feedback .cart_feedback:nth-child(2) {
  margin-bottom: 45px;
}

.feedback .cart_feedback .icon {
  position: absolute;
  top: -30px;
  right: 50px;
}

.about {
  margin-top: 105px;
  padding-bottom: 80px;
}

.about h2 {
  font-size: 133px;
  font-weight: bold;
  font-family: "Bitter", sans-serif;
  margin-bottom: 30px;
}

.about .cart__about {
  background: #fff;
  padding: 30px 15px 25px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about .cart__about .number {
  color: #366735;
  font-weight: bold;
  font-size: 60px;
  font-family: "Bitter", sans-serif;
  margin-bottom: 20px;
}

.about .cart__about .title {
  font-size: 18px;
}

.offer_2 {
  padding-top: 105px;
  padding-bottom: 20px;
  position: relative;
}

.offer_2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #161616ed 16%, #23232300);
}

.offer_2 .wrap {
  position: relative;
}

.offer_2 .title {
  font-size: 60px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.offer_2 .subtitle {
  font-size: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0.5;
  max-width: 670px;
}

.offer_2 .desc {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  max-width: 470px;
}

.offer_2 .footnote {
  color: #fff;
  opacity: 0.5;
  margin-top: 77px;
  text-align: left;
}

@media (max-width: 1024px) {
  .services .cart_main_services .subtitle {
    font-size: 40px;
  }

  .services .cart_main_services h2 {
    font-size: 100px;
  }

  footer .social {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 40px;
  }

  footer .logo_cont .desc {
    width: calc(100% - 115px);
    max-width: 100%;
    /*display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    flex-direction: column;*/
  }
  
  footer .logo_cont .desc div {
    margin-top: 15px;
  }
  
  footer .logo_cont .desc div,
  footer .logo_cont .desc span {
    /*display: block;
    width: 100%;*/
  }
}

@media (max-width: 950px) {

  .header_contacts div:nth-child(1) {
    display: none;
  }

  .offer_1 {
    padding: 80px 40px;
  }

  header ul {
    margin-left: auto;
  }
}

@media (max-width: 850px) {
  .advantages h2 {
    font-size: 42px;
  }

  .advantages .cart__advantages .icon {
    margin-bottom: 20px;
  }

  .services .cart_main_services {
    padding-bottom: 20px;
  }

  .offer_1 .title,
  .feedback h2 {
    font-size: 42px;
  }

  .feedback .cart_feedback {
    font-size: 16px;
    min-height: 200px;
  }

  .about .cart__about .title {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  header .logo img{
    max-width: 40px;
  }
  header .logo div{
    font-size: 16px;
  }

  .intro {
    min-height: 470px;
  }

  .intro h1 {
    font-size: 32px;
  }

  .intro .desc {
    font-size: 18px;
  }

  .offer_2 .title {
    font-size: 42px;
  }

  .offer_2 .subtitle {
    font-size: 28px;
  }

  .offer_2 .desc {
    font-size: 16px;
  }

  .about .cart__about .number {
    font-size: 42px;
  }

  .feedback .cart_feedback {
    margin-bottom: 30px !important;
  }

  .offer_1 .title {
    font-size: 34px;
  }

  .offer_1 {
    padding: 60px 40px 30px;
  }

  .feedback {
    padding-top: 26px;
  }

  footer .col:nth-last-child(1) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  header .menu {
    display: none;
  }

  .services .cart_services .name {
    font-size: 58px;
  }
}

@media (max-width: 480px) {
  .advantages h2 {
    font-size: 28px;
  }

  .services .cart_main_services h2 {
    font-size: 80px;
  }

  .services .cart_main_services .subtitle {
    font-size: 33px;
  }

  .offer_1 .title {
    font-size: 21px;
  }

  .offer_1 a {
    width: 100%;
  }

  .services .cart_services .title__services {
    font-size: 18px;
  }

  .services .cart_services .desc {
    line-height: 17px;
    font-size: 12px;
  }

  .services .cart_services .name {
    font-size: 48px;
  }

  .offer_1 {
    margin-top: -144px;
  }

  .services {
    padding-bottom: 220px;
  }

  footer .col {
    width: 100%;
    max-width: 100%;
    margin: 0 15px 15px !important;
  }

  footer a.tel,
  footer a.mail {
    margin-bottom: 20px;
  }

  footer .col:nth-last-child(1) {
    margin-top: 20px;
  }

  footer .col:nth-last-child(1) span {
    margin-top: 20px;
  }

  .about {
    margin-top: 65px;
    padding-bottom: 20px;
  }

  .advantages .cart__advantages .title {
    font-size: 16px;
    line-height: 23px;
  }

  .advantages .cart__advantages .icon {
    max-height: 40px;
    max-width: 50px;
  }

  .advantages .cart__advantages .icon img {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 24px;
  }

  .intro .desc {
    font-size: 14px;
  }

  .intro {
    min-height: auto;
  }

  .offer_1 a,
  .btn {
    padding: 15px 20px;
    text-align: center;
  }

  .modal .relative {
    padding: 40px 20px 30px;
  }

  .modal .title {
    font-size: 21px;
  }

  .modal .subtitle {
    font-size: 14px;
  }

  .modal_services .name {
    font-size: 42px;
  }

  .modal_services .title__services {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .intro h1 {
    font-size: 20px;
  }

  .advantages h2 {
    font-size: 21px;
  }

  .services .cart_main_services .subtitle {
    font-size: 24px;
  }

  .services .cart_main_services h2 {
    font-size: 65px;
  }

  .offer_1 {
    padding: 50px 25px 25px;
  }

  .offer_1 .title {
    font-size: 17px;
  }

  .services .cart_services {
    padding: 25PX;
  }

  .feedback h2 {
    font-size: 30px;
  }

  .offer_2 .title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .offer_2 .subtitle {
    font-size: 18px;
  }

  .footnote p {
    font-size: 12px;
  }
}

.modal_services .desc {
  letter-spacing: normal;
}

.modal_services .desc p {
  margin-bottom: 15px;
}

.modal_services .desc p:last-child {
  margin-bottom: none;
}

.modal_services .desc ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.modal_services .desc ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.modal_services .desc ul li:last-child {
  margin-bottom: 0;
}

.modal_services .desc ul:last-child {
  margin-bottom: 0;
}

.modal {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.form_success {
  background: #366835;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.form_success .success_2 {
  font-weight: 300;
  opacity: .5;
  font-size: 14px;
}
