﻿@font-face {
  font-family: 'lato';
  src: url('../fonts/latoregular.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'latoLight';
  src: url('../fonts/latolight.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'latoBold';
  src: url('../fonts/latobold.woff2') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'latoItalic';
  src: url('../fonts/latoitalic.woff2') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'latoLightItalic';
  src: url('../fonts/latolightitalic.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'latoLightMedium';
  src: url('../fonts/latomedium.woff2') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'newstandardold';
  src: url('../fonts/newstandardold.ttf') format('truetype');
  font-style: normal;
}

.classerror {
    border:1px solid red!important;
}

button,
button:active,
button:focus {
    outline: none;

}

button:hover {
    box-shadow: 2px 4px 114px #f3d7b5;
}

.callBtn:hover {
    box-shadow: none;
}

body {
    font-family: 'lato';
}

img {
    max-width: 100%;
}


p {
  font-family: 'lato', sans-serif;
  margin: 0;
    color: #2F2F2F;
}

header {
  background: url("../img/imgBg.jpg") no-repeat;
  background-size: cover;
  font-family: latoLight;
  height: 700px;
    position: relative;

}



header a {
  color: white;
  text-decoration: none;
  font-family: latoLight;
  font-size: 18px;
  margin-left: 5px;
}

header a:hover {
  color: white;
  text-decoration: none;
}

header .itemBlock {
  justify-content: space-around;
}

header .itemBlock .item img {
  width: 21px;
  height: 21px;
}

header .itemBlock .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.callBtn {
  background: none;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
}

header h1 {
  font-family: lato;
  text-align: center;
  color: white;
  line-height: 55px;
  padding-top: 80px;
}

header h1 span {
  font-family: newstandardold;
}

h2 {
  font-size: 45px;
  line-height: 45px;
}

h2 span {
  font-family: newstandardold;
  margin-left: 100px;
}

.button {
  text-align: center;
  margin: 30px;
    display: flex;justify-content: center;
}

.button button, .button a {
  background: linear-gradient(180deg, #FDEDDA 0%, #F3D7B5 133.71%);
  border: 1px solid rgba(243, 215, 181, 0.2);

  border-radius: 58px;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  width: 250px;
  height: 50px;
}

.button a {
    color:#2F2F2F;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 114px #F3D7B5;
}

.button a:hover {
    color:#2F2F2F;
    text-decoration: none;
}

.button a:active {
    color: white;
    border:none;
    outline: none;
}

header .button button:hover {
  border: 1px solid rgba(243, 215, 181, 0.2);
}

header .button button:active {
    color: white;
    border: none;
    outline: none;
}

.iconArrowHead1 {
    position: absolute;
    bottom: 100px;
}

.iconArrowHead2 {
    position: absolute;
  right: 0;
  bottom: 150px;
}

.section1 {
  position: relative;
  bottom: 70px;
  font-family: latoLightMedium;
}

.section1 .advant {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  border-radius: 30px;
  justify-content: center;
  margin: 0 40px;
}

.section1 .item {
  width: 40%;
  display: flex;
  align-items: center;
  margin: 30px;
}

.section1 .item p {
  margin-left: 25px;
  font-size: 20px;
}

.section2 h2 {
    position: relative;
}

.section2 h2:after {
    content: '';
    position: absolute;
    background: url("../img/iconQuotes.png") no-repeat;
    right:0;
    background-size: contain;
    width: 237px;
    height: 212px;
}

.reviews {
  padding: 20px;
}

.reviews .review p {
  font-size: 18px;
}

.reviews .item {
  display: flex;
  align-items: center;
    position: relative;
}

.reviews .item .iconLine1 {
    position: absolute;
    width: 336px;
    height: 146px;
    left: 200px;
    top: 110px;
    background: url(../img/iconLine1.svg);
    background-size: contain;
}

.reviews .item .iconLine2 {
    position: absolute;
    width: 599px;
    height: 417px;
    left: 200px;
    top: 110px;
    background: url(../img/iconLine2.svg);
    background-size: contain;
}

.reviews .item:nth-of-type(2n) {
  justify-content: end;
}

.reviews .avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews .avatar p {
  color: #2F2F2F;
  font-size: 14px;
}

.reviews .item .review {
  margin-left: 40px;
  border-radius: 25px;
}

.reviews .item .review {
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  width: 55%;
  margin: 20px 0;
}

.reviews .item:nth-of-type(1n) .review {
  background-color: #fdedda;
  margin-left: 50px;
}

.reviews .item:nth-of-type(2n) .review {
    background-color: #d8e9f0;
    margin-right: 50px;
    width: 30%;
}

.reviews .item .review:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 45px;


}


.reviews .item:nth-of-type(1n) .review:before {
  background: url("../img/iconCloud.svg") no-repeat;
  left: -39px;
}

.reviews .item:nth-of-type(2n) .review:before {
  background: url("../img/iconCloud2.svg") no-repeat;
  right: -39px;
  left: auto;
}

.section3 .mapContainer {
    position: relative;
}



.section3, .section4, .section5, .section6 {
  margin: 50px 0;
}

.section4 {
  background: url("../img/imgBg2.jpg") no-repeat;
  padding: 70px 0;
  background-size: cover;
}

.section5  .order-1 {
    position: relative;
}

.section5 .iconLine3{
    position: absolute;
    width: 338px;
    height: 198px;
    left: -80px;
    top: 300px;
    background: url(../img/iconLine3.svg) no-repeat;
    background-size: contain;
}



.section8 {
    background: url("../img/imgBg3.jpg") no-repeat;
    padding: 70px 0;
    background-size: cover;
}

.section4 h2, .section8 h2 {
  color: white;
  text-align: center;
}

.section4 span, .section8 span {
  margin-left: 0;
}

.section5 h3{
    font-size: 45px;
}


.section5 p {
    font-size: 20px;
    margin-top: 20px;
}

.section6 h2 {
    margin-bottom: 20px;
}

.section6 .numbers {
    display: flex;
    flex-wrap: wrap;
    color: #2F2F2F;
}

.section6 .item {
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section6 .numbers .item:hover {
    transform: scale(1.2);
    transition: transform 1s;
}


.section6 .numbers .item p:first-child {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.section6 .numbers .item p:last-child {
    font-size: 18px;
}

.section6 .numbers .item:nth-of-type(1) {
    width: 31.5%;
    background: #D8E9F0;
}

.section6 .numbers .item:nth-of-type(2) {
    width: 31.5%;
    background: #FDEDDA;
}

.section6 .numbers .item:nth-of-type(3) {
    width: 31.5%;
    background: #F7F7F7;
}

.section6 .numbers .item:nth-of-type(4) {
    width: 61.3%;
    background: #E1E2E2;
}

.section6 .numbers .item:nth-of-type(5) {
    width: 35%;
    background: #B3D8E7;
}

.section6 .numbers .item:nth-of-type(6) {
    width: 31.5%;
    background: #F3D7B5;
}

.section6 .numbers .item:nth-of-type(7) {
    width: 31.5%;
    background: #D8E9F0;
}

.section6 .numbers .item:nth-of-type(8) {
    width: 31.5%;
    background: #F7F7F7;
}


.section7 {
  background-color: #fdedda;
  padding: 50px 0;
    overflow: hidden;
}

.section7 .item {
  position: relative;
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin: 40px 0;
}

.section7 .order-1, .section7 .order-4, .section7 .order-6, .section7 .order-7, .section7 .order-9 {
    display: flex;
    justify-content: end;
    align-items: center;
}



.section7 .order-7, .section7 .order-9 {
    align-items: start;
}

.section7 .order-8 {
    top:50px;
}
.section7 .order-10 {
    top:120px;
}

.section7 .order-1 .item {
top:80px;
    width: 60%;
    right: 70px;
}

.section7 .order-1 .item .iconArrow1 {
    position: absolute;
    width: 303px;
    height: 150px;
    left: 100px;
    top: -150px;
    background: url(../img/iconArrow1.svg) no-repeat;
    background-size: contain;
}

.section7 .order-2 .item .iconArrow2 {
    position: absolute;
    width: 29px;
    height: 82px;
    left: 150px;
    top: 87px;
    background: url(../img/iconArrow2.svg) no-repeat;
    background-size: contain;
}

.section7 .item .iconArrow3 {
    position: absolute;
    width: 310px;
    height: 260px;
    left: -130px;
    top: -110px;
    background: url(../img/iconArrow3.svg) no-repeat;
    background-size: contain;
}

.section7 .item .iconArrow4 {
    position: absolute;
    width: 259px;
    height: 104px;
    left: 140px;
    top: 117px;
    background: url(../img/iconArrow4.svg) no-repeat;
    background-size: contain;
}

.section7  .item .iconArrow5 {
    position: absolute;
    width: 147px;
    height: 74px;
    left: 310px;
    top: 87px;
    background: url(../img/iconArrow5.svg) no-repeat;
    background-size: contain;
}

.section7  .item .iconArrow6 {
    position: absolute;
    width: 96px;
    height: 149px;
    left: -300px;
    top: 127px;
    background: url(../img/iconArrow2.svg) no-repeat;
    background-size: contain;
}

.section7 .order-7 .item .iconArrow7 {
    position: absolute;
    width: 276px;
    height: 286px;
    left: 300px;
    top: -110px;
    background: url(../img/iconArrow7.svg) no-repeat;
    background-size: contain;
}

.section7 .order-8 .item .iconArrow8 {
    position: absolute;
    width: 278px;
    height: 150px;
    left: -270px;
    top: 46px;
    background: url(../img/iconArrow8.svg) no-repeat;
    background-size: contain;
}

.section7 .order-9 .item .iconArrow9 {
    position: absolute;
    width: 253px;
    height: 125px;
    left: 300px;
    top: 87px;
    background: url(../img/iconArrow9.svg) no-repeat;
    background-size: contain;
}

.section7 .order-2 .item {
    width: 60%;
}

.section7 .order-3 .item {
    top:-20px;
    width: 60%;
}

.section7 .order-4 .item {
  top:80px;
    width: 50%;
}

.section7 .order-5 .item {
    width: 40%;
    left: 60px;
}

.section7 .order-6 .item {
  top:10px;
    width: 70%;
}

.section7 .order-7 .item {
  top:-30px;
    width: 60%;
}

.section7 .order-8 .item {
    top:10px;
    width: 65%;
}

.section7 .order-9 .item {
  top:-80px;
    width: 55%;
}

.section7 .order-10 .item {
    top:20px;
    width: 65%;
}

.section7 .item .number {
  position: absolute;
  right: 50px;
  font-size: 40px;
  top:-50px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form input {
    padding: 10px 10px 10px 35px;
    background: white;
    border: none;
    border-radius: 30px;
    margin: 15px 0;
    width: 250px;
}

.section8 .button {
    display: flex;
    justify-content: center;
    margin: 15px 0;

}

.section8 .button button {
    width: 250px;
    position: relative;
    display: block;
    padding-right: 50px;
}

.section8 .button button:after {
    content: '';
    position: absolute;
    background: url("../img/iconChecklist.svg");
    background-size: contain;
    width: 70px;
    height: 70px;
    right: 10px;
    top:-10px;
}

.section8 .checkbox {
    display: flex;
    align-items: self-start;
    justify-content: center;
    color: white;
    font-family: 'latoLight';
    font-size: 13px;
}

.section9 h2 span {
    margin-left: 0;
}

.name, .phone {
    position: relative;
}

.name:before {
    position: absolute;
    content: '';
    background: url("../img/iconName.svg") no-repeat;
    width: 20px;
    height: 30px;
    left: 10px;
    top: 22px;
    background-size: contain;
}

.phone:before {
    position: absolute;
    content: '';
    background: url("../img/iconCall2.svg") no-repeat;
    width: 20px;
    height: 30px;
    left: 10px;
    top: 25px;
    background-size: contain;
}

.checkbox p {
    color: white;
}

.section11 .checkbox p {
    color: #2F2F2F;
}

.section8 input[type=checkbox] {
    margin-top: 5px;
    margin-right: 10px;
}

.section9 {
    padding: 50px 0;
    background: #F7F7F7;
}

.section9 .item {
    margin-top: 30px;
}

.section9 .item img {
    margin-bottom: 15px;
}

.section10 {
	margin:50px 0;
}

.section10 h2 span {
    margin-left: 0;
}

.section10 .item {
    display: flex;
    align-items: center;
    margin: 20px;
}

.section10 .item p {
    margin-left: 15px;
}

.section10 .imgBlock {
    position: relative;
}

.iconLine4 {
    position: absolute;
    width: 109px;
    height: 220px;
    right: 30px;
    top: 60px;
    background: url(../img/iconLine4.svg) no-repeat;
    background-size: contain;
}

.section11 {
    position: relative;
    background: #C8C8C8;
    padding-top: 40px;
}

.section11 .bg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../img/imgBg4.jpg");
    background-size: cover;
    bottom: 0;
}

.section11 .left {
    position: relative;
}

.section11 .bg2 {
    position: absolute;
   left:70%;
    width: 100%;
    height: 100%;
    background: url("../img/ksenia.png") no-repeat;
    background-size: contain;
}

.section11 h2 {
    font-size: 25px;
    padding-right: 40px;
    line-height: 30px;
}

.section11 .form {
    align-items: flex-start;
}

.section11 .button {
    text-align: center;
    margin: 15px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.section11 .checkbox {
    display: flex;
    padding-bottom: 40px;
    margin-top:10px;
}

.section11 .checkbox input {
    margin-top:5px;
    margin-right: 10px;
}

footer {
    background: #2f2f2f;
    padding: 40px;
}

footer p{
    color: #C1C1C1;
    font-family: latoLight;
}

footer a {
    color: #C1C1C1;
}

footer a:hover {
    color: #C1C1C1;
}

footer .callBtn {
    color: #C1C1C1;
    border:1px solid #C1C1C1;
}


.policy {
    margin-top:20px;
}

.copyright {
    margin-top:40px;
}

footer .ip p {
    margin: 10px 0;
}

footer .callBtn {
    margin-bottom: 10px;
}

.emailFooter {
    margin-top:30px;
}

#toTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

#Modal .section11 .checkbox {
    font-size: 14px;
}

.modal-content {
    border: 0;
}

.close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../img/close.png") no-repeat;
    background-size: contain;
    right: -60px;
}

.thanks {
    background: url("../img/imgBg3.jpg") no-repeat;
    background-size: cover;
    padding: 100px;
    font-size: 40px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thanks p {
    color: white;
}

iframe {
    border-radius: 20px;
}

.section6 .slide-m-prev {
    position: absolute;
    left: 50px;
    bottom: 200px;
    cursor: pointer;
}

.section6 .slide-m-next {
    position: absolute;
    right: 50px;
    bottom: 200px;
    cursor: pointer;
}

.section7 .order-2 .number, .section7 .order-4 .number, .section7 .order-6 .number, .section7 .order-8 .number, .section7 .order-10 .number {
    left:50px;
}

.section9 .slide-m-prev {
    position: absolute;
    left: 50px;
    bottom: 250px;
    cursor: pointer;
}

.section9 .slide-m-next {
    position: absolute;
    right: 50px;
    bottom: 250px;
    cursor: pointer;
}

.slider2 img {
    border-radius: 20px;

}

.mobMenu {
    display: none;
}

.section3 .mapContainer {
    position: relative;
}

.section3 .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.section3 .imgZoom {
    position: absolute;
    left: 25%;
    top: 20%;
    transform: translate(25%, 50%);
}

.mapContainer {
    text-align: center;
}

.mapContainer img {
    width: 1280px;
}

.zone1 {
    position: absolute;
    width: 331px;
    height: 269px;
    bottom: 180px;
    left: 170px;
}

.zone1:hover, .zone2:hover, .zone3:hover, .zone4:hover, .zone5:hover, .zone6:hover, .zone7:hover {
    transform: scale(1.2);
    transition: transform 1s;
}

.zone2 {
    position: absolute;
    width: 359px;
    height: 238px;
    bottom: 265px;
    left: 455px;
}

.zone3 {
    position: absolute;
    width: 192px;
    height: 234px;
    bottom: 405px;
    left: 255px;
}
.zone4 {
    position: absolute;
    width: 275px;
    height: 164px;
    bottom: 465px;
    left: 415px;
}

.zone5 {
    position: absolute;
    width: 302px;
    height: 198px;
    bottom: 500px;
    left: 625px;
}

.zone6 {
    position: absolute;
    width: 176px;
    height: 163px;
    bottom: 700px;
    left: 720px;
}

.zone7 {
    position: absolute;
    width: 96px;
    height: 131px;
    bottom: 610px;
    right: 120px;
}

@media screen and (max-width: 1200px) {

    .reviews .item .iconLine1 {
        display: none;
    }

    .reviews .item .iconLine2 {
        display: none;
    }

    .iconLine3 {
        display: none;
    }

    .iconLine4 {
        background: url("../img/iconLineMob2.svg") no-repeat;
        top:0px;
    }

    .section2 .order-1 {
        position: relative;
    }

    .iconLineMob1 {
        position: absolute;
        width: 195px;
        height: 534px;
        left: 80px;
        top: 110px;
        background: url(../img/iconLineMob1.svg) no-repeat;
        background-size: contain;
    }

    .mobMenu {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #2f2f2f;
        padding: 30px 20px;
        z-index: 1;
    }

    .mobMenu .menu {
        margin-top:30px;
    }

    .mobMenu .menu p {
        margin:20px;
    }

    .mobMenu .info button {
        margin: 20px;
    }

    .mobMenu .info .item {
        margin:20px;
    }

    .socMob {
        display: flex;
        justify-content: space-around;
        margin-top:50px;
    }

    .mobMenu .callBtn{
        width: 80%;
    }

.iconArrowMob1 {
    position: absolute;
    left: 0;
    bottom: 210px;
}

    .iconArrowMob2 {
        position: absolute;
        right: 0;
        bottom: 240px;
    }

    h1 {
        padding-top: 30px;
        font-size: 25px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .button {
        margin: 150px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .button button {
        margin: 15px 0;
    }

    .button .callBtn {
        background: none;
        border: 1px solid white;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
    }

    .section1 {
        bottom: 15px;
        background: #f7f7f7;
        border-radius: 20px;
    }

    .section1 .item {
        width: 100%;
        margin: 30px 15px;
    }

    .section1 .advant {
        margin: 0;
        border:1px solid #CFCFCF;
    }

    .section2 h2:after {
        top:-10px;
        width: 87px;
        height: 87px;
    }

    .reviews {
        padding: 0;
    }

    .reviews .review p {
        font-size: 16px;
    }

    .reviews .avatar p {
        margin-left: 20px;
    }
    .reviews .item {
        flex-direction: column;
        align-items: start;
    }

    .reviews .avatar {
        flex-direction: row;
    }

    .reviews .avatar img {
        width: 70px;
    }

    .reviews .item .review{
        padding: 20px;
        width: 100%;
    }

    .reviews .item:nth-of-type(1n) .review{
        margin-left: 0;
    }

    .reviews .item:nth-of-type(2n) .review {
        margin-right: 0;
        width: 100%;
    }


    .reviews .item:nth-of-type(1n) .review:before {
        bottom: -40px;
        background: url(../img/iconCloudMob.svg) no-repeat;
        left: 25px;

    }

    .reviews .item:nth-of-type(2n) .review:before {
        bottom: -40px;
        background: url(../img/iconCloudMob2.svg) no-repeat;
        right: 25px;
    }

    .section4 .button {
        margin: 30px 0;
    }

    .section5 p {
        font-size: 16px;
        margin: 20px 0;
    }

    .section6 .numbers {
        flex-direction: column;
    }

    .section6 .numbers .item {
        width: 100%!important;
    }

    .section6 .item {
        flex-direction: row;
        align-items: center;
    }

    .section6 .item p:first-child {
        margin-right: 15px;
    }

    .section6 .numbers .item:nth-of-type(4) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section6 .numbers .item:nth-of-type(4) p:last-child {
        text-align: center;
    }

    .section7 h2 {
        position: relative;
       

    }

    .section7 .iconArrowMob3 {
        position: absolute;
        background: url(../img/iconArrowMob3.svg) no-repeat;
        width: 349px;
        height: 1700px;
        left: 70px;
        top: 55px;
        background-size: contain;
    }

    .section7 .item {
        position: static;
    }

    .section7 .order-1 .item, .section7 .order-2 .item, .section7 .order-3 .item, .section7 .order-4 .item, .section7 .order-5 .item, .section7 .order-6 .item, .section7 .order-7 .item, .section7 .order-8 .item, .section7 .order-9 .item, .section7 .order-10 .item {
        top:0;
        width: 100%;
    }

    .section7 .order-8 {
        top:0
    }

    .section7 .order-10 {
        top:0
    }

    .section7 .item .number {
        top:-20px;
    }
    .section9 .item {
        display: flex;
        align-items: center;
    }

    .section9 .item img {
        width: 80px;
        margin-right: 20px;
    }

    .section9 h2 span {
        margin-left: 100px;
    }

    .section10 .item {
        margin: 35px 0;
    }

    .section11 {
        text-align: center;
    }

    .section11 h2 {
        padding: 0;
        font-size: 30px;
    }

    .section11 .bg {
        display: none;
    }


    .section11 .bg2 {
       display: none;
    }

    .section11 .form {
        align-items: center;
    }

    .section11 .button {
        align-items: center;
    }

    .section11 .checkbox {
        justify-content: center;
    }

    .section12 {
        position: relative;
        overflow: hidden;
    }

    .bg3 {
        position: absolute;
        left: 50px;
        width: 100%;
        height: 100%;
        background: url(../img/ksenia.png) no-repeat;
        background-size: contain;
    }

    #toTop {
        bottom: 75px;
        right: 0;
    }

    footer {
        text-align: center;
    }

    footer p {
        margin: 15px 0;
    }

    footer .callBtn {
        margin-bottom: 15px;
    }

    footer .item {
        margin:15px 0;
    }

    footer .order-4 {
        justify-content: center;
    }

    .policy {
        margin-top:15px;
    }

    .copyright {
        margin-top:15px;
    }

    footer .callBtn {
        width: 80%;
    }


    .soc {
        display: flex;justify-content: space-between;
    }

    .thanks {
        padding: 20px;
        font-size: 25px;
    }

    .close {
        right: 0;
        top: -50px;
    }

    .section6 .slide-m-prev {
        bottom: -20px;
    }

    .section6 .slide-m-next {
        bottom:-20px;
    }

    .section9 .slide-m-prev {
        left: 60px;
        bottom: -50px;
    }

    .section9 .slide-m-next {
        right: 60px;
        bottom: -50px;
    }

    .slider2 {
        margin:20px 0;
    }

    .section9 .slider-controls {
        margin-bottom: 30px;
    }


    .reviews .item:nth-of-type(2n) {
        align-items: end;
    }

    .reviews .item:nth-of-type(2n) .avatar p {
        margin-right: 20px;
    }



}

@media screen and (max-width: 520px) and (min-width: 300px) {

    .section7 .iconArrowMob3 {
        left: 90px;
        height: 1900px;
    }

    .iconLineMob1 {
        width: 225px;
        height: 454px;
        left: 120px;
        top: 170px;
    }


}

@media screen and (min-width: 1500px)  {

    header .container {
        position: relative;
    }

    .iconArrowHead1 {
        bottom: -90px;
    }


    .iconArrowHead2 {
        right: -100px;
        bottom: -120px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px)  {

    .section11 .bg2 {
        display: none;
    }

   .bg3 {
       position: absolute;
       left: 50px;
       width: 100%;
       height: 100%;
       background: url(../img/ksenia.png) no-repeat;
       background-size: contain;
   }
}
.checkbox p {
    z-index: 999 !important;
}
@media (max-width: 768px) {
.checkbox p {
text-align: center !important;
}
}
@media (min-width: 768px) {
    .section11 .checkbox {
         width: 290px;
    }
.section8 .checkbox {
    width: 250px;
    margin: 0 auto;
}
}