/*!
Theme Name: anskos
Theme URI: http://underscores.me/
Author: web-deluxe.com
Author URI: http://web-deluxe.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: web-deluxe-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

anskos is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.page-template-contacts .form__section .form__row .left{
	background-position: right center;
}

.page-template-transport .form__section .form__row .left{
	background-position: bottom center;
}

.faq-page02__section .row .spollers__body{
	line-height: 1.5;
}

.hidden-desktop-new{
	margin-left: 10px;
	transform: scale(3.2);
	background: transparent!important;
	padding: 0px!important;
}

.form-screen__section .row .form-section .form-row .submit button{
	overflow: visible;
}

.reason__section .reason__row .column img{
	object-position: left;
}

.additional__content{
	position: relative;
}

.additional__content .back{
	    position: absolute;
    right: 0px;
    top: -10px;
    padding-left: 80px;
}

.additional__content .back svg{
	width: 100%;
}

.whywe-screen__section .center-image{
	    position: absolute;
    top: 0px;
    z-index: 51;
    left: 0px;
    display: block;
	    -webkit-animation: 1s linear 0s normal none infinite running light;
    animation: 1s linear 0s normal none infinite running light;
}

.whywe-screen__section .center{
	position: relative;
}

@media screen and (max-width: 900px){
	.additional__content .back{
		padding-left: 0px;
	}
}

@media screen and (min-width: 380px) and (max-width: 699px){
    .footer.footer .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
    .footer.footer .row .column:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
    .footer.footer .row .column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .footer.footer .row .column:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .footer.footer .row .column:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    .footer.footer .row .column:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    footer.footer .row {
        display: grid;
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
    footer.footer .row .column:nth-child(1) {
        grid-area: 1 / 1 / 2 / 5;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer.footer .row .column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    footer.footer .row .column:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    footer.footer .row .column:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
    footer.footer .row .column:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
    footer.footer .row  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    footer.footer .row .column:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer.footer .row .column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    footer.footer .row .column:nth-child(2) { grid-area: 2 / 2 / 3 / 3; }
    footer.footer .row .column:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
    footer.footer .row .column:nth-child(2) { grid-area: 3 / 2 / 4 / 3; }

    .form-screen__section .row .form-section .form-row,
    .form-bottom__section .row .form-section .form-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 35px;
        grid-row-gap: 15px;
    }

    .form-screen__section .row .form-section .form-row .input:nth-child(1),
    .form-bottom__section .row .form-section .form-row .input:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .form-screen__section .row .form-section .form-row .input:nth-child(2),
    .form-bottom__section .row .form-section .form-row .input:nth-child(2){
        grid-area: 1 / 2 / 2 / 3;
    }

    .form-screen__section .row .form-section .form-row .submit,
    .form-bottom__section .row .form-section .form-row .submit{
        grid-area: 2 / 1 / 3 / 3;
    }

    .best__section .best__row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

	/*
	
    .best__section .best__row .column:nth-child(1) { grid-area: 1 / 1 / 2 / 4; }
    .best__section .best__row .column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .best__section .best__row .column:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .best__section .best__row .column:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
	
	*/
}

@media screen and (min-width: 1000px) and (max-width: 1280px){
	.best__section .best__row {
        display: grid!important;
        grid-template-columns: repeat(1, 1fr)!important;
        grid-column-gap: 30px!important;
        grid-row-gap: 30px!important;
    }
	.best__section .best__row .column:nth-child(1) { grid-area: 1 / 1 / 2 / 4; }
    .best__section .best__row .column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .best__section .best__row .column:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
	.best__section .best__row .column:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
}

@media screen and (max-width: 700px){
	.best__section .best__row .column ul{
		flex-direction: column!important
	}
}
