body {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: black;
    line-height: 1.5;
    font-weight: 400;
    background-color: #F2F1EF;
}

a {
    color: black;
    text-decoration: none;
}

.wrap {
	width: 1500px;
	margin: 0px auto;
	display: block;
}

.header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__logo {
    width: 150px;
    display: inline-block;
}

.header__logo img {
    width: 100%;
}

.header__ul {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 20px;
    margin-right: 180px;
}

.header__ul li {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.header__ul li {
    letter-spacing: 1px;
}

.header__ul li a:hover {
    color: #7e5d00;
}

.header__phone {
    display: inline-block;
    vertical-align: top;
    float: right;
    font-weight: 700;
    margin-top: 18px;
    border-left: 1px solid #cccccc;
    padding-left: 30px;
}

.screen {
    background: url(/images/screen.jpg) center no-repeat;
    width: 100%;
    height: 90vh;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.screen__title {
    font-size: 60px;
    color: white;
    width: 580px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 15%;
}

.screen__adv-item {
    width: 270px;
    display: inline-block;
    margin-right: 90px;
    vertical-align: top;
    color: white;
}

.screen__adv {
    margin-top: 50px;
}

.screen__adv-item-number {
    font-size: 12px;
    font-weight: 700;
}

.screen__adv hr {
    background-color: white;
    margin-bottom: 0px;
    opacity: 0.5;
    border: none;
    height: 1px;
}

.screen__adv-item-text {
    font-weight: 500;
}

.about {
    margin-top: 100px;
}

.about__title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}

.about__rightblock {
    width: 770px;
    display: inline-block;
    float: right;
}

.clear {
    clear: both;
}

.about__one {
    background: url(/images/image1.jpg);
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
}

.about__one span {
    width: 520px;
    margin-left: 30px;
    color: white;
    display: block;
    padding-top: 30px;
    padding-bottom: 100px;
}

.about__two {
    width: 450px;
    display: inline-block;
    float: left;
    background-color: white;
    margin-top: 5px;
    border-radius: 10px;
}

.about__two span {
    margin-top: 30px;
    margin-left: 30px;
    display: block;
    width: 350px;
    padding-bottom: 100px;
}

.about__three {
    display: inline-block;
    width: 150px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-top: 40px;
    margin-right: 120px;
}

.about__three img {
    width: 30px;
    display: block;
}

.about__three span {
    margin-top: 5px;
    display: block;
}

.about__four {
    background: url(/images/image2.jpg);
    width: 100%;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
    border-radius: 10px;
    margin-top: 5px;
}

.about__four span {
    display: block;
    width: 490px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
}

.adv {
    background-color: #282828;
    color: white;
    margin-top: 100px;
}

.adv__item {
    display: inline-block;
    width: 320px;
    padding-left: 20px;
    border-right: 1px solid #505050;
    padding-right: 20px;
    vertical-align: top;
    min-height: 250px;
}

.adv__item:last-child {
    border: none;
}

.adv__item-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
}

.adv__item-text {
    margin-top: 10px;
}

.connect {
    background: url(/images/image3.jpg) center no-repeat;
    width: 100%;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.connect__title {
    font-size: 38px;
    font-weight: 700;
    width: 360px;
    line-height: 1.2;
    color: white;
    display: inline-block;
}

.connect__form {
    width: 770px;
    display: inline-block;
    float: right;
}

.input-area {
    transition: border 0.15s;
    box-shadow: none !important;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin: 10px 0px;
    display: block;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 0px;
    color: white;
    font-family: 'PT Sans', sans-serif;
}

.s-message {
    display: none;
}

#af_name {
    width: 310px;
    float: left;
}

#af_phone {
    width: 355px;
    float: right;
}

#af_comment {
    display: block;
    float: left;
    width: 97%;
    padding-right: 0px;
}

.checkbox {
    float: left;
    width: 350px;
    font-size: 12px;
    margin-top: 10px;
    color: white;
}

.checkbox a {
    color: white;
}

.form-btn {
    display: block;
    float: right;
    background-color: #FFCB08;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    width: 200px;
    height: 55px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
    margin-top: 5px;
}

.form-btn:hover {
    background-color: #d6a800;
}

.label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
}
    
.label-check__input {
    display: none;
}
    
.label-check__new-input {
    position: absolute;
    left: -35px;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid grey;
    border-radius: 3px;
}
    
.label-check__input:checked + .label-check__new-input {
    background: #ffcb08;
}

::-webkit-input-placeholder {color: white; font-size: 14px; font-weight: 600;}
::-moz-placeholder          {color: white; font-size: 14px; font-weight: 600;}/* Firefox 19+ */
:-moz-placeholder           {color: white; font-size: 14px; font-weight: 600;}/* Firefox 18- */
:-ms-input-placeholder      {color: white; font-size: 14px; font-weight: 600;}

:focus::-webkit-input-placeholder {color: grey;}
:focus::-moz-placeholder          {color: grey;}
:focus:-moz-placeholder           {color: grey;}
:focus:-ms-input-placeholder      {color: grey;}

.products {
    margin-top: 100px;
    margin-bottom: 100px;
}

.products__title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.products__item {
    width: 450px;
    height: 420px;
    position: relative;
    display: inline-block;
    margin-right: 68px;
    vertical-align: top;
}

.products__item span {
    color: white;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.products__item:nth-child(2) {
    background: url(/images/image5.jpg) center no-repeat;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
}

.products__item:nth-child(3) {
    background: url(/images/image6.jpg) center no-repeat;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
}

.products__item:nth-child(4) {
    background: url(/images/image7.jpg) center no-repeat;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    margin-right: 0px;
}

.cert {
    background: url(/images/image4.jpg) center no-repeat;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cert__title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    color: white;
}

.cert__right {
    width: 770px;
    display: inline-block;
    float: right;
}

.cert__text-one {
    background-color: white;
    display: inline-block;
    width: 340px;
    border-radius: 10px;
}

.cert__text-one span {
    padding-top: 30px;
    padding-left: 30px;
    display: block;
    width: 270px;
    padding-bottom: 100px;
}

.cert__text-two {
    width: 270px;
    display: inline-block;
    float: right;
    margin-right: 80px;
    margin-top: 40px;
}

.cert__text-two img {
    width: 20px;
}

.cert__text-two span {
    display: block;
    color: white;
    margin-top: 5px;
}

.cert__text-three {
    background-color: white;
    border-radius: 10px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cert__img-one {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 50px;
    margin-left: 30px;
}

.cert__img-two {
    width: 54px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.cert__img-three {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 50px;
}

.cert__img-four {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    margin-right: 0px;
}

.contacts {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contacts__title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}

.contacts__right {
    width: 770px;
    float: right;
    display: inline-block;
}

.contacts__map {
    width: 100%;
    height: 350px;
}

.contacts__text {
    margin-top: 30px;
}

.contacts__text-item {
    margin-bottom: 20px;
    width: 400px;
}

.contacts__text-item:nth-child(2) {
    width: 365px;
    display: block;
    float: left;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

.contacts__text-item:nth-child(4) {
    width: 365px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

.contacts__text-item span:nth-child(1) {
    float: left;
}

.contacts__text-item span:nth-child(2) {
    float: right;
}

.footer {
    background-color: #282828;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__logo {
    width: 150px;
    display: inline-block;
    float: left;
}

.footer__links {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 20px;
}

.footer__links a {
    color: grey;
    margin-left: 50px;
    font-size: 14px;
}

.footer hr {
    border: none;
    background-color: #363636;
    height: 1px;
}

.price-table {
	width: 100%;
	margin-bottom: 100px;
	background-color: white;
	border-radius: 10px;
}

.price-table tr th {
	border: 1px solid #f2f1ef;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1;
	min-width: 150px;
	font-size: 14px;
	font-weight: 700;
}

.price-table tr th a {
	color: white;
}

.price-table td {
	text-align: center;
	border-right: 1px solid #f2f1ef;
	border-left: 1px solid #f2f1ef;
	border-bottom: 1px solid #f2f1ef;
	padding-top: 30px;
	padding-bottom: 30px;
}

.price-table td span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.price-table__button {
	border: 1px solid #dbdbdb;
	padding: 10px;
	font-size: 14px;
}

.price__title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

.header__mobmenu-selection {
  background-color: #f8f8f8;
  right: -285px;
  height: 100vh;
  position: fixed;
  width: 285px;
  z-index: 2000;
  top: 0;
  display: block;
  overflow: auto;
}

.header__mobmenu-selection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}

.header__mobmenu-selection li {
    line-height: 40px;
    padding-bottom: 3px;
    margin-left: 20px;
    padding-top: 3px;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 20px;
}

.header__mobmenu-selection li a {
	color: #332C2C;
}

.header__mobmenu-selection li:last-child {
    border-bottom: none;
}

.header__mobmenu-selection li:hover {
  cursor: pointer;
  }

.header__mobmenu-selection ul li a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header__mobmenu-selection ul {
    margin-top: 30px;    
}

.mobsubmenu li {
    padding-left: 20px;
}

.header__icon-close {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    float: left;
    margin-left: -220px;
    display: none;
    position: relative;
    z-index: 2000;
}

.header__icon-close.visible {
	display: block;
}

.header__icon-close img {
    width: 30px;
}

.header__icon-menu {
    color: #332c2c;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 85px;
    float: right;
}

.header__icon-menu img {
  margin-right: 5px;
  width: 20px;
  margin-top: 10px;
}

.header__icon-menu span {
    position: absolute;
    margin-top: 4px;
    font-weight: 700;
    color: #332c2c;
}

.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.mask-content.visible {
    visibility: visible;
    opacity: 1;
}

.header__mobmenu {
	display: none;
	float: right;
	margin-left: 30px;
}

.header__mobmenu-call {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a62e2f;
	color: white;
	text-transform: uppercase;
}

.mobsubmenu {
	display: none;
}

.header__mobmenu-selection ul li ion-icon {
	float: right;
	margin-top: 15px;
}

.header__mobmenu-call a {
	font-size: 11px;
}

.header__mobmenu-selection ul li ion-icon {
	font-size: 18px;
}

.price {
    background-color: white;
    padding-bottom: 100px;
    padding-top: 100px;
}

.price__item {
    display: inline-block;
    width: 300px;
    background-color: #F2F1EF;
    height: 370px;
}

.price__item ul li:first-child {
    background-color: #282828;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFCB08;
    text-align: center;
    border-bottom: none;
}

.price__item ul li {
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}

.price__item-name {
    float: left;
    color: #4d4d4d;
}

.price__item-value {
    float: right;
}

.price__arrows {
    display: inline-block;
    float: right;
    position: relative;
    width: 80px;
    margin-top: 55px;
}

.swiper-button-next {
    background: url(/images/arrow-right.svg) no-repeat;
    display: block;
    width: 20px;
    height: 25px;
}

.swiper-button-prev {
    background: url(/images/arrow-left.svg) no-repeat;
    display: block;
    width: 20px;
    height: 25px;
}

.contacts__text-item:last-child {
    border-top: 1px solid #dbd9d5;
    padding-top: 10px;
    display: block;
    float: left;
    position: relative;
}

.cookie-block p {
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 70%;
}

.cookie-block a {
    background-color: #ffcb08;
    padding: 5px 10px;
    float: right;
    color: black;
}

.cookie-block {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    -webkit-transform: translateZ(0);
    background-color: white;
}



































































@media (max-width: 1500px){
    .wrap {
        width: 1200px;
    }
    
    .about__three {
        margin-right: 80px;
    }

    .adv__item {
        width: 255px;
        min-height: 300px;
    }

    .screen__adv-item {
        width: 225px;
        margin-right: 21px;
    }

    .products__item {
        width: 380px;
        height: 400px;
        margin-right: 20px;
    }
    
    .about__rightblock {
        width: 700px;
    }
    
    .connect__form {
        width: 700px;
    }
    
    #af_name {
        width: 300px;
    }
    
    #af_phone {
        width: 300px;
    }
    
    .cert__right {
        width: 700px;
    }
    
    .cert__text-two {
        margin-right: 30px;
    }
    
    .contacts__right {
        width: 700px;
    }
    
    .header__ul {
        margin-right: 105px;
    }
}






@media (max-width: 1200px){
    .wrap {
        width: 1000px;
    }
    
    .about__three {
        margin-right: 80px;
    }
    
    .price__arrows {
        margin-top: 40px;
    }

    .about__title {
        font-size: 30px;
    }

    .products__title {
        font-size: 30px;
    }
    
    .price__title {
        font-size: 30px;
    }

    .cert__title {
        font-size: 30px;
    }

    .contacts__title {
        font-size: 30px;
    }

    .screen__adv-item {
        margin-right: 72px;
    }

    .adv__item-title {
        font-size: 24px;
    }

    .adv__item {
        width: 205px;
    }

    .connect__title {
        font-size: 30px;
        width: 250px;
    }

    .products__item {
        width: 315px;
        height: 300px;
    }

    .products__item span {
        font-size: 16px;
    }
}






@media (max-width: 1024px){
    .wrap {
        width: 750px;
    }
    
    .price__arrows {
        margin-top: 35px;
    }

    .header__ul {
        margin-right: 20px;
    }

    .header__ul li {
        margin-right: 10px;
    }

    .screen__title {
        font-size: 50px;
        width: 480px;
    }

    .screen__adv-item {
        margin-right: 30px;
        width: 210px;
    }

    .about__rightblock {
        float: left;
        margin-top: 20px;
    }

    .adv__item {
        width: 310px;
        border-right: none;
        min-height: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .connect__form {
        float: left;
        margin-top: 30px;
    }

    .connect__title {
        width: 450px;
    }

    .products__item {
        width: 230px;
        height: 300px;
    }

    .products__item span {
        width: 90%;
    }

    .cert__right {
        float: left;
        margin-top: 20px;
    }

    .contacts__right {
        float: left;
        margin-top: 20px;
    }
    
    .price-table tr th {
        min-width: auto;
    }
}







@media (max-width: 768px){
    .wrap {
        width: 95%;
    }
    
    .about__one span {
        padding-bottom: 50px;
    }
    
    .about__two span {
        padding-bottom: 50px;
    }
    
    .about__four span {
        padding-bottom: 50px;
    }
    
    .cert__text-one span {
        padding-bottom: 50px;
    }
    
    .about {
        margin-top: 50px;
    }
    
    .connect {
        padding-top: 50px;
    }
    
    .products {
        margin-top: 50px;
    }
    
    .price {
        padding-top: 50px;
    }
    
    .cert {
        padding-top: 50px;
    }
    
    .contacts {
        margin-top: 50px;
    }
    
    .adv__item:first-child {
        margin-top: 50px;
    }

    .header__phone {
        display: none;
    }

    .header__ul {
        display: none;
    }
    
    .header__mobmenu {
        display: block;
    }

    .screen__adv-item {
        margin-top: 50px;
        width: 100%;
        margin-right: 0px;
    }

    .screen__title {
        font-size: 30px;
        width: 290px;
    }

    .screen__adv {
        margin-top: 30px;
    }

    .about__rightblock {
        width: 100%;
    }

    .about__two {
        width: 100%;
    }

    .about__one span {
        width: 80%;
    }

    .about__two span {
        width: 80%;
    }

    .about__four span {
        width: 80%;
    }

    .adv__item {
        width: 90%;
        border-bottom: 1px solid #4d4d4d;
        padding-left: 0px;
    }

    .connect__form {
        width: 100%;
    }

    .input__name, .input__phone {
        width: 100%;
    }

    .checkbox {
        width: 200px;
    }

    .products__item {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
    }

    .products__item span {
        margin-top: 37px;
    }

    .cert__right {
        width: 100%;
    }

    .about__three {
        display: none;
    }

    .cert__text-one {
        width: 100%;
    }

    .cert__text-one span {
        width: 90%;
    }

    .cert__text-two {
        float: left;
        margin-left: 30px;
        margin-bottom: 50px;
    }

    .cert__text-three {
        width: 445px;
    }

    .cert__img-one {
        width: 80px;
        margin-top: 3px;
        margin-right: 10px;
    }

    .cert__img-two {
        width: 35px;
        margin-right: 10px;
    }

    .cert__img-three {
        width: 122px;
        margin-top: 6px;
        margin-right: 10px;
    }

    .cert__img-four {
        width: 100px;
        margin-top: 16px;
        margin-right: 0px;
    }

    .contacts__right {
        width: 100%;
    }

    .contacts__text-item:nth-child(2) {
        width: 100%;
    }

    .contacts__text-item:nth-child(4) {
        width: 100%;
    }

    .footer__links a {
        margin-left: 20px;
    }
    
    #af_name {
        width: 80%;
    }
    
    #af_phone {
        width: 80%;
        float: left;
    }
    
    #af_comment {
        width: 83%;
        float: left;
    }
    
    .form-btn {
        width: 100%;
        margin-top: 25px;
    }
    
    table.table-3 {
		border: 0;
		background-color: #f2f1ef;
  	}
  	table.table-3 thead {
	    border: none;
	    clip: rect(0 0 0 0);
	    height: 1px;
	    margin: -1px;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    width: 1px;
  	}
  
  	table.table-3 tr {
    	border-bottom: 1px solid #ddd;
    	border-top: 1px solid #ddd;
    	display: block;
   		margin-bottom: 30px;
   		background-color: white;
  	}
  
	table.table-3 td {
    	display: block;
    	text-align: right;
    	padding-right: 20px;
	}
  
	table.table-3 td::before {
	    content: attr(data-label);
	    float: left;
	    padding-left: 20px;
	    font-size: 14px;
	}
  
  	table.table-3 td:last-child {
    	border-bottom: 0;
  	}

}








@media (max-width: 480px){
    .screen__adv-item {
        margin-top: 20px;
    }

    .about__two {
        width: 100%;
    }

    .adv__item {
        min-height: auto;
        padding-bottom: 30px;
    }

    .adv__item-title {
        margin-top: 0px;
    }

    .connect__title {
        width: 280px;
    }

    .cert__text-one span {
        width: 80%;
    }

    .cert__text-three {
        width: 100%;
    }

    .cert__img-one, .cert__img-two, .cert__img-three, .cert__img-four {
        margin: 20px auto;
        float: none;
        display: block;
    }

    .footer__links {
        float: left;
        display: block;
        width: 100%;
    }

    .footer__links a {
        margin-left: 0px;
        margin-right: 20px;
    }

    .header__ul {
        margin-right: 0px;
    }

    .products__item {
        margin-right: 0px;
    }

    .cert__text-two {
        width: 80%;
        margin-right: 0px;
    }
    
    .contacts__text-item {
        width: 90%;
    }
}









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











