@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&display=swap");
/* font-family: 'Exo 2', sans-serif; */


:root {
  --main-bg-color: #F6CD61;
  --main-bg-color-to: #ff6900;
}



/*@font-face {
    font-family: "MullerL";
    src: url(../fonts/Muller/MullerLight.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MullerR";
    src: url(../fonts/Muller/MullerRegular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MullerM";
    src: url(../fonts/Muller/MullerMedium.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MullerB";
    src: url(../fonts/Muller/MullerBold.otf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "TTTravelsR";
    src: url(../fonts/TTTravels/TTTravelsR.eot);
    src: url(../fonts/TTTravels/TTTravelsR.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TTTravelsM";
    src: url(../fonts/TTTravels/TTTravelsM.eot);
    src: url(../fonts/TTTravels/TTTravelsM.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TTTravelsB";
    src: url(../fonts/TTTravels/TTTravelsB.eot);
    src: url(../fonts/TTTravels/TTTravelsB.woff);
    font-weight: bold;
    font-style: normal;
}*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

body {
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
    font-weight: 300;
    color: #454545;
}

.modal-open {
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

input,
button,
a {
    outline: none;
}

ul li {
    list-style-type: none;
}

.hh10 {
    display: block!important;
}

.hh11 {
    display: none!important;
}

img {
    width: 100%;
}

.mmmen {
    display: flex;
    text-align: center;
}

.mspan {
    color: #fff;
    font-size: 35px;
    margin-left: 15px;
}
.mspan br{
    display:none;
}
.v768f {
    display: none;
}

.hh9 {
    display: none!important;
}

.con-1600 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.abs {
    position: absolute;
}

.s1 {
    padding-top: 200px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #f7f7f7;
}

.s1-dop {
    padding-top: 135px;
}

.bord-trap {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--main-bg-color);
    z-index: 98;
}

.bord-trap .bord-text {
    position: relative;
    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;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 300px;
    margin-top: -250px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bord-trap .bord-text:hover {
    -webkit-box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
}

.bord-trap .bord-text a {
    width: 100%;
    height: 100%;
}

.bord-trap .bord-text .btext {
    margin-top: 140px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    right: -65px;
    font-size: 18px;
    word-wrap: normal;
    white-space: nowrap;
    text-transform: uppercase;
    color: #454545;
}

.bord-trap .bord-text .btext:after,
.bord-trap .bord-text .btext:before {
    content: "";
    position: absolute;
}

.bord-trap .bord-text .btext:after {
    width: 55px;
    height: 55px;
    top: -14px;
    right: -125px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(../img/s1/tyre.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.bord-trap .bord-text .btext:before {
    width: 35px;
    height: 55px;
    bottom: 0px;
    left: -100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.bord-trapadd {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--main-bg-color);
    z-index: 98;
}

.bord-trapadd .bord-text {
    position: relative;
    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;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 340px;
    margin-top: -250px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bord-trapadd .bord-text:hover {
    -webkit-box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
}

.bord-trapadd .bord-text a {
    width: 100%;
    height: 100%;
}

.bord-trapadd .bord-text .btext {
    margin-top: 160px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    right: -95px;
    font-size: 18px;
    word-wrap: normal;
    white-space: nowrap;
    text-transform: uppercase;
    color: #454545;
}

.bord-trapadd .bord-text .btext:after,
.bord-trapadd .bord-text .btext:before {
    content: "";
    position: absolute;
}

.bord-trapadd .bord-text .btext:after {
    width: 55px;
    height: 55px;
    top: -14px;
    left: -100px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(../img/s1/car-repair.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.bord-trapadd .bord-text .btext:before {
    width: 35px;
    height: 55px;
    top: -5px;
    right: -100px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.line-gray {
    border: 1px solid #E5E5E5;
    max-width: 650px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.general-btn {
    text-align: center;
    position: relative;
    background-color: var(--main-bg-color-to);
    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;
    text-transform: uppercase;
    max-width: 500px;
    min-height: 50px;
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.general-btn:hover {
    -webkit-box-shadow: inset 1px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 2px 10px rgba(0, 0, 0, 0.5);
}

.btn2 {
    font-size: 16px;
    padding: 0 30px;
    line-height: 24px;
}

.btn3 {
    font-size: 18px;
    min-height: 50px;
}

.btn3:after {
    content: '';
    position: absolute;
    right: 30px;
    background-image: url(../img/arrow.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
}

.s1-btn {
    height: 80px;
}

.s1-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    width: 55px;
    height: 55px;
    background-image: url(../img/s1/smartphone.png);
    -webkit-background-size: contain;
    background-size: contain;
}

.ss-ul {
    margin-top: 100px;
    padding-left: 60px;
}

.ss-ul .ss-li {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 50px;
    position: relative;
}

.ss-ul .ss-li:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--main-bg-color);
    left: -60px;
}

.wp-s1-r .s1-t1 {
    font-size: 70px;
    line-height: 62px;
    font-weight: 600;
}



.wp-s1-r .s1-t2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 130px;
	font-weight: 400;
}



.s1-soc {
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.s1-soc .soc-item {
    font-size: 20px;
    line-height: 28px;
    margin-right: 50px;
}

.s1-soc .soc-img {
    width: 44px;
    cursor: pointer;
}

.soc-dop {
    margin-top: 0;
    position: relative;
    right: -70px;
}

.soc-dop .soc-item {
    margin-right: 25px;
}

.fot-add {
    margin-top: 0;
}

.fot-add .soc-item {
    margin-right: 10px;
}

.fot-add .soc-img {
    width: 20px;
}
.margin-auto {
        margin: 0 auto;
}
.wp-s1-l {
    max-width: 500px;
}

.wp-s1-l .s1-l-t1 {
    max-width: 275px;
    font-size: 110px;
    line-height: 125px;
	font-style: italic;
    font-weight: 600;
	position: relative;
}
.wp-s1-l .s1-l-t1-color {
    color: var(--main-bg-color-to);
	font-weight: 300;
	font-size: 80%;	
}
.wp-s1-l .s1-l-t1-image {
	position: absolute;
	left: 140px;
    top: -12px;
    width: 150px;
    height: 134px;
    background-image: url(../img/247.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.wp-s1-l .s1-l-t2,
.wp-s1-l .s1-l-t3 {
    max-width: 275px;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    text-align: right;
}

.wp-s1-l .s1-l-t2 {
    background-color: var(--main-bg-color);
    color: #454545;
}

.mt150 {
    margin-top: 125px;
}

.s1-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s1-block .bi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.s1-block .bi .wp-img-ico {
    min-width: 60px;
    max-width: 60px;
	border: 1px var(--main-bg-color) solid;
	padding: 5px;
}

.s1-block .bi .bi-t {
    font-size: 14px;
    margin-left: 15px;
    line-height: 20px;
}

.rel {
    position: relative;
}

.s2 {
    padding: 45px 0 100px;
}

.img-dots {
    width: 200px;
}

.dp-atrr {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -35px;
    z-index: -1;
}

.head {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}


.big-but {
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    padding-top: 0;
    z-index: 98;
}

.big-but .okr {
    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;
}

.big-but .okr .okr-btn {
    position: relative;
    width: 329px;
    height: 329px;
    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;
    text-align: center;
    background-color: var(--main-bg-color-to);
    -webkit-border-radius: 100em;
    border-radius: 100em;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    -webkit-box-shadow: inset 0px 0px 0px rgba(49, 37, 5, 0.8);
    box-shadow: inset 0px 0px 0px rgba(49, 37, 5, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #f5f5f5;
}

.big-but .okr .okr-btn:hover {
    -webkit-box-shadow: inset 0px 0px 10px rgba(49, 37, 5, 0.8);
    box-shadow: inset 0px 0px 10px rgba(49, 37, 5, 0.8);
}

.big-but .okr .okr-btn:after,
.big-but .okr .okr-btn:before {
    content: '';
    position: absolute;
    border: 1px solid var(--main-bg-color);
    -webkit-border-radius: 1000em;
    border-radius: 1000em;
}

.big-but .okr .okr-btn:after {
    width: 650px;
    height: 650px;
}

.big-but .okr .okr-btn:before {
    width: 500px;
    height: 500px;
}

.big-but .pulse {
    margin: 100px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.big-but .pulse:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 140px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 140px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 140px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 140px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.wp-s2-item {
    margin-top: 50px;
}

.wp-s2-item .s2-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.wp-s2-item .s2-item .s2-ico {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
.wp-s2-item .s2-item .s2-ico.bor {
    border: 2px solid #868585;
    padding: 8px;
}

.wp-s2-item .s2-item .s2-text {
    margin-left: 15px;
    font-size: 20px;
    line-height: 35px;
	font-weight: 700;
}
.wp-s2-item .s2-item .s2-text b{
    font-weight: 700;
}

.mt-150-70 {
    margin-top: 150px;
}

.mt-100-30 {
    margin-top: 100px;
}

.pt-100-30 {
    padding-top: 100px;
}

.wp-pred {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    -webkit-box-shadow: 0px 10px 30px rgba(69, 69, 69, 0.2);
    box-shadow: 0px 10px 30px rgba(69, 69, 69, 0.2);
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 45px 25px 55px;
    font-size: 28px;
    line-height: 34px;
    font-family: "TTTravelsB", sans-serif;
    overflow: hidden;
}

.pred-dark {
    background-color: #454545;
    -webkit-box-shadow: inset 4px 4px 30px rgba(4, 4, 4, 0.8);
    box-shadow: inset 4px 4px 30px rgba(4, 4, 4, 0.8);
}

.pred-dark .pred-t {
    color: #fff;
}

.pred-dark .pred-but1 {
    color: #fff;
}

.pred-dots {
    position: absolute;
    width: 250px;
    height: 200px;
    background-image: url(../img/dots2.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    z-index: -1;
    margin-left: -182px;
}

.pred-line {
    width: 120%;
    height: 25px;
    background-color: var(--main-bg-color);
    position: absolute;
    bottom: 0;
    left: -25px;
}

.pred-but1 {
    background-color: transparent;
    text-transform: none;
    font-weight: 300;
    border: 1px solid #F7CD60;
    height: 65px;
    margin-top: 15px;
}
.pred-but1[data-atr="2"] {
    color: #454545;
    
}

.pred-but1 .pred-but span {
    color: var(--main-bg-color);
    margin-left: 10px;
}

.wp-icos {
    width: 100px;
    margin-left: 50px;
}

.img-arrow {
    max-width: 34px;
}

.s3 {
    padding: 25px 0 0;
}

.s3-wp-r {
    padding-top: 50px;
}

.s3-bord-line1 {
    position: absolute;
    top: 36%;
    height: 150px;
    width: 100%;
    background-color: #FBFBFB;
    z-index: -1;
}

.s3-bord-line1 .line1-t {
    position: relative;
    padding-top: 30px;
    font-size: 28px;
    line-height: 39px;
    max-width: 700px;
}

.s3-bord-line1 .line1-t:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 15px;
    background-color: var(--main-bg-color);
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.s3-bord-line1 span {
    font-family: "TTTravelsM", sans-serif;
}

.bg-gray {
    background-color: #FBFBFB;
}

.img-shin {
    position: absolute;
    max-width: 350px;
    left: -60px;
}

.table {
    margin-top: 200px;
}

.table .td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table .td .tr {
    padding-bottom: 30px;
    font-size: 20px;
    max-width: 160px;
    margin-right: 70px;
    width: 100%;
    text-align: center;
}

.table .td .tr:first-child {
    max-width: 300px;
    width: 100%;
    margin-right: 0px;
    padding: 0 20px;
    text-align: left;
}

.table .td .tr:last-child {
    margin-right: 0px;
}

.table .td .tr:nth-child(2n-1) {
    background-color: #FBFBFB;
}

.table .td-head .tr {
    padding-bottom: 45px;
    font-family: "MullerB", sans-serif;
    font-size: 40px;
    text-align: left;
    padding-left: 15px;
    padding-top: 25px;
}

.table .td-head .tr:first-child {
    font-family: "MullerL", sans-serif;
    margin-left: 0;
    padding-top: 25px;
}

.top-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(69, 69, 69, 0.5);
    /*background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(69, 69, 69, 0.5)), color-stop(10%, var(--main-bg-color)));
    background: -webkit-linear-gradient(left, rgba(69, 69, 69, 0.5) 90%, var(--main-bg-color) 10%);
    background: -o-linear-gradient(left, rgba(69, 69, 69, 0.5) 90%, var(--main-bg-color) 10%);
    background: linear-gradient(to right, rgba(69, 69, 69, 0.5) 90%, var(--main-bg-color) 10%);*/
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.menu {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu .m-item .logo {
    width: 60px;
}

.sub-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative;
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #454545;
    -webkit-box-shadow: inset 4px 4px 30px rgba(4, 4, 4, 0.8);
    box-shadow: inset 4px 4px 30px rgba(4, 4, 4, 0.8);
    z-index: 101;
}

.sub-menu .smi {
    text-align: center;
}

.sub-menu .smi a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.sub-menu .smi a:hover {
    background-color: var(--main-bg-color);
}

.sub-menu .s1-soc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-menu .s1-soc .soc-item {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

.sub-menu .s1-soc .soc-item .soc-img {
    width: 25px;
}

.sub-close {
    position: absolute;
    top: 20px;
    right: 50px;
    font-family: "MullerB", sans-serif;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-close:hover {
    color: var(--main-bg-color);
}

.wp-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.img-phone {
    width: 35px;
    margin-right: 15px;
}

.phone a {
    display: block;
    line-height: 20px;
    margin-top: 6px;
    color: #f7f7f7;
   font-weight: 700;
}

.phone span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-family: "MullerL", sans-serif;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
}

.darkf {
    color: #454545;
}

.darkf span,
.darkf a {
    color: #454545;
}

.wp-mbar {
    width: 220px;
    position: relative;
    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;
    background-color: var(--main-bg-color);
    margin: -15px -30px -15px 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wp-mbar .bar_click {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.wp-mbar .bar_click:hover {
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
}

.wp-mbar .menu-bar {
    width: 45px;
}

.wp-prich {
    margin: 0 auto;
    padding-bottom: 150px;
}

.wp-prich .prich-item {
    margin-bottom: 30px;
}

.wp-prich .prich-item .wp-ppr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-prich .prich-item .wp-ppr .pi1 {
    margin-left: 30px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-left: 30px;
    border: 1px solid var(--main-bg-color);
    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;
    text-shadow: 0px 10px 30px rgba(198, 198, 198, 0.2);
    font-size: 50px;
    font-family: "TTTravelsB", sans-serif;
}

.wp-prich .prich-item .wp-ppr .pi2 {
    font-size: 20px;
    margin-left: 30px;
}

.dir {
    padding-top: 150px;
}

.img-dir {
    max-width: 260px;
    margin: 0 auto;
}

.dir-text .dir-t1 {
    font-size: 40px;
    line-height: normal;
    font-family: "TTTravelsB", sans-serif;
    margin-bottom: 25px;
}

.dir-text .dir-t2 {
    line-height: 24px;
    margin-top: 20px;
}

.dir-text .dir-t3 {
    margin-top: 35px;
    font-size: 40px;
    line-height: 52px;
    font-family: "MullerB", sans-serif;
}

.map {
    max-width: 490px;
    margin: 0 auto;
}
@media (max-width: 767.99999999px) {
  .contacts-map > a {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 400px;
    width: 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}
.visible-xs {
    display: none!important;
}

@media (max-width: 767px){
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: block!important;
	}
}

.fot-line {
    width: 100%;
    /* height: 50px; */
    background-color: #454545;
    color: white;
    text-align: center;
    padding: 20px;
}    
@media (max-width: 767px){
	.fot-line {
    padding: 20px 20px 50px;
	} 
}

.dotts {
    position: absolute;
    left: 20%;
    bottom: -100px;
    width: 200px;
    height: 150px;
    background-image: url(../img/dots.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer {
    overflow: hidden;
    padding-top: 100px;
}

.wp-f {
    border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 40px;
}

.wp-f .f-a a {
    display: block;
    font-size: 20px;
    color: #454545;
    margin-top: 20px;
}

.wp-f .f-a a:hover {
    text-decoration: underline;
}

.aff {
    text-decoration: underline;
    color: #454545;
}

.aff2 {
    color: #C6C6C6;
}

.formsect {
    background: #FBFBFB;
    -webkit-box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
}

.forma {
    position: relative;
    z-index: 10;
    max-width: 100%;
    margin: 0 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;
    padding-bottom: 35px;
}

.forma input,
.forma select {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(209, 209, 209, 0.2);
    box-shadow: 0px 10px 30px rgba(209, 209, 209, 0.2);
    border: none;
    height: 50px;
    text-align: center;
    padding: 0 30px;
    min-width: 200px;
    max-width: 300px;
    width: 100%;
    margin-right: 25px;
}

.form-white,
.form-white2,
.form-dark {
    position: relative;
    background: #FBFBFB;
    -webkit-box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
}

.form-white:after,
.form-white2:after {
    content: '';
    position: absolute;
    top: -94px;
    left: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 500px;
}

.form-white:after {
/*    background-image: url(../img/form/img1.png);*/
}

.form-dark {
    background-image: url(../img/form/bg1.jpg);
    background-position: 50%;
    color: #fff;
}

.form-white2:after {
    background-image: url(../img/form/img2.png);
    top: -80px;
    left: -98px;
    width: 340px;
    height: 420px;
}


/* Masonry grid */
.wrapper {
  margin: 1em auto;
  max-width: 1218px;
}

.wrapper img {
  vertical-align: middle;
  max-width: 100%;
}

.masonry {
  display: flex;
  width: 100%;
}
.masonry--h {
  flex-flow: row wrap;
}

.masonry--v {
  flex-flow: column wrap;
  max-height: 1080px;
}

.masonry--h,
.masonry--v {
  margin-left: -8px; /* Adjustment for the gutter */
  counter-reset: brick;
}

.masonry-brick {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 8px 8px;  /* Some Gutter */
  background-color: #333;
  color: white;
  position: relative;
}

/*.masonry-brick:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
  counter-increment: brick;
  content: counter(brick);
  transition: font-size .25s, opacity .25s ease-in-out;
  font-weight: 700;
  opacity: .5;
  font-size: 1.25em;
}

.masonry-brick:hover:after {
  font-size: 2.25em;
  opacity: 1;
}*/

.masonry-brick--h {
  flex: auto;
  height: 250px;
  min-width: 150px;
}

@media only screen and (min-width: 1024px) {
  /* Horizontal masonry bricks on desktop-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
    width: 350px;
  }
  .masonry-brick--h:nth-child(4n+2) {
    width: 325px;
  }
  .masonry-brick--h:nth-child(4n+3) {
    width: 180px;
  }
  .masonry-brick--h:nth-child(4n+4) {
    width: 380px;
  }

  /* Adjusting vertical masonry height on desktop-sized screen */
  .masonry--v {
    max-height: 1600px;
  }

  /* Vertical masonry bricks on desktop-sized screen */
  .masonry-brick--v {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* Horizontal masonry bricks on tabled-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
    width: 200px;
  }
  .masonry-brick--h:nth-child(4n+2) {
    width: 250px;
  }
  .masonry-brick--h:nth-child(4n+3) {
    width: 120px;
  }
  .masonry-brick--h:nth-child(4n+4) {
    width: 280px;
  }

  /* Adjusting vertical masonry height on tablet-sized screen */
  .masonry--v {
    max-height: 2000px;
  }

  /* Vertical masonry bricks on tablet-sized screen */
  .masonry-brick--v {
    width: 50%;
  }
}

.masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}

/* styling code */





.chec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chec input {
    margin-top: 3px;
}

.chec .check-text {
    margin-left: 10px;
}

.mefix {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.mefix1 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.scroll_action {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ms1-tovar {
    max-width: 228px;
    margin: 0 auto;
}

.mobh {
    display: block;
}

.mobv,
.v991inline,
.v768,
.v991,
.wp-hid {
    display: none;
}

.mt30 {
    margin-top: 30px;
}

.pr-none {
    padding-right: 0;
}

.pl-none {
    padding-left: 0;
}

.prel {
    position: relative;
}

.act_hid {
    display: block;
}

.hidden {
    display: none;
}

.wp-modal {
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    -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;
    z-index: 999;
    padding: 0 10px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.wp-modal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.3;
    z-index: 999999999;
    width: 100%;
    height: 100%;
}

.wp-modal .wp-bod {
    position: relative;
    max-width: 525px;
    width: 100%;
    background: #F7F7F7;
    -webkit-box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    box-shadow: inset 4px 4px 30px rgba(69, 69, 69, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px;
    z-index: 9999999999;
}

.wp-modal .wp-bod .mod-head {
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.377778px;
    text-transform: uppercase;
    font-family: 'Circe-Bold', sans-serif;
}

.wp-modal .wp-bod .mod-head1,
.wp-modal .wp-bod .mod-head2 {
    text-align: center;
}

.wp-modal .wp-bod .mod-head1 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "MullerL", sans-serif;
}

.wp-modal .wp-bod .mod-head2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.wp-modal .wp-bod form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wp-modal .wp-bod .close1,
.wp-modal .wp-bod .close2 {
    position: absolute;
    top: -7px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
}

.wp-modal .wp-bod .close1:hover,
.wp-modal .wp-bod .close2:hover {
    color: var(--main-bg-color);
}

.modala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.didop {
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
}

.didop .wp-bod {
    position: absolute;
    top: 0;
    min-width: 900px;
}
    .akciwp{
                    margin: 30px auto 30px;
                    color: #333;
                    max-width: 800px;
                    width: 100%;
                    display: flex;
                    
                }
                .ak1{
                    background-image: url(../img/procent.png);
                    background-repeat: no-repeat;
            
                    background-position: 7% 50%;
            
                    padding: 15px 20px 15px 130px;
                    width: 65%;
                    font-size: 24px;
                    background-color: var(--main-bg-color);
                    border-radius: 10px 0 0 10px;
                } 
                .ak2{
                    background-color: #fff;
                    width: 35%;
                    padding: 15px 20px;
                    border-radius: 0 10px 10px 0;
                } 
                .akci-form{

                }
                .akci-form input{
                    width: 100%;
                    height: 50px;
                    padding: 0 15px;
                }
                .akci-btn{
                    width: 100%;
                    margin-top: 10px;
                }
@media (max-width: 997px) {			

	.mspan br {
		display: block;
	}
	.mspan {
		font-size: 28px;
		margin-left: 15px;
		line-height: 28px;
		text-align: left;
	}
	.wp-s1-l .s1-l-t1-image {
		left: 102px;
	}
}				
@media (max-width: 991px) {
    .wp-carusel {
        position: relative;
        min-height: 455px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .table {
        position: absolute;
        overflow-x: scroll;
        overflow-y: hidden;
        max-width: 200000px;
        width: auto;
        height: 100%;
        margin-top: 0;
    }
    .table .td .tr {
        max-width: 320px;
        width: 320px;
        margin-right: 0;
    }
    .table .td-head .tr {
        padding-bottom: 45px;
        font-size: 25px;
        text-align: center;
        padding-left: 0;
    }
    .container {
        max-width: 100%;
    }
    .pred-dots {
        display: none;
    }
    .w100 {
        width: 100%;
    }
    .bord-trap,
    .bord-trapadd {
        display: none;
    }
    .top-menu {
        background: -webkit-gradient(linear, left top, right top, to(rgba(69, 69, 69, 0.9)));
        background: -webkit-linear-gradient(left, rgba(69, 69, 69, 0.9) 100%);
        background: -o-linear-gradient(left, rgba(69, 69, 69, 0.9) 100%);
        background: linear-gradient(to right, rgba(69, 69, 69, 0.9) 100%);
    }
    .form-white:after,
    .form-white2:after {
        display: none;
    }
    .wp-s1-r .s1-t1 {
        
    }
    .wp-s1-r .s1-t2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 80px;
    }
    .wp-s1-l .s1-l-t1 {
        font-size: 90px;
        line-height: 100px;
    }
    .wp-s1-l .s1-l-t2,
    .wp-s1-l .s1-l-t3 {
        font-size: 35px;
        line-height: 45px;
    }
    .img-shin {
        display: none;
    }
}

@media (max-width: 768px) {
    .akciwp{
        flex-direction: column;
    }
    .ak1{
        width: 100%!important;
        border-radius: 10px 10px 0 0;

    }
    .ak2{
        width: 100%!important;
        border-radius: 0 0 10px 10px;

    }
    .mt150 {
        margin-top: 75px;
    }
    .s1-block {
        margin-bottom: 15px;
    }
    .wp-s2-item {
        margin-top: 50px;
    }
    .mt100-768 {
        margin-top: 0px;
    }
    .big-but {
        width: 100%;
        height: 100%;
        padding-top: 0;
		display: none;
    }
    .big-but .okr {
        width: 300px;
        height: 300px;
    }
    .big-but .okr .okr-btn {
        min-width: 180px;
        height: 180px;
        font-size: 25px;
        line-height: 25px;
    }
    .big-but .okr .okr-btn:after {
        width: 250px;
        height: 250px;
    }
    .big-but .okr .okr-btn:before {
        display: none;
    }
    .wp-pred {
        padding: 45px 25px 45px;
    }
    .pred-dark {
        margin-bottom: 35px;
    }
    .wp-icos {
        margin: 25px auto 0;
    }
    .forma {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .forma input,
    .forma select {
        margin-bottom: 15px;
        max-width: 100%;
        margin-right: 0;
    }
    .btn2 {
        max-width: 100%;
        min-height: 50px;
        padding: 10px;
        width: 100%;
        font-size: 20px;
    }
    .btn3 {
        margin-bottom: 30px;
    }
    .s3 {
        padding: 25px 0 0;
        overflow: hidden;
    }
    .s3-wp-r {
        margin-bottom: 30px;
    }
    .s3-bord-line1 {
        position: relative;
        height: auto;
    }
    .s3-bord-line1 .line1-t {
        text-align: center;
        padding-bottom: 30px;
    }
    .s3-bord-line1 .line1-t:after {
        display: none;
    }
    .s1-dop {
        padding-top: 80px;
    }
    .soc-dop {
        right: 0;
    }
    .mt-150-70 {
        margin-top: 70px;
    }
    .mt-100-30 {
        margin-top: 30px;
    }
    .pt-100-30 {
        padding-top: 50px;
    }
    .h768 {
        display: none !important;
    }
    .v768 {
        display: block;
    }
    .v768f {
        display: flex;
    }
    .wp-modal .wp-bod {
        padding: 35px 15px;
    }
    .wp-modal .wp-bod .mod-head1 {
        font-size: 16px;
    }
    .wp-modal .wp-bod .mod-head2 {
        font-size: 14px;
    }
    .wp-modal .wp-bod .close,
    .wp-modal .wp-bod .close1,
    .wp-modal .wp-bod .close2,
    .wp-modal .wp-bod .close3 {
        font-size: 26px;
        top: 0;
    }
    .dont-bord {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    .mar0a {
        margin: 0 auto;
    }
    .juctify-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dotts {
        display: none;
    }

	.custom-btn {
		margin-top: 30px;
	}


    .hh9 {
        display: block!important;
    }
    .mmmen {
        text-align: left;
    }
    .mspan {
        margin-top: 5px!important;
    }
    .menu {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        justify-content: space-between;
    }
    .sub-close {
        position: relative;
        top: 0;
        left: 83%;
    }
    .form-dark {
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .wp-s1-r .s1-t1 {
        font-size: 40px;
		line-height: 45px;
    }
    .wp-s1-r .s1-t2 {
        font-size: 19px;
		line-height: 25px;
		margin-bottom: 40px;
		font-weight: 400;
    }
    .wp-s1-l .s1-l-t1 {
        
    }
    .wp-s1-l .s1-l-t2,
    .wp-s1-l .s1-l-t3 {
        font-size: 22px;
        line-height: 45px;
    }
    .wp-prich {
        padding-bottom: 70px;
    }
    .wp-prich .prich-item .wp-ppr .pi1 {
        width: 180px;
        height: 90px;
        min-width: 90px;
        max-width: 90px;
        margin-left: 0px;
        font-size: 50px;
    }
    .wp-prich .prich-item .wp-ppr .pi2 {
        font-size: 16px;
        margin-left: 15px;
    }
    .head {
        font-size: 25px;
    }
    .wp-s2-item .s2-item .s2-text {
        font-size: 20px;
    }
    .wp-pred {
        font-size: 24px;
    }
    .h568 {
        display: none!important;
    }
    .menu .m-item .logo {
        margin-top: 10px;
    }
    .menu {
        padding: 0;
    }
    .wp-mbar {
        width: 80px;
        padding: 10px 0;
        margin: 0 -15px 0px 0;
    }
    .hh9 {
        text-align: center;
    }
    .s1 {
        padding-top: 130px;
        padding-bottom: 45px;
        background-position: 69%;
    }
    .s1-dop {
        padding-top: 50px;
    }
    .general-btn {
        font-size: 20px;
    }
    .s1-btn:after {
        display: none;
    }
    .s1-soc .soc-item {
        font-size: 16px;
        margin-right: 16px;
    }
    .btn3 {
        font-size: 18px;
    }
    .btn3:after {
        right: 20px;
        width: 20px;
        height: 15px;
    }
    .ss-ul {
        margin-top: 0;
        padding-left: 30px;
    }
    .ss-ul .ss-li {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 45px;
        position: relative;
    }
    .ss-ul .ss-li:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: var(--main-bg-color);
        left: -30px;
    }
    .img-dir {
        max-width: 270px;
    }
    .dir-text .dir-t1 {
        font-size: 40px;
    }
    .dir-text .dir-t2 {
        font-size: 20px;
    }
    .dir {
        padding-top: 70px;
    }
    .mspan {
       font-size: 20px;
		line-height: 40px;
		font-weight: 600;
		margin-left: 0;
        text-align: center;
    }
    .phone a {
        font-size: 23px;
    }
    .mmmen {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .hh10 {
        display: none!important;
    }
    .hh11 {
        display: block!important;
    }
}

@media (max-width: 415px) {
    .ak1{
            padding: 15px 20px 15px 90px;
    }
    .mspan {
        text-align: left;
    }
    .phone a {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .wp-icos {
        width: 80px;
    }
    .wp-s1-r .s1-t1 {
        font-size: 26px;
        line-height: 26px;
    }
    .menu {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wp-mbar {
        width: 80px;
    }
    @media (max-width: 350px) {
        .wp-s1-r .s1-t1 {
            font-size: 20px;
        }
        .phone a {
            font-size: 16px;
        }
        .h400 {
            display: none;
        }
    }
	
	
		.custom-btn {
    position: relative;
    overflow: hidden;
   -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
  .wp-spasibo{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.spasibo-head{text-align: center;font-size: 28px;font-weight: 600;}
.spasibo-text1{text-align: center;font-size: 18px;margin: 15px 0 30px}
.button {width: 290px;text-align: center;}
.button a{
	color: #fff;
	font-size: 18px;
	background: linear-gradient(185.71deg, #74C574 6.83%, #58B557 89.69%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	height: 50px;
}
.button a:hover{background: linear-gradient(185.71deg, #76d276 6.83%, #438c42 89.69%);}