@font-face {
	font-family: 'SFProText-SemiboldItalic'; 
	src: local('SFProText-SemiboldItalic'),
		url(../fonts/SFProText-SemiboldItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Semibold'; 
	src: local('SFProText-Semibold'),
		url(../fonts/SFProText-Semibold.ttf); 
}
@font-face {
	font-family: 'SFProText-RegularItalic'; 
	src: local('SFProText-RegularItalic'),
		url(../fonts/SFProText-RegularItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Regular'; 
	src: local('SFProText-Regular'),
		url(../fonts/SFProText-Regular.ttf); 
}
@font-face {
	font-family: 'SFProText-MediumItalic'; 
	src: local('SFProText-MediumItalic'),
		url(../fonts/SFProText-MediumItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Medium'; 
	src: local('SFProText-Medium'),
		url(../fonts/SFProText-Medium.ttf); 
}
@font-face {
	font-family: 'SFProText-LightItalic'; 
	src: local('SFProText-LightItalic'),
		url(../fonts/SFProText-LightItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Light'; 
	src: local('SFProText-Light'),
		url(../fonts/SFProText-Light.ttf); 
}
@font-face {
	font-family: 'SFProText-HeavyItalic'; 
	src: local('SFProText-HeavyItalic'),
		url(../fonts/SFProText-HeavyItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Heavy'; 
	src: local('SFProText-Heavy'),
		url(../fonts/SFProText-Heavy.ttf); 
}
@font-face {
	font-family: 'SFProText-BoldItalic'; 
	src: local('SFProText-BoldItalic'),
		url(../fonts/SFProText-BoldItalic.ttf); 
}
@font-face {
	font-family: 'SFProText-Bold'; 
	src: local('SFProText-Bold'),
		url(../fonts/SFProText-Bold.ttf); 
}

html, body { width:100%; height:100%; } 

/* ----------------------------           ---------------------------- */
/* ---------------------------- NORMALIZE ---------------------------- */
/* ----------------------------           ---------------------------- */
html {
	font-size: 16px	
}
body {
	font-family: 'SFProText-Regular';
	font-size: 20px;
	font-weight: 400;	
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.7);
	/*min-height: 100vh;*/
    display: -ms-flexbox!important;
    display: flex!important;
  	-ms-flex-direction: column!important;
    flex-direction: column!important;  
}
strong {
	font-weight:900;
}
small {
	font-size: 80%;
	line-height: 1.2;
}
ol, ul {
	padding:0;
	margin-bottom: 1rem;
	list-style-type:none;	
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	display: block;
	font-family: 'SFProText-Semibold'; 
}
h1,.h1 {
	font-size: 2.5rem;
	font-weight: 400;
	margin:0 0 20px;	
}
h2,.h2 {
	font-size: 2rem;
	font-weight:400;
	margin:0 0 20px;	
}
h3,.h3 {
	font-size: 1.9rem;
	font-weight:400;
	margin:0 0 10px;
}
h4,.h4 {
	font-size: 1.25rem;
	font-weight:400;
	margin:0 0 0px;
}
h5,.h5 {
	font-size: 1.25rem;
	font-weight:400;
	margin:0 0 10px;
}
h6,.h6 {
	font-size: 1.15rem;
	font-weight:400;
	margin:0 0 10px;	
}
p {
    font-size: 1.25rem;
	font-weight: 400;
	color: #4f4f4f;	
}
hr {
	border-top:1px solid #000;	
	border-bottom:1px solid #000;	
}
blockquote,
.blockquote {
    position: relative;
    padding: 20px 15px;
    border-left: 0;
    line-height: 1.2;
    font-size: 24px;
    background: #58A2C4;
    color: #fff;
    position: relative;
    margin: 25px 0;
}

.blockquote.addblue:before {
    content: "";
    background: #58A2C4;
    position: absolute;
    left: -100%;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}

.blockquote.min {
	font-size: 1rem;
	padding:0 0 0 10px;	
}

a {
	color:#4f4f4f;
	text-decoration:none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    font-size: 1.2rem;
}
a:hover,
a:focus,
a:active   {
	color:#696a6a;
	text-decoration:none;
}
a:focus, 
button:focus, 
input:focus, 
img:focus, 
label:focus, 
a:active,
button:active {
	outline: none !important;
}
button,
input {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
iframe {
	display: block;
	margin:0 auto;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}

.dark-blue {
    background-color: #2C3A4E;
}
.dark-brown {
    background-color: #3D0F0A;
}
.b-brown {
    background-color: #302C27;
}
.b-green {
    background-color: #6EC784;
}

.b-lyellow {
    background-color: #E5C525;
}
.b-yellow {
    background-color: #E5C25C;
}

.b-blue {
    background-color: #81B3DA;
}
.b-blues {
    background-color: #58A2C4;
}

.b-gray {
    background-color: #F5F5F5;
}
.b-orange {
    background-color: #FD9521;
}
.b-black {
    background-color: #333333;
}
.b-lgray {
    background-color: #D9D9D9;
}
.b-dgray {
    background-color: #B0B0B0;
}
.b-red {
   background-color: #CB2F0E; 
}

.c-white {
    color: #fff;
}
.c-orange {
    color: #FD9521;
}

.c-yellow {
    color: #E5C525;
}

.c-green {
    color: #6EC784;
}

.c-gray {
    color: #E0E1E1;
}

.c-blue {
    color: #81B3DA;
}

.c-dblue {
    color: #2E4255;
}

.c-black {
    color: rgba(0, 0, 0, 0.7);
}

.c-dblack {
    color: #1A1A1A;
}


.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


.btn-orange {
    background-color:#FF8527;
    color: #fff;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    border-radius: 50px;
}

.pb-land .btn-orange {
    background-color:#FF4F03;
}

.btn-orange:hover {
    color: #fff;
    background-color: #ef8634;
}

.btn-red {
    background-color:#EB3D18;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.575rem 3.75rem;
    border-radius: 0px;
}

.btn-red:hover {
    color: #fff;
    background-color: #CB2F0E;
}

.main-menu {
	font-family: 'SFProText-Semibold';
}

.banner {
    height: 450px;
}

header {
    background: linear-gradient(to right, #333333 25%, #1A1A1A 25% 80%);
    min-height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.section-content {
   position: relative;
   overflow-y: hidden;
}

.img-module {
   position: relative;
   overflow: hidden;
}
.section-img img {
    width: 100%;
}

.nav-link:focus, .nav-link:hover {
    color: #E6C500;
}

.section-content .img-module:after {
    position: absolute;
    content: "";
    background:url(/assets/landing/img/circle.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 1;
}
.section-etaps {
     position: relative;  
     overflow: hidden;
}

.section-etaps:before {
    position: absolute;
    content: "";
    background:url(/assets/landing/img/circle3.png) no-repeat;
    width: 1920px;
    height: 1078px;
    top: 0;
    right: 0;  
}

.gray-cirle {
    position: relative;
}

.gray-cirle:after {
    position: absolute;
    content: "";
    background:url(/assets/landing/img/cikle2.png) no-repeat;
    background-size: cover;
    width: 945px;
    height: 658px;
    top: 0;
    right: 0;
} 


.nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}
header a {
    color: #E6C500;
}

.phone a {
    font-size: 1.25rem;
    font-family: 'SFProText-Semibold'; 
}

h1, .h1 {
    margin-top: 0px;
    margin-left: 0;
    font-size: 48px;
    font-family: 'SFProText-Medium';
}

h1 span {
    font-size: 30px;
}

.banner-content {
    position: relative;
}

.striped {
   background: linear-gradient(to right, #1A1A1A 25%, #CB2F0E 25% 80%); 
}
.stripedabout {
   background: linear-gradient(to right, #1A1A1A 25%, #58A2C4 25% 80%); 
}

.striped3 {
    background: linear-gradient(to right, #58A2C4 40%, #ffffff 40% 60%); 
}
.striped4 {
    background: linear-gradient(to bottom, #58A2C4 15%, #333333 15% 80%); 
}
.striped:before {
    content: "";
    background: url(/assets/landing/img/krugim.png);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-comand img {
    z-index: 1;
    position: relative;
}

.striped2 {
    background: linear-gradient(to top, #E5C525 25%, #333333 25% 80%);
}

.block-section-info-left {
    padding: 0px 30px 0px 170px;
}
.block-section-info-right {
    padding: 80px 175px 80px 170px;
}

.button-block {
    position: absolute;
    bottom: 30px;
    left: 80px;
}

.number {
    font-size: 76px;
    font-family: 'SFProText-Semibold';
}
.img-etap {
    position: relative;
}
.img-etap span {
    position: absolute;   
    width: 100px;
    height: 100px;
    font-weight: 600;
    font-size: 60px;
    background: #333333;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0px 5.333333492279053px 2.133333444595337px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-etap-1 span {
    right: -20px;
    bottom: 60px;
}
.img-etap-2 span {
    left: -25px;
    bottom: 60px;
}

.row-tr {
    margin-left:-20px;
    margin-right:-20px;
}


.card-img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    position:relative;
    overflow: hidden;
}

.section-map  {
    position: absolute;
}

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

.card-img-title {
    background-color:#1a1a1a;
    height: 60px;
    overflow: hidden;
    line-height: 1.2;
    padding: 15px 16px;
    display: flex;
    align-items: center;
}

.card-img-text .panel-black {
    background-color: #1a1a1a;
    padding-bottom: 32px;
    min-height: 100%;
    padding: 20px 16px;
    display: flex;
    align-items: end;
}

.card-img-block .card-img > div.card-img-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
}
.card-img-block:hover .card-img > div.card-img-text {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.card-img-block div.card-img-text {
    opacity: 0;
    background-color:#1a1a1a; /* Фон блока при наведении */
    transition: all 0.4s ease-in-out;
    color: #fff;
    transform: translate(0px, 250px) rotate(0deg); /* Направление выезжающей панели */
}
.card-img-block:hover div.card-img-text {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
}

.card-img-block:hover .card-img-title {
   background-color:#CB2F0E;
}

.block-section-info-right .c-black {
    font-size: 24px;
}

.gallery.owl-theme .owl-nav {
    margin-top: 0;
}

.gallery.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    background: rgb(0 0 0 / 50%);
    padding: 15px !important;
}

.gallery.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 5%;
    background: rgb(0 0 0 / 50%);
    padding: 15px !important;
}

.gallery.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    width: 100%;
}

.gallery.owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 3px;
    margin: 5px 7px;
    background: #B0B0B0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}


.gallery.owl-theme .owl-dots .owl-dot.active span, .gallery.owl-theme .owl-dots .owl-dot:hover span {
    background: #E5C525;
}

.yelow-panel {
    color: #1A1A1A;
    font-size: 24px;
    background: #E5C525;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 9;
    padding: 0px 25px 15px;
}
.yelow-panel span {
     font-size: 96px;
     font-family: 'SFProText-Semibold';
}

.img-block {
    position: relative;
}
.img-block img {
    width: 100%;
}
.img-text {
    position: absolute;
    bottom: 0px;
    background: #1A1A1A;
    padding: 5px 5px;
    text-align: center;
    width: 100%;
}

.img-about {
    position: absolute;
    right: 0;
}

.table-tr {
    text-align: center;
}

.b-white {
    background: #fff;
}

.b-green .td-left {
    border-right: 2px solid #6EC784;
}

.b-green .td-center {
    border-left: 2px solid #6EC784;
    border-right: 2px solid #6EC784;
}

.b-green .td-right {
    border-left: 2px solid #6EC784;
}


.banner-intro {
    font-size: 20px;
}

.banner-sale {
    font-size: 1.5rem;
    line-height: 1.3;
}

.section-advantages {
    top: -80px;
    position: relative
}

.list-group-item {
    width: 455px;
    min-height: 150px;
    border: 0;
    border-radius: 0!important;
}

.list-group-horizontal {
    border-radius: 0!important;
}

.sw-app-head {
    display:none!important;
}

.title {
    height: 200px;
}

.modals ol {
    list-style-type: auto;
    padding-left: 20px;
}

.price span {
    font-weight: bold;
}

.b-form .btn-orange {
    width: 370px;
}

.form .form-control {
    height: 70px;
    line-height: 70px;
    width: 370px;
}

.form-btn {
    position: relative;
}


.btn-telegram {
    background: #4AA6EE;
    height: 70px;
    width: 370px;
    line-height: 70px;
    color: #fff;
    padding: 0 30px 0;
    text-align: left;
}

.btn-whatsapp {
    background: #2ECD55;
    height: 70px;
    width: 370px;
    line-height: 70px;
    color: #fff;
    padding: 0 30px 0;
    text-align: left;
}

.img-state {
    height: 517px;
}


.form-section .b-form {
    padding-top: 50px;
    padding-bottom: 50px;
}


.btn-telegram:hover {
    color: #fff;
    background-color: #3981ba;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #219d40;
}

.b-program {
    position: relative;
    z-index: 0;
}

.b-program .b-panel {
    position: relative;
    z-index: 2;
}

.section-program {

}

.item-state {
    margin-top: -55px;
    z-index: 2; 
    position: relative;
    
} 


.f-title1 {
    font-size: 2.25rem;
    color: #E0E1E1;
    text-transform: uppercase;
}

.f-title2 {
    font-size: 1.875rem;
    color: #E0E1E1;
}

.f-title3 {
    font-size: 2.25rem;
    text-transform: uppercase;    
}

.section-testmonials p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.item-state p {
      line-height: 1.7;  
}

.why-item p {
    font-size: 1.25rem;
    min-height: 90px;
}

.why-item h4 {
    color: #2E4255;
    margin-bottom: 20px;
}

.why-item h4.border-y:after {
    content: "";
    background: #EFBB25;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}

.why-item h4.border-b:after {
    content: "";
    background: #4AA6EE;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}

.why-item h4.border-g:after {
    content: "";
    background: #2ECD55;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}

.why-item h4.border-o:after {
    content: "";
    background: #FD9521;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}
.section-info  {
    padding: 50px 0px;
}

.obl {
    position: relative;
}
.svg {
    position: absolute;
    top: -70px;
    right: 0;
}

.svg2 {
    position: absolute;
    top: 230px;
    left: 41%;
    z-index: 1;
}
.svg1 {
    position: absolute;
    top: 40px;
    left: 41%;
    z-index: 2;
}
.svg6 {
    position: absolute;
}

.section-prem2 {
  background: #B8D2E7; 
  position: relative;
}
.section-prem2 .container {
    position: relative;
    z-index: 1;
}
.section-prem2:after {
    content: "";
  background: #A8C6DE;  
  position: absolute;
      height: 270px;
    z-index: 0;
    width: 60%;
    top: 0;
    left: 0;
}
.section-prem2:before {
content: "";
  background: #A8C6DE;  
  position: absolute;
      height: 270px;
    z-index: 0;
    width: 60%;
    bottom: 0;
    right: 0;
}

.custom-select{
    display:inline-block;
    width:100%;
    height:calc(1.16667em + 1.125rem + 2px);
    padding:.5625rem 1.75rem .5625rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.16667;
    color:#495057;
    vertical-align:middle;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3e%3cpath fill='%23CECECE' d='m6.1647 7.6612c0.4588 0.45175 1.2119 0.45176 1.6707 1.13e-5l5.8272-5.7377c0.72674-0.71558 0.20214-1.9235-0.83536-1.9235h-11.654c-1.0375 0-1.5621 1.2079-0.83534 1.9235z'/%3e%3c/svg%3e") no-repeat right .75rem center/0.875rem 0.5rem;
    border:1px solid #e5e5e5;
    border-radius:0;
    appearance:none}
.custom-select:focus{outline:0;box-shadow:0 0 .625rem rgba(0,0,0,0.1)}
.custom-select:focus::-ms-value{color:#495057;background-color:#fff}
.custom-select:disabled{color:#6c757d;background-color:#e9ecef}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width:100%;
    height: 1.3125rem;
    opacity: 0;
}

.form-calculator .form-control {
    width: 100%;
    border-radius: 0;
}

.form-control-toggle {
    position: relative;
    z-index: 1;
    display: block;
    width: 5rem;
    min-height: 2.125rem;
    color-adjust: exact;
}

.form-control-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 5rem;
    height: 2.125rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    content: "";
    pointer-events: none;
}
.form-control-toggle .custom-control-label {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
    color: #000;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    line-height: 1;
}

.form-control-toggle .custom-control-input:checked ~ .custom-control-label::before, .form-control-toggle .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

.form-control-toggle .custom-control-input:checked ~ .custom-control-label {
    color: #fff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #91dbff;
    border-color: #91dbff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6095BF;
    background-color: #6095BF;
}

.form-control-toggle .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 5rem;
    height: 2.125rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    content: "";
}

.form-calculator__result {
    text-align: center;
    background: #fff;
    padding: 8px 0;
    width: 150px;
}

.form-control-toggle .custom-control-input:checked ~ .custom-control-label::after {
    background: #6095BF;
    border-color: #6095BF;
}

ul.li li {
    font-size: 1.25rem;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

ul.li li:before {
    content: "";
    background-image: url(../img/v.svg);
    display: block;
    width: 25px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 0px;
}


.form {
    z-index: 1;
    position: relative;
}

.etap {
    position: relative;    
}

.etap-1:before {
    content: "01";
    font-size: 250px;
    font-weight: bold;
    color: #F4F5F5;
    position: absolute;
    opacity: 0.25;
    top: -65px;
    right: 0px;
}
.etap-2:before {
    content: "02";
    font-size: 250px;
    font-weight: bold;
    color: #F4F5F5;
    position: absolute;
    opacity: 0.25;
    top: -65px;
    left: 0px;
}
.etap-3:before {
    content: "03";
    font-size: 250px;
    font-weight: bold;
    color: #F4F5F5;
    position: absolute;
    opacity: 0.25;
    top: -65px;
    right: 0px;
}
.etap-4:before {
    content: "04";
    font-size: 250px;
    font-weight: bold;
    color: #F4F5F5;
    position: absolute;
    opacity: 0.25;
    top: -65px;
    right: 0px;
}

.count {
    margin-bottom: 20px;
}

.count-o:after {
    content: "";
    background: #FD9521;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.count-b:after {
    content: "";
    background: #4AA6EE;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.count-y:after {
    content: "";
    background: #EFBB25;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.count-g:after {
    content: "";
    background: #2ECD55;
    width: 88px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.section-form {
    position: relative;
    z-index: 1;
    /*margin-top: -260px;*/
    padding-top: 140px!important;
}
.section-price  {
    position: relative;
    z-index: 2;
}
footer {
    padding: 60px 0 70px;
    background: #1A1A1A;
}

.sticky-tops {
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}
main {
    padding-top: 70px;
    position: relative;
}
.soglas a:hover {
    color: #fff;
    text-decoration: underline;
}
.small  {
    font-size: 0.675em;    
}
.small a {
    font-size: inherit;    
}

.whatsapp-button, .telegram-button {
    position: relative;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #01e675; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animates 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}

footer a, footer {
    color: #FFFFFF;
}

.info-table p, .info-table ul.li li  {
     font-size: 1rem;   
}
 
@keyframes animates
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.section-video {
    padding: 80px 0;
    background: rgba(168, 198, 222, 1);
}

.section-video p {
    padding: 50px 50px;
    color: rgba(0, 0, 0, 0.7)
}

.section-content .b-lgray {
    position: relative;
}
.section-content .b-lgray:before {
    content: "";
    background: #D9D9D9;
    position: absolute;
    left: -100%;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}

.section-content h5 {
    text-transform: uppercase;
}

.section-content li {
    margin-bottom: 15px;
}

.section-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #A6A6A6;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.section-content ul li {
    position: relative;
    padding-left: 20px;
}




@media (min-width: 992px) {
    
    .form .form-control {
        width: 290px;
    }
    .etap {
        height: 336px;
        font-size: 1rem;
    }
    .etap div {
        font-size: 1rem;
    }
    .svg2 svg {
        width: 250px;
    }
    .btn-orange {
        font-size: 1rem;
    }
    .img-about {
        width: 300px;
    }
    .img-about img {
        max-width: 100%;
    }
} 

@media (min-width: 1200px) {
    
    .img-about {
        width: 450px;
    }
    
    .form .form-control {
        width: 350px;
    }
    
    .section-form3 .form .form-control {
        width: 310px;
    }
    
    .etap {
        height: 336px;
        font-size: 1.25rem;
    }
    .etap div {
        font-size: 1.25rem;
    }
   
    .btn-orange {
        font-size: 1.15rem;
    }
} 

@media (min-width: 992px) and (max-width: 1500px) {
    
    .col-700 {
        overflow: hidden;
    }
    
    .etap-4 {
        height: 100%;
    }
    
}
@media (min-width: 1100px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1100px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
    
}

@media (min-width: 1600px) {
   
    .etap {
        height: 336px;
        font-size: 1.25rem;
    }
    .img-about {
        width: 650px;
    }
    .btn-orange {
        font-size: 1.25rem;
    }
}



@media (max-width: 1600px) {
     .card-img-block .card-img > div.card-img-text {
        font-size: 14px;
    }
    .nav-link {
        font-size: 13px;
    }
    .block-section-info-right {
        padding: 80px 100px 80px 100px;
    }
    .block-section-info-left {
        padding: 0px 30px 0px 80px;
    }
}

@media (max-width: 1400px) {
   
    .phone a {
        font-size: 0.875rem;
    }
    .nav-link {
        font-size: 11px;
    }
    .section-info h3 {
    font-size: 1.2rem;
    margin: 20px 0 10px!important
    }
    p, div, a {
        font-size: 16px;
    }
    .card-img-title {
        font-size: 16px;
    }
    .block-section-info-right .c-black {
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 40px;
    }
    .logo svg {
        width: 200px;
    }
    .block-section-info-right {
        padding: 50px 50px 50px 50px;
    }
    .block-section-info-left {
        padding: 0px 30px 0px 30px;
    }
}    



 
@media (max-width: 992px) {
    .card-img-block .card-img > div.card-img-text {
        font-size: 16px;
    }
    .section-map  {
        position: relative;
    }
    
    .table-tr span {
        display:none;
    }
    
    .striped3 {
        background: linear-gradient(to right, #58A2C4 50%, #ffffff 50% 50%);
    }
    .section-content {
        background: #fff;
    }
    .section-content:after {
        content: "";
        display: none;
    }
    .mobile-black {
        background: #333333
    }
    .title {
        width: 100%;
        padding: 15px 15px;
        height: 100%;
        background-position: 35% 50% !important;
        background-size: cover !important;
    }
    .block-section-info-left {
        padding: 0;
    }
    .block-section-info-right {
        padding: 0;
    }
    .py-80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobilemenu .dropdown-menu {
        color: #D9D9D9;
        background-color: #1A1A1A;
        border: 0;
        border-radius: 0;
        position: relative !important;
        transform: none!important;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #1A1A1A;
        background: #D9D9D9;
    }
    .logo svg {
        width: 167px;
    }
    .svg-header svg {
        width: 30px;
    }
    .section-metod {
        overflow: hidden;
    }
    header {
        background: #1A1A1A;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #mobilemenu .nav-item {
        border-bottom: 1px solid #000000;
    }
    .nav-link {
        text-transform: uppercase;
        color: #D9D9D9;
        font-size: 14px;
    }
    #mobilemenu .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 15px;
        top: 19px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 30px;
        height: 20px;
        vertical-align: middle;
        background-image: url(../img/menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler {
        padding: 0;
        background-color: transparent;
        border: 0;
    }
    
    .section-video {
        padding: 30px 0;
    }
    
    .section-video p {
        padding: 0px;
        margin-top: 25px;
    }
    .phone a {
        font-size: 1rem;
    }
    
    .list-group-horizontal {
        flex-direction: column;
    }
  
    body {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    .svg1 svg {
        width: 195px;
    }
    .svg1 {
        position: absolute;
        top: -45px;
        left: initial;
        right: 0;
        z-index: 2;
    }
    .banner-content svg {
        width: 195px;
    }
    h1 {
        margin-bottom: 0!important;
    }
    
    .section-info h3 {
        font-size: 1.125rem;
        margin-top: 15px;
    }
    .svg svg {
        width: 195px;
    }
    .section-prems {
        background-size: cover!important;
    }
    .section-prem .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}   

@media (max-width: 576px) {
    .f-12 {
        font-size: 8px;
    }
    .img-etap-2 span {
        right: -20px;
        bottom: 60px;
        left: inherit;
    }
    .backfon {
        background-position: 60% 0%!important;
        background-size: cover!important;
    }
    
    .img-block img {
        width: 100%;
    }
    .custom-control-input {
        width: 100%;
    }
    .form-control-toggle .custom-control-label::before {
           width: auto;
    }
    .form-control-toggle .custom-control-label::after {
        width: 100%;
    }
    ul.li li {
        font-size: 1rem;
    }
    .section-form {
        position: relative;
        z-index: 1;
        margin-top: 0;
        padding-top: 30px!important;
        background-position: 50% 50%!important;
    }
    .phone a {
        font-size: 1rem;
    }
    main {
        padding-top: 50px;
        position: relative;
    }
    .table div {
        font-size: 0875rem;
    }
    .form .form-control {
        width: 100%;
        height: 55px;
        line-height: 55px;
    }
    .whatsapp-button, .telegram-button {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
    }
    .whatsapp-button svg, .telegram-button svg {
        width: 50px;
        height: 50px;
    }
    .forms svg {
        width: 50px;
        height: 50px;
    }
    .btn-orange {
        font-size: 0.875rem;
        width: 100%;
    }
    .custom-select, .form-calculator .form-control, .form-control-toggle  {
        width: 100%;
    }
    .form-calculator__result  {
        width: 150px;
    }
    .sticky-top {
      height: 70px;
      top: 0;
    }
    .svg1 {
        top: -60px;
    }
   .list-group-item {
        width: 100%;
        min-height: 70px;
        border: 0;
        border-radius: 0!important;
    }
   
    
	.banner {
        height: auto;
        background: url(/assets/landing/img/bannermob.jpg) no-repeat!important;
        background-position: 50% 50% !important;
        background-size: cover !important;
        padding-bottom: 35px;
    }
    h1, .h1 {
        font-size: 1.5rem;
        margin-left: 20px;
        padding-top: 30px;
    }
    
    .title h1 {
        margin-left: 0px;
        padding-top: 0px;
    }
    h1 span {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0 0 20px;
    }
    
    .b-program {
        padding: 15px 0 0!important;
    }

    header {
        min-height:50px;
    }
    .banner-intro {
        font-size: 1rem;
        padding: 0 15px;
    }
    .banner-sale {
        font-size: 1rem;
        line-height: 1.3;
        flex-direction: column;
        padding: 0 15px;
    }
    .form-btn {
        margin-left: 0;
        position: relative;
    }
    
    .form-section .b-form {
        padding-top: 0;
        padding-bottom: 0;
    }
    .item-state {
        margin-top: 0;
    }
    .img-state {
        height: 200px;
    }
    
    .state-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .f-title1 {
        font-size: 1.5rem;
    }
    .f-title2 {
        font-size: 1rem;
    }
    .f-title3 {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
    
    .count-y:after {
        content: "";
        margin: 0;
    }
    .count-o:after {
        content: "";
        margin: 0;
    }
    .count-g:after {
        content: "";
        margin: 0;
    }
    
    .why-item p {
        display: none;
    }

    .section-why {
        padding-bottom: 30px;
    }
    footer {
        padding: 20px 15px;
    }
    .form-group, .b-form .btn-orange {
        width: 100%;
    }
    .btn-telegram {
        width: 100%;
        padding: 0 20px 0;
    }
    .btn-whatsapp {
        width: 100%;
        padding: 0 20px 0;
    }
    .section-advantages {
        top: 0;
        margin-top: -80px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .item-state .row {
        margin: 0;
    }
    .why-item h4 {
        font-size: 1.125rem;
        text-transform: none!important;
    }
    a {
        font-size: 1rem;
    }
}    
@media (max-width: 380px) {
    .phone a {
        font-size: 0.775rem;
    }
}

.marquiz__container {
    width: 100%;
    text-align: right!important;
    position: fixed;
    bottom: 15px;
    z-index: 99990;
    right: 25px;
}
@media (max-width: 768px){

.marquiz__container {
    bottom: 5px;
    text-align: center!important;
    right: 0;
}
.marquiz__container .marquiz__button_rounded {
    padding: 5px 21px;
}

} 

.cookie-consent {
position: fixed;
    bottom: 15px;
    left: 15px;
    right: 0;
    background: #333;
    color: #fff;
    padding: 20px;
    z-index: 99991;
    max-width: 450px;
    border-radius: 15px;
  display: none;
}

.cookie-consent p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}

.cookie-consent.show {
  display: block;
}
.cookie-settings {
  display: none;
  margin-top: 15px;
  padding: 15px;
  background: #444;
}
.cookie-settings.show {
  display: block;
}
.cookie-toggle {
  margin: 10px 0;
}

.cookie-settings h3 {
    color: #fff;
}

 .btn-primary {
  background: #007bff;
  color: white;
  border: none;
}
.btn-secondary {
  background: #6c757d;
  color: white;
  border: none;
}
@media (max-width: 992px){
.cookie-consent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
}