/*Цвета*/

.white {
  color: white;
}
.black {
  color: black;
}
.blue {
  color: #00008b;
}

.bg-gray {
  background: lightgrey;
}

.bg-grayeasy {
  background: rgb(243, 240, 240);
}

.bg-white {
  background: white;
}
.bg-green {
  background: rgb(0, 164, 41) !important;
}
.bg-red {
  background: red !important;
}
.bg-blue {
  background: rgb(0, 110, 255) !important;
}
.bg-greenlight {
  background: linear-gradient(
    160deg,
    rgb(224, 245, 218) 0%,
    rgb(140, 236, 164) 100%
  );
}

.section.g-green {
  background: linear-gradient(
    160deg,
    rgba(129, 228, 104, 1) 0%,
    rgba(0, 164, 41, 1) 100%
  );
  background-size: 100% 100%;
}

/*Типография*/

h1 {
  font-size: 3vw;
}

h2 {
  font-size: 2.5vw;
}

h3 {
  font-size: 1.7vw;
  margin: 0;
  line-height: 2vw;
}

p,
label {
  font-size: 1vw;
  margin: 0;
  line-height: 1.4vw;
}

.small {
  font-size: 1vw;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 800;
}

.w-auto {
  width: auto;
}

.align-center {
  align-items: center;
}

.strong1 {
  font-weight: bold;
  font-style: italic;
}

.segoeprint {
    font-family: 'Segoe Print';
}

.link_text {
  text-decoration: underline;
  color: #1b1b6d;
}

/* Отступы */

.mb-1 {
  margin-bottom: 1vw;
}
.mb-2 {
  margin-bottom: 2vw;
}
.mb-3 {
  margin-bottom: 3vw;
}
.mb-4 {
  margin-bottom: 4vw;
}
.mb-5 {
  margin-bottom: 5vw;
}
.mb-6 {
  margin-bottom: 6vw;
}
.mb-7 {
  margin-bottom: 7vw;
}
.mb-8 {
  margin-bottom: 8vw;
}
.mb-9 {
  margin-bottom: 9vw;
}

.mt-1 {
  margin-top: 1vw;
}
.mt-2 {
  margin-top: 2vw;
}
.mt-3 {
  margin-top: 3vw;
}
.mt-4 {
  margin-top: 4vw;
}
.mt-5 {
  margin-top: 5vw;
}
.mt-6 {
  margin-top: 6vw;
}
.mt-7 {
  margin-top: 7vw;
}
.mt-8 {
  margin-top: 8vw;
}
.mt-9 {
  margin-top: 9vw;
}

.mr-1 {
  margin-right: 1vw;
}
.mr-2 {
  margin-right: 2vw;
}
.mr-3 {
  margin-right: 3vw;
}
.mr-4 {
  margin-right: 4vw;
}
.mr-5 {
  margin-right: 5vw;
}
.mr-6 {
  margin-right: 6vw;
}
.mr-7 {
  margin-right: 7vw;
}
.mr-8 {
  margin-right: 8vw;
}
.mr-9 {
  margin-right: 9vw;
}

.ml-1 {
  margin-left: 1vw;
}
.ml-2 {
  margin-left: 2vw;
}
.ml-3 {
  margin-left: 3vw;
}
.ml-4 {
  margin-left: 4vw;
}
.ml-5 {
  margin-left: 5vw;
}
.ml-6 {
  margin-left: 6vw;
}
.ml-7 {
  margin-left: 7vw;
}
.ml-8 {
  margin-left: 8vw;
}
.ml-9 {
  margin-left: 9vw;
}

.pb-1 {
  padding-bottom: 1vw;
}
.pb-2 {
  padding-bottom: 2vw;
}
.pb-3 {
  padding-bottom: 3vw;
}
.pb-4 {
  padding-bottom: 4vw;
}
.pb-5 {
  padding-bottom: 5vw;
}
.pb-6 {
  padding-bottom: 6vw;
}
.pb-7 {
  padding-bottom: 7vw;
}
.pb-8 {
  padding-bottom: 8vw;
}
.pb-9 {
  padding-bottom: 9vw;
}

.pt-1 {
  padding-top: 1vw;
}
.pt-2 {
  padding-top: 2vw;
}
.pt-3 {
  padding-top: 3vw;
}
.pt-4 {
  padding-top: 4vw;
}
.pt-5 {
  padding-top: 5vw;
}
.pt-6 {
  padding-top: 6vw;
}
.pt-7 {
  padding-top: 7vw;
}
.pt-8 {
  padding-top: 8vw;
}
.pt-9 {
  padding-top: 9vw;
}

.pr-1 {
  padding-right: 1vw;
}
.pr-2 {
  padding-right: 2vw;
}
.pr-3 {
  padding-right: 3vw;
}
.pr-4 {
  padding-right: 4vw;
}
.pr-5 {
  padding-right: 5vw;
}
.pr-6 {
  padding-right: 6vw;
}
.pr-7 {
  padding-right: 7vw;
}
.pr-8 {
  padding-right: 8vw;
}
.pr-9 {
  padding-right: 9vw;
}

.pl-1 {
  padding-left: 1vw;
}
.pl-2 {
  padding-left: 2vw;
}
.pl-3 {
  padding-left: 3vw;
}
.pl-4 {
  padding-left: 4vw;
}
.pl-5 {
  padding-left: 5vw;
}
.pl-6 {
  padding-left: 6vw;
}
.pl-7 {
  padding-left: 7vw;
}
.pl-8 {
  padding-left: 8vw;
}
.pl-9 {
  padding-left: 9vw;
}

.mtauto {
  text-align: center;
}
/* Стили */

html {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

section {
  padding: 4vw 8vw;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
}

nav {
  width: 84vw;
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 1vw 8vw;
}

.inline {
  display: inline;
}

.button {
  background: red;
  border-radius: 1vw;
  padding: 1vw 1.5vw;
  font-size: 1.2vw;
  cursor: pointer;
}

.long {
  padding: 1vw 6vw;
}

.row {
  display: flex;
}

.f-1 {
  flex: 1;
}
.ff-1 {
  flex: 1;
}
.f-2 {
  flex: 2;
}
.f-3 {
  flex: 3;
}
.f-4 {
  flex: 4;
}
.f-5 {
  flex: 5;
}
.f-6 {
  flex: 6;
}
.f-7 {
  flex: 7;
}
.f-8 {
  flex: 8;
}
.f-9 {
  flex: 9;
}

.section-full-width {
  padding: 0;
}

.nav-img {
  flex: 2;
}

.nav-img img {
  width: 100%;
}

.nav-menu {
  display: flex;
  list-style-type: none;
  flex: 4;
  padding-inline-start: 0;
}

.nav-menu li {
  flex: 1;
  text-align: center;
}

.nav-address {
  flex: 2;
}

.nav-address a {
  color: #0000ff;
  text-decoration: none;
}

.nav-button {
  flex: 1.5;
}

.section-1 {
  padding-top: 14vw;
  height: auto;
}

.section-1a {
  height: auto;
  /* padding-bottom: 20vh; */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 1;
  width: 100%;
  padding-top: 1vw;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.mobile-menu {
  display: none;
}

.boxes {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
  grid-row-gap: 6vw;
}

.boxess {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 7%;
  grid-row-gap: 6vw;
  text-align: center;
}

.box p {
  text-align: left;
}

.box a {
  color: #0000ff;
  text-decoration: underline;
}

.column-img {
  margin-bottom: -4px;
}

.small-image {
  width: 30%;
}

.price-boxes {
  display: grid;
  grid-template-columns: 25% 25% 25%;
  justify-content: center;
  grid-column-gap: 5%;
  grid-row-gap: 6vw;
}

.price-box img {
  width: 30vw;
  margin-bottom: 3vw;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.modal-box {
  width: 40vw;
  background: white;
  margin: 50vh 0 0 50vw;
  transform: translate(-50%, -50%);
  padding: 2vw;
  border: 0.7vw solid orangered;
  text-align: center;
  box-shadow: 0 0 2vw black;
  border-radius: 0.5vw;
  animation: fadein 0.3s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-box h1 {
  font-weight: 200;
}

.modal-box h3 {
  color: gray;
  margin-bottom: 2vw;
  font-weight: 200;
}

.modal-box input {
  display: block;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 2vw;
  border: 2px solid #c5e1e4;
  box-shadow: 0 0 0.5vw rgb(204, 202, 202);
  font-size: 1.5vw;
  border-radius: 0.5vw;
  padding: 0.7vw;
}

.modal-box input[type="checkbox"] {
  margin-left: 0;
  transform: none;
}

.x {
  position: fixed;
  top: 1vw;
  right: 1vw;
  font-size: 3vw;
  cursor: pointer;
}

.modal-cookie {
  position: fixed;
  display: flex;
  bottom: 0;
  z-index: 3;
  background: lightblue;
  padding: 2vw 8vw;
  align-items: center;
}

.cookie-text {
  margin-right: 3vw;
}

.services {
  justify-content: center;
}

.service-col {
  margin: 0 4vw;
}

.service-list {
  display: grid;
  grid-template-columns: 65% 35%;
}

.service-list p {
  padding: 0.3vw 2vw;
  white-space: nowrap;
}

.service-list p:nth-child(4n) {
  background: rgb(235, 235, 235);
}

.service-list p:nth-child(4n-1) {
  background: rgb(200, 200, 200);
}

.service-list p:nth-child(4n-2) {
  background: rgb(250, 250, 250);
}

.service-list p:nth-child(4n-3) {
  background: rgb(220, 220, 220);
}

.service-list2 {
  display: grid;
  grid-template-columns: 65% 35%;
}

.service-list2 p {
  padding: 0.3vw 2vw;
  white-space: nowrap;
}

.service-list2 p:nth-child(4n) {
  background: rgb(235, 235, 235);
}

.service-list2 p:nth-child(4n-1) {
  background: rgb(200, 200, 200);
}

.service-list2 p:nth-child(4n-2) {
  background: rgb(250, 250, 250);
}

.service-list2 p:nth-child(4n-3) {
  background: rgb(220, 220, 220);
}

.service-banner {
  background: red;
  padding: 1vw 2vw;
  margin: 4vw 12vw;
  color: white;
  text-align: center;
}

.price-box-header {
  padding: 0.7vw 0;
}

.price-box-content {
  padding: 2vw 0 4vw 0;
}

.form-container {
  justify-content: center;
}

label {
  display: block;
  color: lightslategrey;
  margin-bottom: 0.3vw;
}

input {
  margin-bottom: 1vw;
  border-radius: 2px;
  border: none;
  padding: 0.3vw;
  width: 16vw;
  border: 2px solid #c5e1e4;
  box-shadow: 0 0 0.5vw rgb(204, 202, 202);
}

.checkbox {
  width: auto;
  margin-left: 14vw;
}

textarea {
  height: 74%;
  border-radius: 2px;
  border: none;
  padding: 0.5vw;
  width: 32vw;
  border: 2px solid #c5e1e4;
  box-shadow: 0 0 0.5vw rgb(204, 202, 202);
}

.modal-textarea {
  width: 16vw;
}

footer {
  display: flex;
  align-items: center;
  padding: 2vw 8vw;
}

.social {
  display: flex;
}

.social img {
  padding: 0 2vw;
  width: 5vw;
}

button:disabled {
  background: gray;
}

.icon_size {
  font-size: 3rem;
  font-family: sans-serif;
}

.h5_left {
  text-align: left;
}

/* для страниц */

.contentbox {
  padding: 0 2% 0 2%;
  border-bottom: double;
  border-top: double;
}

.contenttext {
  width: 65%;
  margin: auto;
  font-size: 1.1vw;
  padding: 1% 3% 1% 3%;
  letter-spacing: 0.15em;
  border-left: double;
  border-right: double;
}

.contenttext h3 {
  margin-top: 1%;
  margin-left: 3%;
  margin-bottom: 1%;
}

.contenttext p {
  padding: 1% 3%;
}

.contenttext ul {
  list-style: none;
  clear: both;
}

.contenttext li {
  padding-left: 20px;
  position: relative;
  margin: 10px;
  font-size: 1vw;
}

.contenttext li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: -3px;
  color: #008000;
}

.contenttext img {
  width: 30%;
  padding: 1.5% 3% 1% 3%;
  float: left;
}

.strong {
  font-weight: bold;
}

.none {
  display: none;
}

.source {
  text-align: right;
  font-size: small;
}

.img_center {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img_center img {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.img_center_full {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img_center_full img {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.clear {
  clear: both;
}

/* цитата */

.blockquote-8 {
  position: relative;
  padding: 16px 15px;
  margin: 16px 2rem;    
  font-size: 1rem;
  text-align: center;
font-style: italic;
}
.blockquote-8:before,
.blockquote-8:after {
  position: absolute;
  color: #042642;
  font-size: 2rem;
  font-family: Times, sans-serif;    
  line-height: 4rem;    
}
.blockquote-8:before {
  content: '“';
  left: -1px;
  top: -10px;
}
.blockquote-8:after {
  content: '”';
  right: -1px;
  bottom: -10px;
}
.blockquote-8 cite {
  color: #337AB7;
  font-size: 10px;
  padding-top: 10px;
  display: block;
}

/* меню о нас */

.menucontent {
  border-bottom: double;
  border-top: double;
  padding: 2%;
}

.menucontent ul {
  margin: 0;
  list-style: circle;
  font-size: 0.8em;
}

.menucontent ul li {
  padding-bottom: 0.3em;
}

.menucontent ul a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
  font-style: italic;
}

.menucontent h5 {
  margin: 0;
  padding-bottom: 1%;
  text-align: center;
}

@media (max-width: 812px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 4vw;
    margin: 0;
    line-height: 4vw;
  }

  p,
  label {
    font-size: 2.5vw;
    margin: 0;
    line-height: 4vw;
  }

  input {
    font-size: 3vw;
    width: 100%;
  }

  textarea {
    font-size: 3vw;
    width: 100%;
    margin-left: 0;
  }

  nav {
    padding: 1vw 8vw;
  }

  .contenttext {
    font-size: 4vw;
  }

  .mobile-menu {
    display: block;
    flex: 0.3;
  }

  .mobile-menu img {
    display: block;
    width: 150%;
    padding-left: 70%;
  }

  .section-1 {
    padding-top: 20vw;
    padding-bottom: 8vw;
    background-size: auto !important;
  }

  .section-2,
  .section-5,
  .section-7 {
    padding: 6vw 8vw;
  }

  .section-9 {
    padding: 4vw 8vw;
  }

  .small {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .nav-menu {
    display: none;
  }

  .nav-address {
    text-align: right;
    margin-right: 2vw;
    font-size: 2vw;
  }

  .nav-img img {
    width: 85%;
  }

  .mobile-menu .nav-menu {
    position: fixed;
    top: 15vw;
    right: 0;
  }

  .nav-menu li {
    flex: 1;
    flex-direction: column;
    text-align: center;
    background: white;
    padding: 4vw;
    font-size: 4vw;
  }

  .button {
    background: orangered;
    border-radius: 2vw;
    padding: 2vw 3vw;
    font-size: 3vw;
  }

  .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .text-column {
    padding: 8vw;
  }

  .price-boxes {
    grid-template-columns: 60vw;
    justify-content: center;
  }

  .price-box img {
    width: 60vw;
  }

  .modal-box {
    width: 80vw;
  }

  .modal-box input {
    margin-bottom: 4vw;
    font-size: 3vw;
    padding: 1vw;
    width: 100%;
    transform: translate(-49%, 0);
    margin-top: 1vw;
  }

  .modal-box textarea {
    font-size: 3vw;
    padding: 1vw;
    width: 97%;
    margin: 1vw 0;
    height: 15vw;
  }

  .x {
    font-size: 5vw;
  }

  .nav-button {
    display: none;
  }

  .col-2-header {
    display: none;
  }

  .footer-logo {
    display: none;
  }

  .small-h3 {
    font-size: 2.5vw;
  }

  .dropdown {
    display: block;
  }

  .dropdown-content {
    right: 1vw;
  }

  .service-banner {
    margin: 8vw 4vw 4vw 4vw;
  }

  .price-button {
    margin: 8vw 0 6vw 0;
  }

  .mr-mb-0 {
    margin-right: 0;
  }

  .ml-mb-0 {
    margin-left: 0;
  }

  .row-mobile {
    display: flex;
  }

  .modal-box input[type="checkbox"] {
    width: auto;
    margin-right: 2vw;
    margin-top: 4vw;
  }

  .boxess {
    display: grid;
    grid-template-columns: 95%;
    grid-column-gap: 7%;
    grid-row-gap: 6vw;
  }

  .box {
    margin-left: 6%;
  }

  .box p {
    font-size: 0.8em;
    line-height: 1.5;
  }

  .contentbox {
    padding: 0 2% 0 2%;
  }

  .contenttext {
    width: 98%;
    height: auto;
    margin: auto;
    padding: 1% 1% 1% 1%;
    border: none;
  }

  .contenttext h3 {
    margin-top: 3%;
    margin-left: 1%;
    margin-bottom: 2%;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .contenttext p {
    padding: 1% 1%;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
  }

  .contenttext ul {
    list-style: none;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
  }

  .contenttext li {
    padding-left: 3%;
    position: relative;
    margin: 0;
    font-size: 4vw;
  }

  .contenttext li:before {
    content: "✔";
    position: absolute;
    left: -5%;
    top: -0.2px;
    color: #008000;
  }

  .contenttext img {
    width: 98%;
    padding: 1.5% 1% 1% 1%;
    float: none;
  }

  .img_center {
    overflow: hidden;
  }

  .img_center img {
    width: 180%;
  }

  .img_center_full {
    width: 100%;
  }

  .container1 {
    display: flex;
    height: 100%;
  }

  .ff-1 {
    padding-bottom: 2vh;
  }
  .f-2 {
    flex: 1;
  }

  .row_index_mob {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-evenly;
  }

  br {
    display: none;
  }

  .section-1-img {
    margin-top: 5%;
  }

  .hightform {
    height: 100%;
  }

  .hightform1 {
    height: 100%;
  }

  .margin_icons {
    margin: 5vh 0;
  }

  .center_brend__h1 {
    display: block;
    text-align: center;
  }

  .center__h1 {
    display: block;
    text-align: justify;
  }

  .inline-block {
    display: inline-block;
  }
  .mb-4_mob {
    margin-bottom: 4vw;
  }
  .service-list2 p:nth-child(4n) {
    background: rgb(250, 250, 250);
  }
  
  .service-list2 p:nth-child(4n-1) {
    background: rgb(220, 220, 220);
  }
  
  .service-list2 p:nth-child(4n-2) {
    background: rgb(235, 235, 235);
  }
  
  .service-list2 p:nth-child(4n-3) {
    background: rgb(200, 200, 200);
  }

}

@media (min-width: 640px) {
  .dropdown:hover .dropdown-content {
    display: block;
  }
}

@media (max-width: 320px) {
  .section-1-img {
    display: flex;
  }

  .h3_iphone4 {
    margin-bottom: 2vh;
  }

  .iphone4 {
    max-width: 76%;
    margin: auto;
  }
}
