@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--primary-color:#8C6CBE;
	--secondary-color:#44B678;
  --primary-text:"Montserrat", sans-serif;
}

*{box-sizing: border-box;}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-size:14px;line-height:1.5;font-family:var(--primary-text);color:rgba(0,0,0,.85);font-weight:500;background:#fafafa}
li,ul{margin:0;padding:0;list-style-type:none}
.transition,:after,:before,img,path{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{margin:0;padding:0;line-height:1.4;font-weight:700;font-family:var(--primary-text);color:#000}
.h1,h1{font-size:42px}
.h2,h2{font-size:36px}
.h3,h3{font-size:30px}
.h4,h4{font-size:24px}
.h5,h5{font-size:20px}
a,a:active,a:focus,a:hover{outline:0;text-decoration:none;transition:all ease-in-out .3s;color:var(--primary-color)}
p a,ul li a{color:#000}
p{margin-bottom:10px;line-height:1.6}
p:last-child{margin-bottom:0}
strong,b{font-weight:600}
figure{margin:0}
.form-control:-webkit-input-placeholder{color:#000;opacity:.6}
.form-control:-moz-placeholder{color:#7e2525;opacity:.6}
.form-control:-ms-input-placeholder{color:#000;opacity:.6}
.form-control:-moz-placeholder{color:#000;opacity:.6}
.readmore{background:var(--secondary-color);color:#fff;padding:0 20px;line-height:38px;border-radius:6px;font-size:16px;display:inline-flex;border:2px solid #61DC99;font-weight:600;justify-content:center;position:relative;z-index:1;align-items:center}
.readmore:hover,.readmore:focus,.readmore:active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}
.readmore.outline{border-color:var(--primary-color);color:var(--primary-color);background:transparent;}
.readmore.outline:hover,.readmore.outline:focus,.readmore.outline:active,.top_points .readmore:hover,.top_points .readmore:focus,.top_points .readmore:active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}

.w-100{width:100% !important}
.save-contact{position:relative;z-index:1;}
.save-contact:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-30%,-30%) scale(0);width:100%;height:140%;border-radius:8px;background:var(--secondary-color);animation:wave-pulse 2s ease-out infinite;z-index:-1}
.save-contact:hover:before,.save-contact:focus:before,.save-contact:active:before{background:var(--primary-color);}

@keyframes wave-pulse {
  0%{transform:translate(-50%, -50%) scale(0);opacity:1}
  100%{transform:translate(-50%, -50%) scale(1.15);opacity:0}
}

.main-cont{max-width:472px;margin:0 auto;background:#fff;overflow:hidden}
.title{font-weight:600;margin-bottom:24px}
h1{display:flex;align-items:center;gap:10px;color:red;font-size:26px}
h1 img{width:20px}
.infos{padding:0 20px 190px}

.top_points h2{font-size:15px;font-style:italic;position:relative;color:blue;display:inline-block;margin-bottom:6px}
.top_points h2:after{width:100%;height:2px;background:blue;content:'';display:block;margin-top:3px}
.top_points span{display:block;color:blue}
.top_points ul{margin-block:10px 16px;gap:5px;display:flex;flex-direction:column}
.top_points ul li{position:relative;display:flex;gap:7px;align-items:center}
.top_points ul li:before{width:6px;height:6px;border-radius:20px;background:#000;content:''}
.top_points .readmore{border-color:#000;color:#000;text-transform:uppercase}

.divider{width:100%;height:0;border-bottom:2px dotted #000;margin-block:30px}

.contacts ul{display:flex;flex-direction:column;gap:5px}
.contacts ul li:first-child a{font-weight:700;color:blue;}
.contacts ul li{display:flex;align-items:center;gap:10px}
.contacts ul span{width:20px;text-align:center}
.contacts ul span img{width:14px}
.contacts ul figure{display:flex;gap:6px;align-items:center}
.contacts ul figure img{width:16px}

.btns{padding:32px;display:flex;flex-direction:column;gap:15px;box-shadow:-4px -17px 28px -18px rgba(0,0,0,.2);-webkit-box-shadow:-4px -17px 28px -18px rgba(0,0,0,.2);-moz-box-shadow:-4px -17px 28px -18px rgba(0,0,0,.2);background:#fff;position:fixed;inset:auto 0 0;width:100%;z-index:1;max-width:472px;margin:auto}
.btns .tp{display:flex;gap:15px;flex-wrap:wrap;}
.btns .tp a:first-child{width:calc(65% - 15px);}
.btns .tp a:last-child{width:35%;}
.btns a{padding:0}


@media screen and (max-width:400.98px){
  body{font-size:13px;}
	h1{font-size:22px}
  h1 img{width:16px}
  .btns{padding:24px;gap:10px}
  .btns .tp{gap:10px}
  .readmore{font-size:15px;line-height:36px}
  .infos{padding-bottom:170px}
}

@media screen and (max-width:360.98px){
  body{font-size:12px}
	h1{font-size:20px}
  .infos{padding:0 14px 24px}
  .top_points h2,.top_points .readmore{font-size:13px}
  .readmore{font-size:14px;padding:0 16px;line-height:34px}
  .btns{padding:20px}
  .infos{padding-bottom:150px}
}