/**
* Place your custom styles here.

MAIN
FIRST SCREEN
SECOND SCREEN
THIRD SCREEN
FOURTH SCREEN
FIFTH SCREEN
SIXTH SCREEN
SEVENTH SCREEN
EIGHTH SCREEN
NINTH SCREEN
TENTH SCREEN
ADAPTIVE

*/


/* MAIN */






/* FIRST SCREEN */
.front-first-screen {
  padding-top: 65px;
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  column-gap: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-first-screen p {
  margin: 0;
}

.front-first-screen > div:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 40px 30px;
  text-align: center;
}

.front-first-screen__title h1 {
  font-size: 60px;
  color: #0188cc;
  font-family: pneb;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 15px;
}

.front-first-screen__title h2 {
  font-size: 39px;
  color: #14303e;
  line-height: 1;
  font-family: pnb;
  margin-bottom: 40px;
}

.front-first-screen__description {
  font-size: 39px;
  color: #14303e;
  line-height: 1;
  font-family: pnb;
  margin-bottom: 40px;
}

.front-first-screen__gift {
  font-family: pnb;
  font-size: 34px;
  color: #fff;
  background: url(/sites/default/files/images/akcii.png) no-repeat center center;
  display: block;
  height: 69px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.front-first-screen__gift p {
  padding-top: 25px!important;
}

.front-first-screen__gift-text {
  color: #c00;
  font-size: 29px;
  font-family: pnb;
  line-height: 34px;
  margin-bottom: 0;
}




/* SECOND SCREEN */
.front-second-screen {
  padding-top: 90px;
  padding-bottom: 90px;
}

.front-second-screen__title {
  text-align: center;
  margin-bottom: 40px;
}

.front-second-screen__title h2 {
  font-size: 36px;
  color: #003955;
  text-transform: uppercase;
  text-align: center;
}

.front-second-screen__col > div {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  grid-gap: 50px 50px;
  justify-content: center;
}




/* THIRD SCREEN */





/* FOURTH SCREEN */





/* FIFTH SCREEN */
.front-fifth-screen {
  padding-top: 44px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  align-items: center;
  background-size: cover;
}

.front-fifth-screen .layout__region--first {
  color: #fff;
}

.front-fifth-screen__title {
}

.front-fifth-screen__title h2 {
  margin: 0;
  font-size: 51px;
  display: block;
  margin-bottom: 30px;
}

.front-fifth-screen__text {
  font-size: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

.front-fifth-screen__text img {
  margin-right: 15px;
}

.front-fifth-screen__webform {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11.68px 4.32px rgb(0 0 1 / 5%);
  box-shadow: 0 0 11.68px 4.32px rgb(0 0 1 / 5%);
  padding: 28px 33px 34px;
}

.front-fifth-screen__webform p {
  margin: 0;
  font-size: 21px;
  font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: block;
}

.front-fifth-screen__webform h3 {
  font-size: 26px;
  font-family: pnb;
  color: #003955;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin: 0;
}

.webform-callback-gifts-text p {
  font-family: pnb;
  display: block;
  background: url(/sites/default/files/images/akcii2.png) no-repeat center center;
  font-size: 17px;
  font-family: pnb;
  text-transform: uppercase;
  color: #fff;
  width: 256px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}

.webform-callback-phone input {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  width: 296px;
  height: 47px;
  padding: 0 16px;
  margin-bottom: 12px;
  font-size: 17px;
  font-family: pnb;
  font-weight: normal;
}




/* SIXTH */
.front-sixth-screen {
  margin-top: 80px;
  margin-bottom: 80px;
}

.front-sixth-screen__title {
  color: #003955;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.front-sixth-screen__widgets > div {
  display: grid;
    grid-template-columns: repeat(3, 370px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px;
}




/* SEVENTH */
.front-seventh-screen {
  background: #e8e8e8;
  padding-top: 90px;
  padding-bottom: 100px;
}

.front-seventh-screen__title{
  margin-bottom: 30px;
}

.front-seventh-screen__title h2 {
  color: #003955;
  font-size: 36px;
  text-align: center;
}

.front-seventh-screen__title p {
  font-size: 24px;
  color: #121313;
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  text-align: center;
}

.front-seventh-screen__title a {
  color: #c00;
}

.front-seventh-screen__collapse > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 15px;
}

.front-seventh-screen__collapse .styled {
  background-color: #fff;
  /*! height: 65px; */
  margin: 0;
}

.front-seventh-screen__collapse .styled dt {
  height: 100%;
}

.front-seventh-screen__collapse a {
  height: 65px;
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center;
}

.front-seventh-screen__collapse .ckeditor-accordion-toggler {
  padding-right: 50px!important;
}

.front-seventh-screen__collapse .ckeditor-accordion-toggler {
  background: #0188cc!important;
}

.front-seventh-screen__button {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  display: none;
}

.ckeditor-accordion-container .ckeditor-accordion-toggler {
  position: relative;
}

.ckeditor-accordion-container .ckeditor-accordion-toggler::after {
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-top: 10px;
  right: 15px;
  content: '';
  background: url(/sites/default/files/images/+.svg) no-repeat;
}

.ckeditor-accordion-container.active .ckeditor-accordion-toggler::after {
  content: '';
  background: url(/sites/default/files/images/-.svg) no-repeat;
  margin-top: 20px;
}




/* EIGHTH SCREEN */
.front-eighth-screen {
  padding-top: 3em;
  padding-bottom: 8em;
}

.front-eighth-screen__title h2 {
  font-size: 36px;
  color: #003955;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}

.front-eighth-screen__reviews > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2em;
}

.front-eighth-screen__reviews > div > div,
.front-eighth-screen__reviews > div > div > div {
  height: 100%!important;
}




/* NINTH SCREEN */
.front-ninth-screen {
  text-align: center;
  padding: 70px 0 65px;
  background: -webkit-gradient(linear, left top, right top, from(#0188cc), to(#14b0ff));
  background: -webkit-linear-gradient(left, #0188cc 0, #14b0ff 100%);
  background: -o-linear-gradient(left, #0188cc 0, #14b0ff 100%);
  background: linear-gradient(90deg, #0188cc 0, #14b0ff 100%);
}

.front-ninth-screen__text h2 {
  font-size: 40px;
  font-family: pneb;
  line-height: 51px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin: 0;
}

.front-ninth-screen__text {
  color: #fff;
  font-size: 26px;
  font-family: pnr;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.front-ninth-screen__button {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}




/* TENTH SCREN */
.front-tenth-screen > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.front-tenth-screen__map {
  grid-row: 1;
  grid-column: 1;
}

.front-tenth-screen__contacts {
  grid-row: 1;
  grid-column: 1;
  background-color: #fff;
  border-width: 2px;
  border-color: #c1c1c1;
  border-style: solid;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 2 / 8%);
  box-shadow: 0 5px 5px 0 rgb(0 0 2 / 8%);
  width: 427px;
  height: 155px;
  z-index: 100;
  display: block;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.front-tenth-screen__contacts img,
.front-tenth-screen__contacts table {
  display: inline-block;
}

.front-tenth-screen__contacts p {
  display: block;
  font-size: 22px;
  color: #1c1d1e;
  margin: 20px 0 10px;
}

.front-tenth-screen__contacts a {
  color: #c00;
  font-size: 34px;
  font-family: pneb;
}












/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
  .front-second-screen__col > div {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 50px 50px;
  }
  .paragraphs-widget-3__image img {
    width: 100%;
  }
  .front-sixth-screen__widgets > div {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 1200px) {
  .front-first-screen {
    padding-top: 65px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    align-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .front-first-screen__calculate img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1150px) {
  .front-fifth-screen__title h2 {
    font-size: 46px;
  }
  .front-eighth-screen__reviews > div {
    grid-template-columns: 1fr 1fr;
    row-gap: 10em;
  }
}

@media (max-width: 1024px) {
  .front-fifth-screen__title h2 {
    font-size: 38px;
  }
  .front-fifth-screen__text {
    font-size: 20px;
    line-height: 1;
  }
  .front-fifth-screen {
    column-gap: 2em;
  }
}

@media (max-width: 991px) {
  .front-first-screen__title h1 {
    font-size: 50px;
  }
  .front-first-screen__description {
    font-size: 32px;
  }
  .front-first-screen__gift {
    font-size: 30px;
  }
  .front-first-screen__gift-text {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
  .front-fifth-screen__title h2 {
    font-size: 32px;
    line-height: 1.1;
    max-width: fit-content;
  }
  .front-fifth-screen__text {
    font-size: 16px;
  }
  .front-eighth-screen {
    padding-top: 2em;
    padding-bottom: 7em;
  }
  .front-seventh-screen__collapse > div {
    grid-template-columns: 1fr;
  }
  .front-eighth-screen__reviews > div {
    row-gap: 8em;
  }
  .paragraph-reviews {
    width: auto;
  }
  .front-ninth-screen__text h2 {
    font-size: 36px;
  }
  .front-ninth-screen__text {
    font-size: 24px;
  }
  .front-tenth-screen__contacts {
    display: none;
  }
  
}

@media (max-width: 700px) {
  .front-fifth-screen {
    display: flex;
    justify-content: center;
    row-gap: 2em;
  }
  .webform-callback-gifts-text p {
    margin-left: 0;
    background-size: 100%;
  }
  .front-fifth-screen .layout__region--first {
    max-width: fit-content;
  }
  .front-fifth-screen__webform {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px;
  }
  .front-fifth-screen__webform .page-buttons,
  .webform-callback-gifts-text p,
  .webform-callback-phone input,
  .page-buttons input {
    width: 100%;
  }
  .webform-callback-phone {
    display: flex;
  }
  .front-fifth-screen__webform h3 {
    font-size: 22px;
  }
  .front-fifth-screen__webform p {
    font-size: 18px;
  }
  .front-ninth-screen__text h2 {
    font-size: 34px;
    line-height: normal;
  }
  .front-ninth-screen__text {
    font-size: 20px;
  }
  .front-tenth-screen__contacts {
    width: 380px;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .front-tenth-screen__contacts a {
    font-size: 30px;
  }
  .front-tenth-screen__contacts p {
    font-size: 20px;
    margin: 15px 0 7px;
  }
}

@media (max-width: 650px) {
  h2 {
    font-size: 30px!important;
  }
  .front-second-screen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .front-seventh-screen__collapse .ckeditor-accordion-toggler {
    padding-left: 20px!important;
  }
  .front-eighth-screen__reviews > div {
    grid-template-columns: 1fr;
    row-gap: 7em;
  }
}

@media (max-width: 550px) {
  .front-first-screen__title h1 {
    font-size: 40px;
  }
  .front-first-screen__description {
    font-size: 26px;
  }
  .front-first-screen__gift {
    font-size: 24px;
    background-size: 100%;
  }
  .front-first-screen__gift-text {
    font-size: 18px;
    line-height: normal;
  }
  
}

@media (max-width: 480px) {
  .front-tenth-screen__contacts {
    width: 320px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .front-tenth-screen__contacts a {
    font-size: 24px;
  }
  .front-tenth-screen__contacts p {
    font-size: 20px;
    margin: 15px 0 7px;
  }
  .front-tenth-screen__contacts table img {
    width: 30px;
  }
}

@media (max-width: 450px) {
  .front-first-screen__description {
    font-size: 22px;
  }
  .front-first-screen__gift {
    font-size: 22px;
  }
  .front-first-screen__gift-text {
    font-size: 16px;
    line-height: normal;
  }
  h2 {
    font-size: 26px!important;
  }
  .front-fifth-screen__webform {
    padding: 30px;
    min-width: 200px;
  }
  .front-ninth-screen__text h2 {
    font-size: 30px;
  }
  .front-ninth-screen__text {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 370px) {
  .front-first-screen {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .front-first-screen > div:nth-child(1) {
    padding: 30px 20px;
  }
  .front-first-screen__title h1 {
    font-size: 36px;
    margin-top: 0;
  }
  .front-first-screen__description {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .front-first-screen__gift {
    font-size: 18px;
  }
  .front-first-screen__gift-text {
    font-size: 14px;
    line-height: normal;
  }
  .front-fifth-screen__webform h3 {
    font-size: 18px;
  }
  .front-fifth-screen__webform p {
    font-size: 16px;
  }
  .front-tenth-screen__contacts {
    width: 280px;
  }
  .front-tenth-screen__contacts img {
    width: 70%;
  }
  .front-tenth-screen__contacts a {
    font-size: 20px;
  }
  .front-tenth-screen__contacts p {
    font-size: 18px;
  }
  .front-tenth-screen__contacts table img {
    width: 20px;
  }
}