@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu&display=swap");



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 {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers*/



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}



body {

  line-height: 1;

}



ol,

ul {

  list-style: none;

}



blockquote,

q {

  quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

  content: "";

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



html {

  font-size: 62.5%;

}



a {

  text-decoration: none;

}



@font-face {

  font-family: "Roboto-Black";

  font-display: swap;

  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-BlackItalic";

  font-display: swap;

  src: url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Italic";

  font-display: swap;

  src: url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Bold";

  font-display: swap;

  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Light";

  font-display: swap;

  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-BoldItalic";

  font-display: swap;

  src: url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-LightItalic";

  font-display: swap;

  src: url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-MediumItalic";

  font-display: swap;

  src: url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Medium";

  font-display: swap;

  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-ThinItalic";

  font-display: swap;

  src: url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Thin";

  font-display: swap;

  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



@font-face {

  font-family: "Roboto-Regular";

  font-display: swap;

  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

}



.padding {

  padding-left: 135px;

  padding-right: 135px;

}



html {

  overflow: auto !important;

}



body {

  font-family: "Ubuntu";

  font-size: 10px;

}



html,

body {

  position: relative;

  overflow-x: hidden;

}



s .container {

  overflow-x: hidden;

}



.h1 {

  font-size: 5.8rem;

  text-align: center;

}



.h2 {

  font-size: 5.8rem;

  text-align: center;

}



.text {

  font-family: "Ubuntu";

  text-align: center;

  font-size: 1.6rem;

}



.btn-block {

  display: flex;

  justify-content: center;

  align-items: center;

}



.btn {

  font-size: 1.6rem;

  border-radius: 0px 20px;

  padding: 20px 45px;

  cursor: pointer;

  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);

  transition: all 0.2s;

}



.btn:hover {

  padding: 20px 55px;

}



.btn-orange {

  background-color: #FA9F42;

  color: #fff;

}



.title-screen {

  width: 100vw;

  min-width: 100vw;

  min-height: 100vh;

  background-color: #2b66b7;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

}



.title {

  width: 100%;

  height: 600px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: row;

  padding-top: 100px;

  padding-bottom: 30px;

}



.title-left {

  height: 100%;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  flex-direction: column;

  z-index: 2;

}



.title-right {

  height: 100%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  flex-direction: column;

}



.title-left__soc {

  font-size: 1.6rem;

}



.title-left__soc li {

  padding: 0 0 30px 0;

}



.title-left__soc a:hover {

  color: #FA9F42;

}



.title-left__soc a {

  font-size: 2.2rem;

  color: #fff;

}



.title-left__img,

.title-right__img {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  width: 240px;

  height: 300px;

  overflow: hidden;

}



.title-left__img {

  border-radius: 0px 80px 0px 0px;

  border-top: 2px dashed #fff;

  border-right: 2px dashed #fff;

}



.title-right__img {

  border-radius: 0px 0px 0px 80px;

  border-bottom: 2px dashed #fff;

  border-left: 2px dashed #fff;

}



.img-left,

.img-right {

  width: 240px;

  height: 300px;

  background-size: cover;

}



.img-left {

  border-radius: 0px 70px 0px 0px;

  transform: translate(-10px, 10px);

  background-image: url("../img/img-2.png");

  background-position: 10px -10px;

}



.img-right {

  border-radius: 0px 0px 0px 70px;

  transform: translate(10px, -10px);

  background-image: url("../img/img2.png");

  background-position: -10px 10px;

}



.title-center {

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  padding: 50px;

}



.title-center__h1 {

  margin: 0 0 50px 0;

  text-transform: uppercase;

  font-family: "Poppins", sans-serif;

}



.title-center__text {

  margin: 0 0 50px 0;

}



.title__img {

  height: 300px;

  padding: 0 0 30px 0;

}



.header-wrapper {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  width: 100vw;

  position: absolute;

}



.header {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: row;

  height: 60px;

  font-family: "Ubuntu";

  width: 100%;

}



.nav-item {

  display: inline;

}



.nav-item a {

  color: #fff;

  text-decoration: none;

  padding: 0 12px 3px 12px;

  font-size: 1.6rem;

}



.phone a:hover,

.nav-item a:hover {

  border-bottom: 2px dashed #FA9F42;

}



.phone a {

  color: #fff;

  text-decoration: none;

  font-size: 1.6rem;

  padding-bottom: 3px;

}



.burger-menu {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: row;

  z-index: 1000;

}



.burger-menu__button {

  height: 30px;

  width: 30px;

  display: none;

  justify-content: center;

  align-items: center;

  z-index: 30;

  cursor: pointer;

}



.burger-menu__line,

.burger-menu__line::before,

.burger-menu__line::after {

  position: relative;

  width: 30px;

  height: 5px;

  display: block;

  background-color: #fff;

  transition: top 0.2s linear 0.2s, transform 0.2s ease-in;

}



.burger-menu__line::before {

  position: absolute;

  left: 0;

  top: -10px;

  content: "";

}



.burger-menu__line::after {

  position: absolute;

  left: 0;

  top: 10px;

  content: "";

}



.burger-menu__line.burger-menu-active {

  background-color: transparent;

}



.burger-menu__line.burger-menu-active::before {

  transform: rotate(45deg);

  top: 0;

  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;

}



.burger-menu__line.burger-menu-active::after {

  transform: rotate(-45deg);

  top: 0;

  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;

}



.burger-menu__overley {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  z-index: 10;

}



.burger-menu__overley.burger-menu-active {

  display: block;

}



.about-screen {

  width: 100vw;

  background-color: #Efefef;

  padding-top: 50px;

  padding-bottom: 50px;

}



.about-block {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: row;

}



.about-img-wrapper {

  width: 50%;

}



.about-img {

  width: 100%;

  border-radius: 0px 100px 0px 100px;

}



.about-description {

  height: 100%;

  width: 100%;

  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  flex-direction: column;

  color: #000;

  margin: 0 0 0 40px;

}



.about-title {

  width: 100%;

  font-size: 5.8rem;

  text-align: center;

}



.about-text {

  padding: 30px 0 0 0;

  font-size: 1.6rem;

  padding-top: 10px;

  line-height: 1.8rem;

  text-indent: 1.5em;

}



.gallery-screen {

  width: 100vw;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  background-color: #Efefef;

}



.gallery {

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  padding-top: 50px;

  padding-bottom: 50px;

}



.slider {

  width: 650px;

  height: 360px;

}



.slick-list {

  width: 100%;

  height: 100%;

  border-radius: 100px 0 100px 0;

}



.slick-slide img {

  width: 100%;

  height: 100%;

}



.offer__slider-counter {

  display: flex;

  width: 650px;

  justify-content: flex-end;

  align-items: center;

  font-size: 24px;

  color: rgba(0, 0, 0, 0.5);

  padding: 0 0 15px 0;

}



.offer__slider-prev {

  margin-right: 10px;

  cursor: pointer;

}



.offer__slider-next {

  margin-left: 10px;

  cursor: pointer;

}



.form-screen {

  width: 100vw;

  background-color: #2b66b7;

  padding-top: 50px;

  padding-bottom: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

}



.form {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  height: 350px;

}



.form input {

  width: 650px;

  height: 50px;

  border: none;

  border-radius: 0px 15px;

}



#tel {

  margin-top: 20px;

}



.btn-submit {

  border: none;

  margin-top: 20px;

}



.form__title {

  color: #fff;

  font-size: 3.6rem;

  padding-bottom: 25px;

}



.error {

  color: #FA9F42;

  font-size: 1.4rem;

  padding: 10px 0 0 0;

}



#checkmarkform {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  display: none;

}



.thank {

  font-size: 2.2rem;

  color: #fff;

  padding: 0 0 30px 0;

}



.img-thank {

  height: 100px;

}



.price-screen {

  width: 100vw;

  background-color: #2b66b7;

  padding-top: 50px;

  padding-bottom: 50px;

}



.price {

  display: flex;

  justify-content: space-around;

  align-items: center;

  flex-direction: row;

  color: #fff;

}

.price-block{
  margin-bottom: 50px;
}

.price-desc {

  min-height: 350px;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: flex-start;

  flex-direction: column;

}



.price__title {

  font-size: 3.6rem;

  padding-bottom: 25px;

}



.price-list {

  font-size: 1.6rem;

  padding-bottom: 15px;

}



.price-list li {

  padding-bottom: 7px;

  list-style-image: url(../img/arrow.png);

}



.price-list li::before {

  content: "";

}



.price_total {

  font-size: 2.2rem;

  color: #FA9F42;

  padding-bottom: 15px;

}



.price-img {

  max-height: 350px;

  border-radius: 0px 70px 0px 0px;

}

.price-img-bottomLeft{
  border-radius: 0px 0px 0px 70px ;
}

.benefits-screen {

  width: 100vw;

  background-color: #Efefef;

  padding-top: 50px;

  padding-bottom: 50px;

}



.benefits-list {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  -moz-column-gap: 30px;

       column-gap: 30px;

  row-gap: 30px;

  padding: 25px 0;

}



.benefits-item {

  background: #FDFDFD;

  box-shadow: 5px 5px 30px rgba(101, 101, 101, 0.12);

  border-radius: 10px;

  padding: 40px 40px 20px 40px;

}



.benefits-item__img {

  width: 100%;

}



.benefits-item__text {

  padding-top: 20px;

  text-align: center;

  font-size: 1.6rem;

  font-weight: 600;

}



.footer-screen {

  width: 100vw;

  background-color: #2b66b7;

}



.footer {

  padding-top: 50px;

  padding-bottom: 50px;

  display: flex;

  justify-content: space-around;

  align-items: center;

  flex-direction: row;

}



.google-map {

  width: 600px;

  height: 250px;

}



.contacts {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

}



.contact-item {

  color: #fff;

  font-size: 1.6rem;

  margin-bottom: 10px;

}



.contact-item:hover {

  color: #FA9F42;

}



@media screen and (max-width: 1200px) {

  .title-left__img,

  .title-right__img,

  .img-left,

  .img-right {

    width: 180px;

    height: 225px;

  }



  .title-wrapper {

    height: 500px;

  }

}



@media screen and (max-width: 1127px) {

  .padding {

    padding-left: 70px;

    padding-right: 70px;

  }

}



@media screen and (max-width: 1000px) {

  .title-left__img,

  .title-right__img,

  .img-left,

  .img-right {

    width: 144px;

    height: 180px;

  }

}



@media screen and (max-width: 987px) {

  .title-center {

    padding-right: 10px;

    padding-left: 10px;

  }

}



@media screen and (max-width: 975px) {

  .benefits-list {

    grid-template-columns: repeat(4, 1fr);

    -moz-column-gap: 10px;

         column-gap: 10px;

    row-gap: 10px;

  }



  .benefits-item {

    padding: 20px 20px 10px 20px;

  }

}



@media screen and (max-width: 907px) {

  .title {

    display: grid;

    height: 100%;

    grid-template-columns: repeat(2, 1fr);

  }



  .title-center {

    grid-column-start: 1;

    grid-column-end: 3;

    grid-row-start: 1;

    grid-row-end: 2;

  }



  .title-left__soc {

    padding: 15px 0;

  }



  .title-left {

    flex-direction: row;

    align-items: center;

  }



  .title-left__img {

    display: none;

  }



  .title-right__img,

  .img-right {

    width: 400px;

    height: 240px;

  }



  .img-right {

    background-position: -10px -80px;

  }

}



@media screen and (max-width: 900px) {

  .price-img {

    max-height: 300px;

  }



  .google-map {

    width: 450px;

    height: 250px;

  }

}



@media screen and (max-width: 875px) {

  .about-block {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    flex-direction: column;

  }



  .about-description {

    margin: 20px 0 0 0;

  }

}



@media screen and (max-width: 830px) {

  .price-img {

    max-height: 250px;

  }

}



@media screen and (max-width: 790px) {

  .offer__slider-counter {

    width: 500px;

  }



  .slider {

    width: 500px;

    height: 277px;

  }

}



@media (max-width: 768px) {

  .burger-menu__button {

    display: flex;

  }



  .nav {

    background-color: #5D92DB;

    width: 100vw;

    min-height: 100vh;

    top: 0;

    left: 110%;

    position: absolute;

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    flex-direction: column;

    z-index: 20;

    transition: all 1s;

  }



  .nav.burger-menu-active {

    left: 50%;

  }



  .nav-item__first {

    height: 70px;

  }



  .nav-item {

    padding: 10px 10px;

    font-size: 2.2rem;

  }

}



@media screen and (max-width: 755px) {

  .benefits-list {

    grid-template-columns: repeat(2, 1fr);

    -moz-column-gap: 30px;

         column-gap: 30px;

    row-gap: 30px;

  }



  .benefits-item {

    padding: 40px 40px 20px 40px;

  }

}



@media screen and (max-width: 750px) {

  .form input {

    width: 450px;

  }



  .price {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

  }



  .price-img {

    max-height: 300px;

  }



  .footer {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column-reverse;

  }



  .contacts {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-direction: row;

    margin-bottom: 30px;

  }



  .contact-item {

    margin: 0 5px;

  }

}



@media screen and (max-width: 665px) {

  .contacts {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

  }



  .contact-item {

    margin-bottom: 10px;

  }

}



@media screen and (max-width: 600px) {

  .offer__slider-counter {

    width: 400px;

  }



  .slider {

    width: 400px;

    height: 221px;

  }



  .slick-list {

    border-radius: 50px 0 50px 0;

  }

}



@media screen and (max-width: 590px) {

  .title-right__img,

  .img-right {

    width: 320px;

    height: 200px;

  }



  .title__img {

    height: 200px;

  }

}



@media screen and (max-width: 560px) {

  .form input {

    width: 300px;

  }

}



@media screen and (max-width: 550px) {

  .padding {

    padding-left: 30px;

    padding-right: 30px;

  }



  .h1 {

    font-size: 3.6rem;

  }



  .google-map {

    width: 350px;

    height: 250px;

  }

}



@media screen and (max-width: 500px) {

  .title-right__img,

  .img-right {

    width: 240px;

    height: 160px;

  }



  .about-title {

    font-size: 3.6rem;

  }



  .about-img-wrapper {

    width: 75%;

  }

}



@media screen and (max-width: 471px) {

  .benefits-list {

    grid-template-columns: repeat(2, 1fr);

    -moz-column-gap: 10px;

         column-gap: 10px;

    row-gap: 10px;

  }



  .benefits-item {

    padding: 20px 20px 10px 20px;

  }

}



@media screen and (max-width: 470px) {

  .price-img {

    max-height: 250px;

  }

}



@media screen and (max-width: 460px) {

  .offer__slider-counter {

    width: 300px;

  }



  .slider {

    width: 300px;

    height: 165px;

  }

}



@media screen and (max-width: 400px) {

  .google-map {

    width: 280px;

    height: 250px;

  }

}



@media screen and (max-width: 375px) {

  .form input {

    width: 250px;

  }



  .form__title {

    font-size: 2.2rem;

  }

}



@media screen and (max-width: 372px) {

  .benefits-list {

    grid-template-columns: repeat(1, 1fr);

    -moz-column-gap: 10px;

         column-gap: 10px;

    row-gap: 10px;

  }



  .benefits-item {

    padding: 30px 30px 15px 30px;

  }

}



@media screen and (max-width: 370px) {

  .price-img {

    max-height: 200px;

  }

}



@media screen and (max-width: 360px) {

  .offer__slider-counter {

    width: 250px;

  }



  .slider {

    width: 250px;

    height: 132px;

  }

}



@media screen and (max-width: 340px) {

  .title-right__img,

  .img-right {

    width: 200px;

    height: 140px;

  }

}