@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto:wght@700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/**
 * ItcSlider
 * @version 1.0.0
 * @author https://github.com/itchief
 * @copyright Alexander Maltsev 2020 - 2022
 * @license MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
 * @tutorial https://itchief.ru/javascript/slider
 */
.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  justify-content: space-between;
  text-align: center;
}

.itc-slider__transition-none {
  transition: none;
}

.itc-slider__item {
  flex: 0 0 100%;
  max-width: 340px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */
.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgb(0 0 0/20%);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  left: 0;
}

.itc-slider__btn_next {
  right: 0;
}

.itc-slider__btn:hover,
.itc-slider__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(0 0 0/30%);
  outline: 0;
}

.itc-slider__btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.itc-slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider__indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255/50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider__indicator_active {
  background-color: rgb(255 255 255/90%);
}

/*** VARIABLES ***/
/* Colors */
/*** EXTEND ***/
/* box-shadow */
ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

/*** STYLE ***/
*,
*:before,
*:after {
  box-sizing: border-box;
}

a, a:visited {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
}

::-moz-selection {
  background: rgba(255, 208, 0, 0.3960784314); /* Safari */
}

::selection {
  background: rgba(255, 208, 0, 0.3960784314); /* Safari */
}

::-moz-selection {
  background: #FFD200; /* Firefox */
}

body {
  width: 100%;
  height: 100%;
  background: url(../img/а1.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

main {
  flex-grow: 1;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

header.header {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  background: rgb(28, 28, 28);
  color: #fff;
  box-shadow: 1px 1px 3px 0px rgb(105, 105, 105);
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-wrapper {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 30px;
}

ul {
  list-style: none;
}

html, body {
  min-height: 100%;
}

.unscroll {
  overflow: hidden;
}

.logo {
  height: 55px;
  color: #fff;
  margin: 20px 60px 0 0;
}

.nav {
  width: 100%;
  height: 100%;
  top: 80px;
  max-height: 0;
  position: fixed;
  text-align: center;
  background-color: rgb(28, 28, 28);
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

ul.menu {
  width: 100%;
  font-family: Oswald;
  font-size: 20px;
}

.menu a {
  display: block;
  padding: 15px;
  color: #fff;
}

.menu a:hover {
  color: #FFD200;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.phone, .mail, .messengers {
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  display: inline-flex;
}

.messengers img {
  height: 25px;
  padding: 0;
}

.phone-logo, .mail-logo {
  margin-top: 20px;
  margin-right: -10px;
  height: 22px;
}

.mail-logo {
  margin-top: 6px;
  margin-right: 5px;
  height: 22px;
}

.hamb {
  cursor: pointer;
  padding: 40px 20px;
}

.hamb-line {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  width: 30px;
  z-index: 2;
}

.hamb-line::before,
.hamb-line::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 2;
}

.hamb-line::before {
  top: 7px;
  z-index: 2;
}

.hamb-line::after {
  top: -7px;
  z-index: 2;
}

.side-menu {
  display: none;
}

.side-menu:checked ~ nav {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

.title-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.title-wrapper__h1 {
  font-family: Oswald;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}

.white-wrapper {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.company {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 15px;
  border-radius: 10px 10px 0 0;
}

.company-wrapper {
  max-width: 100%;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.box {
  max-width: 100%;
  display: grid;
  color: #000;
  font-size: 24px;
  font-family: Oswald;
}

.box-1__img {
  max-height: 400px;
  margin: 10px auto 0;
  border-radius: 6px;
  box-shadow: 0px 30px 50px -20px rgba(34, 60, 80, 0.4);
  -webkit-box-shadow: 0px 30px 50px -20px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 0px 30px 50px -20px rgba(34, 60, 80, 0.4);
}

.company__h2 {
  font-family: Oswald;
  display: inline-flex;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.company-title {
  max-width: 100%;
  font-family: Oswald;
  font-size: 20px;
  display: grid;
  line-height: 1.25;
  margin-top: 20px;
  text-align: justify;
}

.double-box {
  max-width: 100%;
  display: grid;
  margin-top: 20px;
  grid-template-columns: auto auto;
}

.text__num {
  color: #FFD200;
  font-family: Roboto;
  font-size: 26px;
  margin-right: 10px;
}

.text {
  max-width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  display: grid;
}

.portfolio {
  margin-top: 30px;
}

.portfolio-title {
  font-family: Oswald;
  font-size: 34px;
  padding: 0 15px 15px;
  text-transform: uppercase;
}

.portfolio__h2 {
  font-family: Oswald;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.messengers img {
  height: 28px;
}

.tg:hover, .wa:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: 0.2s;
}

.portfolio {
  height: 100%;
}

.itc-slider {
  position: relative;
}

.itc-slider__item {
  max-width: 400px;
  max-height: 580px;
  border-radius: 20px;
  flex: 0 0 100%;
  overflow: hidden;
}
.itc-slider__item img {
  width: 100%;
  height: 100%;
}

.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider__btn_prev {
  left: 0;
}

.itc-slider__btn_next {
  right: 0;
}

.description {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 410px;
  background-color: rgba(0, 0, 0, 0.5);
}
.description p {
  padding: 10px;
  font-family: Montserrat;
  text-align: left;
  z-index: 5;
  color: #fff;
}

.services {
  margin-top: 30px;
}

.serviсes-title {
  font-family: Oswald;
  font-size: 34px;
  padding: 0 15px 10px;
  text-transform: uppercase;
}

ol.gradient-list {
  max-width: 100%;
  counter-reset: gradient-counter;
  list-style: none;
  margin: 15px auto 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
  font-family: Oswald;
  font-size: 20px;
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #fff 0%, #ffdb3d 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #2E3339;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
ol.gradient-list > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.2) 0%, rgba(232, 197, 0, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.4) 0%, rgba(232, 197, 0, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.6) 0%, rgba(232, 197, 0, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.8) 0%, rgba(232, 197, 0, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #ffdb3d 0%, #e8c500 100%);
}
ol.gradient-list > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.8) 0%, rgba(232, 197, 0, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.6) 0%, rgba(232, 197, 0, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.4) 0%, rgba(232, 197, 0, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0.2) 0%, rgba(232, 197, 0, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(255, 219, 61, 0) 0%, rgba(232, 197, 0, 0) 100%);
}
ol.gradient-list > li + li {
  margin-top: 2rem;
}

/* Форма обратной связи */
.form-container {
  max-width: 100%;
  margin: 30px auto 0;
  background-color: #2E3339;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: Oswald;
}

.form-title {
  font-size: 28px;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #fff;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 8px;
  resize: none;
}

/* Checkboxes */
.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox__input {
  opacity: 0;
}

input[type=submit] {
  background-color: #FFD200;
  color: #2E3339;
  border: none;
  display: block;
  margin: 20px auto 10px;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 30px;
  font-family: Oswald;
  font-size: 24px;
  transition: color 0.3s;
}

input[type=submit]:hover {
  color: #fff;
}

.checkbox__label {
  font-size: 16px;
  cursor: pointer;
}

.checkbox__label:before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #2E3339;
  border-radius: 3px;
}

.checkbox__label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  transition: opacity 0.1s linear;
  background: url(../img/tick.svg) no-repeat;
  background-size: 16px 16px;
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 0;
  z-index: 5;
}

.checkbox__input:checked + .checkbox__label:after {
  opacity: 1;
}

#privacy-policy {
  vertical-align: middle;
  display: inline-block;
  margin-top: -28px;
  margin-right: 5px;
}

/* Демо формы обратной связи */
.form-success, .checkbox-error {
  font-family: Oswald;
  font-size: 20px;
  margin-bottom: 40px;
  margin-left: 15px;
}

.checkbox-error {
  color: #fff;
}

footer {
  max-width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: grid;
  color: #fff;
  background-color: #2E3339;
}

footer a, footer a:visited {
  color: #fff;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.footer-box {
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  font-family: Oswald;
  color: #fff;
}

.footer-logo {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.foot-img {
  height: 50px;
}

.foot-contact {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}

.foot-contact-wrapper {
  font-family: Oswald;
  display: flex;
  flex-direction: column;
}

.foot-phone, .foot-mail {
  display: flex;
}

.foot-mail img, .foot-phone img {
  margin-top: 3px;
  margin-right: 3px;
  height: 20px;
}

.foot-req {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 2;
}

.foot-mess {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 1;
}

.mess-wrapper {
  margin: 0 auto;
}
.mess-wrapper img {
  height: 24px;
  padding-right: 10px;
}

.foot-text {
  font-size: 14px;
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 5;
}

.tg-foot img:hover, .wa-foot img:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: 0.2s;
}

.tg-foot img, .wa-foot img {
  transition: 0.2s;
}

/* page 404 */
.page-error {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.6;
  max-width: 900px;
  padding-top: 150px;
  text-align: center;
  margin: 0 auto;
}

.page-error h1 {
  text-align: center;
  font-size: 100px;
  color: #FFD200;
}

a.link-er {
  font-size: 29px;
  font-weight: bold;
  color: #d49b2a;
}

a.link-er:visited {
  color: #d49b2a;
}

@media (min-width: 768px) {
  .header-wrapper {
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
  }
  .nav {
    width: 100%;
    max-height: none;
    top: 0;
    font-size: 24px;
    position: relative;
    background-color: transparent;
  }
  ul.menu {
    height: 90px;
    width: 100%;
    justify-content: space-between;
    display: grid;
    place-items: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  .menu li {
    color: #fff;
    float: left;
  }
  .menu a {
    padding: 0 5px;
  }
  .menu a:hover {
    background-color: transparent;
    color: #FFD200;
  }
  .hamb {
    display: none;
  }
  .logo {
    margin-top: 15px;
  }
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .phone, .mail, .messengers {
    padding: 0;
    max-width: 100%;
    flex-direction: row;
  }
  .phone a, .mail-add {
    font-size: 18px;
  }
  .phone-logo, .mail-logo {
    margin-top: 5px;
    margin-right: -3px;
    height: 20px;
  }
  .mail-logo {
    margin-top: 5px;
    margin-right: 3px;
    height: 20px;
  }
  .title-wrapper__h1 {
    font-size: 38px;
    padding-top: 130px;
  }
  .phone a:hover {
    color: #fff;
    cursor: auto;
  }
  .content-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
  }
  .box {
    max-width: 100%;
    display: grid;
    color: #000;
    font-size: 24px;
    margin-top: 10px;
    font-family: Oswald;
  }
  .first {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .second, .third {
    margin-left: 20px;
  }
  .box-1__img {
    max-height: 450px;
    margin: 10px 0 0 0;
  }
  .third {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .fourth {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .company-title {
    height: auto;
    margin-top: 0;
  }
  .double-box {
    max-width: 100%;
    display: grid;
  }
  .text__num {
    color: #FFD200;
    font-family: Roboto;
    font-size: 26px;
    margin-right: 10px;
    text-align: start;
  }
  .text {
    max-width: 100%;
    font-family: Montserrat;
    font-size: 16px;
  }
  .portfolio {
    margin-top: 30px;
  }
  .itc-slider__item {
    max-width: 400px;
    max-height: 580px;
    border-radius: 20px;
    margin: 0 1%;
    flex: 0 0 50%;
    overflow: hidden;
  }
  .itc-slider__item img {
    width: 100%;
    height: 100%;
  }
  ol.gradient-list {
    max-width: 100%;
  }
  .form-container {
    max-width: 80%;
  }
  footer {
    height: 200px;
  }
  .footer-wrapper {
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 5;
  }
  .footer-box {
    height: 100px;
    width: 100%;
    display: grid;
  }
  .foot-img {
    height: 70px;
  }
  .foot-text {
    font-family: Oswald;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }
  .footer-box {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: start;
    align-content: center;
    font-family: Oswald;
  }
  .footer-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .foot-img {
    height: 60px;
  }
  .foot-contact {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .foot-contact-wrapper {
    font-family: Oswald;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .foot-phone, .foot-mail {
    display: flex;
  }
  .foot-mail img, .foot-phone img {
    margin-top: 3px;
    margin-right: 3px;
    height: 20px;
  }
  .foot-req {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .foot-mess {
    grid-column-start: 7;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .mess-wrapper {
    margin: 0 auto;
  }
  .mess-wrapper img {
    height: 28px;
    padding: 0 5px;
  }
  .foot-text {
    font-size: 16px;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-content: center;
  }
}
@media (min-width: 999px) {
  .contact-wrapper {
    flex-direction: row-reverse;
  }
  .logo {
    margin-top: 20px;
  }
  .phone, .mail, .messengers {
    margin: 0 7px;
  }
  .menu a {
    padding: 0 10px;
    font-size: 18px;
  }
  .mail-add {
    font-size: 18px;
  }
  .phone-logo, .mail-logo {
    margin-top: 3px;
    margin-right: 5px;
    height: 25px;
  }
  .phone-logo {
    margin-right: -5px;
    margin-top: 3px;
  }
  .messengers img {
    height: 28px;
  }
  .title-wrapper {
    height: 350px;
  }
  .title-wrapper__h1 {
    font-size: 48px;
    padding-top: 150px;
  }
  .company-title {
    height: auto;
    font-size: 22px;
  }
  .box {
    max-width: 96%;
  }
  .first {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .box-1__img {
    max-height: 100%;
    margin: 0;
  }
  .second {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .third {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .fourth {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .second, .third, .fourth {
    margin-left: 20px;
  }
  .text__num {
    font-size: 35px;
  }
  .text {
    font-size: 18px;
  }
  .itc-slider-items {
    --gap: 2%;
    gap: var(--gap);
  }
  .itc-slider-item {
    flex: 0 0 calc(30% - var(--gap) * 2 / 3);
  }
  .services-wrapper {
    display: flex;
  }
  .form-container {
    max-width: 50%;
  }
  footer {
    max-width: 1200px;
    height: 145px;
  }
  .foot-container {
    margin: 0;
  }
  .footer-wrapper {
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 5;
  }
  .footer-box {
    height: 100px;
    width: 100%;
    display: grid;
  }
  .foot-img {
    height: 70px;
  }
  .foot-text {
    font-family: Oswald;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }
  .footer-box {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: start;
    align-content: center;
    font-family: Oswald;
  }
  .footer-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-content: center;
  }
  .foot-img {
    height: 60px;
  }
  .foot-contact {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .foot-contact-wrapper {
    font-family: Oswald;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .foot-phone, .foot-mail {
    display: flex;
  }
  .foot-mail img, .foot-phone img {
    margin-top: 5px;
    margin-right: 3px;
    height: 20px;
  }
  .foot-req {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .foot-mess {
    grid-column-start: 8;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 1;
    justify-content: center;
  }
  .mess-wrapper {
    margin: 0 auto;
  }
  .mess-wrapper img {
    height: 28px;
    margin-left: 10px;
  }
  .foot-text {
    font-size: 16px;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .menu a {
    padding: 0 15px;
    font-size: 20px;
  }
  .mail-add {
    font-size: 20px;
  }
  .phone-logo, .mail-logo {
    margin-top: 5px;
    margin-right: 5px;
    height: 25px;
  }
  .phone-logo {
    margin-right: -9px;
    margin-top: 3px;
  }
  .phone {
    margin-left: 20px;
  }
  .box-1__img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0px 40px 50px -20px rgba(34, 60, 80, 0.4);
    -webkit-box-shadow: 0px 40px 50px -20px rgba(34, 60, 80, 0.4);
    -moz-box-shadow: 0px 40px 50px -20px rgba(34, 60, 80, 0.4);
  }
  ol.gradient-list li {
    margin-right: 30px;
  }
  .foot-contact {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .foot-contact-wrapper {
    font-family: Oswald;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .foot-phone, .foot-mail {
    display: flex;
  }
  .foot-mail img, .foot-phone img {
    margin-top: 5px;
    margin-right: 3px;
    height: 20px;
  }
  .foot-req {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
    justify-content: center;
  }
  .foot-mess {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 1;
    justify-content: center;
  }
  .mess-wrapper {
    margin: 0 0 0 35px;
  }
  .mess-wrapper img {
    height: 28px;
    padding: 0;
    margin-left: 20px;
  }
  .foot-text {
    font-size: 16px;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */